summaryrefslogtreecommitdiffstats
path: root/extra/pangomm
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-12 21:46:07 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-12 21:46:07 +0100
commit8c801076d498661b3ea6f7986ec1614fba518dfe (patch)
tree8de9c47c3a2d105cedb66398b0ccfb7e4956d040 /extra/pangomm
parent9d1a90ae5b0498a4d5c165188b0454529d58d8bd (diff)
downloadnutyx-pakxe-8c801076d498661b3ea6f7986ec1614fba518dfe.tar.gz
nutyx-pakxe-8c801076d498661b3ea6f7986ec1614fba518dfe.tar.bz2
nutyx-pakxe-8c801076d498661b3ea6f7986ec1614fba518dfe.tar.xz
nutyx-pakxe-8c801076d498661b3ea6f7986ec1614fba518dfe.zip
maj pangomm#2.26.0-1
Diffstat (limited to 'extra/pangomm')
-rw-r--r--extra/pangomm/.footprint11
-rw-r--r--extra/pangomm/.md5sum2
-rw-r--r--extra/pangomm/Pkgfile5
3 files changed, 5 insertions, 13 deletions
diff --git a/extra/pangomm/.footprint b/extra/pangomm/.footprint
index 02f7ba94d..44ca99526 100644
--- a/extra/pangomm/.footprint
+++ b/extra/pangomm/.footprint
@@ -63,14 +63,7 @@ lrwxrwxrwx root/root usr/lib/libpangomm-1.4.so -> libpangomm-1.4.so.1.0.30
lrwxrwxrwx root/root usr/lib/libpangomm-1.4.so.1 -> libpangomm-1.4.so.1.0.30
-rwxr-xr-x root/root usr/lib/libpangomm-1.4.so.1.0.30
drwxr-xr-x root/root usr/lib/pangomm-1.4/
-drwxr-xr-x root/root usr/lib/pangomm-1.4/proc/
-drwxr-xr-x root/root usr/lib/pangomm-1.4/proc/m4/
--rw-r--r-- root/root usr/lib/pangomm-1.4/proc/m4/convert.m4
--rw-r--r-- root/root usr/lib/pangomm-1.4/proc/m4/convert_pango.m4
+drwxr-xr-x root/root usr/lib/pangomm-1.4/include/
+-rw-r--r-- root/root usr/lib/pangomm-1.4/include/pangommconfig.h
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/pangomm-1.4.pc
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/devhelp/
-drwxr-xr-x root/root usr/share/devhelp/books/
-drwxr-xr-x root/root usr/share/devhelp/books/pangomm-1.4/
--rw-r--r-- root/root usr/share/devhelp/books/pangomm-1.4/pangomm-1.4.devhelp
diff --git a/extra/pangomm/.md5sum b/extra/pangomm/.md5sum
index 4858ced23..90c55adb4 100644
--- a/extra/pangomm/.md5sum
+++ b/extra/pangomm/.md5sum
@@ -1 +1 @@
-fa0f44c37499433455857becad4bbcda pangomm-2.24.0.tar.bz2
+37f54dc8e6cb73ed923b22f313352156 pangomm-2.26.0.tar.bz2
diff --git a/extra/pangomm/Pkgfile b/extra/pangomm/Pkgfile
index 6e82c4118..34a58a474 100644
--- a/extra/pangomm/Pkgfile
+++ b/extra/pangomm/Pkgfile
@@ -5,14 +5,13 @@
# Depends on: pango
name=pangomm
-version=2.24.0
+version=2.26.0
release=1
-source=(http://ftp.acc.umu.se/pub/gnome/sources/$name/2.24/$name-$version.tar.bz2)
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
- rm -r $PKG/usr/share/doc
}