diff options
author | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
commit | 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 (patch) | |
tree | 5b5f63901a4d7337f2abea8c90daae0330c93a0b /xkeyboard-config/Pkgfile | |
download | xorg-master.tar.gz xorg-master.tar.bz2 xorg-master.tar.xz xorg-master.zip |
Diffstat (limited to 'xkeyboard-config/Pkgfile')
-rw-r--r-- | xkeyboard-config/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/xkeyboard-config/Pkgfile b/xkeyboard-config/Pkgfile new file mode 100644 index 0000000..8706de2 --- /dev/null +++ b/xkeyboard-config/Pkgfile @@ -0,0 +1,19 @@ +description="X keyboard configuration database" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://www.freedesktop.org/wiki/Software_2fXKeyboardConfig" +depends=(xorg-xkbcomp intltool) + +name=xkeyboard-config +version=2.0 +release=2 +source=(http://people.freedesktop.org/~svu/xkeyboard-config-2.0.tar.bz2) +build () +{ + cd xkeyboard-config-$version; + ./configure --prefix=/usr --with-xkb-base=/usr/share/X11/xkb --with-xkb-rules-symlink=xorg; + make; + make DESTDIR=$PKG install; + rm -rf $PKG/usr/share/locale; + ln -s /var/lib/xkb $PKG/usr/share/X11/xkb/compiled +} |