Date: Wednesday, March 5, 2014 @ 21:48:13 Author: flexiondotorg Revision: 106538
Updated to 1.8 Modified: libmateweather/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-03-05 20:47:54 UTC (rev 106537) +++ PKGBUILD 2014-03-05 20:48:13 UTC (rev 106538) @@ -1,12 +1,9 @@ -# $Id$ # Maintainer : Martin Wimpress <[email protected]> -# Contributor: Giovanni "Talorno" Ricciardi <[email protected]> -# Contributor: Xpander <[email protected]> pkgname=libmateweather -pkgver=1.6.2 -pkgrel=5 -pkgdesc="Provides access to weather information from the net" +pkgver=1.8.0 +pkgrel=1 +pkgdesc="Provides access to weather information from the Internet." url="http://mate-desktop.org" arch=('i686' 'x86_64') license=('LGPL') @@ -13,8 +10,8 @@ depends=('dconf' 'gtk2' 'libsoup' 'pygtk' 'python2-gobject2') makedepends=('mate-common' 'perl-xml-parser') options=('!emptydirs') -source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz") -sha1sums=('56f30e35345864954a37228ad8103350f4bc3651') +source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz") +sha1sums=('80ca08ff1b8d55313a32f9fe4ffbc4907609b6cd') install=${pkgname}.install build() { @@ -23,6 +20,7 @@ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ + --with-gtk=2.0 \ --disable-static \ --enable-python \ --enable-locations-compression
