[arch-commits] Commit in cups-filters/trunk (PKGBUILD cups-browsed.service)

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Jan 3 16:15:02 UTC 2013


    Date: Thursday, January 3, 2013 @ 11:15:01
  Author: andyrtr
Revision: 174272

upgpkg: cups-filters 1.0.29-1

upstream update 1.0.29 - improve systemd service file

Modified:
  cups-filters/trunk/PKGBUILD
  cups-filters/trunk/cups-browsed.service

----------------------+
 PKGBUILD             |   10 +++++-----
 cups-browsed.service |    8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-03 14:13:58 UTC (rev 174271)
+++ PKGBUILD	2013-01-03 16:15:01 UTC (rev 174272)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=cups-filters
-pkgver=1.0.28
+pkgver=1.0.29
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -17,13 +17,14 @@
 backup=(etc/fonts/conf.d/99pdftoopvp.conf)
 options=(!libtool)
 source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz cups-browsed.service)
-md5sums=('20e9aeb5080ef4c997edc5e5106184b8'
-         '2beb8d9cebf20ddcc6c7598aab4812a6')
+md5sums=('0640a02a3fb88d3dbdb224e3becd400d'
+         '4c9f97eae201798000483c4e7109e690')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr  \
     --sysconfdir=/etc \
+    --with-rcdir=no \
     --enable-avahi \
     --with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
   make
@@ -31,7 +32,7 @@
 
 check() {
   cd "$srcdir/$pkgname-$pkgver"
-  make -k check
+  make -j1 -k check
 }
 
 package() {
@@ -41,6 +42,5 @@
   rm -f ${pkgdir}/usr/lib/*.a
   
   # add missing systemd support
-  rm -rf ${pkgdir}/etc/rc.d
   install -Dm644 ${srcdir}/cups-browsed.service ${pkgdir}/usr/lib/systemd/system/cups-browsed.service
 }

Modified: cups-browsed.service
===================================================================
--- cups-browsed.service	2013-01-03 14:13:58 UTC (rev 174271)
+++ cups-browsed.service	2013-01-03 16:15:01 UTC (rev 174272)
@@ -1,10 +1,10 @@
 [Unit]
-Description=a daemon to browse the Bonjour broadcasts
+Description=Make remote CUPS printers available locally
+After=cups.service avahi-daemon.service
+Wants=cups.service avahi-daemon.service
 
 [Service]
 ExecStart=/usr/sbin/cups-browsed
-PrivateTmp=yes
 
 [Install]
-Also=cups.service avahi-daemon.service
-WantedBy=printer.target
+WantedBy=multi-user.target




More information about the arch-commits mailing list