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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon May 28 14:28:59 UTC 2012


    Date: Monday, May 28, 2012 @ 10:28:59
  Author: andyrtr
Revision: 160049

some cleanup

Modified:
  cups-filters/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++---------------
 1 file changed, 2 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-28 14:15:36 UTC (rev 160048)
+++ PKGBUILD	2012-05-28 14:28:59 UTC (rev 160049)
@@ -8,31 +8,18 @@
 arch=('i686' 'x86_64')
 url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting"
 license=('GPL')
-groups=()
 depends=('ghostscript' 'lcms2' 'poppler') # bc ? https://bugs.archlinux.org/task/29808
-makedepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-#options=(!makeflags)
+backup=(etc/fonts/conf.d/99pdftoopvp.conf)
 install=
 source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
 md5sums=(63972b426b7224915cdbb42b2a937374'')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-    --sysconfdir=/etc
+  ./configure --prefix=/usr --sysconfdir=/etc
   make
 }
 
-#check() {
-#  cd "$srcdir/$pkgname-$pkgver"
-#  make -k check
-#}
-
 package() {
   cd "$srcdir/$pkgname-$pkgver"
   #make DESTDIR="$pkgdir/" install




More information about the arch-commits mailing list