wok rev 11055
Up: pango to 1.29.4.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 16 23:20:24 2011 +0000 (2011-10-16) |
parents | 594242fe0541 |
children | ee036385c59a |
files | pango-dev/receipt pango/receipt |
line diff
1.1 --- a/pango-dev/receipt Sun Oct 16 23:17:55 2011 +0000 1.2 +++ b/pango-dev/receipt Sun Oct 16 23:20:24 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pango-dev" 1.7 -VERSION="1.28.4" 1.8 +VERSION="1.29.4" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Library for layout and rendering of text devel files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -13,10 +13,10 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib $fs/usr/share 1.16 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.17 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.18 - cp -a $_pkg/usr/include $fs/usr 1.19 - cp -a $_pkg/usr/lib/pango $fs/usr/lib 1.20 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.21 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.22 + cp -a $install/usr/include $fs/usr 1.23 + cp -a $install/usr/lib/pango $fs/usr/lib 1.24 rm -rf $fs/usr/lib/pango/1.6.0/modules/*.so 1.25 - cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share 1.26 + cp -a $install/usr/share/gir-1.0 $fs/usr/share 1.27 }
2.1 --- a/pango/receipt Sun Oct 16 23:17:55 2011 +0000 2.2 +++ b/pango/receipt Sun Oct 16 23:20:24 2011 +0000 2.3 @@ -1,16 +1,18 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="pango" 2.7 -VERSION="1.28.4" 2.8 +VERSION="1.29.4" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Library for layout and rendering of text." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 -DEPENDS="cairo glib expat libxml2 xorg-libXft fontconfig freetype xcb-util" 2.13 -BUILD_DEPENDS="$DEPENDS cairo-dev glib-dev expat-dev libxml2-dev xorg-libXft-dev libgio-dev gobject-introspection-dev pkg-config" 2.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.15 WEB_SITE="http://www.pango.org/" 2.16 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pango/${VERSION%.*}/$TARBALL" 2.17 -CONFIG_FILES="/etc/pango" 2.18 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" 2.19 +CONFIG_FILES="/etc/pango/pango.modules" 2.20 + 2.21 +DEPENDS="cairo glib expat libxml2 xorg-libXft fontconfig freetype xcb-util" 2.22 +BUILD_DEPENDS="$DEPENDS cairo-dev glib-dev expat-dev libxml2-dev xorg-libXft-dev \ 2.23 +libgio-dev gobject-introspection-dev pkg-config" 2.24 2.25 # Rules to configure and make the package. 2.26 compile_rules() 2.27 @@ -23,19 +25,19 @@ 2.28 --with-html-dir=/usr/share/doc \ 2.29 $CONFIGURE_ARGS && 2.30 make && 2.31 - make DESTDIR=$PWD/_pkg install 2.32 + make DESTDIR=$DESTDIR install 2.33 } 2.34 2.35 # Rules to gen a SliTaz package suitable for Tazpkg. 2.36 genpkg_rules() 2.37 { 2.38 mkdir -p $fs/usr/bin $fs/usr/lib 2.39 - cp -a $_pkg/usr/bin/* $fs/usr/bin 2.40 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.41 - cp -a $_pkg/usr/lib/pango $fs/usr/lib 2.42 - cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib 2.43 + cp -a $install/usr/bin/* $fs/usr/bin 2.44 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.45 + cp -a $install/usr/lib/pango $fs/usr/lib 2.46 + cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib 2.47 rm -rf $fs/usr/lib/pango/1.6.0/modules/*.la 2.48 - cp -a $_pkg/etc $fs 2.49 + cp -a $install/etc $fs 2.50 touch $fs/etc/pango/pango.modules 2.51 } 2.52 2.53 @@ -43,7 +45,7 @@ 2.54 post_install() 2.55 { 2.56 echo "Processing post-install commands..." 2.57 - # Rebuils pango.modules when installed. 2.58 + # Rebuilds pango.modules when installed. 2.59 chroot $1/ /usr/bin/pango-querymodules > $1/etc/pango/pango.modules 2.60 } 2.61