diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-29 08:55:11 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-29 08:55:11 +0300 |
commit | 6f7a0116f9dbdb6cc20577714c23ae41e30f332a (patch) | |
tree | a7b99ee87acf1620a04cf79a3441b2ee221ccae6 /xorg | |
parent | 320b9c78042f1ce2160b026e15e4d6220536188c (diff) | |
download | repository-6f7a0116f9dbdb6cc20577714c23ae41e30f332a.tar.gz |
libxkbcommon: add package to xorg
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 |