mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
cups-filters: rebuild against poppler-0.33.0
This commit is contained in:
parent
7361853157
commit
4947e708e9
1 changed files with 4 additions and 10 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'cups-filters'
|
# Template file for 'cups-filters'
|
||||||
pkgname=cups-filters
|
pkgname=cups-filters
|
||||||
version=1.0.68
|
version=1.0.68
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-rcdir=no --enable-avahi
|
configure_args="--disable-static --with-rcdir=no --enable-avahi
|
||||||
--with-browseremoteprotocols=DNSSD,CUPS --sbindir=/usr/bin"
|
--with-browseremoteprotocols=DNSSD,CUPS"
|
||||||
hostmakedepends="pkg-config ghostscript poppler-utils"
|
hostmakedepends="pkg-config ghostscript poppler-utils"
|
||||||
makedepends="lcms2-devel libpng-devel libqpdf-devel
|
makedepends="lcms2-devel libpng-devel libqpdf-devel
|
||||||
poppler-cpp-devel fontconfig-devel avahi-glib-libs-devel
|
poppler-cpp-devel fontconfig-devel avahi-glib-libs-devel
|
||||||
ghostscript-devel cups-devel"
|
ghostscript-devel cups-devel"
|
||||||
depends="lib${sourcepkg}-${version}_${revision} ghostscript poppler-utils bc"
|
depends="libcups-filters-${version}_${revision} ghostscript poppler-utils bc"
|
||||||
conf_files="/etc/cups/cups-browsed.conf"
|
conf_files="/etc/cups/cups-browsed.conf"
|
||||||
short_desc="The OpenPrinting CUPS Filters"
|
short_desc="The OpenPrinting CUPS Filters"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -20,17 +20,11 @@ checksum=d195cc321e65c0a0d208a9491b5869b6fffd7f3fbafc230906b1e18fb556a437
|
||||||
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
build_options="systemd"
|
|
||||||
|
|
||||||
provides="foomatic-filters-${version}_${revision}"
|
provides="foomatic-filters-${version}_${revision}"
|
||||||
replaces="foomatic-filters>=0"
|
replaces="foomatic-filters>=0"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
if [ "$build_option_systemd" ]; then
|
vsv cups-browsed
|
||||||
vinstall utils/cups-browsed.service 644 usr/lib/systemd/system
|
|
||||||
else
|
|
||||||
vsv cups-browsed
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
libcups-filters_package() {
|
libcups-filters_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue