mirror of
https://codeberg.org/kiss-community/repo
synced 2025-02-21 22:07:39 -07:00
xorg: added missing dependencies.
This commit is contained in:
parent
94dc02d4d5
commit
3708111cbc
7
xorg/xkbcomp/build
Executable file
7
xorg/xkbcomp/build
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
xorg/xkbcomp/checksums
Normal file
1
xorg/xkbcomp/checksums
Normal file
@ -0,0 +1 @@
|
||||
6dd8bcb9be7e85bd7294abe261b8c7b0539d2fc93e41b80fb8bd013767ce8424 xkbcomp-1.4.2.tar.bz2
|
2
xorg/xkbcomp/depends
Normal file
2
xorg/xkbcomp/depends
Normal file
@ -0,0 +1,2 @@
|
||||
libX11 make
|
||||
libxkbfile make
|
1
xorg/xkbcomp/sources
Normal file
1
xorg/xkbcomp/sources
Normal file
@ -0,0 +1 @@
|
||||
https://www.x.org/releases/individual/app/xkbcomp-1.4.2.tar.bz2
|
1
xorg/xkbcomp/version
Normal file
1
xorg/xkbcomp/version
Normal file
@ -0,0 +1 @@
|
||||
1.4.2 1
|
9
xorg/xkeyboard-config/build
Executable file
9
xorg/xkeyboard-config/build
Executable 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
|
1
xorg/xkeyboard-config/checksums
Normal file
1
xorg/xkeyboard-config/checksums
Normal file
@ -0,0 +1 @@
|
||||
690daec8fea63526c07620c90e6f3f10aae34e94b6db6e30906173480721901f xkeyboard-config-2.27.tar.bz2
|
2
xorg/xkeyboard-config/depends
Normal file
2
xorg/xkeyboard-config/depends
Normal file
@ -0,0 +1,2 @@
|
||||
libX11 make
|
||||
xkbcomp
|
1
xorg/xkeyboard-config/sources
Normal file
1
xorg/xkeyboard-config/sources
Normal file
@ -0,0 +1 @@
|
||||
http://www.x.org/releases/individual/data/xkeyboard-config/xkeyboard-config-2.27.tar.bz2
|
1
xorg/xkeyboard-config/version
Normal file
1
xorg/xkeyboard-config/version
Normal file
@ -0,0 +1 @@
|
||||
2.27 1
|
@ -1,8 +1,9 @@
|
||||
libepoxy make
|
||||
libX11 make
|
||||
libXfont2 make
|
||||
libdrm make
|
||||
libxkbfile make
|
||||
pixman make
|
||||
mesa make
|
||||
libressl make
|
||||
libX11 make
|
||||
libXfont2 make
|
||||
libdrm make
|
||||
libepoxy make
|
||||
libressl make
|
||||
libxkbfile make
|
||||
mesa make
|
||||
pixman make
|
||||
xkeyboard-config make
|
||||
|
Loading…
Reference in New Issue
Block a user