deluge: add missing dependencies

This commit is contained in:
SolitudeSF 2019-07-06 23:12:40 +03:00 committed by Helmut Pozimski
parent 1e91e2f8c6
commit 4f20e40d11

View file

@ -1,13 +1,13 @@
# Template file for 'deluge' # Template file for 'deluge'
pkgname=deluge pkgname=deluge
version=2.0.3 version=2.0.3
revision=1 revision=2
archs=noarch archs=noarch
build_style=python3-module build_style=python3-module
pycompile_module="deluge" pycompile_module="deluge"
hostmakedepends="intltool python3-setuptools" hostmakedepends="intltool python3-setuptools"
depends="python3-setuptools python3-chardet python3-Twisted python3-xdg depends="python3-setuptools python3-chardet python3-Twisted python3-Mako
libtorrent-rasterbar-python3" python3-xdg python3-rencode python3-setproctitle libtorrent-rasterbar-python3"
short_desc="Fully-featured cross-platform BitTorrent client" short_desc="Fully-featured cross-platform BitTorrent client"
maintainer="Alexey Rochev <equeim@gmail.com>" maintainer="Alexey Rochev <equeim@gmail.com>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
@ -29,7 +29,7 @@ deluge-gtk_package() {
replaces="deluge<1.3.14_1" replaces="deluge<1.3.14_1"
short_desc+=" - GTK+ frontend" short_desc+=" - GTK+ frontend"
pycompile_module="deluge" pycompile_module="deluge"
depends="${sourcepkg}-${version}_${revision} python3-gobject" depends="${sourcepkg}-${version}_${revision} python3-gobject python3-Pillow"
pkg_install() { pkg_install() {
vmove usr/bin/deluge vmove usr/bin/deluge
vmove usr/bin/deluge-gtk vmove usr/bin/deluge-gtk
@ -45,7 +45,7 @@ deluge-web_package() {
replaces="deluge<1.3.14_1" replaces="deluge<1.3.14_1"
short_desc+=" - Web frontend" short_desc+=" - Web frontend"
pycompile_module="deluge" pycompile_module="deluge"
depends="${sourcepkg}-${version}_${revision} python3-Mako" depends="${sourcepkg}-${version}_${revision} python3-Pillow"
pkg_install() { pkg_install() {
vmove usr/bin/deluge-web vmove usr/bin/deluge-web
vmove ${py3_sitelib}/deluge/ui/web vmove ${py3_sitelib}/deluge/ui/web