# HG changeset patch # User Christophe Lincoln # Date 1208014649 -7200 # Node ID d5e75812e704323405732aad279e98a48a3756aa # Parent a0004e60c7fdbd9e5cadc7c74bf5ff5c833a21a5 Up: GTK+ (2.12.6) and deps (glib,pango, + clearlooks for 2.10 engines) diff -r a0004e60c7fd -r d5e75812e704 clearlooks/receipt --- a/clearlooks/receipt Sat Apr 12 15:41:47 2008 +0200 +++ b/clearlooks/receipt Sat Apr 12 17:37:29 2008 +0200 @@ -13,8 +13,11 @@ compile_rules() { cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS make make DESTDIR=$PWD/_pkg install } @@ -23,7 +26,6 @@ genpkg_rules() { cp -a $_pkg/* $fs - rm $fs/usr/lib/gtk-2.0/2.4.0/engines/*.la + rm $fs/usr/lib/gtk-2.0/2.10.0/engines/*.la rm -rf $fs/usr/share/icons - strip -s $fs/usr/lib/gtk-2.0/2.4.0/engines/* } diff -r a0004e60c7fd -r d5e75812e704 glib-dev/receipt --- a/glib-dev/receipt Sat Apr 12 15:41:47 2008 +0200 +++ b/glib-dev/receipt Sat Apr 12 17:37:29 2008 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="glib-dev" -VERSION="2.12.4" +VERSION="2.14.5" CATEGORY="development" SHORT_DESC="C routines devel files and utilities." MAINTAINER="pankso@slitaz.org" @@ -13,7 +13,6 @@ { mkdir -p $fs/usr/lib $fs/usr/share cp -a $_pkg/usr/bin $fs/usr - strip --strip-unneeded $fs/usr/bin/* 2>/dev/null cp -a $_pkg/usr/lib/*.*a $fs/usr/lib cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib cp -a $_pkg/usr/lib/glib* $fs/usr/lib diff -r a0004e60c7fd -r d5e75812e704 glib/receipt --- a/glib/receipt Sat Apr 12 15:41:47 2008 +0200 +++ b/glib/receipt Sat Apr 12 17:37:29 2008 +0200 @@ -1,22 +1,25 @@ # SliTaz package receipt. PACKAGE="glib" -VERSION="2.12.4" +VERSION="2.14.5" CATEGORY="x-window" SHORT_DESC="C routines." MAINTAINER="pankso@slitaz.org" BUILD_DEPENDS="cairo-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gtk.org/" -WGET_URL="ftp://ftp.gtk.org/pub/glib/2.12/$TARBALL" +WGET_URL="ftp://ftp.gtk.org/pub/glib/2.14/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src - ./configure --prefix=/usr --sysconfdir=/etc \ - --mandir=/usr/share/man --with-html-dir=/usr/share/doc \ - $CONFIGURE_ARGS + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --with-html-dir=/usr/share/doc \ + $CONFIGURE_ARGS make make DESTDIR=$PWD/_pkg install } @@ -24,8 +27,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib $fs/usr/share/locale + mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale - strip --strip-unneeded $fs/usr/lib/* } diff -r a0004e60c7fd -r d5e75812e704 gtk+-demo/receipt --- a/gtk+-demo/receipt Sat Apr 12 15:41:47 2008 +0200 +++ b/gtk+-demo/receipt Sat Apr 12 17:37:29 2008 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gtk+-demo" -VERSION="2.8.20" +VERSION="2.12.6" CATEGORY="development" SHORT_DESC="The GIMP Toolkit example code and demo." MAINTAINER="pankso@slitaz.org" diff -r a0004e60c7fd -r d5e75812e704 gtk+-dev/receipt --- a/gtk+-dev/receipt Sat Apr 12 15:41:47 2008 +0200 +++ b/gtk+-dev/receipt Sat Apr 12 17:37:29 2008 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gtk+-dev" -VERSION="2.8.20" +VERSION="2.12.6" CATEGORY="development" SHORT_DESC="The GIMP Toolkit." MAINTAINER="pankso@slitaz.org" diff -r a0004e60c7fd -r d5e75812e704 gtk+/receipt --- a/gtk+/receipt Sat Apr 12 15:41:47 2008 +0200 +++ b/gtk+/receipt Sat Apr 12 17:37:29 2008 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gtk+" -VERSION="2.8.20" +VERSION="2.12.6" CATEGORY="x-window" SHORT_DESC="The GIMP Toolkit." MAINTAINER="pankso@slitaz.org" @@ -10,15 +10,19 @@ pkg-config xorg-dev xorg-dev-proto fontconfig-dev freetype-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gtk.org/" -WGET_URL="ftp://ftp.gtk.org/pub/gtk/v2.8/$TARBALL" +WGET_URL="ftp://ftp.gtk.org/pub/gtk/2.12/$TARBALL" + # Rules to configure and make the package. compile_rules() { cd $src - ./configure --prefix=/usr --sysconfdir=/etc \ - --mandir=/usr/share/man --with-html-dir=/usr/share/doc \ - $CONFIGURE_ARGS + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --with-html-dir=/usr/share/doc \ + $CONFIGURE_ARGS make make DESTDIR=$PWD/_pkg install } @@ -26,15 +30,14 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib/gtk-2.0 $fs/usr/share/locale $fs/usr/bin + mkdir -p $fs/usr/lib/gtk-2.0 $fs/usr/share $fs/usr/bin # Libs. cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/gtk-2.0/2.4.0 $fs/usr/lib/gtk-2.0 - rm -rf $fs/usr/lib/gtk-2.0/2.4.0/*/*.la + cp -a $_pkg/usr/lib/gtk-2.0/2.10.0 $fs/usr/lib/gtk-2.0 + rm -rf $fs/usr/lib/gtk-2.0/2.10.0/*/*.la - # Locale. - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale + # Themes cp -a $_pkg/usr/share/themes $fs/usr/share # Apps. @@ -47,11 +50,6 @@ mkdir -p $fs/etc/gtk-2.0 gtk-query-immodules-2.0 > $fs/etc/gtk-2.0/gtk.immodules gdk-pixbuf-query-loaders > $fs/etc/gtk-2.0/gdk-pixbuf.loaders - - # Strip all files. - strip --strip-all $fs/usr/bin/* - strip --strip-unneeded $fs/usr/lib/*.so* - strip --strip-unneeded $fs/usr/lib/gtk-2.0/2.4.0/*/* } # Pre and post install commands for Tazpkg. @@ -62,5 +60,7 @@ echo "Processing post-install commands..." /usr/bin/gtk-query-immodules-2.0 > $root/etc/gtk-2.0/gtk.immodules /usr/bin/gdk-pixbuf-query-loaders > $root/etc/gtk-2.0/gdk-pixbuf.loaders + # Force reinstall of clearlooks them + tazpkg get-install clearlooks --forced } SELF_INSTALL=1 diff -r a0004e60c7fd -r d5e75812e704 pango-dev/receipt --- a/pango-dev/receipt Sat Apr 12 15:41:47 2008 +0200 +++ b/pango-dev/receipt Sat Apr 12 17:37:29 2008 +0200 @@ -1,14 +1,13 @@ # SliTaz package receipt. PACKAGE="pango-dev" -VERSION="1.14.8" +VERSION="1.18.4" CATEGORY="development" SHORT_DESC="Library for layout and rendering of text devel files." MAINTAINER="pankso@slitaz.org" WANTED="pango" WEB_SITE="http://www.pango.org/" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r a0004e60c7fd -r d5e75812e704 pango/receipt --- a/pango/receipt Sat Apr 12 15:41:47 2008 +0200 +++ b/pango/receipt Sat Apr 12 17:37:29 2008 +0200 @@ -1,22 +1,25 @@ # SliTaz package receipt. PACKAGE="pango" -VERSION="1.14.8" +VERSION="1.18.4" CATEGORY="x-window" SHORT_DESC="Library for layout and rendering of text." MAINTAINER="pankso@slitaz.org" BUILD_DEPENDS="cairo-dev glib-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.pango.org/" -WGET_URL="ftp://ftp.gtk.org/pub/pango/1.14/$TARBALL" +WGET_URL="ftp://ftp.gtk.org/pub/pango/1.18/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src - ./configure --prefix=/usr --sysconfdir=/etc \ - --mandir=/usr/share/man --with-html-dir=/usr/share/doc \ - $CONFIGURE_ARGS + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --with-html-dir=/usr/share/doc \ + $CONFIGURE_ARGS make make DESTDIR=$PWD/_pkg install } @@ -31,10 +34,6 @@ rm -rf $fs/usr/lib/pango/1.5.0/modules/*.la cp -a $_pkg/etc $fs pango-querymodules > $fs/etc/pango/pango.modules - # Strip. - strip --strip-unneeded $fs/usr/bin/* - strip --strip-unneeded $fs/usr/lib/*.so* - strip --strip-unneeded $fs/usr/lib/pango/1.5.0/modules/* } # Pre and post install commands for Tazpkg.