Date: Saturday, May 18, 2013 @ 18:33:20
  Author: andyrtr
Revision: 185778

upgpkg: foomatic 1:4.0.17_20130518-1

upstream update 4.0.9 + update all snapshots; fix link detection in 
foomatic-db-engine and move to /usr/bin

Modified:
  foomatic/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-05-18 15:46:13 UTC (rev 185777)
+++ PKGBUILD    2013-05-18 16:33:20 UTC (rev 185778)
@@ -4,15 +4,15 @@
 pkgbase="foomatic"
 pkgname=('foomatic-db' 'foomatic-filters' 'foomatic-db-engine' 
'foomatic-db-nonfree')
 arch=('i686' 'x86_64') # needs to be changed  in the subpackages when makepkg 
will support it
-_snapdate=20120712
+_snapdate=20130518
 _filtersver=4.0.17
-_enginever=4.0.8
+_enginever=4.0.9
 pkgver=${_filtersver}_${_snapdate}
 pkgrel=1
 epoch=1
 makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash')
 _url1=http://www.openprinting.org/download/foomatic/
-_url2=ftp://ftp.archlinux.org/other/foomatic/
+_url2=ftp://ftp.archlinux.org/other/packages/foomatic/
 source=(${_url1}/$pkgbase-filters-${_filtersver}.tar.gz
         ${_url1}/$pkgbase-db-engine-${_enginever}.tar.gz
         ${_url2}/$pkgbase-db-4.0-${_snapdate}.tar.gz                           
# switch after build url1 -> url2
@@ -20,9 +20,9 @@
 url="http://www.linuxprinting.org/foomatic.html";
 options=('!emptydirs')
 md5sums=('b05f5dcbfe359f198eef3df5b283d896'
-         '5283cd5125a96dc0b35d896326512b1a'
-         '7ea8ed6c34495e237d8071ab5821e871'
-         'da4fbbb3556f56d2f5f922af3face539')
+         '5b33c1adb21e7b6f3652e9a18d0e6f4e'
+         'e45fe460782afb1ec36d978dda53a3ef'
+         '637793905f08b72911ca734386d95152')
 
 package_foomatic-db() {
 
@@ -63,8 +63,10 @@
  license=('GPL')
  depends=('perl' 'libxml2' 'foomatic-filters' 'bash')
 
+   export LIB_CUPS="/usr/lib/cups"
    cd ${srcdir}/foomatic-db-engine-${_enginever}
-    ./configure --prefix=/usr
+    ./configure --prefix=/usr \
+      --sbindir=/usr/bin
    make
    eval `perl -V:archname`
    make DESTDIR=${pkgdir} \

Reply via email to