summaryrefslogtreecommitdiffstats
path: root/extra/libgweather/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-04 20:30:43 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-04 20:30:43 +0200
commit2cf5acf4b078de87db707376487d8aa14bfb05ff (patch)
tree840f6d76e4c0f7c8e169be25f409542b52f5ae38 /extra/libgweather/Pkgfile
parentde7c090518fae47b54e6fa8035e8647e8672aea2 (diff)
downloadnutyx-pakxe-2cf5acf4b078de87db707376487d8aa14bfb05ff.tar.gz
nutyx-pakxe-2cf5acf4b078de87db707376487d8aa14bfb05ff.tar.bz2
nutyx-pakxe-2cf5acf4b078de87db707376487d8aa14bfb05ff.tar.xz
nutyx-pakxe-2cf5acf4b078de87db707376487d8aa14bfb05ff.zip
libgweather, maj des dépendances et ajout patch
Diffstat (limited to 'extra/libgweather/Pkgfile')
-rw-r--r--extra/libgweather/Pkgfile9
1 files changed, 8 insertions, 1 deletions
diff --git a/extra/libgweather/Pkgfile b/extra/libgweather/Pkgfile
index 1b0f319ac..8bc7ea112 100644
--- a/extra/libgweather/Pkgfile
+++ b/extra/libgweather/Pkgfile
@@ -7,10 +7,17 @@
name=libgweather
version=2.30.0
release=1
-source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2\
+ 01_gettext_not_xml.patch)
build() {
cd $name-$version
+ patch -Np1 -i ../01_gettext_not_xml.patch
+ libtoolize --force
+ gtkdocize
+ aclocal
+ autoconf
+ automake
./configure --prefix=$GNOME_PREFIX \
--sysconfdir=/etc \
--localstatedir=/var/lib \