summaryrefslogtreecommitdiff
path: root/community/libmatekbd
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-07 03:52:15 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-07 03:52:15 +0000
commitd44823e5676f0edd0e259c7c33d5640a043748ac (patch)
treea861b18b863dacb947ba2b8e9cbcb47ef80a03ef /community/libmatekbd
parentc183da9d3df5445f5021cd6563012ba2abfc393e (diff)
Fri Mar 7 03:48:12 UTC 2014
Diffstat (limited to 'community/libmatekbd')
-rw-r--r--community/libmatekbd/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
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 <code@flexion.org>
-# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper@gmail.com>
-# Contributor: Xpander <xpander0@gmail.com>
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
}