summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extra/pango/.footprint10
-rwxr-xr-xextra/pango/Pkgfile5
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/
}