aboutsummaryrefslogtreecommitdiff
path: root/wayland
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-02-08 03:54:16 +0300
committerCem Keylan <cem@ckyln.com>2021-02-08 03:54:16 +0300
commit65c93c3151e9238de580afd7882f79da86eab6c3 (patch)
tree438ad877221e35666186546c36a92cbe1e83d287 /wayland
parentadea80c68d5172d11687e8e0b8c1d4d422f7ec80 (diff)
downloadrepository-65c93c3151e9238de580afd7882f79da86eab6c3.tar.gz
wlroots: add new package at 0.12.0
Diffstat (limited to 'wayland')
-rwxr-xr-xwayland/wlroots/build17
-rw-r--r--wayland/wlroots/checksums1
-rw-r--r--wayland/wlroots/depends13
-rw-r--r--wayland/wlroots/sources1
-rw-r--r--wayland/wlroots/version1
5 files changed, 33 insertions, 0 deletions
diff --git a/wayland/wlroots/build b/wayland/wlroots/build
new file mode 100755
index 00000000..9874dc49
--- /dev/null
+++ b/wayland/wlroots/build
@@ -0,0 +1,17 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+meson \
+ --prefix=/usr \
+ --default-library=both \
+ -Dexamples=false \
+ -Dlibcap=disabled \
+ -Dlogind=disabled \
+ -Dwayland=enabled \
+ -Dx11-backend=enabled \
+ -Dfreerdb=disabled \
+ . build
+
+ninja -C build
+ninja -C build install
diff --git a/wayland/wlroots/checksums b/wayland/wlroots/checksums
new file mode 100644
index 00000000..75bfc639
--- /dev/null
+++ b/wayland/wlroots/checksums
@@ -0,0 +1 @@
+c9e9f4f6d2f526d0b2886daf3ec37e64831773059aa669fb98a88522a1626bdb 0.12.0.tar.gz
diff --git a/wayland/wlroots/depends b/wayland/wlroots/depends
new file mode 100644
index 00000000..8bda3c4c
--- /dev/null
+++ b/wayland/wlroots/depends
@@ -0,0 +1,13 @@
+eudev
+libX11
+libdrm
+libinput
+libxcb
+libxkbcommon
+mesa
+meson make
+pixman
+wayland
+wayland-protocols make
+xcb-util-wm
+xkeyboard-config
diff --git a/wayland/wlroots/sources b/wayland/wlroots/sources
new file mode 100644
index 00000000..78082ac7
--- /dev/null
+++ b/wayland/wlroots/sources
@@ -0,0 +1 @@
+https://github.com/swaywm/wlroots/archive/0.12.0.tar.gz
diff --git a/wayland/wlroots/version b/wayland/wlroots/version
new file mode 100644
index 00000000..28fca07b
--- /dev/null
+++ b/wayland/wlroots/version
@@ -0,0 +1 @@
+0.12.0 1