wok diff pango/receipt @ rev 18430
Up gnuradio (3.7.8)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 21 18:28:34 2015 +0200 (2015-09-21) |
parents | db2a14c92f8b |
children | 78cbae08ac81 |
line diff
1.1 --- a/pango/receipt Tue Feb 10 20:14:27 2015 +0000 1.2 +++ b/pango/receipt Mon Sep 21 18:28:34 2015 +0200 1.3 @@ -3,7 +3,7 @@ 1.4 PACKAGE="pango" 1.5 VERSION="1.36.8" 1.6 CATEGORY="x-window" 1.7 -SHORT_DESC="Library for layout and rendering of text." 1.8 +SHORT_DESC="Layout and rendering of internationalized text" 1.9 MAINTAINER="pankso@slitaz.org" 1.10 LICENSE="GPL2" 1.11 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.12 @@ -41,19 +41,18 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/bin $fs/usr/lib $fs/etc/pango 1.16 - cp -a $install/usr/bin/* $fs/usr/bin 1.17 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.18 - cp -a $install/usr/lib/pango $fs/usr/lib 1.19 - rm -rf $fs/usr/lib/pango/1.8.0/modules/*.la 1.20 - [ -d "$install/etc" ] && cp -a $install/etc $fs 1.21 - touch $fs/etc/pango/pango.modules 1.22 + cp -a $install/usr/bin/* $fs/usr/bin 1.23 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.24 + cp -a $install/usr/lib/pango $fs/usr/lib 1.25 + rm -rf $fs/usr/lib/pango/1.8.0/modules/*.la 1.26 + [ -d "$install/etc" ] && cp -a $install/etc $fs 1.27 + touch $fs/etc/pango/pango.modules 1.28 } 1.29 1.30 # Pre and post install commands for Tazpkg. 1.31 post_install() 1.32 { 1.33 - echo "Processing post-install commands..." 1.34 - # Rebuilds pango.modules when installed. 1.35 - chroot $1/ /usr/bin/pango-querymodules > $1/etc/pango/pango.modules 1.36 + echo "Processing post-install commands..." 1.37 + # Rebuilds pango.modules when installed. 1.38 + chroot $1/ /usr/bin/pango-querymodules > $1/etc/pango/pango.modules 1.39 } 1.40 -