2012-05-16 15:53:03 +02:00
|
|
|
# Template file for 'cups-filters'
|
|
|
|
pkgname=cups-filters
|
2015-04-16 07:16:10 +02:00
|
|
|
version=1.0.68
|
2015-05-01 07:31:05 +02:00
|
|
|
revision=2
|
2012-05-16 15:53:03 +02:00
|
|
|
build_style=gnu-configure
|
2014-09-22 16:09:59 +02:00
|
|
|
configure_args="--disable-static --with-rcdir=no --enable-avahi
|
2015-04-08 17:37:39 +02:00
|
|
|
--with-browseremoteprotocols=DNSSD,CUPS --sbindir=/usr/bin"
|
2014-04-08 17:11:59 +02:00
|
|
|
hostmakedepends="pkg-config ghostscript poppler-utils"
|
2015-03-27 10:50:40 +01:00
|
|
|
makedepends="lcms2-devel libpng-devel libqpdf-devel
|
|
|
|
poppler-cpp-devel fontconfig-devel avahi-glib-libs-devel
|
|
|
|
ghostscript-devel cups-devel"
|
2015-05-01 07:31:05 +02:00
|
|
|
depends="lib${sourcepkg}-${version}_${revision} ghostscript poppler-utils bc"
|
2014-01-01 16:10:11 +01:00
|
|
|
conf_files="/etc/cups/cups-browsed.conf"
|
2012-12-28 09:10:23 +01:00
|
|
|
short_desc="The OpenPrinting CUPS Filters"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2012-05-16 15:53:03 +02:00
|
|
|
license="GPL-2, LGPL-2.1, MIT"
|
2012-06-06 09:44:49 +02:00
|
|
|
homepage="http://www.linuxfoundation.org/collaborate/workgroups/openprinting"
|
2013-03-30 10:19:37 +01:00
|
|
|
distfiles="http://www.openprinting.org/download/${pkgname}/${pkgname}-${version}.tar.xz"
|
2015-04-16 07:16:10 +02:00
|
|
|
checksum=d195cc321e65c0a0d208a9491b5869b6fffd7f3fbafc230906b1e18fb556a437
|
2012-05-16 15:53:03 +02:00
|
|
|
|
2014-04-02 17:07:46 +02:00
|
|
|
lib32disabled=yes
|
2014-03-13 08:46:09 +01:00
|
|
|
disable_parallel_build=yes
|
2014-09-22 16:09:59 +02:00
|
|
|
build_options="systemd"
|
2013-10-30 16:26:58 +01:00
|
|
|
|
2015-02-23 18:01:41 +01:00
|
|
|
provides="foomatic-filters-${version}_${revision}"
|
|
|
|
replaces="foomatic-filters>=0"
|
|
|
|
|
2014-09-22 16:09:59 +02:00
|
|
|
post_install() {
|
|
|
|
if [ "$build_option_systemd" ]; then
|
|
|
|
vinstall utils/cups-browsed.service 644 usr/lib/systemd/system
|
2015-04-08 17:37:39 +02:00
|
|
|
else
|
|
|
|
vsv cups-browsed
|
2014-09-22 16:09:59 +02:00
|
|
|
fi
|
2012-05-16 15:53:03 +02:00
|
|
|
}
|
2014-09-22 16:09:59 +02:00
|
|
|
|
|
|
|
libcups-filters_package() {
|
|
|
|
short_desc+=" - shared library"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/lib/*.so.*
|
|
|
|
}
|
|
|
|
}
|
|
|
|
libcups-filters-devel_package() {
|
|
|
|
short_desc+=" - development files"
|
2015-03-04 00:03:03 +01:00
|
|
|
depends="libcups-filters-${version}_${revision}"
|
2014-09-22 16:09:59 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/*.so
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
}
|
|
|
|
}
|