xkeyboard-config: update to xkeyboard-config-1.9, various cleanups

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-06-22 04:54:10 +02:00
parent ba48a5629c
commit f8a35e25a9
3 changed files with 4 additions and 6 deletions

View File

@ -5,8 +5,6 @@
$SCRIPTS/build toolchain
$SCRIPTS/build xkbcomp
SRC_DIR=`ls -d $ROOT/$PKG_BUILD`
cd $PKG_BUILD
XKBCOMP="/usr/bin/xkbcomp" \
./configure --host=$TARGET_NAME \
@ -15,8 +13,8 @@ XKBCOMP="/usr/bin/xkbcomp" \
--sysconfdir=/etc \
--enable-compat-rules \
--with-xkb-base=$XORG_PATH_XKB \
--disable-xkbcomp-symlink \
--with-xkb-rules-symlink=xorg
make
make DESTDIR=$SRC_DIR/.install install
make DESTDIR=`pwd`/.install install

View File

@ -3,4 +3,4 @@
. config/options
mkdir -p $INSTALL/$XORG_PATH_XKB
cp -PR $PKG_BUILD/.install/$XORG_PATH_XKB/* $INSTALL/$XORG_PATH_XKB
cp -R $PKG_BUILD/.install/$XORG_PATH_XKB/* $INSTALL/$XORG_PATH_XKB

View File

@ -1 +1 @@
http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-1.8.tar.bz2
http://people.freedesktop.org/~svu/xkeyboard-config-1.9.tar.bz2