Merge pull request #2202 from GiedriusS/deluge_fix
deluge: add xdg-utils as a dependency
This commit is contained in:
commit
f975bcbd1b
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'deluge'
|
# Template file for 'deluge'
|
||||||
pkgname=deluge
|
pkgname=deluge
|
||||||
version=1.3.11
|
version=1.3.11
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="deluge"
|
pycompile_module="deluge"
|
||||||
hostmakedepends="intltool python-setuptools"
|
hostmakedepends="intltool python-setuptools"
|
||||||
makedepends="python-setuptools"
|
makedepends="python-setuptools"
|
||||||
depends="pygtk python-setuptools python-chardet python-xdg Twisted libtorrent-rasterbar"
|
depends="pygtk python-setuptools python-chardet python-xdg Twisted libtorrent-rasterbar xdg-utils"
|
||||||
short_desc="BitTorrent client written in Python/PyGTK"
|
short_desc="BitTorrent client written in Python/PyGTK"
|
||||||
maintainer="Alexey Rochev <equeim@gmail.com>"
|
maintainer="Alexey Rochev <equeim@gmail.com>"
|
||||||
homepage="http://deluge-torrent.org/"
|
homepage="http://deluge-torrent.org/"
|
||||||
|
|
Loading…
Reference in New Issue