mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
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'
|
# Template file for 'cups'
|
||||||
pkgname=cups
|
pkgname=cups
|
||||||
version=2.0.2
|
version=2.0.3
|
||||||
revision=7
|
revision=1
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
short_desc="Common Unix Printing System"
|
short_desc="Common Unix Printing System"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.cups.org/"
|
homepage="http://www.cups.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://www.cups.org/software/${version}/cups-${version}-source.tar.gz"
|
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"
|
hostmakedepends="automake pkg-config poppler-utils gnutls-devel avahi-libs-devel"
|
||||||
makedepends="acl-devel libjpeg-turbo-devel libpng-devel tiff-devel
|
makedepends="acl-devel libjpeg-turbo-devel libpng-devel tiff-devel
|
||||||
gnutls-devel pam-devel poppler-devel libusb-devel avahi-libs-devel
|
gnutls-devel pam-devel poppler-devel libusb-devel avahi-libs-devel
|
||||||
libpaper-devel $(vopt_if systemd systemd-devel)"
|
libpaper-devel"
|
||||||
depends="xdg-utils"
|
depends="xdg-utils"
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/cups/cupsd.conf
|
/etc/cups/cupsd.conf
|
||||||
|
@ -31,7 +31,6 @@ make_dirs="
|
||||||
/etc/cups/ssl 0700 cups lp"
|
/etc/cups/ssl 0700 cups lp"
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="systemd"
|
|
||||||
system_accounts="cups"
|
system_accounts="cups"
|
||||||
cups_pgroup="lp"
|
cups_pgroup="lp"
|
||||||
cups_homedir="/var/spool/cups"
|
cups_homedir="/var/spool/cups"
|
||||||
|
@ -56,7 +55,7 @@ do_configure() {
|
||||||
--with-cups-user=cups --with-cups-group=lp --enable-relro \
|
--with-cups-user=cups --with-cups-group=lp --enable-relro \
|
||||||
--enable-libpaper --enable-avahi --enable-pam --enable-ssl \
|
--enable-libpaper --enable-avahi --enable-pam --enable-ssl \
|
||||||
--with-menudir=/usr/share/applications --with-xinetd=/etc/xinetd.d \
|
--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
|
--without-perl --without-php --without-python
|
||||||
}
|
}
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue