summaryrefslogtreecommitdiff
path: root/extra/libxkbcommon
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-04-02 09:38:50 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-04-02 09:38:50 +0200
commitb4e4bd9b44479ab23dbbeaf58ba35e25ff345df1 (patch)
tree49dafd3110cca5d6f5054d4f9ef04957ec7b53a6 /extra/libxkbcommon
parent7d33f92ae992837f61fe5db4535e95dfec6924fa (diff)
parentc9738c6a1d438f30dfa7363aa847343754f953ac (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/fcitx-mozc/PKGBUILD community/libfm/PKGBUILD community/sxiv/PKGBUILD extra/pulseaudio/PKGBUILD
Diffstat (limited to 'extra/libxkbcommon')
-rw-r--r--extra/libxkbcommon/PKGBUILD25
1 files changed, 13 insertions, 12 deletions
diff --git a/extra/libxkbcommon/PKGBUILD b/extra/libxkbcommon/PKGBUILD
index b9d071011..7a4dd7345 100644
--- a/extra/libxkbcommon/PKGBUILD
+++ b/extra/libxkbcommon/PKGBUILD
@@ -1,28 +1,29 @@
-# $Id: PKGBUILD 179075 2013-03-03 00:51:04Z heftig $
-# Maintainer: Daniel Micay <danielmicay@gmail.com>
+# $Id: PKGBUILD 181161 2013-04-01 20:10:49Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+# Contributor: Daniel Micay <danielmicay@gmail.com>
# Contributor: Mladen Pejakovic <pejakm@gmail.com>
pkgname=libxkbcommon
-pkgver=0.2.0
-pkgrel=3
+pkgver=0.3.0
+pkgrel=1
pkgdesc="Keyboard handling library using XKB data"
arch=(i686 x86_64 mips64el)
url="http://xkbcommon.org/"
-license=('custom')
-depends=(glibc)
+license=(custom)
+depends=(xkeyboard-config)
makedepends=(doxygen xorg-util-macros)
-source=("http://xkbcommon.org/download/$pkgname-$pkgver.tar.bz2")
-md5sums=('2be3d4a255d02c7d46fc6a9486f21f6a')
options=('!libtool')
+source=("http://xkbcommon.org/download/$pkgname-$pkgver.tar.xz")
+md5sums=('22a046100738f99b4cc0297aa210f4e4')
build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --disable-static
make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
- install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}