mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: libcupsfilters-2.0.0
This commit is contained in:
parent
5d2b505a10
commit
aab0483a52
3 changed files with 38 additions and 1 deletions
|
@ -1803,7 +1803,7 @@ libnetfilter_conntrack.so.3 libnetfilter_conntrack-1.0.4_1
|
||||||
libmsgpack.so.4 msgpack-1.1.0_1
|
libmsgpack.so.4 msgpack-1.1.0_1
|
||||||
libmsgpackc.so.2 msgpack-1.1.0_1
|
libmsgpackc.so.2 msgpack-1.1.0_1
|
||||||
libewf.so.3 libewf-20171104_1
|
libewf.so.3 libewf-20171104_1
|
||||||
libcupsfilters.so.1 libcups-filters-1.0.67_3
|
libcupsfilters.so.2 libcupsfilters-2.0.0_1
|
||||||
libfontembed.so.1 libcups-filters-1.17.5_1
|
libfontembed.so.1 libcups-filters-1.17.5_1
|
||||||
libjemalloc.so.2 jemalloc-4.0.0_1
|
libjemalloc.so.2 jemalloc-4.0.0_1
|
||||||
liblucene++.so.0 Lucene++-3.0.6_1
|
liblucene++.so.0 Lucene++-3.0.6_1
|
||||||
|
|
1
srcpkgs/libcupsfilters-devel
Symbolic link
1
srcpkgs/libcupsfilters-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libcupsfilters
|
36
srcpkgs/libcupsfilters/template
Normal file
36
srcpkgs/libcupsfilters/template
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# Template file for 'libcupsfilters'
|
||||||
|
pkgname=libcupsfilters
|
||||||
|
version=2.0.0
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-mutool
|
||||||
|
--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf"
|
||||||
|
hostmakedepends="pkg-config ghostscript"
|
||||||
|
makedepends="cups-devel poppler-cpp-devel lcms2-devel libqpdf-devel
|
||||||
|
ghostscript-devel libexif-devel libjpeg-turbo-devel libpng-devel tiff-devel
|
||||||
|
fontconfig-devel"
|
||||||
|
depends="ghostscript"
|
||||||
|
checkdepends="dejavu-fonts-ttf"
|
||||||
|
short_desc="OpenPrinting CUPS Filters library"
|
||||||
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
|
license="Apache-2.0 WITH custom:GPL2-LGPL2-Exception"
|
||||||
|
homepage="https://github.com/OpenPrinting/libcupsfilters"
|
||||||
|
changelog="https://raw.githubusercontent.com/OpenPrinting/libcupsfilters/master/CHANGES.md"
|
||||||
|
distfiles="https://github.com/OpenPrinting/libcupsfilters/releases/download/${version}/libcupsfilters-${version}.tar.xz"
|
||||||
|
checksum=542f2bfbc58136a4743c11dc8c86cee03c9aca705612654e36ac34aa0d9aa601
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
||||||
|
libcupsfilters-devel_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}
|
||||||
|
cups-devel tiff-devel libpng-devel libqpdf-devel"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue