cups: enable libpaper support.
This commit is contained in:
parent
e8839e6d0d
commit
e00f973e9b
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cups'
|
# Template file for 'cups'
|
||||||
pkgname=cups
|
pkgname=cups
|
||||||
version=2.0.2
|
version=2.0.2
|
||||||
revision=4
|
revision=5
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
short_desc="Common Unix Printing System"
|
short_desc="Common Unix Printing System"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -13,7 +13,7 @@ checksum=5c54b0012a7b76cb76147f5476008026392272eb2322ccd38c02df96ec72aea7
|
||||||
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
|
||||||
$(vopt_if systemd systemd-devel)"
|
libpaper-devel $(vopt_if systemd systemd-devel)"
|
||||||
depends="xdg-utils"
|
depends="xdg-utils"
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/cups/cupsd.conf
|
/etc/cups/cupsd.conf
|
||||||
|
@ -53,7 +53,7 @@ do_configure() {
|
||||||
--enable-threads --with-logdir=/var/log/cups \
|
--enable-threads --with-logdir=/var/log/cups \
|
||||||
--with-docdir=/usr/share/cups/doc --disable-gssapi \
|
--with-docdir=/usr/share/cups/doc --disable-gssapi \
|
||||||
--with-cups-user=cups --with-cups-group=lp --enable-relro \
|
--with-cups-user=cups --with-cups-group=lp --enable-relro \
|
||||||
--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}" $(vopt_with systemd) \
|
||||||
--without-perl --without-php --without-python
|
--without-perl --without-php --without-python
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue