mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 09:37:02 +02:00
Merge 5ab2e7cc34
into 2f69057b87
This commit is contained in:
commit
8bf880a046
1 changed files with 10 additions and 6 deletions
|
@ -1,20 +1,24 @@
|
|||
# Template file for 'gutenprint'
|
||||
pkgname=gutenprint
|
||||
version=5.3.4
|
||||
version=5.3.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-rpath --enable-samples --disable-static
|
||||
--disable-static-genppd --enable-cups-ppds --enable-simplified-cups-ppds=only
|
||||
--enable-translated-cups-ppds --enable-globalized-cups-ppds"
|
||||
hostmakedepends="ghostscript perl"
|
||||
--enable-translated-cups-ppds --enable-globalized-cups-ppds --disable-test
|
||||
--disable-testpattern"
|
||||
hostmakedepends="ghostscript pkg-config"
|
||||
makedepends="cups-devel"
|
||||
short_desc="Top quality printer drivers for POSIX systems"
|
||||
maintainer="Anachron <Anachron14@gmx.de>"
|
||||
maintainer="Anachron <gith@cron.world>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://gimp-print.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/gimp-print/$pkgname-$version.tar.xz"
|
||||
checksum=db44a701d2b8e6a8931c83cec06c91226be266d23e5c189d20a39dd175f2023b
|
||||
nocross="https://sourceforge.net/p/gimp-print/mailman/message/34782748/"
|
||||
checksum=f5a9f47de28530b1ae2069cfbc647a9a641baeeabe809bb0ef2b3ec5b9668d70
|
||||
# src/xml/.libs/extract-strings: cannot execute binary file: Exec format erro
|
||||
nocross=yes
|
||||
# run-weavetest.test, run-testdither.test and test-curve.test fail
|
||||
make_check=no
|
||||
|
||||
post_install() {
|
||||
mv "${DESTDIR}"/usr/sbin/* "${DESTDIR}"/usr/bin/
|
||||
|
|
Loading…
Add table
Reference in a new issue