[arch-commits] Commit in udiskie/trunk (PKGBUILD)

Daniel Wallace dwallace at archlinux.org
Fri Mar 20 01:19:46 UTC 2015


    Date: Friday, March 20, 2015 @ 02:19:46
  Author: dwallace
Revision: 129596

fix notify daemon stuff

Modified:
  udiskie/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-20 00:33:32 UTC (rev 129595)
+++ PKGBUILD	2015-03-20 01:19:46 UTC (rev 129596)
@@ -8,12 +8,13 @@
 arch=('any')
 url="https://pypi.python.org/pypi/udiskie"
 license=('MIT')
-depends=('udisks' 'python-gobject' 'python-setuptools' 'python-yaml' 'python-docopt' 'gettext' 'python2-notify')
+depends=('udisks' 'python-gobject' 'python-setuptools' 'python-yaml' 'python-docopt' 'gettext' 'libnotify')
 makedepends=('asciidoc')
 optdepends=('zenity: for luks decryption'
-            'pygtk: for tray icon')
+            'pygtk: for tray icon'
+            'udisks2: experimental use on the command line with -2'
+            'notification-daemon: for notifications')
 options=(!emptydirs)
-optdepends=('udisks2: experimental use on the command line with -2')
 source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
 md5sums=('730440a6cc45b2f92da6f3252a0536b0')
 



More information about the arch-commits mailing list