2012-05-16 15:53:03 +02:00
|
|
|
# Template file for 'cups-filters'
|
|
|
|
pkgname=cups-filters
|
2014-10-12 12:02:12 +02:00
|
|
|
version=1.0.61
|
2014-11-29 23:41:00 +01: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
|
2014-04-08 17:11:59 +02:00
|
|
|
--with-browseremoteprotocols=DNSSD,CUPS"
|
|
|
|
hostmakedepends="pkg-config ghostscript poppler-utils"
|
2013-09-04 10:42:20 +02:00
|
|
|
makedepends="lcms2-devel libpng-devel>=1.6 libqpdf-devel
|
2014-11-29 23:41:00 +01:00
|
|
|
poppler-cpp-devel>=0.28 fontconfig-devel avahi-glib-libs-devel
|
2014-08-14 16:01:59 +02:00
|
|
|
ghostscript-devel>=9.10 cups-devel"
|
2014-09-30 17:30:30 +02:00
|
|
|
depends="lib${sourcepkg}>=${version}_${revision} ghostscript poppler-utils"
|
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"
|
2012-05-16 15:53:03 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
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"
|
2014-10-12 12:02:12 +02:00
|
|
|
checksum=f5285e3ee436ea42f2986cddfb8020d240ca8b0d7f8dc4b0718b6695ad4504af
|
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
|
|
|
|
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
|
|
|
|
fi
|
2012-05-16 15:53:03 +02:00
|
|
|
}
|
2014-09-22 16:09:59 +02:00
|
|
|
|
|
|
|
libcups-filters_package() {
|
2014-09-22 16:21:19 +02:00
|
|
|
replaces="${sourcepkg}<1.0.58_2"
|
2014-09-22 16:09:59 +02:00
|
|
|
short_desc+=" - shared library"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/lib/*.so.*
|
|
|
|
}
|
|
|
|
}
|
|
|
|
libcups-filters-devel_package() {
|
2014-09-22 16:21:19 +02:00
|
|
|
replaces="${sourcepkg}<1.0.58_2"
|
2014-09-22 16:09:59 +02:00
|
|
|
short_desc+=" - development files"
|
|
|
|
depends="libcups-filters>=${version}_${revision}"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/*.so
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
}
|
|
|
|
}
|