cups: update to 2.3.0
This commit is contained in:
parent
69d8a3022d
commit
23c2d35b43
|
@ -1,17 +0,0 @@
|
|||
--- config-scripts/cups-manpages.m4.orig 2016-09-17 23:43:25.901857459 +0200
|
||||
+++ config-scripts/cups-manpages.m4 2016-09-17 23:43:53.797006791 +0200
|
||||
@@ -53,10 +53,10 @@ case "$uname" in
|
||||
;;
|
||||
Linux* | GNU* | Darwin*)
|
||||
# Linux, GNU Hurd, and macOS
|
||||
- MAN1EXT=1.gz
|
||||
- MAN5EXT=5.gz
|
||||
- MAN7EXT=7.gz
|
||||
- MAN8EXT=8.gz
|
||||
+ MAN1EXT=1
|
||||
+ MAN5EXT=5
|
||||
+ MAN7EXT=7
|
||||
+ MAN8EXT=8
|
||||
MAN8DIR=8
|
||||
;;
|
||||
*)
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cups'
|
||||
pkgname=cups
|
||||
version=2.2.12
|
||||
version=2.3.0
|
||||
revision=1
|
||||
hostmakedepends="automake avahi-libs-devel gnutls-devel pkg-config
|
||||
poppler-utils"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="GPL-2.0-only"
|
||||
homepage="https://www.cups.org/"
|
||||
distfiles="https://github.com/apple/cups/releases/download/v${version}/cups-${version}-source.tar.gz"
|
||||
checksum=0f61ab449e4748a24c6ab355b481ff7691247a140d327b2b7526fce34b7f9aa8
|
||||
checksum=acaf0229cf008ea8f06353ffd1bbd62d71dbe88990dd3330650ef87edb95a1a5
|
||||
|
||||
conf_files="/etc/pam.d/cups /etc/cups/*.conf /etc/xinetd.d/cups-lpd"
|
||||
make_dirs="
|
||||
|
|
Loading…
Reference in New Issue