[arch-commits] Commit in system-config-printer/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Tue Feb 28 09:39:49 UTC 2012
Date: Tuesday, February 28, 2012 @ 04:39:48
Author: andrea
Revision: 151613
upgpkg: system-config-printer 1.3.8-3
The KDE module needs pycurl too (FS#28690)
Modified:
system-config-printer/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-02-28 09:15:20 UTC (rev 151612)
+++ PKGBUILD 2012-02-28 09:39:48 UTC (rev 151613)
@@ -5,7 +5,7 @@
pkgname=('system-config-printer-common'
'system-config-printer-gnome')
pkgver=1.3.8
-pkgrel=2
+pkgrel=3
pkgdesc="A CUPS printer configuration tool and status applet"
url="http://cyberelk.net/tim/software/system-config-printer/"
arch=('i686' 'x86_64')
@@ -33,7 +33,7 @@
package_system-config-printer-common() {
pkgdesc='Pygtk CUPS Configuration'
- depends=('udev' 'pycups' 'dbus-python' 'pysmbc')
+ depends=('udev' 'pycups' 'dbus-python' 'pysmbc' 'python-pycurl')
optdepends=('system-config-printer-gnome: for the GTK frontend'
'kdeadmin-system-config-printer-kde: for the administration tool in KDE System Settings')
replaces=('system-config-printer')
@@ -78,7 +78,7 @@
package_system-config-printer-gnome() {
pkgdesc='A CUPS printer configuration tool and status applet - GTK frontend'
- depends=('system-config-printer-common' 'gnome-icon-theme' 'python-notify' 'python-pycurl')
+ depends=('system-config-printer-common' 'gnome-icon-theme' 'python-notify')
optdependence=('gnome-keyring: password management')
cd "${srcdir}"/${pkgbase}-${pkgver}
More information about the arch-commits
mailing list