mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/cups to 2.4.4-1
This commit is contained in:
parent
2c79df0543
commit
de2efe9aab
1 changed files with 5 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgbase="cups"
|
||||
pkgname=('libcups' 'cups')
|
||||
pkgver=2.4.3
|
||||
pkgver=2.4.4
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
arch=('x86_64')
|
||||
|
@ -24,7 +24,7 @@ source=(https://github.com/OpenPrinting/cups/releases/download/v${pkgver}/cups-$
|
|||
cups-freebind.patch
|
||||
guid.patch
|
||||
)
|
||||
sha256sums=('9ddeb98f20e9c9f4af121c2b1053e7420b79bd6770f1aded2866303d27526f6f'
|
||||
sha256sums=('209259e8fe8df9112af49f4e5765f50dad6da1f869296de41d6eaab1b98003cb'
|
||||
'SKIP'
|
||||
'd87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
|
||||
'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
|
||||
|
@ -97,7 +97,7 @@ build() {
|
|||
|
||||
package_libcups() {
|
||||
pkgdesc="OpenPrinting CUPS - client libraries and headers"
|
||||
depends=('gnutls' 'avahi')
|
||||
depends=('gnutls' 'avahi' 'glibc' 'zlib')
|
||||
|
||||
cd ${pkgbase}-${pkgver}
|
||||
make BUILDROOT="${pkgdir}" install-headers install-libs
|
||||
|
@ -121,7 +121,8 @@ backup=(etc/cups/cupsd.conf
|
|||
etc/logrotate.d/cups
|
||||
etc/pam.d/cups)
|
||||
depends=('acl' 'pam' "libcups>=${pkgver}" 'cups-filters'
|
||||
'dbus' 'systemd' 'libpaper' 'hicolor-icon-theme')
|
||||
'dbus' 'systemd' 'systemd-libs' 'libpaper' 'hicolor-icon-theme'
|
||||
'glibc' 'gcc-libs' 'avahi' 'gnutls')
|
||||
optdepends=('libusb: for usb printer backend'
|
||||
'ipp-usb: allows to send HTTP requests via a USB connection on devices without Ethernet or WiFi connections'
|
||||
'xdg-utils: xdg .desktop file support'
|
||||
|
|
Loading…
Reference in a new issue