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

Eric Bélanger eric at nymeria.archlinux.org
Mon May 27 16:32:23 UTC 2013


    Date: Monday, May 27, 2013 @ 18:32:23
  Author: eric
Revision: 186485

upgpkg: system-config-printer 1.4.1-2

Move files from /etc/udev to /usr/lib/udev

Modified:
  system-config-printer/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-27 13:17:23 UTC (rev 186484)
+++ PKGBUILD	2013-05-27 16:32:23 UTC (rev 186485)
@@ -4,12 +4,12 @@
 
 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 @@
     --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
 }




More information about the arch-commits mailing list