diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-13 13:38:52 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-13 13:38:52 +0200 |
commit | e74f9d3d9f7e3a8bca27c1824ec9a18411f2fabb (patch) | |
tree | 3fde6f5ebc772e0ae3a394da8e368f39d71d5a65 /extra/pango | |
parent | 6eb2b4d43bb01109f4b6c08b2dc7505e65187faa (diff) | |
download | nutyx-pakxe-e74f9d3d9f7e3a8bca27c1824ec9a18411f2fabb.tar.gz nutyx-pakxe-e74f9d3d9f7e3a8bca27c1824ec9a18411f2fabb.tar.bz2 nutyx-pakxe-e74f9d3d9f7e3a8bca27c1824ec9a18411f2fabb.tar.xz nutyx-pakxe-e74f9d3d9f7e3a8bca27c1824ec9a18411f2fabb.zip |
pango, maj paquet et footprint
Diffstat (limited to 'extra/pango')
-rw-r--r-- | extra/pango/.footprint | 10 | ||||
-rwxr-xr-x | extra/pango/Pkgfile | 2 |
2 files changed, 10 insertions, 2 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 89504251e..70280be3b 100755 --- a/extra/pango/Pkgfile +++ b/extra/pango/Pkgfile @@ -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/ } |