diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-13 01:01:15 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-13 01:01:15 +0200 |
commit | 3a0ce3ad56ff71ff5240c492328bb48a051691e5 (patch) | |
tree | 32e95a18d8762a948eb68f51634b747a1b3db961 /extra/pango | |
parent | 866f3aaa56a0445f4b9b95448c0eac4475ef62f7 (diff) | |
parent | 19b5d983700efd84d238949eb9c85490cc8609ca (diff) | |
download | nutyx-extra-3a0ce3ad56ff71ff5240c492328bb48a051691e5.tar.gz nutyx-extra-3a0ce3ad56ff71ff5240c492328bb48a051691e5.tar.bz2 nutyx-extra-3a0ce3ad56ff71ff5240c492328bb48a051691e5.tar.xz nutyx-extra-3a0ce3ad56ff71ff5240c492328bb48a051691e5.zip |
Merge commit 'lesibel/master'
Diffstat (limited to 'extra/pango')
-rwxr-xr-x | extra/pango/Pkgfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/extra/pango/Pkgfile b/extra/pango/Pkgfile index 7bf46685c..70280be3b 100755 --- a/extra/pango/Pkgfile +++ b/extra/pango/Pkgfile @@ -2,7 +2,7 @@ # URL: http://gnome.org # Maintainer: NuTyX core teamm # Packager: thierryn1 at hispeed dot ch -# Depends on: cairo, glib, libthai, freetype +# Depends on: cairo, glib, libthai, freetype, xorg-libxft, gobject-introspection name=pango version=1.28.0 @@ -21,7 +21,5 @@ build() { make DESTDIR=$PKG install rm -rf $PKG/usr/share/gtk-doc install -m644 ../pango.modules $PKG/etc/pango/ -# rm -rf $PKG/usr/lib/girepository-1.0 -# rm -rf $PKG/usr/share/gir-1.0/ } |