deluge: add missing dependencies
This commit is contained in:
parent
1e91e2f8c6
commit
4f20e40d11
1 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'deluge'
|
||||
pkgname=deluge
|
||||
version=2.0.3
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
pycompile_module="deluge"
|
||||
hostmakedepends="intltool python3-setuptools"
|
||||
depends="python3-setuptools python3-chardet python3-Twisted python3-xdg
|
||||
libtorrent-rasterbar-python3"
|
||||
depends="python3-setuptools python3-chardet python3-Twisted python3-Mako
|
||||
python3-xdg python3-rencode python3-setproctitle libtorrent-rasterbar-python3"
|
||||
short_desc="Fully-featured cross-platform BitTorrent client"
|
||||
maintainer="Alexey Rochev <equeim@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
|
@ -29,7 +29,7 @@ deluge-gtk_package() {
|
|||
replaces="deluge<1.3.14_1"
|
||||
short_desc+=" - GTK+ frontend"
|
||||
pycompile_module="deluge"
|
||||
depends="${sourcepkg}-${version}_${revision} python3-gobject"
|
||||
depends="${sourcepkg}-${version}_${revision} python3-gobject python3-Pillow"
|
||||
pkg_install() {
|
||||
vmove usr/bin/deluge
|
||||
vmove usr/bin/deluge-gtk
|
||||
|
@ -45,7 +45,7 @@ deluge-web_package() {
|
|||
replaces="deluge<1.3.14_1"
|
||||
short_desc+=" - Web frontend"
|
||||
pycompile_module="deluge"
|
||||
depends="${sourcepkg}-${version}_${revision} python3-Mako"
|
||||
depends="${sourcepkg}-${version}_${revision} python3-Pillow"
|
||||
pkg_install() {
|
||||
vmove usr/bin/deluge-web
|
||||
vmove ${py3_sitelib}/deluge/ui/web
|
||||
|
|
Loading…
Reference in a new issue