wok-next rev 547
Up: GTK+ (2.12.6) and deps (glib,pango, + clearlooks for 2.10 engines)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 12 17:37:29 2008 +0200 (2008-04-12) |
parents | a0004e60c7fd |
children | 671f4018b0b7 |
files | clearlooks/receipt glib-dev/receipt glib/receipt gtk+-demo/receipt gtk+-dev/receipt gtk+/receipt pango-dev/receipt pango/receipt |
line diff
1.1 --- a/clearlooks/receipt Sat Apr 12 15:41:47 2008 +0200 1.2 +++ b/clearlooks/receipt Sat Apr 12 17:37:29 2008 +0200 1.3 @@ -13,8 +13,11 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.8 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.9 + ./configure \ 1.10 + --prefix=/usr \ 1.11 + --infodir=/usr/share/info \ 1.12 + --mandir=/usr/share/man \ 1.13 + $CONFIGURE_ARGS 1.14 make 1.15 make DESTDIR=$PWD/_pkg install 1.16 } 1.17 @@ -23,7 +26,6 @@ 1.18 genpkg_rules() 1.19 { 1.20 cp -a $_pkg/* $fs 1.21 - rm $fs/usr/lib/gtk-2.0/2.4.0/engines/*.la 1.22 + rm $fs/usr/lib/gtk-2.0/2.10.0/engines/*.la 1.23 rm -rf $fs/usr/share/icons 1.24 - strip -s $fs/usr/lib/gtk-2.0/2.4.0/engines/* 1.25 }
2.1 --- a/glib-dev/receipt Sat Apr 12 15:41:47 2008 +0200 2.2 +++ b/glib-dev/receipt Sat Apr 12 17:37:29 2008 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="glib-dev" 2.7 -VERSION="2.12.4" 2.8 +VERSION="2.14.5" 2.9 CATEGORY="development" 2.10 SHORT_DESC="C routines devel files and utilities." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -13,7 +13,6 @@ 2.13 { 2.14 mkdir -p $fs/usr/lib $fs/usr/share 2.15 cp -a $_pkg/usr/bin $fs/usr 2.16 - strip --strip-unneeded $fs/usr/bin/* 2>/dev/null 2.17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 2.18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 2.19 cp -a $_pkg/usr/lib/glib* $fs/usr/lib
3.1 --- a/glib/receipt Sat Apr 12 15:41:47 2008 +0200 3.2 +++ b/glib/receipt Sat Apr 12 17:37:29 2008 +0200 3.3 @@ -1,22 +1,25 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="glib" 3.7 -VERSION="2.12.4" 3.8 +VERSION="2.14.5" 3.9 CATEGORY="x-window" 3.10 SHORT_DESC="C routines." 3.11 MAINTAINER="pankso@slitaz.org" 3.12 BUILD_DEPENDS="cairo-dev" 3.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.14 WEB_SITE="http://www.gtk.org/" 3.15 -WGET_URL="ftp://ftp.gtk.org/pub/glib/2.12/$TARBALL" 3.16 +WGET_URL="ftp://ftp.gtk.org/pub/glib/2.14/$TARBALL" 3.17 3.18 # Rules to configure and make the package. 3.19 compile_rules() 3.20 { 3.21 cd $src 3.22 - ./configure --prefix=/usr --sysconfdir=/etc \ 3.23 - --mandir=/usr/share/man --with-html-dir=/usr/share/doc \ 3.24 - $CONFIGURE_ARGS 3.25 + ./configure \ 3.26 + --prefix=/usr \ 3.27 + --sysconfdir=/etc \ 3.28 + --mandir=/usr/share/man \ 3.29 + --with-html-dir=/usr/share/doc \ 3.30 + $CONFIGURE_ARGS 3.31 make 3.32 make DESTDIR=$PWD/_pkg install 3.33 } 3.34 @@ -24,8 +27,6 @@ 3.35 # Rules to gen a SliTaz package suitable for Tazpkg. 3.36 genpkg_rules() 3.37 { 3.38 - mkdir -p $fs/usr/lib $fs/usr/share/locale 3.39 + mkdir -p $fs/usr/lib 3.40 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 3.41 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 3.42 - strip --strip-unneeded $fs/usr/lib/* 3.43 }
4.1 --- a/gtk+-demo/receipt Sat Apr 12 15:41:47 2008 +0200 4.2 +++ b/gtk+-demo/receipt Sat Apr 12 17:37:29 2008 +0200 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="gtk+-demo" 4.7 -VERSION="2.8.20" 4.8 +VERSION="2.12.6" 4.9 CATEGORY="development" 4.10 SHORT_DESC="The GIMP Toolkit example code and demo." 4.11 MAINTAINER="pankso@slitaz.org"
5.1 --- a/gtk+-dev/receipt Sat Apr 12 15:41:47 2008 +0200 5.2 +++ b/gtk+-dev/receipt Sat Apr 12 17:37:29 2008 +0200 5.3 @@ -1,7 +1,7 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="gtk+-dev" 5.7 -VERSION="2.8.20" 5.8 +VERSION="2.12.6" 5.9 CATEGORY="development" 5.10 SHORT_DESC="The GIMP Toolkit." 5.11 MAINTAINER="pankso@slitaz.org"
6.1 --- a/gtk+/receipt Sat Apr 12 15:41:47 2008 +0200 6.2 +++ b/gtk+/receipt Sat Apr 12 17:37:29 2008 +0200 6.3 @@ -1,7 +1,7 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="gtk+" 6.7 -VERSION="2.8.20" 6.8 +VERSION="2.12.6" 6.9 CATEGORY="x-window" 6.10 SHORT_DESC="The GIMP Toolkit." 6.11 MAINTAINER="pankso@slitaz.org" 6.12 @@ -10,15 +10,19 @@ 6.13 pkg-config xorg-dev xorg-dev-proto fontconfig-dev freetype-dev" 6.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 6.15 WEB_SITE="http://www.gtk.org/" 6.16 -WGET_URL="ftp://ftp.gtk.org/pub/gtk/v2.8/$TARBALL" 6.17 +WGET_URL="ftp://ftp.gtk.org/pub/gtk/2.12/$TARBALL" 6.18 + 6.19 6.20 # Rules to configure and make the package. 6.21 compile_rules() 6.22 { 6.23 cd $src 6.24 - ./configure --prefix=/usr --sysconfdir=/etc \ 6.25 - --mandir=/usr/share/man --with-html-dir=/usr/share/doc \ 6.26 - $CONFIGURE_ARGS 6.27 + ./configure \ 6.28 + --prefix=/usr \ 6.29 + --sysconfdir=/etc \ 6.30 + --mandir=/usr/share/man \ 6.31 + --with-html-dir=/usr/share/doc \ 6.32 + $CONFIGURE_ARGS 6.33 make 6.34 make DESTDIR=$PWD/_pkg install 6.35 } 6.36 @@ -26,15 +30,14 @@ 6.37 # Rules to gen a SliTaz package suitable for Tazpkg. 6.38 genpkg_rules() 6.39 { 6.40 - mkdir -p $fs/usr/lib/gtk-2.0 $fs/usr/share/locale $fs/usr/bin 6.41 + mkdir -p $fs/usr/lib/gtk-2.0 $fs/usr/share $fs/usr/bin 6.42 6.43 # Libs. 6.44 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 6.45 - cp -a $_pkg/usr/lib/gtk-2.0/2.4.0 $fs/usr/lib/gtk-2.0 6.46 - rm -rf $fs/usr/lib/gtk-2.0/2.4.0/*/*.la 6.47 + cp -a $_pkg/usr/lib/gtk-2.0/2.10.0 $fs/usr/lib/gtk-2.0 6.48 + rm -rf $fs/usr/lib/gtk-2.0/2.10.0/*/*.la 6.49 6.50 - # Locale. 6.51 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 6.52 + # Themes 6.53 cp -a $_pkg/usr/share/themes $fs/usr/share 6.54 6.55 # Apps. 6.56 @@ -47,11 +50,6 @@ 6.57 mkdir -p $fs/etc/gtk-2.0 6.58 gtk-query-immodules-2.0 > $fs/etc/gtk-2.0/gtk.immodules 6.59 gdk-pixbuf-query-loaders > $fs/etc/gtk-2.0/gdk-pixbuf.loaders 6.60 - 6.61 - # Strip all files. 6.62 - strip --strip-all $fs/usr/bin/* 6.63 - strip --strip-unneeded $fs/usr/lib/*.so* 6.64 - strip --strip-unneeded $fs/usr/lib/gtk-2.0/2.4.0/*/* 6.65 } 6.66 6.67 # Pre and post install commands for Tazpkg. 6.68 @@ -62,5 +60,7 @@ 6.69 echo "Processing post-install commands..." 6.70 /usr/bin/gtk-query-immodules-2.0 > $root/etc/gtk-2.0/gtk.immodules 6.71 /usr/bin/gdk-pixbuf-query-loaders > $root/etc/gtk-2.0/gdk-pixbuf.loaders 6.72 + # Force reinstall of clearlooks them 6.73 + tazpkg get-install clearlooks --forced 6.74 } 6.75 SELF_INSTALL=1
7.1 --- a/pango-dev/receipt Sat Apr 12 15:41:47 2008 +0200 7.2 +++ b/pango-dev/receipt Sat Apr 12 17:37:29 2008 +0200 7.3 @@ -1,14 +1,13 @@ 7.4 # SliTaz package receipt. 7.5 7.6 PACKAGE="pango-dev" 7.7 -VERSION="1.14.8" 7.8 +VERSION="1.18.4" 7.9 CATEGORY="development" 7.10 SHORT_DESC="Library for layout and rendering of text devel files." 7.11 MAINTAINER="pankso@slitaz.org" 7.12 WANTED="pango" 7.13 WEB_SITE="http://www.pango.org/" 7.14 7.15 - 7.16 # Rules to gen a SliTaz package suitable for Tazpkg. 7.17 genpkg_rules() 7.18 {
8.1 --- a/pango/receipt Sat Apr 12 15:41:47 2008 +0200 8.2 +++ b/pango/receipt Sat Apr 12 17:37:29 2008 +0200 8.3 @@ -1,22 +1,25 @@ 8.4 # SliTaz package receipt. 8.5 8.6 PACKAGE="pango" 8.7 -VERSION="1.14.8" 8.8 +VERSION="1.18.4" 8.9 CATEGORY="x-window" 8.10 SHORT_DESC="Library for layout and rendering of text." 8.11 MAINTAINER="pankso@slitaz.org" 8.12 BUILD_DEPENDS="cairo-dev glib-dev" 8.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 8.14 WEB_SITE="http://www.pango.org/" 8.15 -WGET_URL="ftp://ftp.gtk.org/pub/pango/1.14/$TARBALL" 8.16 +WGET_URL="ftp://ftp.gtk.org/pub/pango/1.18/$TARBALL" 8.17 8.18 # Rules to configure and make the package. 8.19 compile_rules() 8.20 { 8.21 cd $src 8.22 - ./configure --prefix=/usr --sysconfdir=/etc \ 8.23 - --mandir=/usr/share/man --with-html-dir=/usr/share/doc \ 8.24 - $CONFIGURE_ARGS 8.25 + ./configure \ 8.26 + --prefix=/usr \ 8.27 + --sysconfdir=/etc \ 8.28 + --mandir=/usr/share/man \ 8.29 + --with-html-dir=/usr/share/doc \ 8.30 + $CONFIGURE_ARGS 8.31 make 8.32 make DESTDIR=$PWD/_pkg install 8.33 } 8.34 @@ -31,10 +34,6 @@ 8.35 rm -rf $fs/usr/lib/pango/1.5.0/modules/*.la 8.36 cp -a $_pkg/etc $fs 8.37 pango-querymodules > $fs/etc/pango/pango.modules 8.38 - # Strip. 8.39 - strip --strip-unneeded $fs/usr/bin/* 8.40 - strip --strip-unneeded $fs/usr/lib/*.so* 8.41 - strip --strip-unneeded $fs/usr/lib/pango/1.5.0/modules/* 8.42 } 8.43 8.44 # Pre and post install commands for Tazpkg.