diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-07 03:52:15 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-07 03:52:15 +0000 |
commit | d44823e5676f0edd0e259c7c33d5640a043748ac (patch) | |
tree | a861b18b863dacb947ba2b8e9cbcb47ef80a03ef /community/libmateweather | |
parent | c183da9d3df5445f5021cd6563012ba2abfc393e (diff) |
Fri Mar 7 03:48:12 UTC 2014
Diffstat (limited to 'community/libmateweather')
-rw-r--r-- | community/libmateweather/PKGBUILD | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/community/libmateweather/PKGBUILD b/community/libmateweather/PKGBUILD index 82d54aebe..f4d972415 100644 --- a/community/libmateweather/PKGBUILD +++ b/community/libmateweather/PKGBUILD @@ -1,20 +1,17 @@ -# $Id: PKGBUILD 104174 2014-01-16 15:20:18Z flexiondotorg $ # Maintainer : Martin Wimpress <code@flexion.org> -# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper@gmail.com> -# Contributor: Xpander <xpander0@gmail.com> 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') 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 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ + --with-gtk=2.0 \ --disable-static \ --enable-python \ --enable-locations-compression |