wok-4.x rev 835
Up: pango (1.20.2)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 18 13:37:01 2008 +0200 (2008-05-18) |
parents | 215344bc0c24 |
children | 8ac8ce140f78 |
files | pango-dev/receipt pango/receipt |
line diff
1.1 --- a/pango-dev/receipt Sun May 18 13:31:56 2008 +0200 1.2 +++ b/pango-dev/receipt Sun May 18 13:37:01 2008 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pango-dev" 1.7 -VERSION="1.18.4" 1.8 +VERSION="1.20.2" 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 @@ -18,14 +18,3 @@ 1.13 cp -a $_pkg/usr/lib/pango $fs/usr/lib 1.14 rm -rf $fs/usr/lib/pango/1.6.0/modules/*.so 1.15 } 1.16 - 1.17 -# Pre and post install commands for Tazpkg. 1.18 -post_install() 1.19 -{ 1.20 - local root 1.21 - root=$1 1.22 - echo "Processing post-install commands..." 1.23 - # Rebuils pango.modules when installed. 1.24 - pango-querymodules > $root/etc/pango/pango.modules 1.25 -} 1.26 -SELF_INSTALL=1
2.1 --- a/pango/receipt Sun May 18 13:31:56 2008 +0200 2.2 +++ b/pango/receipt Sun May 18 13:37:01 2008 +0200 2.3 @@ -1,14 +1,14 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="pango" 2.7 -VERSION="1.18.4" 2.8 +VERSION="1.20.2" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Library for layout and rendering of text." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 BUILD_DEPENDS="cairo-dev glib-dev expat-dev libxml2-dev" 2.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.14 WEB_SITE="http://www.pango.org/" 2.15 -WGET_URL="ftp://ftp.gtk.org/pub/pango/1.18/$TARBALL" 2.16 +WGET_URL="ftp://ftp.gtk.org/pub/pango/1.20/$TARBALL" 2.17 2.18 # Rules to configure and make the package. 2.19 compile_rules()