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

xorg: added missing dependencies.

This commit is contained in:
Dylan Araps 2019-07-07 11:05:17 +03:00
parent 94dc02d4d5
commit 3708111cbc
11 changed files with 35 additions and 8 deletions

7
xorg/xkbcomp/build Executable file
View File

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

1
xorg/xkbcomp/checksums Normal file
View File

@ -0,0 +1 @@
6dd8bcb9be7e85bd7294abe261b8c7b0539d2fc93e41b80fb8bd013767ce8424 xkbcomp-1.4.2.tar.bz2

2
xorg/xkbcomp/depends Normal file
View File

@ -0,0 +1,2 @@
libX11 make
libxkbfile make

1
xorg/xkbcomp/sources Normal file
View File

@ -0,0 +1 @@
https://www.x.org/releases/individual/app/xkbcomp-1.4.2.tar.bz2

1
xorg/xkbcomp/version Normal file
View File

@ -0,0 +1 @@
1.4.2 1

9
xorg/xkeyboard-config/build Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--with-xkb-rules-symlink=xfree86,xorg \
--enable-compat-rules
make
make DESTDIR="$1" install

View File

@ -0,0 +1 @@
690daec8fea63526c07620c90e6f3f10aae34e94b6db6e30906173480721901f xkeyboard-config-2.27.tar.bz2

View File

@ -0,0 +1,2 @@
libX11 make
xkbcomp

View File

@ -0,0 +1 @@
http://www.x.org/releases/individual/data/xkeyboard-config/xkeyboard-config-2.27.tar.bz2

View File

@ -0,0 +1 @@
2.27 1

View File

@ -1,8 +1,9 @@
libepoxy make
libX11 make
libXfont2 make
libdrm make
libxkbfile make
pixman make
mesa make
libepoxy make
libressl make
libxkbfile make
mesa make
pixman make
xkeyboard-config make