diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-07 13:50:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-07 13:51:28 +0000 |
commit | 01e5538221b20983a09f09cfe0ce0d19bce8b3c1 (patch) | |
tree | 242f741d394fbe8487f16f71deceb76e66c5cb90 /main/cups | |
parent | 632b214adf3f804e702da81ec986dd1c0ce17712 (diff) | |
download | aports-01e5538221b20983a09f09cfe0ce0d19bce8b3c1.tar.bz2 aports-01e5538221b20983a09f09cfe0ce0d19bce8b3c1.tar.xz |
main/cups: upgrade to 1.5.3
Diffstat (limited to 'main/cups')
-rw-r--r-- | main/cups/APKBUILD | 11 | ||||
-rw-r--r-- | main/cups/install-sh.patch | 11 |
2 files changed, 17 insertions, 5 deletions
diff --git a/main/cups/APKBUILD b/main/cups/APKBUILD index 214c3a7e12..561f8def4a 100644 --- a/main/cups/APKBUILD +++ b/main/cups/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cups -pkgver=1.5.2 -pkgrel=3 +pkgver=1.5.3 +pkgrel=0 pkgdesc="The CUPS Printing System" url="http://www.cups.org/" arch="all" @@ -16,6 +16,7 @@ replaces="cups-doc" source="ftp://ftp.easysw.com/pub/$pkgname/$pkgver/$pkgname-$pkgver-source.tar.bz2 $pkgname.logrotate cupsd.initd + install-sh.patch " depends_dev="openssl-dev zlib-dev" @@ -52,7 +53,6 @@ build() { --enable-libpaper \ --enable-ssl=yes \ --enable-gnutls \ - --enable-pdftops \ --with-pdftops=pdftops \ --with-optim="$CFLAGS" make || return 1 @@ -101,6 +101,7 @@ client() { usr/sbin/reject } -md5sums="9471d2a7c920cfbb17133c32d2e6866f cups-1.5.2-source.tar.bz2 +md5sums="e1ad15257aa6f162414ea3beae0c5df8 cups-1.5.3-source.tar.bz2 f861b18f4446c43918c8643dcbbd7f6d cups.logrotate -1154ed66fdcfa0523f929a369079f43c cupsd.initd" +1154ed66fdcfa0523f929a369079f43c cupsd.initd +0e4632dc8d692b6a7433c19a6763600a install-sh.patch" diff --git a/main/cups/install-sh.patch b/main/cups/install-sh.patch new file mode 100644 index 0000000000..6a7fbbcdd0 --- /dev/null +++ b/main/cups/install-sh.patch @@ -0,0 +1,11 @@ +--- ./install-sh.orig ++++ ./install-sh +@@ -61,7 +61,7 @@ + dst="" + dir_arg="" + +-function gzipcp { ++gzipcp() { + # gzipcp from to + $gzipprog -9 <"$1" >"$2" + } |