summaryrefslogtreecommitdiff
path: root/extra/libxklavier/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libxklavier/PKGBUILD')
-rw-r--r--extra/libxklavier/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/extra/libxklavier/PKGBUILD b/extra/libxklavier/PKGBUILD
index 12f838eef..54197d282 100644
--- a/extra/libxklavier/PKGBUILD
+++ b/extra/libxklavier/PKGBUILD
@@ -1,24 +1,24 @@
-# $Id: PKGBUILD 215995 2014-07-01 10:26:18Z fyan $
+# $Id: PKGBUILD 216246 2014-07-02 14:28:47Z fyan $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Arjan Timmerman <arjan@archlinux.org>
pkgname=libxklavier
-pkgver=5.3
-pkgrel=2
+pkgver=5.4
+pkgrel=1
pkgdesc="High-level API for X Keyboard Extension"
arch=(i686 x86_64)
license=('LGPL')
depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
-makedepends=('gobject-introspection')
+makedepends=('gobject-introspection' 'intltool' 'gtk-doc' 'libxfixes')
options=('!emptydirs')
url="http://gswitchit.sourceforge.net"
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404')
+source=("http://cgit.freedesktop.org/$pkgname/snapshot/$pkgname-$pkgver.zip")
+sha256sums=('d5d2c135e3227142f5b455b9ffdf3e05be4b1e85a6c2882f8e905cc30c362d3e')
build() {
cd "$pkgname-$pkgver"
- ./configure --prefix=/usr \
- --with-xkb-base=/usr/share/X11/xkb --disable-static
+ ./autogen.sh --prefix=/usr --with-xkb-bin-base=/usr/bin \
+ --with-xkb-base=/usr/share/X11/xkb --disable-static --enable-gtk-doc
make
}