# HG changeset patch # User Christophe Lincoln # Date 1272710565 -7200 # Node ID c517b9977ce2fbd3c540ef7253db19721a825f70 # Parent e5cff60e665d092a28099c25c9da6aa66aa065c7 Up: glib (2.25.2) part of GTK upgrade diff -r e5cff60e665d -r c517b9977ce2 glib-dev/receipt --- a/glib-dev/receipt Sat May 01 11:24:32 2010 +0200 +++ b/glib-dev/receipt Sat May 01 12:42:45 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="glib-dev" -VERSION="2.21.6" +VERSION="2.25.2" CATEGORY="development" SHORT_DESC="C routines devel files and utilities." MAINTAINER="pankso@slitaz.org" diff -r e5cff60e665d -r c517b9977ce2 glib/receipt --- a/glib/receipt Sat May 01 11:24:32 2010 +0200 +++ b/glib/receipt Sat May 01 12:42:45 2010 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="glib" -VERSION="2.21.6" +VERSION="2.25.2" CATEGORY="x-window" SHORT_DESC="C routines." MAINTAINER="pankso@slitaz.org" BUILD_DEPENDS="gettext cairo-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gtk.org/" -WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/glib/2.21/$TARBALL" +WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/glib/2.25/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -20,7 +20,7 @@ --mandir=/usr/share/man \ --with-html-dir=/usr/share/doc \ $CONFIGURE_ARGS && - make && + make -j4 && make DESTDIR=$PWD/_pkg install }