mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/cups to 2.3.3op2-4
This commit is contained in:
parent
d989b4fe5e
commit
32d0f8cebd
1 changed files with 5 additions and 2 deletions
|
@ -8,7 +8,7 @@ pkgbase="cups"
|
|||
pkgname=('libcups' 'cups')
|
||||
#_commit=be75d5d99a54c5f62608f7b9e98748d4c7045ec1 # master 2020-11-27
|
||||
pkgver=2.3.3op2
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
epoch=1
|
||||
arch=('x86_64')
|
||||
license=('Apache' 'custom')
|
||||
|
@ -16,7 +16,7 @@ license=('Apache' 'custom')
|
|||
url="https://github.com/OpenPrinting/cups"
|
||||
options=(!distcc)
|
||||
makedepends=('libtiff' 'libpng' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls'
|
||||
'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 'dbus'
|
||||
'cups-filters' 'bc' 'colord' 'gzip' 'autoconf' 'libusb' 'dbus'
|
||||
'avahi' 'hicolor-icon-theme' 'systemd' 'libxcrypt' 'inetutils' 'libpaper'
|
||||
'git')
|
||||
source=(#https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig}
|
||||
|
@ -197,4 +197,7 @@ optdepends=('ipp-usb: allows to send HTTP requests via a USB connection on devic
|
|||
|
||||
# comment out unnecessary PageLogFormat entry
|
||||
sed -i -e 's:PageLogFormat:#PageLogFormat:' "$pkgdir"/etc/cups/cupsd.conf*
|
||||
|
||||
# no more xinetd support
|
||||
rm -rf "${pkgdir}"/etc/xinetd.d
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue