diff options
author | Cem Keylan <cem@ckyln.com> | 2021-10-28 18:47:30 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-10-28 18:47:30 +0200 |
commit | cba50bc127772fd7fe8301ec317360f09ad01c93 (patch) | |
tree | 8844aff3376f655a91781a55be1ffc344b0c0aca /wayland/xwayland | |
parent | edaa0ee16d2b28e0b4f8553632a849a6702e5832 (diff) | |
download | repository-cba50bc127772fd7fe8301ec317360f09ad01c93.tar.gz |
xwayland: add new package at 21.1.0
Diffstat (limited to 'wayland/xwayland')
-rwxr-xr-x | wayland/xwayland/build | 15 | ||||
-rw-r--r-- | wayland/xwayland/checksums | 2 | ||||
-rw-r--r-- | wayland/xwayland/depends | 15 | ||||
-rw-r--r-- | wayland/xwayland/meta | 3 | ||||
-rw-r--r-- | wayland/xwayland/sources | 1 | ||||
-rw-r--r-- | wayland/xwayland/version | 1 |
6 files changed, 37 insertions, 0 deletions
diff --git a/wayland/xwayland/build b/wayland/xwayland/build new file mode 100755 index 00000000..bfa3b8f0 --- /dev/null +++ b/wayland/xwayland/build @@ -0,0 +1,15 @@ +#!/bin/sh -e + +export DESTDIR=$1 + +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..5f26d79a --- /dev/null +++ b/wayland/xwayland/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +a90ddb50d948e63f3c33110eb8a79c44be658b90ac9c2e9c29b9d2c1d5936a46 xwayland-21.1.0.tar.xz diff --git a/wayland/xwayland/depends b/wayland/xwayland/depends new file mode 100644 index 00000000..233e64ea --- /dev/null +++ b/wayland/xwayland/depends @@ -0,0 +1,15 @@ +libXau +libXext +libXfont2 +libdrm +libepoxy +libressl +libtirpc +libxkbfile +libxshmfence +mesa +meson make +pixman +wayland +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..e73575b0 --- /dev/null +++ b/wayland/xwayland/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/xserver/xwayland-21.1.0.tar.xz diff --git a/wayland/xwayland/version b/wayland/xwayland/version new file mode 100644 index 00000000..ebcbd8e2 --- /dev/null +++ b/wayland/xwayland/version @@ -0,0 +1 @@ +21.1.0 1 |