diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-18 10:08:16 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-18 10:08:16 +0100 |
commit | 4469751668a15457439815795b1984784beca055 (patch) | |
tree | 2bffc68830b4e0188fcea27805f0e66fca32b4d1 /libre/cups-libre/rePKGBUILD | |
parent | d1e632c049348e150a8f5a7860288dd7d1507d75 (diff) |
Remove cups-libre.
Obsolete with the problematic things being in cups-filters.
Diffstat (limited to 'libre/cups-libre/rePKGBUILD')
-rwxr-xr-x | libre/cups-libre/rePKGBUILD | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/libre/cups-libre/rePKGBUILD b/libre/cups-libre/rePKGBUILD deleted file mode 100755 index 5f55000cc..000000000 --- a/libre/cups-libre/rePKGBUILD +++ /dev/null @@ -1,50 +0,0 @@ -# This is an example rePKGBUILD file. Use this as a start to creating your own, -# and remove these comments. For more information, see 'man PKGBUILD'. -# NOTE: Please fill out the license field for your package! If it is unknown, -# then please put 'unknown'. - -# Maintainer: Nicolas Reynolds <fauno@kiwwwi.com.ar> -source PKGBUILD -unset build package md5sums source check -_repo=extra -pkgname='cups-libre' -options=(!strip) -source=(PKGBUILD - http://mirrors.kernel.org/archlinux/${_repo}/os/$CARCH/${pkgbase}-${pkgver}-${pkgrel}-${CARCH}${PKGEXT} - # files for pkg modifications - ) - -build() { - cd "${srcdir}/" - rm -v .{INSTALL,PKGINFO} ${pkgname%-libre}-$pkgver-$pkgrel-$CARCH$PKGEXT || true - # put actions for package modifications below this line -} - -package_cups-libre() { - pkgdesc="The CUPS Printing System - daemon package" - provides=("${pkgbase}=${pkgver}") - replaces=("${pkgbase}") - conflicts=("${pkgbase}") - install=cups.install - backup=(etc/cups/cupsd.conf - etc/cups/mime.convs - etc/cups/mime.types - etc/cups/snmp.conf - etc/cups/printers.conf - etc/cups/classes.conf - etc/cups/client.conf - etc/cups/subscriptions.conf - etc/dbus-1/system.d/cups.conf - etc/logrotate.d/cups - etc/pam.d/cups - etc/xinetd.d/cups-lpd) - depends=('acl' 'openslp' 'pam' "libcups>=${pkgver}" 'poppler>=0.12.3' 'libusb-compat' 'dbus-core' 'hicolor-icon-theme') - optdepends=('php: for included phpcups.so module' - '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' - 'xdg-utils: xdg .desktop file support') - - find ${srcdir} -maxdepth 1 -type l -delete - cp -a ${srcdir}/* ${pkgdir} -} |