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

Andreas Radke andyrtr at archlinux.org
Fri Sep 4 17:02:53 UTC 2015


    Date: Friday, September 4, 2015 @ 19:02:53
  Author: andyrtr
Revision: 245287

upgpkg: foomatic 3:20150904-1

upstream update 20150904; remove a file that broke adding Kyocera printers FS#43708 + FS#46196

Modified:
  foomatic/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-04 16:01:03 UTC (rev 245286)
+++ PKGBUILD	2015-09-04 17:02:53 UTC (rev 245287)
@@ -4,7 +4,7 @@
 pkgbase="foomatic"
 pkgname=('foomatic-db' 'foomatic-db-engine' 'foomatic-db-nonfree')
 arch=('any')
-pkgver=20150620
+pkgver=20150904
 pkgrel=1
 epoch=3
 
@@ -16,7 +16,7 @@
 # for latest commits and development, identical to foomatic-4.0 branch
 
 source=(foomatic-db-engine::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-engine/#revision=371       #2015-06-16
-        foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1278                    #2015-06-05
+        foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1284                    #2015-06-05
         foomatic-db-nonfree::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-nonfree/#revision=41      #2015-06-05
 )
 md5sums=('SKIP'
@@ -30,7 +30,6 @@
 package_foomatic-db() {
 
  pkgdesc="Foomatic - The collected knowledge about printers, drivers, and driver options in XML files, used by foomatic-db-engine to generate PPD files."
-# arch=('any')
  license=('GPL' 'custom')
  depends=('perl' 'libxml2')
  replaces=('foomatic-db-ppd' 'foomatic-db-hpijs')
@@ -44,12 +43,14 @@
    ./configure --prefix=/usr
    make DESTDIR=${pkgdir} install
    install -v -Dm644 ${srcdir}/${pkgname}/COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+   
+   # remove unwanted file that breaks adding printers
+   rm ${pkgdir}/usr/share/foomatic/db/source/PPD/Kyocera/ReadMe.htm
 }
 
 package_foomatic-db-engine() {
 
  pkgdesc="Foomatic - Foomatic's database engine generates PPD files from the data in Foomatic's XML database. It also contains scripts to directly generate print queues and handle jobs."
-# arch=('i686' 'x86_64')
  license=('GPL')
  depends=('perl' 'libxml2' "cups-filters>=1.0.42" 'bash' 'perl-xml-libxml' 'perl-clone' 'perl-dbi')
 
@@ -67,13 +68,12 @@
         INSTALLSITEARCH=/usr/lib/perl5/vendor_perl/ install
    /usr/bin/find ${pkgdir} -name '.packlist' -delete
    # fix permissions
-   chmod 755 ${pkgdir}/usr/lib{,/perl5,/perl5/vendor_perl}
+   chmod 755 ${pkgdir}/usr/lib{,/perl5,/perl5/vendor_perl}  
 }
 
 package_foomatic-db-nonfree() {
 
  pkgdesc="Foomatic - database extension consisting of manufacturer-supplied PPD files released under non-free licenses"
-# arch=('any')
  license=('custom')
  depends=('perl' 'libxml2' "foomatic-db-engine" 'foomatic-db')
 



More information about the arch-commits mailing list