summaryrefslogtreecommitdiff
path: root/extra/system-config-printer
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-06 23:38:28 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-06 23:38:28 -0300
commit750a8fc982e640e6ef62f80afd99469959f407ad (patch)
treecfc482b7afcc4e3502e67578825c439ee296b2d5 /extra/system-config-printer
parent2781491d77559e5a9f0e0d26698d91da745f14f3 (diff)
parent3d65494a8eda056377febda4642ce992e69a9371 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: core/kmod/PKGBUILD multilib/lib32-libpng/PKGBUILD testing/baobab/PKGBUILD testing/empathy/PKGBUILD testing/libgdata/PKGBUILD testing/telepathy-farstream/PKGBUILD testing/telepathy-haze/PKGBUILD
Diffstat (limited to 'extra/system-config-printer')
-rw-r--r--extra/system-config-printer/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/system-config-printer/PKGBUILD b/extra/system-config-printer/PKGBUILD
index 0fb108521..a100a6bf2 100644
--- a/extra/system-config-printer/PKGBUILD
+++ b/extra/system-config-printer/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 154448 2012-03-28 18:31:41Z andrea $
+# $Id: PKGBUILD 155747 2012-04-06 00:06:00Z tomegun $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgbase=system-config-printer
pkgname=('system-config-printer-common'
'system-config-printer-gnome')
pkgver=1.3.9
-pkgrel=1
+pkgrel=2
pkgdesc="A CUPS printer configuration tool and status applet"
url="http://cyberelk.net/tim/software/system-config-printer/"
arch=('i686' 'x86_64' 'mips64el')
@@ -33,7 +33,7 @@ build() {
package_system-config-printer-common() {
pkgdesc='Pygtk CUPS Configuration'
- depends=('udev' 'pycups' 'dbus-python' 'pysmbc' 'python-pycurl')
+ depends=('udev' 'pycups' 'dbus-python' 'pysmbc' 'python-pycurl' 'libusb-compat')
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')
@@ -64,11 +64,11 @@ package_system-config-printer-common() {
install -d "${pkgdir}"/etc/cupshelpers/
install -m644 xml/preferreddrivers.xml "${pkgdir}"/etc/cupshelpers/
- install -d "${pkgdir}"/lib/udev/rules.d
+ install -d "${pkgdir}"/usr/lib/udev/rules.d
install -m755 udev/{udev-add-printer,udev-configure-printer} \
- "${pkgdir}"/lib/udev/
+ "${pkgdir}"/usr/lib/udev/
install -m644 udev/70-printers.rules \
- "${pkgdir}"/lib/udev/rules.d
+ "${pkgdir}"/usr/lib/udev/rules.d
for file in build/lib/cupshelpers/*.py; do
install -Dm644 $file \