# HG changeset patch # User Christopher Rogers # Date 1302015203 0 # Node ID 4870a1e508a562c9161c3896799c1985ba166554 # Parent 054541cbfad4cfbf3d937f639684d6381456f896 Up: pygobject to 2.28.3. diff -r 054541cbfad4 -r 4870a1e508a5 pygobject-dev/receipt --- a/pygobject-dev/receipt Tue Apr 05 14:40:16 2011 +0000 +++ b/pygobject-dev/receipt Tue Apr 05 14:53:23 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pygobject-dev" -VERSION="2.26.0" +VERSION="2.28.3" CATEGORY="development" SHORT_DESC="Python bindings for the GObject library dev files." MAINTAINER="erjo@slitaz.org" diff -r 054541cbfad4 -r 4870a1e508a5 pygobject/receipt --- a/pygobject/receipt Tue Apr 05 14:40:16 2011 +0000 +++ b/pygobject/receipt Tue Apr 05 14:53:23 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pygobject" -VERSION="2.26.0" +VERSION="2.28.3" CATEGORY="development" SHORT_DESC="Python bindings for the GObject library" MAINTAINER="erjo@slitaz.org" @@ -9,16 +9,13 @@ BUILD_DEPENDS="python python-dev pkg-config glib-dev libgio-dev pycairo-dev cairo-dev libffi-dev gobject-introspection-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.pygtk.org/docs/pygobject/index.html" -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pygobject/${VERSION%.*}/$TARBALL" +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.