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

Andreas Radke andyrtr at nymeria.archlinux.org
Thu Aug 29 11:50:04 UTC 2013


    Date: Thursday, August 29, 2013 @ 13:50:04
  Author: andyrtr
Revision: 193721

upgpkg: cups-filters 1.0.37-1

upstream update 1.0.37

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

----------------------+
 PKGBUILD             |   13 ++++++-------
 cups-browsed.service |   10 ----------
 2 files changed, 6 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-29 11:40:10 UTC (rev 193720)
+++ PKGBUILD	2013-08-29 11:50:04 UTC (rev 193721)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=cups-filters
-pkgver=1.0.36
+pkgver=1.0.37
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -17,10 +17,8 @@
 backup=(etc/fonts/conf.d/99pdftoopvp.conf
         etc/cups/cups-browsed.conf)
 options=(!libtool)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
-        cups-browsed.service)
-md5sums=('c48a991ac408583d33e1d1e84881c470'
-         '9ef68d7c2a84713fd421f4e87dec0a6e')
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+md5sums=('42d2dd9745d4d5d626c7b871155cb430')
 
 build() {
   cd $pkgname-$pkgver
@@ -46,6 +44,7 @@
   # drop static lib
   rm -f ${pkgdir}/usr/lib/*.a
   
-  # add missing systemd support
-  install -Dm644 ${srcdir}/cups-browsed.service ${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service ${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" ${pkgdir}/usr/lib/systemd/system/cups-browsed.service
 }

Deleted: cups-browsed.service
===================================================================
--- cups-browsed.service	2013-08-29 11:40:10 UTC (rev 193720)
+++ cups-browsed.service	2013-08-29 11:50:04 UTC (rev 193721)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Make remote CUPS printers available locally
-After=cups.service avahi-daemon.service
-Wants=cups.service avahi-daemon.service
-
-[Service]
-ExecStart=/usr/bin/cups-browsed
-
-[Install]
-WantedBy=multi-user.target




More information about the arch-commits mailing list