[arch-commits] Commit in cups-filters/repos (8 files)

Andreas Radke andyrtr at nymeria.archlinux.org
Thu Mar 21 18:32:09 UTC 2013


    Date: Thursday, March 21, 2013 @ 19:32:09
  Author: andyrtr
Revision: 180419

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  cups-filters/repos/testing-i686/PKGBUILD
    (from rev 180418, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/testing-i686/cups-browsed.service
    (from rev 180418, cups-filters/trunk/cups-browsed.service)
  cups-filters/repos/testing-x86_64/PKGBUILD
    (from rev 180418, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/testing-x86_64/cups-browsed.service
    (from rev 180418, cups-filters/trunk/cups-browsed.service)
Deleted:
  cups-filters/repos/testing-i686/PKGBUILD
  cups-filters/repos/testing-i686/cups-browsed.service
  cups-filters/repos/testing-x86_64/PKGBUILD
  cups-filters/repos/testing-x86_64/cups-browsed.service

-------------------------------------+
 /PKGBUILD                           |   98 ++++++++++++++++++++++++++++++++++
 /cups-browsed.service               |   20 ++++++
 testing-i686/PKGBUILD               |   49 -----------------
 testing-i686/cups-browsed.service   |   10 ---
 testing-x86_64/PKGBUILD             |   49 -----------------
 testing-x86_64/cups-browsed.service |   10 ---
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2013-03-21 18:28:18 UTC (rev 180418)
+++ testing-i686/PKGBUILD	2013-03-21 18:32:09 UTC (rev 180419)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=cups-filters
-pkgver=1.0.30
-pkgrel=2
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('i686' 'x86_64')
-url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting"
-license=('GPL')
-depends=('lcms2' 'poppler>=0.22.2' 'qpdf>=4.0.0')
-makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to convert PostScript to raster images'
-	    'foomatic-db: drivers use Ghostscript to convert PostScript to a printable form directly'
-	    'foomatic-db-engine: drivers use Ghostscript to convert PostScript to a printable form directly'
-	    'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript to a printable form directly')
-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=('0d338e63f445e98d29c963620e5b1420'
-         '4c9f97eae201798000483c4e7109e690')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr  \
-    --sysconfdir=/etc \
-    --with-rcdir=no \
-    --enable-avahi \
-    --with-browseremoteprotocols=DNSSD,CUPS \
-    --with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -j1 -k check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  # 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
-}

Copied: cups-filters/repos/testing-i686/PKGBUILD (from rev 180418, cups-filters/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-03-21 18:32:09 UTC (rev 180419)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=cups-filters
+pkgver=1.0.31
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting"
+license=('GPL')
+depends=('lcms2' 'poppler>=0.22.2' 'qpdf>=4.0.0')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to convert PostScript to raster images'
+	    'foomatic-db: drivers use Ghostscript to convert PostScript to a printable form directly'
+	    'foomatic-db-engine: drivers use Ghostscript to convert PostScript to a printable form directly'
+	    'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript to a printable form directly')
+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=('5cc999de2ca310e042adb8cb658b9445'
+         '4c9f97eae201798000483c4e7109e690')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr  \
+    --sysconfdir=/etc \
+    --with-rcdir=no \
+    --enable-avahi \
+    --with-browseremoteprotocols=DNSSD,CUPS \
+    --with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -j1 -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # 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
+}

Deleted: testing-i686/cups-browsed.service
===================================================================
--- testing-i686/cups-browsed.service	2013-03-21 18:28:18 UTC (rev 180418)
+++ testing-i686/cups-browsed.service	2013-03-21 18:32:09 UTC (rev 180419)
@@ -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/sbin/cups-browsed
-
-[Install]
-WantedBy=multi-user.target

Copied: cups-filters/repos/testing-i686/cups-browsed.service (from rev 180418, cups-filters/trunk/cups-browsed.service)
===================================================================
--- testing-i686/cups-browsed.service	                        (rev 0)
+++ testing-i686/cups-browsed.service	2013-03-21 18:32:09 UTC (rev 180419)
@@ -0,0 +1,10 @@
+[Unit]
+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
+
+[Install]
+WantedBy=multi-user.target

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2013-03-21 18:28:18 UTC (rev 180418)
+++ testing-x86_64/PKGBUILD	2013-03-21 18:32:09 UTC (rev 180419)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=cups-filters
-pkgver=1.0.30
-pkgrel=2
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('i686' 'x86_64')
-url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting"
-license=('GPL')
-depends=('lcms2' 'poppler>=0.22.2' 'qpdf>=4.0.0')
-makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to convert PostScript to raster images'
-	    'foomatic-db: drivers use Ghostscript to convert PostScript to a printable form directly'
-	    'foomatic-db-engine: drivers use Ghostscript to convert PostScript to a printable form directly'
-	    'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript to a printable form directly')
-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=('0d338e63f445e98d29c963620e5b1420'
-         '4c9f97eae201798000483c4e7109e690')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr  \
-    --sysconfdir=/etc \
-    --with-rcdir=no \
-    --enable-avahi \
-    --with-browseremoteprotocols=DNSSD,CUPS \
-    --with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -j1 -k check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  # 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
-}

Copied: cups-filters/repos/testing-x86_64/PKGBUILD (from rev 180418, cups-filters/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-03-21 18:32:09 UTC (rev 180419)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=cups-filters
+pkgver=1.0.31
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting"
+license=('GPL')
+depends=('lcms2' 'poppler>=0.22.2' 'qpdf>=4.0.0')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to convert PostScript to raster images'
+	    'foomatic-db: drivers use Ghostscript to convert PostScript to a printable form directly'
+	    'foomatic-db-engine: drivers use Ghostscript to convert PostScript to a printable form directly'
+	    'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript to a printable form directly')
+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=('5cc999de2ca310e042adb8cb658b9445'
+         '4c9f97eae201798000483c4e7109e690')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr  \
+    --sysconfdir=/etc \
+    --with-rcdir=no \
+    --enable-avahi \
+    --with-browseremoteprotocols=DNSSD,CUPS \
+    --with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -j1 -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # 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
+}

Deleted: testing-x86_64/cups-browsed.service
===================================================================
--- testing-x86_64/cups-browsed.service	2013-03-21 18:28:18 UTC (rev 180418)
+++ testing-x86_64/cups-browsed.service	2013-03-21 18:32:09 UTC (rev 180419)
@@ -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/sbin/cups-browsed
-
-[Install]
-WantedBy=multi-user.target

Copied: cups-filters/repos/testing-x86_64/cups-browsed.service (from rev 180418, cups-filters/trunk/cups-browsed.service)
===================================================================
--- testing-x86_64/cups-browsed.service	                        (rev 0)
+++ testing-x86_64/cups-browsed.service	2013-03-21 18:32:09 UTC (rev 180419)
@@ -0,0 +1,10 @@
+[Unit]
+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
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list