summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-06-11 01:31:03 +0200
committersibel <lesibel at free dot fr>2010-06-11 01:31:03 +0200
commit2d23e05e2a7efc6a78b3498937c12d17f7394ec7 (patch)
treea8b6d7a84a23f6ce7048b27ae4c1f3253698c17c
parent7761c7af814b77898bb0e1c0ce0ca21ceba2ec19 (diff)
downloadnutyx-pakxe-2d23e05e2a7efc6a78b3498937c12d17f7394ec7.tar.gz
nutyx-pakxe-2d23e05e2a7efc6a78b3498937c12d17f7394ec7.tar.bz2
nutyx-pakxe-2d23e05e2a7efc6a78b3498937c12d17f7394ec7.tar.xz
nutyx-pakxe-2d23e05e2a7efc6a78b3498937c12d17f7394ec7.zip
Maj de pango#2.28-2
-rw-r--r--extra/pango/.footprint10
-rwxr-xr-xextra/pango/Pkgfile11
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/
+
}