cups: update to 2.0.3.
This commit is contained in:
parent
6e00a0a507
commit
54eecb1fa0
1 changed files with 5 additions and 6 deletions
|
@ -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 <xtraeme@voidlinux.eu>"
|
||||
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() {
|
||||
|
|
Loading…
Reference in a new issue