libxklavier: 5.3

This commit is contained in:
Neophytos 2013-12-20 13:33:03 +00:00
parent 1ed7ae72c3
commit 1ba260af86

View File

@ -1,23 +1,20 @@
# # Part of the X.org group
# Desktop Packages for Chakra, part of chakra-project.org # Maintainer: Neophytos Kolokotronis <tetris4 AT gmail DOT com>
# # contributor: abveritas@chakra-project.org
# maintainer abveritas@chakra-project.org
# include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=libxklavier pkgname=libxklavier
pkgver=5.2.1 pkgver=5.3
_pkgver=5.3
pkgrel=1 pkgrel=1
pkgdesc="High-level API for X Keyboard Extension" pkgdesc="High-level API for X Keyboard Extension"
arch=('i686' 'x86_64') arch=('x86_64')
license=('LGPL') license=('LGPL')
depends=('libxkbfile' 'libxml2' 'glib2' 'xkeyboard-config' 'libxi' 'iso-codes') depends=('libxkbfile' 'libxml2' 'glib2' 'xkeyboard-config' 'libxi' 'iso-codes')
makedepends=('pkg-config') makedepends=('pkg-config')
options=('!libtool' '!emptydirs') options=('!libtool' '!emptydirs')
url="http://gswitchit.sourceforge.net" url="http://gswitchit.sourceforge.net"
source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/5.2/${pkgname}-${pkgver}.tar.xz") source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz")
sha256sums=('a7a1ca8ae493fb652e3456a6b3a0b07514447161aab41feed96b968f2d338b5e') sha256sums=('ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404')
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"