summaryrefslogtreecommitdiff
path: root/pangomm
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2009-12-14 01:29:21 +1100
committerDanny Rawlins <monster.romster@gmail.com>2009-12-14 01:42:59 +1100
commitfeca9e37c38564ff61f3215c46f906abac7cf6e4 (patch)
treef93d5b102854f95280c396d5ad37202bc9c93577 /pangomm
parent3ccf55761e49f55074e531796f827724cc8cf0f3 (diff)
downloadcontrib-feca9e37c38564ff61f3215c46f906abac7cf6e4.tar.gz
contrib-feca9e37c38564ff61f3215c46f906abac7cf6e4.tar.xz
pangomm: 2.24.0 -> 2.26.0
Diffstat (limited to 'pangomm')
-rw-r--r--pangomm/.footprint11
-rw-r--r--pangomm/.md5sum2
-rw-r--r--pangomm/Pkgfile9
3 files changed, 11 insertions, 11 deletions
diff --git a/pangomm/.footprint b/pangomm/.footprint
index 5c9f1e6e6..e320b6581 100644
--- a/pangomm/.footprint
+++ b/pangomm/.footprint
@@ -63,9 +63,12 @@ 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.devhelp2
diff --git a/pangomm/.md5sum b/pangomm/.md5sum
index 4858ced23..90c55adb4 100644
--- a/pangomm/.md5sum
+++ b/pangomm/.md5sum
@@ -1 +1 @@
-fa0f44c37499433455857becad4bbcda pangomm-2.24.0.tar.bz2
+37f54dc8e6cb73ed923b22f313352156 pangomm-2.26.0.tar.bz2
diff --git a/pangomm/Pkgfile b/pangomm/Pkgfile
index ea5013f43..8bd97a101 100644
--- a/pangomm/Pkgfile
+++ b/pangomm/Pkgfile
@@ -5,17 +5,14 @@
# Depends on: cairomm glibmm
name=pangomm
-version=2.24.0
+version=2.26.0
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
-
- ./configure \
- --prefix=/usr \
- --disable-docs
-
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/doc
}

Generated by cgit