diff options
Diffstat (limited to 'extra/libgweather/Pkgfile')
-rw-r--r-- | extra/libgweather/Pkgfile | 9 |
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 \ |