kbd: update to 2.0.4

This commit is contained in:
Juergen Daubert 2017-01-24 12:39:59 +01:00
parent 5f860ba5b1
commit 06fe7d3efa
3 changed files with 6 additions and 8 deletions

View File

@ -319,6 +319,9 @@ drwxr-xr-x root/root usr/share/kbd/keymaps/i386/azerty/
drwxr-xr-x root/root usr/share/kbd/keymaps/i386/bepo/
-rw-r--r-- root/root usr/share/kbd/keymaps/i386/bepo/fr-bepo-latin9.map.gz
-rw-r--r-- root/root usr/share/kbd/keymaps/i386/bepo/fr-bepo.map.gz
drwxr-xr-x root/root usr/share/kbd/keymaps/i386/carpalx/
-rw-r--r-- root/root usr/share/kbd/keymaps/i386/carpalx/carpalx-full.map.gz
-rw-r--r-- root/root usr/share/kbd/keymaps/i386/carpalx/carpalx.map.gz
drwxr-xr-x root/root usr/share/kbd/keymaps/i386/colemak/
-rw-r--r-- root/root usr/share/kbd/keymaps/i386/colemak/en-latin9.map.gz
drwxr-xr-x root/root usr/share/kbd/keymaps/i386/dvorak/

View File

@ -1 +1 @@
231b46e7142eb41ea3ae06d2ded3c208 kbd-2.0.3.tar.xz
c1635a5a83b63aca7f97a3eab39ebaa6 kbd-2.0.4.tar.xz

View File

@ -3,18 +3,13 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=kbd
version=2.0.3
release=2
version=2.0.4
release=1
source=(http://ftp.kernel.org/pub/linux/utils/$name/$name-$version.tar.xz)
build() {
cd $name-$version
# we don't want a dependency to 'check'
sed -i '/^SUBDIR/s/tests//' Makefile.am
sed -i '/\[check >= 0.9.4\]/s/^/#/' configure.ac
autoreconf --install
./configure --prefix=/usr \
--datadir=/usr/share/kbd \
--disable-vlock \