# HG changeset patch # User Rohit Joshi # Date 1259237574 0 # Node ID c42b0b06934d0e1e69ec8250c0aeb4dd419ae505 # Parent a40b9bd3cb51e8f26f5eead22302ef313dd2ef0a Up Cups, cups-dev,php-cups; Improve compile options diff -r a40b9bd3cb51 -r c42b0b06934d cups-dev/receipt --- a/cups-dev/receipt Thu Nov 26 12:10:25 2009 +0000 +++ b/cups-dev/receipt Thu Nov 26 12:12:54 2009 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt." PACKAGE="cups-dev" -VERSION="1.3.10" +VERSION="1.4.2" CATEGORY="development" SHORT_DESC="Common UNIX Printing System dev files." MAINTAINER="erjo@slitaz.org" diff -r a40b9bd3cb51 -r c42b0b06934d cups/receipt --- a/cups/receipt Thu Nov 26 12:10:25 2009 +0000 +++ b/cups/receipt Thu Nov 26 12:12:54 2009 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="cups" -VERSION="1.3.10" +VERSION="1.4.2" CATEGORY="system-tools" SHORT_DESC="Common UNIX Printing System." MAINTAINER="erjo@slitaz.org" @@ -25,6 +25,8 @@ --disable-ldap \ --disable-pam \ --disable-gssapi \ + --disable-acl \ + --disable-slp \ --with-cups-user=nobody \ --with-cups-group=nogroup \ --with-languages="de es fr" \ diff -r a40b9bd3cb51 -r c42b0b06934d php-cups/receipt --- a/php-cups/receipt Thu Nov 26 12:10:25 2009 +0000 +++ b/php-cups/receipt Thu Nov 26 12:12:54 2009 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt." PACKAGE="php-cups" -VERSION="1.3.10" +VERSION="1.4.2" CATEGORY="development" SHORT_DESC="Common UNIX Printing System bindings for php." MAINTAINER="pascal.bellard@slitaz.org"