aboutsummaryrefslogtreecommitdiff
path: root/wayland/xwayland
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/xwayland')
-rwxr-xr-xwayland/xwayland/build19
-rw-r--r--wayland/xwayland/checksums2
-rw-r--r--wayland/xwayland/depends17
-rw-r--r--wayland/xwayland/meta3
-rw-r--r--wayland/xwayland/sources1
-rw-r--r--wayland/xwayland/version1
6 files changed, 43 insertions, 0 deletions
diff --git a/wayland/xwayland/build b/wayland/xwayland/build
new file mode 100755
index 00000000..dd8e094e
--- /dev/null
+++ b/wayland/xwayland/build
@@ -0,0 +1,19 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+# I don't know why these build systems add these "optional" dependencies, then
+# don't let you disable them when your system has it.
+clsed "/libbsd\_dep/s/'libbsd'/'libnothankyou'/" meson.build
+
+cl-meson \
+ -Ddefault_font_path=/usr/share/fonts \
+ -Dsha1=libcrypto \
+ -Dinput_thread=true \
+ -Ddri3=true \
+ -Dxdmcp=false \
+ -Dsecure-rpc=false \
+ . output
+
+ninja -C output
+ninja -C output install
diff --git a/wayland/xwayland/checksums b/wayland/xwayland/checksums
new file mode 100644
index 00000000..d214143a
--- /dev/null
+++ b/wayland/xwayland/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+69696b860d02a0f9114952ff3c6f5531a68a56eb5b86a14d6ebb9bd8c4098006 xwayland-23.2.0.tar.xz
diff --git a/wayland/xwayland/depends b/wayland/xwayland/depends
new file mode 100644
index 00000000..7a81afe2
--- /dev/null
+++ b/wayland/xwayland/depends
@@ -0,0 +1,17 @@
+libXau
+libXext
+libXfont2
+libdrm
+libepoxy
+libressl
+libtirpc
+libxcvt make
+libxkbfile
+libxshmfence
+mesa
+meson make
+pixman
+wayland
+wayland-protocols make
+xorgproto make
+xtrans make
diff --git a/wayland/xwayland/meta b/wayland/xwayland/meta
new file mode 100644
index 00000000..8314ec66
--- /dev/null
+++ b/wayland/xwayland/meta
@@ -0,0 +1,3 @@
+description: X Server for Wayland compositors
+license: MIT, BSD-3-Clause
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/wayland/xwayland/sources b/wayland/xwayland/sources
new file mode 100644
index 00000000..d6fa2e52
--- /dev/null
+++ b/wayland/xwayland/sources
@@ -0,0 +1 @@
+https://www.x.org/releases/individual/xserver/xwayland-23.2.0.tar.xz
diff --git a/wayland/xwayland/version b/wayland/xwayland/version
new file mode 100644
index 00000000..89d524dd
--- /dev/null
+++ b/wayland/xwayland/version
@@ -0,0 +1 @@
+23.2.0 1