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