2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

xorg: Added keyboard driver.

This commit is contained in:
Dylan Araps 2019-07-07 11:23:26 +03:00
parent 8a87eb3c99
commit 83df39d48d
6 changed files with 16 additions and 1 deletions

8
xorg/kbd/build Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--datadir=/usr/share/kbd
make
make DESTDIR="$1" install

1
xorg/kbd/checksums Normal file
View File

@ -0,0 +1 @@
84abb7fa2541af24d9c3b34bf75d6ac60cc94ac4410061bbb295b66a29221550 pixman-0.38.4.tar.bz2

3
xorg/kbd/depends Normal file
View File

@ -0,0 +1,3 @@
automake make
libtool make
flex make

1
xorg/kbd/sources Normal file
View File

@ -0,0 +1 @@
https://www.x.org/releases/individual/utils/xkb-2.0.4.tar.bz2

1
xorg/kbd/version Normal file
View File

@ -0,0 +1 @@
2.0.4 1

View File

@ -6,4 +6,5 @@ libressl make
libxkbfile make
mesa make
pixman make
xkeyboard-config make
xkb
xkeyboard-config