From 1abeb21e74203cc4c3c7ede4113f77c776c6c706 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Mon, 21 Dec 2009 15:48:32 +0100 Subject: [PATCH] xorg-setxkbmap: initial import (verified compilation) --- xorg-setxkbmap/.footprint | 6 ++++++ xorg-setxkbmap/.md5sum | 1 + xorg-setxkbmap/Pkgfile | 25 +++++++++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 xorg-setxkbmap/.footprint create mode 100644 xorg-setxkbmap/.md5sum create mode 100644 xorg-setxkbmap/Pkgfile diff --git a/xorg-setxkbmap/.footprint b/xorg-setxkbmap/.footprint new file mode 100644 index 0000000..0454eb1 --- /dev/null +++ b/xorg-setxkbmap/.footprint @@ -0,0 +1,6 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/setxkbmap +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/setxkbmap.1.gz diff --git a/xorg-setxkbmap/.md5sum b/xorg-setxkbmap/.md5sum new file mode 100644 index 0000000..7cb86ba --- /dev/null +++ b/xorg-setxkbmap/.md5sum @@ -0,0 +1 @@ +2f902e0a89aaf2b19e06e7f26c6efb3a setxkbmap-1.1.0.tar.bz2 diff --git a/xorg-setxkbmap/Pkgfile b/xorg-setxkbmap/Pkgfile new file mode 100644 index 0000000..ba3811f --- /dev/null +++ b/xorg-setxkbmap/Pkgfile @@ -0,0 +1,25 @@ +# Description: Set the keyboard using the X Keyboard Extension +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck tilman at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Depends on: xorg-libx11 xorg-libxkbfile + +name=xorg-setxkbmap +version=1.1.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/setxkbmap-$version.tar.bz2) + +build() { + cd setxkbmap-$version + + export SETXKBMAP_LIBS="-L$CLFS/usr/lib -lxkbfile -lX11" + export SETXKBMAP_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions" + + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr \ + --mandir=/usr/man + + make + make DESTDIR=$PKG install +} -- 2.26.2