summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-25 21:48:46 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-25 21:48:46 +0100
commit2f683183c210746ccc332e7e0d5525d6cd507a2b (patch)
tree114a5781333ec8f1422df055cdab2a5df1a94727
parentc9f0278052c2271838537101ea4ff113962ca7b8 (diff)
downloadnutyx-extra-2f683183c210746ccc332e7e0d5525d6cd507a2b.tar.gz
nutyx-extra-2f683183c210746ccc332e7e0d5525d6cd507a2b.tar.bz2
nutyx-extra-2f683183c210746ccc332e7e0d5525d6cd507a2b.tar.xz
nutyx-extra-2f683183c210746ccc332e7e0d5525d6cd507a2b.zip
maj libgweather#2.26.2.1-1
-rw-r--r--extra/libgweather/.footprint6
-rw-r--r--extra/libgweather/.md5sum2
-rw-r--r--extra/libgweather/Pkgfile7
3 files changed, 8 insertions, 7 deletions
diff --git a/extra/libgweather/.footprint b/extra/libgweather/.footprint
index 5c8faa380..9eb21b637 100644
--- a/extra/libgweather/.footprint
+++ b/extra/libgweather/.footprint
@@ -16,9 +16,9 @@ drwxr-xr-x root/root usr/include/libgweather/
-rw-r--r-- root/root usr/include/libgweather/weather.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libgweather.la
-lrwxrwxrwx root/root usr/lib/libgweather.so -> libgweather.so.1.2.2
-lrwxrwxrwx root/root usr/lib/libgweather.so.1 -> libgweather.so.1.2.2
--rwxr-xr-x root/root usr/lib/libgweather.so.1.2.2
+lrwxrwxrwx root/root usr/lib/libgweather.so -> libgweather.so.1.4.6
+lrwxrwxrwx root/root usr/lib/libgweather.so.1 -> libgweather.so.1.4.6
+-rwxr-xr-x root/root usr/lib/libgweather.so.1.4.6
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/gweather.pc
drwxr-xr-x root/root usr/share/
diff --git a/extra/libgweather/.md5sum b/extra/libgweather/.md5sum
index 1624f2466..2638aad95 100644
--- a/extra/libgweather/.md5sum
+++ b/extra/libgweather/.md5sum
@@ -1 +1 @@
-ab29ea93a87339bb1571434fe2086789 libgweather-2.24.3.tar.bz2
+cef0447b62235c4662aa9691dd9a6c92 libgweather-2.26.2.1.tar.bz2
diff --git a/extra/libgweather/Pkgfile b/extra/libgweather/Pkgfile
index 273d1a71c..38f2a5c77 100644
--- a/extra/libgweather/Pkgfile
+++ b/extra/libgweather/Pkgfile
@@ -5,16 +5,17 @@
# Depends on: gnome-vfs, libsoup
name=libgweather
-version=2.24.3
+version=2.26.2.1
release=1
-source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.24/$name-$version.tar.bz2)
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.26/$name-$version.tar.bz2)
build() {
cd $name-$version
- ./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
+ ./configure --prefix=$GNOME_PREFIX \
--sysconfdir=/etc \
--localstatedir=/var/lib \
--disable-static
make
make DESTDIR=$PKG install
+ rm -r $PKG/$GNOME_PREFIX/share/gtk-doc
}