cups: update to 2.2.0.
This commit is contained in:
parent
cebecb6ec7
commit
c4303cf29a
|
@ -1,10 +1,9 @@
|
|||
diff -up cups-1.5b1/config-scripts/cups-manpages.m4.no-gzip-man cups-1.5b1/config-scripts/cups-manpages.m4
|
||||
--- cups-1.5b1/config-scripts/cups-manpages.m4.no-gzip-man 2011-05-12 07:21:56.000000000 +0200
|
||||
+++ cups-1.5b1/config-scripts/cups-manpages.m4 2011-05-23 17:25:50.000000000 +0200
|
||||
@@ -69,10 +69,10 @@ case "$uname" in
|
||||
--- cups-2.2.0/config-scripts/cups-manpages.m4.orig 2016-09-17 23:43:25.901857459 +0200
|
||||
+++ cups-2.2.0/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 OS X
|
||||
# Linux, GNU Hurd, and macOS
|
||||
- MAN1EXT=1.gz
|
||||
- MAN5EXT=5.gz
|
||||
- MAN7EXT=7.gz
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'cups'
|
||||
pkgname=cups
|
||||
version=2.1.4
|
||||
version=2.2.0
|
||||
revision=1
|
||||
patch_args="-Np1"
|
||||
short_desc="Common Unix Printing System"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.cups.org/"
|
||||
license="GPL-2"
|
||||
distfiles="https://github.com/apple/cups/releases/download/release-${version}/cups-${version}-source.tar.gz"
|
||||
checksum=4b14fd833180ac529ebebea766a09094c2568bf8426e219cb3a1715304ef728d
|
||||
distfiles="https://github.com/apple/cups/releases/download/v${version}/cups-${version}-source.tar.gz"
|
||||
checksum=cc6945b8bb631fc1a6dbdec8b598c41c19dc86b979c5fe518eec760d93c3ab4c
|
||||
|
||||
hostmakedepends="automake pkg-config poppler-utils gnutls-devel avahi-libs-devel"
|
||||
makedepends="acl-devel libjpeg-turbo-devel libpng-devel tiff-devel
|
||||
|
|
Loading…
Reference in New Issue