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