diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-09 23:18:01 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-09 23:18:01 +0100 |
commit | 8c43e038ab1205200a12cbea2ac7dba07cc8d90b (patch) | |
tree | 1f535ac3a2b5c9afc4321516a4ef2741600dbd11 | |
parent | e67f50f0611331b5d49eec8c3316084357b46103 (diff) | |
download | nutyx-pakxe-8c43e038ab1205200a12cbea2ac7dba07cc8d90b.tar.gz nutyx-pakxe-8c43e038ab1205200a12cbea2ac7dba07cc8d90b.tar.bz2 nutyx-pakxe-8c43e038ab1205200a12cbea2ac7dba07cc8d90b.tar.xz nutyx-pakxe-8c43e038ab1205200a12cbea2ac7dba07cc8d90b.zip |
maj libgweather#2.28.0-1
-rw-r--r-- | extra/libgweather/.footprint | 7 | ||||
-rw-r--r-- | extra/libgweather/.md5sum | 2 | ||||
-rw-r--r-- | extra/libgweather/Pkgfile | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/extra/libgweather/.footprint b/extra/libgweather/.footprint index 9eb21b637..ec44cb90b 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.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 +lrwxrwxrwx root/root usr/lib/libgweather.so -> libgweather.so.1.5.2 +lrwxrwxrwx root/root usr/lib/libgweather.so.1 -> libgweather.so.1.5.2 +-rwxr-xr-x root/root usr/lib/libgweather.so.1.5.2 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/ @@ -34,6 +34,7 @@ drwxr-xr-x root/root usr/share/libgweather/ -rw-r--r-- root/root usr/share/libgweather/Locations.bn_IN.xml -rw-r--r-- root/root usr/share/libgweather/Locations.bs.xml -rw-r--r-- root/root usr/share/libgweather/Locations.ca.xml +-rw-r--r-- root/root usr/share/libgweather/Locations.ca@valencia.xml -rw-r--r-- root/root usr/share/libgweather/Locations.cs.xml -rw-r--r-- root/root usr/share/libgweather/Locations.cy.xml -rw-r--r-- root/root usr/share/libgweather/Locations.da.xml diff --git a/extra/libgweather/.md5sum b/extra/libgweather/.md5sum index 2638aad95..2de8e66ea 100644 --- a/extra/libgweather/.md5sum +++ b/extra/libgweather/.md5sum @@ -1 +1 @@ -cef0447b62235c4662aa9691dd9a6c92 libgweather-2.26.2.1.tar.bz2 +9f4457144d32d4004e0e045240ab51dc libgweather-2.28.0.tar.bz2 diff --git a/extra/libgweather/Pkgfile b/extra/libgweather/Pkgfile index 38f2a5c77..64f1e55ad 100644 --- a/extra/libgweather/Pkgfile +++ b/extra/libgweather/Pkgfile @@ -2,12 +2,12 @@ # URL: http://www.gnome.org # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: gnome-vfs, libsoup +# Depends on: gnome-vfs, libsoup, intltool name=libgweather -version=2.26.2.1 +version=2.28.0 release=1 -source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.26/$name-$version.tar.bz2) +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version |