mirror of
https://codeberg.org/kiss-community/repo
synced 2025-02-23 06:47:44 -07:00
libxkbcommon: move from community
This commit is contained in:
parent
1973da257b
commit
7b9d38a3dd
12
xorg/libxkbcommon/build
Executable file
12
xorg/libxkbcommon/build
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
export DESTDIR="$1"
|
||||
|
||||
meson \
|
||||
--prefix=/usr \
|
||||
-Denable-docs=false \
|
||||
-Denable-wayland=false \
|
||||
. output
|
||||
|
||||
ninja -C output
|
||||
ninja -C output install
|
1
xorg/libxkbcommon/checksums
Normal file
1
xorg/libxkbcommon/checksums
Normal file
@ -0,0 +1 @@
|
||||
57c3630cdc38fb4734cd57fa349e92244f5ae3862813e533cedbd86721a0b6f2 libxkbcommon-0.10.0.tar.xz
|
1
xorg/libxkbcommon/depends
Normal file
1
xorg/libxkbcommon/depends
Normal file
@ -0,0 +1 @@
|
||||
meson make
|
1
xorg/libxkbcommon/sources
Normal file
1
xorg/libxkbcommon/sources
Normal file
@ -0,0 +1 @@
|
||||
https://xkbcommon.org/download/libxkbcommon-0.10.0.tar.xz
|
1
xorg/libxkbcommon/version
Normal file
1
xorg/libxkbcommon/version
Normal file
@ -0,0 +1 @@
|
||||
0.10.0 1
|
Loading…
Reference in New Issue
Block a user