cups: update to 2.4.2.
This commit is contained in:
parent
b66ee1d8c1
commit
59716c9089
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cups'
|
# Template file for 'cups'
|
||||||
pkgname=cups
|
pkgname=cups
|
||||||
version=2.4.1
|
version=2.4.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_install_args="BUILDROOT=${DESTDIR}"
|
make_install_args="BUILDROOT=${DESTDIR}"
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/OpenPrinting/cups"
|
homepage="https://github.com/OpenPrinting/cups"
|
||||||
distfiles="https://github.com/OpenPrinting/cups/releases/download/v${version}/cups-${version}-source.tar.gz"
|
distfiles="https://github.com/OpenPrinting/cups/releases/download/v${version}/cups-${version}-source.tar.gz"
|
||||||
checksum=c7339f75f8d4f2dec50c673341a45fc06b6885bb6d4366d6bf59a4e6c10ae178
|
checksum=f03ccb40b087d1e30940a40e0141dcbba263f39974c20eb9f2521066c9c6c908
|
||||||
|
|
||||||
conf_files="/etc/pam.d/cups /etc/cups/*.conf /etc/xinetd.d/cups-lpd"
|
conf_files="/etc/pam.d/cups /etc/cups/*.conf /etc/xinetd.d/cups-lpd"
|
||||||
make_dirs="
|
make_dirs="
|
||||||
|
@ -23,6 +23,7 @@ make_dirs="
|
||||||
/var/cache/cups/rss 0750 cups lp
|
/var/cache/cups/rss 0750 cups lp
|
||||||
/var/spool/cups 0755 cups lp
|
/var/spool/cups 0755 cups lp
|
||||||
/etc/cups/ssl 0700 cups lp"
|
/etc/cups/ssl 0700 cups lp"
|
||||||
|
make_check=ci-skip # testsuite does not run as root
|
||||||
|
|
||||||
build_options="avahi gssapi"
|
build_options="avahi gssapi"
|
||||||
build_options_default="avahi"
|
build_options_default="avahi"
|
||||||
|
|
Loading…
Add table
Reference in a new issue