From 2f683183c210746ccc332e7e0d5525d6cd507a2b Mon Sep 17 00:00:00 2001 From: Thierry N Date: Sun, 25 Oct 2009 21:48:46 +0100 Subject: maj libgweather#2.26.2.1-1 --- extra/libgweather/.footprint | 6 +++--- extra/libgweather/.md5sum | 2 +- extra/libgweather/Pkgfile | 7 ++++--- 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 } -- cgit v1.2.3-54-g00ecf