From 92723c41135cfb106d37d4343603e63dc99922ca Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 3 Jul 2014 03:35:01 +0000 Subject: Thu Jul 3 03:30:43 UTC 2014 --- extra/libxklavier/PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'extra/libxklavier/PKGBUILD') 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 # Contributor: Arjan Timmerman 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 } -- cgit v1.2.3-54-g00ecf