diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-25 21:10:41 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-25 21:10:41 +0100 |
commit | 0a188ffe0c26e0f606f36d85b351a10634855ad4 (patch) | |
tree | 7c2f79087230974e550ee09f88d9703e2f0ec76a /extra | |
parent | db2697253087fa9f6dc660ce59ecc1e7a318accc (diff) | |
download | nutyx-pakxe-0a188ffe0c26e0f606f36d85b351a10634855ad4.tar.gz nutyx-pakxe-0a188ffe0c26e0f606f36d85b351a10634855ad4.tar.bz2 nutyx-pakxe-0a188ffe0c26e0f606f36d85b351a10634855ad4.tar.xz nutyx-pakxe-0a188ffe0c26e0f606f36d85b351a10634855ad4.zip |
pango, maj deps et footprint
Diffstat (limited to 'extra')
-rw-r--r-- | extra/pango/.footprint | 10 | ||||
-rwxr-xr-x | extra/pango/Pkgfile | 5 |
2 files changed, 2 insertions, 13 deletions
diff --git a/extra/pango/.footprint b/extra/pango/.footprint index 560d80182..72482e8ac 100644 --- a/extra/pango/.footprint +++ b/extra/pango/.footprint @@ -44,11 +44,6 @@ 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.2600.0 lrwxrwxrwx root/root usr/lib/libpango-1.0.so.0 -> libpango-1.0.so.0.2600.0 @@ -103,11 +98,6 @@ 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 9c7e6a2d0..b25ff3516 100755 --- a/extra/pango/Pkgfile +++ b/extra/pango/Pkgfile @@ -21,7 +21,6 @@ build() { make DESTDIR=$PKG install rm -rf $PKG/usr/share/gtk-doc install -m644 ../pango.modules $PKG/etc/pango/ -# cd ../$scripts-$scriptsversion -# make DESTDIR=$PKG install-$name - + rm -r $PKG/usr/lib/girepository-1.0 + rm -r $PKG/usr/share/gir-1.0/ } |