wok-next rev 21245
updated cups-filters (1.11.1 -> 1.25.13)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Dec 05 15:55:07 2019 +0100 (2019-12-05) |
parents | 9e8e7f2aa1cb |
children | 5ddd7757a44b |
files | cups-filters/receipt |
line diff
1.1 --- a/cups-filters/receipt Thu Dec 05 15:20:58 2019 +0100 1.2 +++ b/cups-filters/receipt Thu Dec 05 15:55:07 2019 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="cups-filters" 1.7 -VERSION="1.11.1" 1.8 +VERSION="1.25.13" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="OpenPrinting CUPS Filters" 1.11 MAINTAINER="mojo@slitaz.org" 1.12 @@ -11,25 +11,27 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.14 WGET_URL="https://www.openprinting.org/download/cups-filters/$TARBALL" 1.15 1.16 -BUILD_DEPENDS="cups-dev zlib-dev libjpeg-turbo-dev libpng-dev tiff-dev \ 1.17 -glib-dev lcms2-dev freetype-dev fontconfig-dev ijs-dev qpdf-dev poppler-dev \ 1.18 -dbus-dev" 1.19 +BUILD_DEPENDS="cups-dev dbus-dev fontconfig-dev freetype-dev glib-dev 1.20 + ijs-dev lcms2-dev libjpeg-turbo-dev libpng-dev poppler-dev 1.21 + qpdf-dev tiff-dev zlib-dev" 1.22 SPLIT="$PACKAGE-dev" 1.23 1.24 -compile_rules() { 1.25 - ./configure \ 1.26 - --without-rcdir \ 1.27 - --disable-static \ 1.28 - --disable-avahi \ 1.29 - --with-gs-path=/usr/bin/gs \ 1.30 - --with-pdftops-path=/usr/bin/gs \ 1.31 +compile_rules() 1.32 +{ 1.33 + ./configure \ 1.34 + --without-rcdir \ 1.35 + --disable-static \ 1.36 + --disable-avahi \ 1.37 + --with-gs-path=/usr/bin/gs \ 1.38 + --with-pdftops-path=/usr/bin/gs \ 1.39 $CONFIGURE_ARGS && 1.40 fix libtool && 1.41 make && 1.42 make install 1.43 } 1.44 1.45 -genpkg_rules() { 1.46 +genpkg_rules() 1.47 +{ 1.48 case $PACKAGE in 1.49 cups-filters) 1.50 copy @std