wok 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 f24a58320b67
children 403c9f8b5925
files GConf-dev/receipt GConf/receipt
line diff
     1.1 --- a/GConf-dev/receipt	Tue Apr 12 18:51:12 2011 +0200
     1.2 +++ b/GConf-dev/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-dev"
     1.7 -VERSION="2.32.0"
     1.8 +VERSION="2.32.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="GConf devel files."
    1.11  MAINTAINER="rcx@zoominternet.net"
     2.1 --- a/GConf/receipt	Tue Apr 12 18:51:12 2011 +0200
     2.2 +++ b/GConf/receipt	Tue Apr 12 13:06:37 2011 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="GConf"
     2.7 -VERSION="2.32.0"
     2.8 +VERSION="2.32.2"
     2.9  CATEGORY="utilities"
    2.10  SHORT_DESC="A configuration database system."
    2.11  MAINTAINER="rcx@zoominternet.net"
    2.12 @@ -9,12 +9,10 @@
    2.13  polkit ORBit2 atk cairo gtk+ fontconfig freetype pango pixman libpng \
    2.14  xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \
    2.15  xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender"
    2.16 -BUILD_DEPENDS="slitaz-toolchain glib-dev dbus-dev dbus-glib-dev expat-dev \
    2.17 -ORBit2-dev ORBit2 libxml2-dev polkit-dev intltool gettext \
    2.18 -gtk+-dev libcrypto libcomerr3 gobject-introspection-dev"
    2.19 +BUILD_DEPENDS="intltool gettext libcrypto libcomerr3 gobject-introspection-dev"
    2.20  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.21  WEB_SITE="http://projects.gnome.org/gconf/"
    2.22 -WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    2.23 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    2.24  
    2.25  # Rules to configure and make the package.
    2.26  compile_rules()
    2.27 @@ -22,12 +20,10 @@
    2.28  	cd $src
    2.29  
    2.30  	./configure \
    2.31 -		--prefix=/usr \
    2.32  		--sysconfdir=/etc \
    2.33 -		--libexecdir=/usr/lib/GConf \
    2.34 -		$CONFIGURE_ARGS  &&
    2.35 +		--libexecdir=/usr/lib/GConf &&
    2.36  	make &&
    2.37 -	make DESTDIR=$src/_pkg install
    2.38 +	make install
    2.39  }
    2.40  
    2.41  # Rules to gen a SliTaz package suitable for Tazpkg.