summaryrefslogtreecommitdiff
path: root/extra/system-config-printer
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-28 01:10:44 -0700
committerroot <root@rshg054.dnsready.net>2013-05-28 01:10:44 -0700
commit72a09de07cab5e8ad5c3ec7c36814663a3f7a33b (patch)
tree9c774a29dfc7d56aaca8e91b4a00a1c9b24f303d /extra/system-config-printer
parent39c27ccb8162e4ef41de8f2c354e598aa23bfa29 (diff)
Tue May 28 01:10:44 PDT 2013
Diffstat (limited to 'extra/system-config-printer')
-rw-r--r--extra/system-config-printer/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/system-config-printer/PKGBUILD b/extra/system-config-printer/PKGBUILD
index 563760080..f9b67dff1 100644
--- a/extra/system-config-printer/PKGBUILD
+++ b/extra/system-config-printer/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 185094 2013-05-11 04:02:37Z eric $
+# $Id: PKGBUILD 186486 2013-05-27 16:33:02Z eric $
# Maintainer:
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=system-config-printer
pkgver=1.4.1
-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')
license=('GPL')
-depends=('systemd' 'pycups' 'python2-dbus' 'pysmbc' 'python2-pycurl' 'libusb-compat'
+depends=('pycups' 'python2-dbus' 'pysmbc' 'python2-pycurl' 'libusb-compat'
'gnome-icon-theme' 'python2-notify' 'python2-gobject' 'dbus-glib' 'gtk3')
makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils')
optdepends=('gnome-keyring: password management')
@@ -34,10 +34,11 @@ build() {
--sysconfdir=/etc \
--with-udev-rules
- make
+ make udevhelperdir=/usr/lib/udev
}
package() {
cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
+ make DESTDIR="${pkgdir}" udevhelperdir=/usr/lib/udev \
+ udevrulesdir=/usr/lib/udev/rules.d install
}