diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-06-19 17:41:33 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-06-19 17:41:33 -0300 |
commit | a3f6dfa65697d62d0828546fdb4b2c1b86449b15 (patch) | |
tree | a06b11d955ccfe0d7846137aa13a9e60aaf115e0 /libre/foomatic-filters-libre | |
parent | a3190955da8122da9bb6e49ce7496a5fb0e6f96a (diff) | |
download | abslibre-a3f6dfa65697d62d0828546fdb4b2c1b86449b15.tar.gz abslibre-a3f6dfa65697d62d0828546fdb4b2c1b86449b15.tar.bz2 abslibre-a3f6dfa65697d62d0828546fdb4b2c1b86449b15.zip |
foomatic-filters-libre-1:4.0.17_20130518-1: updating version
Diffstat (limited to 'libre/foomatic-filters-libre')
-rw-r--r-- | libre/foomatic-filters-libre/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/foomatic-filters-libre/PKGBUILD b/libre/foomatic-filters-libre/PKGBUILD index 73a7af6c4..eeb26a639 100644 --- a/libre/foomatic-filters-libre/PKGBUILD +++ b/libre/foomatic-filters-libre/PKGBUILD @@ -1,11 +1,11 @@ -# $Id$ +# $Id: PKGBUILD 185778 2013-05-18 16:33:20Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor (Parabola): André Silva <emulatorman@lavabit.com> pkgbase="foomatic" pkgname=('foomatic-filters-libre') arch=('i686' 'x86_64' 'mips64el') # needs to be changed in the subpackages when makepkg will support it -_snapdate=20120712 +_snapdate=20130518 _filtersver=4.0.17 pkgver=${_filtersver}_${_snapdate} pkgrel=1 @@ -18,7 +18,7 @@ md5sums=('b05f5dcbfe359f198eef3df5b283d896') package_foomatic-filters-libre() { - pkgdesc="Foomatic - Filter scripts used by the printer spoolers to convert the incoming PostScript data into the printer's native format." + pkgdesc="Foomatic - Filter scripts used by the printer spoolers to convert the incoming PostScript data into the printer's native format, without nonfree scripts" # arch=('i686' 'x86_64') license=('GPL') backup=(etc/foomatic/filter.conf) @@ -30,6 +30,7 @@ package_foomatic-filters-libre() { 'net-snmp: certain (mostly HP) printers need it to work') cd ${srcdir}/foomatic-filters-${_filtersver} + # remove nonfree scripts rm -rfv test/{lsbfuncs,shfuncs,tcm,tetapi}.sh ./configure --prefix=/usr --sysconfdir=/etc make |