mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/cups to 2.1.0-1
This commit is contained in:
parent
714ff4df14
commit
27d21f8a81
1 changed files with 3 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgbase="cups"
|
||||
pkgname=('libcups' 'cups')
|
||||
pkgver=2.0.4
|
||||
pkgver=2.1.0
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
|
@ -24,7 +24,7 @@ source=(http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.bz2{,.s
|
|||
cups-1.6.0-fix-install-perms.patch
|
||||
# bugfixes
|
||||
)
|
||||
md5sums=('f5c847d9a4fac6c4c66fb0526a7afaae'
|
||||
md5sums=('c4e57a66298bfdba66bb3d5bedd317a4'
|
||||
'SKIP'
|
||||
'fc8286f185e2cc5f7e1f6843bf193e2b'
|
||||
'96f82c38f3f540b53f3e5144900acf17'
|
||||
|
@ -163,12 +163,8 @@ optdepends=('xdg-utils: xdg .desktop file support')
|
|||
# remove client.conf man page
|
||||
rm -f ${pkgdir}/usr/share/man/man5/client.conf.5
|
||||
|
||||
# remove files now part of cups-filters
|
||||
rm -v ${pkgdir}/usr/share/cups/banners/*
|
||||
rm -v ${pkgdir}/usr/share/cups/data/testprint
|
||||
# comment out all conversion rules which use any of the removed filters
|
||||
# comment out all conversion rules which use any of the removed filters that are now part of cups-filters
|
||||
perl -p -i -e 's:^(.*\s+bannertops\s*)$:#\1:' $pkgdir/usr/share/cups/mime/mime.convs
|
||||
|
||||
|
||||
# comment out unnecessary PageLogFormat entry
|
||||
sed -i -e 's:PageLogFormat:#PageLogFormat:' $pkgdir/etc/cups/cupsd.conf*
|
||||
|
|
Loading…
Reference in a new issue