summaryrefslogtreecommitdiff
path: root/extra/libgnomekbd/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-29 01:05:02 -0700
committerroot <root@rshg054.dnsready.net>2013-10-29 01:05:02 -0700
commit38b1ce25596ae456fefb3214a73c3d1005da568f (patch)
tree5cb69842c94bdd2b34b01be22f97b5949237550f /extra/libgnomekbd/PKGBUILD
parent1a32448c2c53b0e66ce0fe14c5dd2057afd432bc (diff)
Tue Oct 29 01:04:23 PDT 2013
Diffstat (limited to 'extra/libgnomekbd/PKGBUILD')
-rw-r--r--extra/libgnomekbd/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libgnomekbd/PKGBUILD b/extra/libgnomekbd/PKGBUILD
index dddbeb21e..c04b9767d 100644
--- a/extra/libgnomekbd/PKGBUILD
+++ b/extra/libgnomekbd/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 169950 2012-10-30 22:46:37Z heftig $
+# $Id: PKGBUILD 197690 2013-10-28 14:25:11Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libgnomekbd
pkgver=3.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Gnome keyboard library"
url="http://gswitchit.sourceforge.net"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ sha256sums=('c41ea5b0f64da470925ba09f9f1b46b26b82d4e433e594b2c71eab3da8856a09')
build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr --sysconfdir=/etc \
- --disable-schemas-compile
+ --disable-schemas-compile --disable-static
make
}