diff options
Diffstat (limited to 'xorg')
-rwxr-xr-x | xorg/libxkbcommon/build | 12 | ||||
-rw-r--r-- | xorg/libxkbcommon/checksums | 1 | ||||
-rw-r--r-- | xorg/libxkbcommon/depends | 1 | ||||
-rw-r--r-- | xorg/libxkbcommon/sources | 1 | ||||
-rw-r--r-- | xorg/libxkbcommon/version | 1 |
5 files changed, 16 insertions, 0 deletions
diff --git a/xorg/libxkbcommon/build b/xorg/libxkbcommon/build new file mode 100755 index 00000000..837b9772 --- /dev/null +++ b/xorg/libxkbcommon/build @@ -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 diff --git a/xorg/libxkbcommon/checksums b/xorg/libxkbcommon/checksums new file mode 100644 index 00000000..8b53701d --- /dev/null +++ b/xorg/libxkbcommon/checksums @@ -0,0 +1 @@ +d4c6aabf0a5c1fc616f8a6a65c8a818c03773b9a87da9fbc434da5acd1199be0 libxkbcommon-0.9.1.tar.xz diff --git a/xorg/libxkbcommon/depends b/xorg/libxkbcommon/depends new file mode 100644 index 00000000..36f6fe6c --- /dev/null +++ b/xorg/libxkbcommon/depends @@ -0,0 +1 @@ +meson make diff --git a/xorg/libxkbcommon/sources b/xorg/libxkbcommon/sources new file mode 100644 index 00000000..5f514ad1 --- /dev/null +++ b/xorg/libxkbcommon/sources @@ -0,0 +1 @@ +https://xkbcommon.org/download/libxkbcommon-0.9.1.tar.xz diff --git a/xorg/libxkbcommon/version b/xorg/libxkbcommon/version new file mode 100644 index 00000000..7ba209c7 --- /dev/null +++ b/xorg/libxkbcommon/version @@ -0,0 +1 @@ +0.9.1 1 |