From 54eecb1fa08d7abe91971aa68a0f54672eca879c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 9 Jun 2015 07:46:28 +0200 Subject: [PATCH] cups: update to 2.0.3. --- srcpkgs/cups/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/cups/template b/srcpkgs/cups/template index acbb169357b..f5c87367648 100644 --- a/srcpkgs/cups/template +++ b/srcpkgs/cups/template @@ -1,19 +1,19 @@ # Template file for 'cups' pkgname=cups -version=2.0.2 -revision=7 +version=2.0.3 +revision=1 patch_args="-Np1" short_desc="Common Unix Printing System" maintainer="Juan RP " homepage="http://www.cups.org/" license="GPL-2" distfiles="http://www.cups.org/software/${version}/cups-${version}-source.tar.gz" -checksum=5c54b0012a7b76cb76147f5476008026392272eb2322ccd38c02df96ec72aea7 +checksum=8e92e9a268bf758c3a1b99b4710303b6078ecda650ab2dd7c3f041e0ed9d01cf hostmakedepends="automake pkg-config poppler-utils gnutls-devel avahi-libs-devel" makedepends="acl-devel libjpeg-turbo-devel libpng-devel tiff-devel gnutls-devel pam-devel poppler-devel libusb-devel avahi-libs-devel - libpaper-devel $(vopt_if systemd systemd-devel)" + libpaper-devel" depends="xdg-utils" conf_files=" /etc/cups/cupsd.conf @@ -31,7 +31,6 @@ make_dirs=" /etc/cups/ssl 0700 cups lp" # Package build options -build_options="systemd" system_accounts="cups" cups_pgroup="lp" cups_homedir="/var/spool/cups" @@ -56,7 +55,7 @@ do_configure() { --with-cups-user=cups --with-cups-group=lp --enable-relro \ --enable-libpaper --enable-avahi --enable-pam --enable-ssl \ --with-menudir=/usr/share/applications --with-xinetd=/etc/xinetd.d \ - --with-optim="${CFLAGS}" $(vopt_with systemd) \ + --with-optim="${CFLAGS}" --without-systemd \ --without-perl --without-php --without-python } do_build() {