summaryrefslogtreecommitdiff
path: root/community/libmatekbd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libmatekbd/PKGBUILD')
-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
}