[arch-commits] Commit in system-config-printer/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Fri Jan 7 17:37:09 UTC 2011


    Date: Friday, January 7, 2011 @ 12:37:08
  Author: andrea
Revision: 105304

upgpkg: system-config-printer 1.2.5-5
fixed dependencies (FS#22349)

Modified:
  system-config-printer/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-07 17:28:27 UTC (rev 105303)
+++ PKGBUILD	2011-01-07 17:37:08 UTC (rev 105304)
@@ -5,7 +5,7 @@
 pkgname=('system-config-printer-common'
 	'system-config-printer-gnome')
 pkgver=1.2.5
-pkgrel=4
+pkgrel=5
 pkgdesc="A CUPS printer configuration tool and status applet"
 url="http://cyberelk.net/tim/software/system-config-printer/"
 arch=('any')
@@ -74,7 +74,8 @@
 
 package_system-config-printer-gnome() {
   pkgdesc='A CUPS printer configuration tool and status applet - GTK frontend'
-  depends=('system-config-printer-common' 'gnome-python' 'gnome-icon-theme' 'pygobject' 'pygtk' 'libxml2' 'python-notify')
+  depends=('system-config-printer-common' 'gnome-icon-theme' 'pygobject'
+    'pygtk' 'libxml2' 'python-notify' 'gnome-keyring')
 
   cd ${srcdir}/${pkgbase}-${pkgver}
   make DESTDIR="${pkgdir}" install




More information about the arch-commits mailing list