summaryrefslogtreecommitdiff
path: root/extra/nx/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/nx/PKGBUILD')
-rw-r--r--extra/nx/PKGBUILD16
1 files changed, 11 insertions, 5 deletions
diff --git a/extra/nx/PKGBUILD b/extra/nx/PKGBUILD
index 4893e36fd..7bfe5dd38 100644
--- a/extra/nx/PKGBUILD
+++ b/extra/nx/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 175081 2013-01-13 09:33:31Z andyrtr $
+# $Id: PKGBUILD 180572 2013-03-23 15:42:01Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgbase=nx
pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'x2go-agent' 'nx-headers')
-pkgver=3.5.0.17
-pkgrel=3
+pkgver=3.5.0.18
+pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
url="http://wiki.x2go.org/"
license=('GPL')
@@ -12,12 +12,18 @@ license=('GPL')
makedepends=('libjpeg-turbo' 'libpng' 'bash' 'perl' 'libxml2' # runtime dependencies from subpackages
'xproto' 'freetype2' 'libxaw' 'libxrender' 'libxp' 'libxpm' 'libxdamage' 'libxrandr' 'libxcomposite' 'libxtst' 'xorg-sessreg' # makedepends
)
-source=(http://code.x2go.org/releases/source/nx-libs/nx-libs-$pkgver-full.tar.gz)
-md5sums=('aac9a999d4b38dedd476409e5fc2c4aa')
+source=(http://code.x2go.org/releases/source/nx-libs/nx-libs-$pkgver-full.tar.gz
+ keyboard_rule.diff)
+md5sums=('cb321b520c3e157619e4ed5315c9e44c'
+ 'f681bc66827cd7ddff4b81b983c20401')
build() {
cd "${srcdir}/nx-libs-$pkgver"
+ # fix keyboard layout with xkeyboard-config >= 2.6 - doesn't solve proper layout detection
+ # upstream needs to do much more work in that area
+ patch -Np1 -i ${srcdir}/keyboard_rule.diff
+
# debug flags
# export CFLAGS="-march=x86-64 -O1 -g -pipe"
# export CXXFLAGS="-march=x86-64 -O1 -g -pipe"