wok-next diff cups/receipt @ rev 11413
Fix: up pygobject to 2.28.6 & disable support for introspection in it
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Dec 11 20:41:32 2011 +0100 (2011-12-11) |
parents | a1644dbcf632 |
children | 703b805efd82 |
line diff
1.1 --- a/cups/receipt Sat May 07 23:47:19 2011 +0200 1.2 +++ b/cups/receipt Sun Dec 11 20:41:32 2011 +0100 1.3 @@ -6,8 +6,8 @@ 1.4 SHORT_DESC="Common UNIX Printing System." 1.5 MAINTAINER="erjo@slitaz.org" 1.6 DEPENDS="libssl slitaz-base-files gnutls dbus jpeg libpng tiff zlib \ 1.7 -libcomerr libkrb5 gcc-lib-base libusb-compat libtasn1" 1.8 -BUILD_DEPENDS="openssl-dev php-dev" 1.9 +libcomerr libkrb5 gcc-lib-base libusb-compat libtasn1 poppler-apps" 1.10 +BUILD_DEPENDS="openssl-dev php-dev poppler-apps" 1.11 TARBALL="$PACKAGE-$VERSION-source.tar.bz2" 1.12 WEB_SITE="http://www.cups.org/" 1.13 WGET_URL="ftp://ftp.easysw.com/pub/cups/$VERSION/$TARBALL" 1.14 @@ -33,6 +33,7 @@ 1.15 --with-cups-user=nobody \ 1.16 --with-cups-group=nogroup \ 1.17 --with-languages="de es fr" \ 1.18 + --with-pdftops=pdftops \ 1.19 $CONFIGURE_ARGS && 1.20 make && 1.21 make BUILDROOT=$PWD/_pkg install