cups: update to 1.4.6

the configure options --without-{menudir,icondir} doesn't work as
expected, because the stuff goes into a ${PKG}no directory while
make install. Deleted the options and added a manual remove.
This commit is contained in:
Juergen Daubert 2011-01-07 14:08:01 +01:00
parent 798485dd38
commit ee852c2469
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
01b6a755c5b0fb7df2d2c94571f67e1d cups 01b6a755c5b0fb7df2d2c94571f67e1d cups
50729f6fc46ba54223e0eaf5009f3419 cups-1.4.5-source.tar.bz2 de8fb5a29c36554925c0c6a6e2c0dae1 cups-1.4.6-source.tar.bz2
2220f411940c4f7504ed4457c6304d4a cups-config.patch 2220f411940c4f7504ed4457c6304d4a cups-config.patch
4a94252a0deb74c6fe12f373be576182 usb-backend-both-usblp-and-libusb.dpatch 4a94252a0deb74c6fe12f373be576182 usb-backend-both-usblp-and-libusb.dpatch

View File

@ -4,8 +4,8 @@
# Depends on: acl tcp_wrappers libusb-compat libpng libtiff openssl # Depends on: acl tcp_wrappers libusb-compat libpng libtiff openssl
name=cups name=cups
version=1.4.5 version=1.4.6
release=3 release=1
source=(http://ftp.easysw.com/pub/cups/$version/$name-$version-source.tar.bz2 source=(http://ftp.easysw.com/pub/cups/$version/$name-$version-source.tar.bz2
cups-config.patch cups usb-backend-both-usblp-and-libusb.dpatch) cups-config.patch cups usb-backend-both-usblp-and-libusb.dpatch)
@ -25,7 +25,7 @@ build () {
--with-cups-group=lp \ --with-cups-group=lp \
--with-languages="" \ --with-languages="" \
--without-{java,perl,php,python} \ --without-{java,perl,php,python} \
--without-{rcdir,menudir,icondir} \ --without-rcdir \
--with-optim="$CFLAGS" \ --with-optim="$CFLAGS" \
--with-pdftops=none \ --with-pdftops=none \
--enable-{ssl,openssl} --disable-gnutls \ --enable-{ssl,openssl} --disable-gnutls \
@ -36,6 +36,7 @@ build () {
make make
make BUILDROOT=$PKG install make BUILDROOT=$PKG install
rm -r $PKG/usr/share/{applications,icons}
chmod 0755 $PKG/var/{cache,spool} chmod 0755 $PKG/var/{cache,spool}
chmod -R +w $PKG chmod -R +w $PKG