diff options
Diffstat (limited to 'extra/libgweather/Pkgfile')
-rw-r--r-- | extra/libgweather/Pkgfile | 7 |
1 files changed, 4 insertions, 3 deletions
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 } |