aboutsummaryrefslogtreecommitdiff
path: root/xorg
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-29 08:55:11 +0300
committerCem Keylan <cem@ckyln.com>2020-01-29 08:55:11 +0300
commit6f7a0116f9dbdb6cc20577714c23ae41e30f332a (patch)
treea7b99ee87acf1620a04cf79a3441b2ee221ccae6 /xorg
parent320b9c78042f1ce2160b026e15e4d6220536188c (diff)
downloadrepository-6f7a0116f9dbdb6cc20577714c23ae41e30f332a.tar.gz
libxkbcommon: add package to xorg
Diffstat (limited to 'xorg')
-rwxr-xr-xxorg/libxkbcommon/build12
-rw-r--r--xorg/libxkbcommon/checksums1
-rw-r--r--xorg/libxkbcommon/depends1
-rw-r--r--xorg/libxkbcommon/sources1
-rw-r--r--xorg/libxkbcommon/version1
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