# HG changeset patch # User Eric Joseph-Alexandre # Date 1262422828 -3600 # Node ID fbf64ec0cf6d10af67a5316d964374b87298940e # Parent af9536ce31f7e9ba5677fd1c93c49c861ab8197b Up: pygobject* (2.20.0) diff -r af9536ce31f7 -r fbf64ec0cf6d pygobject-dev/receipt --- a/pygobject-dev/receipt Sat Jan 02 10:00:03 2010 +0100 +++ b/pygobject-dev/receipt Sat Jan 02 10:00:28 2010 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pygobject-dev" -VERSION="2.14.1" +VERSION="2.20.0" CATEGORY="development" SHORT_DESC="Python bindings for the GObject library dev files." MAINTAINER="erjo@slitaz.org" @@ -14,9 +14,11 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share + cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/include $fs/usr cp -a $_pkg/usr/share/pygobject $fs/usr/share cp -a $_pkg/usr/share/gtk-doc $fs/usr/share cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib } diff -r af9536ce31f7 -r fbf64ec0cf6d pygobject/receipt --- a/pygobject/receipt Sat Jan 02 10:00:03 2010 +0100 +++ b/pygobject/receipt Sat Jan 02 10:00:28 2010 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pygobject" -VERSION="2.14.1" +VERSION="2.20.0" CATEGORY="development" SHORT_DESC="Python bindings for the GObject library" MAINTAINER="erjo@slitaz.org" @@ -9,7 +9,7 @@ BUILD_DEPENDS="python python-dev pkg-config glib glib-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/2.14/$TARBALL" +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.20/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -26,5 +26,6 @@ { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/python2.5 $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib }