diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template index 6dc7f26184d..a84e35b55c7 100644 --- a/srcpkgs/deluge/template +++ b/srcpkgs/deluge/template @@ -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 " 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