cups-filter
This commit is contained in:
parent
2462a7f102
commit
ccf3203d28
|
@ -1,3 +1,4 @@
|
||||||
|
cups-filters
|
||||||
feh
|
feh
|
||||||
filezilla
|
filezilla
|
||||||
galculator
|
galculator
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# Description: OpenPrinting CUPS Filters
|
# Description: OpenPrinting CUPS Filters
|
||||||
# URL: http://www.cups.org
|
# URL: http://www.cups.org
|
||||||
# Packager: pierre at nutyx dot org
|
# Packager: milisarge
|
||||||
# Depends on: bc cups lcms2 poppler qpdf libjpeg-turbo libpng libtiff ghostscript avahi ijs harfbuzz
|
# Depends on: bc cups lcms2 poppler qpdf libjpeg-turbo libpng libtiff ghostscript avahi ijs harfbuzz
|
||||||
name=cups-filters
|
name=cups-filters
|
||||||
version=1.8.1
|
version=1.8.3
|
||||||
release=1
|
release=1
|
||||||
|
|
||||||
source=( http://www.openprinting.org/download/$name/$name-$version.tar.xz)
|
source=( http://www.openprinting.org/download/$name/$name-$version.tar.xz)
|
||||||
|
@ -15,8 +15,7 @@ cd $name-$version
|
||||||
--without-rcdir \
|
--without-rcdir \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-gs-path=/usr/bin/gs \
|
--with-gs-path=/usr/bin/gs \
|
||||||
--with-pdftops-path=/usr/bin/gs \
|
--with-pdftops-path=/usr/bin/gs
|
||||||
--docdir=/usr/share/doc/$name-$version
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Description: Lightweight color management development library/engine
|
# Description: Lightweight color management development library/engine
|
||||||
# URL: http://www.littlecms.com/
|
# URL: http://www.littlecms.com/
|
||||||
# Packager: pierre at nutyx dot org
|
# Packager: milisarge
|
||||||
# Depends on: libjpeg-turbo libtiff
|
# Depends on: libjpeg-turbo libtiff
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Description: PDF rendering library based on xpdf 3.0
|
# Description: PDF rendering library based on xpdf 3.0
|
||||||
# URL: URL: http://poppler.freedesktop.org/
|
# URL: URL: http://poppler.freedesktop.org/
|
||||||
# Packager: alienus at nutyx dot org
|
# Packager: milisarge
|
||||||
# Depends on: xorg-libxxf86vm libpng xorg-fontconfig libjpeg-turbo cairo libxml2 openjpeg lcms2
|
# Depends on: xorg-libxxf86vm libpng xorg-fontconfig libjpeg-turbo cairo libxml2 openjpeg lcms2
|
||||||
|
|
||||||
dataversion=0.4.7
|
dataversion=0.4.7
|
||||||
|
|
Loading…
Reference in New Issue