From bb97ecec365f7fd3005875735a62d5754f6a455a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giedrius=20Statkevi=C4=8Dius?= Date: Fri, 7 Aug 2015 18:56:18 +0300 Subject: [PATCH] deluge: add xdg-utils as a dependency xdg-utils is needed to make sure that the "open folder" button works in the context menu of a torrent --- srcpkgs/deluge/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template index eada913ac5..6224a29ef2 100644 --- a/srcpkgs/deluge/template +++ b/srcpkgs/deluge/template @@ -1,13 +1,13 @@ # Template file for 'deluge' pkgname=deluge version=1.3.11 -revision=2 +revision=3 noarch=yes build_style=python-module pycompile_module="deluge" hostmakedepends="intltool 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" maintainer="Alexey Rochev " homepage="http://deluge-torrent.org/"