From d44823e5676f0edd0e259c7c33d5640a043748ac Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 7 Mar 2014 03:52:15 +0000 Subject: Fri Mar 7 03:48:12 UTC 2014 --- community/libmatekbd/PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'community/libmatekbd') diff --git a/community/libmatekbd/PKGBUILD b/community/libmatekbd/PKGBUILD index e351ce4b3..320e55476 100644 --- a/community/libmatekbd/PKGBUILD +++ b/community/libmatekbd/PKGBUILD @@ -1,10 +1,7 @@ -# $Id: PKGBUILD 104170 2014-01-16 15:09:15Z flexiondotorg $ # Maintainer : Martin Wimpress -# Contributor: Giovanni "Talorno" Ricciardi -# Contributor: Xpander pkgname=libmatekbd -pkgver=1.6.2 +pkgver=1.8.0 pkgrel=1 pkgdesc="MATE keyboard library" url="http://mate-desktop.org" @@ -13,14 +10,15 @@ license=('LGPL') depends=('dconf' 'gtk2' 'iso-codes' 'libxklavier') makedepends=('mate-common' 'perl-xml-parser') options=('!emptydirs') -source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz") -sha1sums=('224eba31dbf6d44f69ae3b75712a0bb90717df68') +source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz") +sha1sums=('8034737a40d5a2f1e4857a21110b4f1eacf0db30') install=${pkgname}.install build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure \ --prefix=/usr \ + --with-gtk=2.0 \ --disable-static make } -- cgit v1.2.3-54-g00ecf