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