wok diff cups/receipt @ rev 6952

Fixed a bug in gobject-introspection. Looks like /usr/lib/girepository-1.0 is needed gobject-introspection instead of the -dev package.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 25 22:01:57 2010 +0000 (2010-10-25)
parents c5f3445b2769
children eea1393c91a5
line diff
     1.1 --- a/cups/receipt	Fri Sep 10 20:32:34 2010 +0000
     1.2 +++ b/cups/receipt	Mon Oct 25 22:01:57 2010 +0000
     1.3 @@ -10,7 +10,7 @@
     1.4  BUILD_DEPENDS="openssl-dev gnutls-dev dbus-dev gnutls php-dev"
     1.5  TARBALL="$PACKAGE-$VERSION-source.tar.bz2"
     1.6  WEB_SITE="http://www.cups.org/"
     1.7 -WGET_URL="http://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/cups/$VERSION/$TARBALL"
     1.8 +WGET_URL="ftp://ftp.easysw.com/pub/cups/$VERSION/$TARBALL"
     1.9  TAGS="printer printing"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12 @@ -27,7 +27,9 @@
    1.13  		--disable-pam \
    1.14  		--disable-gssapi \
    1.15  		--disable-acl \
    1.16 -		 --disable-slp \
    1.17 +		--disable-slp \
    1.18 +		--enable-dbus \
    1.19 +		--with-dbusdir=/etc/dbus-1 \
    1.20  		--with-cups-user=nobody \
    1.21  		--with-cups-group=nogroup \
    1.22  		--with-languages="de es fr" \