From 2d23e05e2a7efc6a78b3498937c12d17f7394ec7 Mon Sep 17 00:00:00 2001 From: sibel Date: Fri, 11 Jun 2010 01:31:03 +0200 Subject: Maj de pango#2.28-2 --- extra/pango/.footprint | 10 ++++++++++ extra/pango/Pkgfile | 11 ++++++----- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/extra/pango/.footprint b/extra/pango/.footprint index dd92e54c9..2b7cb0717 100644 --- a/extra/pango/.footprint +++ b/extra/pango/.footprint @@ -44,6 +44,11 @@ drwxr-xr-x root/root usr/include/pango-1.0/pango/ -rw-r--r-- root/root usr/include/pango-1.0/pango/pangoxft-render.h -rw-r--r-- root/root usr/include/pango-1.0/pango/pangoxft.h drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/girepository-1.0/ +-rw-r--r-- root/root usr/lib/girepository-1.0/Pango-1.0.typelib +-rw-r--r-- root/root usr/lib/girepository-1.0/PangoCairo-1.0.typelib +-rw-r--r-- root/root usr/lib/girepository-1.0/PangoFT2-1.0.typelib +-rw-r--r-- root/root usr/lib/girepository-1.0/PangoXft-1.0.typelib -rwxr-xr-x root/root usr/lib/libpango-1.0.la lrwxrwxrwx root/root usr/lib/libpango-1.0.so -> libpango-1.0.so.0.2800.0 lrwxrwxrwx root/root usr/lib/libpango-1.0.so.0 -> libpango-1.0.so.0.2800.0 @@ -100,6 +105,11 @@ drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/pangox.pc -rw-r--r-- root/root usr/lib/pkgconfig/pangoxft.pc drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/gir-1.0/ +-rw-r--r-- root/root usr/share/gir-1.0/Pango-1.0.gir +-rw-r--r-- root/root usr/share/gir-1.0/PangoCairo-1.0.gir +-rw-r--r-- root/root usr/share/gir-1.0/PangoFT2-1.0.gir +-rw-r--r-- root/root usr/share/gir-1.0/PangoXft-1.0.gir drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/pango-querymodules.1.gz diff --git a/extra/pango/Pkgfile b/extra/pango/Pkgfile index d7740eafb..7bf46685c 100755 --- a/extra/pango/Pkgfile +++ b/extra/pango/Pkgfile @@ -2,11 +2,11 @@ # URL: http://gnome.org # Maintainer: NuTyX core teamm # Packager: thierryn1 at hispeed dot ch -# Depends on: cairo, glib, libthai +# Depends on: cairo, glib, libthai, freetype name=pango version=1.28.0 -release=1 +release=2 source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2\ pango.modules) @@ -16,11 +16,12 @@ build() { ./configure --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ - --sysconfdir=/etc + --sysconfdir=/etc make 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/ +# rm -rf $PKG/usr/lib/girepository-1.0 +# rm -rf $PKG/usr/share/gir-1.0/ + } -- cgit v1.2.3-54-g00ecf