summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-06-13 01:45:05 +0200
committertnut <thierryn1 at hispeed dot ch>2010-06-13 01:45:05 +0200
commita6629b7cf2858c57afd64b08f561a1261875b7c6 (patch)
tree1ee063b3531705a2f070b38b5f4fc801a8357eb9
parent3a0ce3ad56ff71ff5240c492328bb48a051691e5 (diff)
downloadnutyx-pakxe-a6629b7cf2858c57afd64b08f561a1261875b7c6.tar.gz
nutyx-pakxe-a6629b7cf2858c57afd64b08f561a1261875b7c6.tar.bz2
nutyx-pakxe-a6629b7cf2858c57afd64b08f561a1261875b7c6.tar.xz
nutyx-pakxe-a6629b7cf2858c57afd64b08f561a1261875b7c6.zip
pango correction Pkgfile et footprint
-rw-r--r--extra/pango/.footprint10
-rwxr-xr-xextra/pango/Pkgfile2
2 files changed, 2 insertions, 10 deletions
diff --git a/extra/pango/.footprint b/extra/pango/.footprint
index 2b7cb0717..dd92e54c9 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.2800.0
lrwxrwxrwx root/root usr/lib/libpango-1.0.so.0 -> libpango-1.0.so.0.2800.0
@@ -105,11 +100,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 70280be3b..89504251e 100755
--- a/extra/pango/Pkgfile
+++ b/extra/pango/Pkgfile
@@ -21,5 +21,7 @@ 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/
}