wok diff GConf/receipt @ rev 9586

Up: GConf to 2.32.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 12 13:06:37 2011 +0000 (2011-04-12)
parents f8a3deafc73a
children 0cb854791327
line diff
     1.1 --- a/GConf/receipt	Sun Jan 09 22:30:39 2011 +0000
     1.2 +++ b/GConf/receipt	Tue Apr 12 13:06:37 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="GConf"
     1.7 -VERSION="2.32.0"
     1.8 +VERSION="2.32.2"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="A configuration database system."
    1.11  MAINTAINER="rcx@zoominternet.net"
    1.12 @@ -9,12 +9,10 @@
    1.13  polkit ORBit2 atk cairo gtk+ fontconfig freetype pango pixman libpng \
    1.14  xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \
    1.15  xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender"
    1.16 -BUILD_DEPENDS="slitaz-toolchain glib-dev dbus-dev dbus-glib-dev expat-dev \
    1.17 -ORBit2-dev ORBit2 libxml2-dev polkit-dev intltool gettext \
    1.18 -gtk+-dev libcrypto libcomerr3 gobject-introspection-dev"
    1.19 +BUILD_DEPENDS="intltool gettext libcrypto libcomerr3 gobject-introspection-dev"
    1.20  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.21  WEB_SITE="http://projects.gnome.org/gconf/"
    1.22 -WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.23 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27 @@ -22,12 +20,10 @@
    1.28  	cd $src
    1.29  
    1.30  	./configure \
    1.31 -		--prefix=/usr \
    1.32  		--sysconfdir=/etc \
    1.33 -		--libexecdir=/usr/lib/GConf \
    1.34 -		$CONFIGURE_ARGS  &&
    1.35 +		--libexecdir=/usr/lib/GConf &&
    1.36  	make &&
    1.37 -	make DESTDIR=$src/_pkg install
    1.38 +	make install
    1.39  }
    1.40  
    1.41  # Rules to gen a SliTaz package suitable for Tazpkg.