# HG changeset patch # User Christopher Rogers # Date 1302613597 0 # Node ID 598224053c16aa1d2d550ba5036bf187a5bdafbd # Parent f24a58320b6794f7a4fcc2dc97fa23c70e20284d Up: GConf to 2.32.2. diff -r f24a58320b67 -r 598224053c16 GConf-dev/receipt --- a/GConf-dev/receipt Tue Apr 12 18:51:12 2011 +0200 +++ b/GConf-dev/receipt Tue Apr 12 13:06:37 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="GConf-dev" -VERSION="2.32.0" +VERSION="2.32.2" CATEGORY="development" SHORT_DESC="GConf devel files." MAINTAINER="rcx@zoominternet.net" diff -r f24a58320b67 -r 598224053c16 GConf/receipt --- a/GConf/receipt Tue Apr 12 18:51:12 2011 +0200 +++ b/GConf/receipt Tue Apr 12 13:06:37 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="GConf" -VERSION="2.32.0" +VERSION="2.32.2" CATEGORY="utilities" SHORT_DESC="A configuration database system." MAINTAINER="rcx@zoominternet.net" @@ -9,12 +9,10 @@ polkit ORBit2 atk cairo gtk+ fontconfig freetype pango pixman libpng \ xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \ xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender" -BUILD_DEPENDS="slitaz-toolchain glib-dev dbus-dev dbus-glib-dev expat-dev \ -ORBit2-dev ORBit2 libxml2-dev polkit-dev intltool gettext \ -gtk+-dev libcrypto libcomerr3 gobject-introspection-dev" +BUILD_DEPENDS="intltool gettext libcrypto libcomerr3 gobject-introspection-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://projects.gnome.org/gconf/" -WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -22,12 +20,10 @@ cd $src ./configure \ - --prefix=/usr \ --sysconfdir=/etc \ - --libexecdir=/usr/lib/GConf \ - $CONFIGURE_ARGS && + --libexecdir=/usr/lib/GConf && make && - make DESTDIR=$src/_pkg install + make install } # Rules to gen a SliTaz package suitable for Tazpkg.