summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authorTreeve Jelbert2021-02-17 20:26:14 +0100
committerTreeve Jelbert2021-02-17 20:52:30 +0100
commit3dee6143aa6a18d4ba70cad7cef8db6697d65f3d (patch)
tree61ad21b2ac3b3e78edd9991823e51c5ad0286a16 /xorg
parent332d84a789f7bb03cd1684cd12248182d757758a (diff)
xwayland: => 21.0.99.901
Diffstat (limited to 'xorg')
-rwxr-xr-xxorg/xwayland/DEPENDS30
-rwxr-xr-xxorg/xwayland/DETAILS18
-rw-r--r--xorg/xwayland/HISTORY7
-rwxr-xr-xxorg/xwayland/PREPARE3
4 files changed, 58 insertions, 0 deletions
diff --git a/xorg/xwayland/DEPENDS b/xorg/xwayland/DEPENDS
new file mode 100755
index 0000000000..8ee5e53ee4
--- /dev/null
+++ b/xorg/xwayland/DEPENDS
@@ -0,0 +1,30 @@
+depends meson &&
+depends ninja-build-system &&
+
+depends font-util &&
+depends libxcb &&
+
+depends mesa &&
+depends pixman &&
+#depends dbus &&
+depends libdrm &&
+depends libepoxy &&
+depends nettle &&
+
+# Xorg stuff
+depends libxau &&
+depends libxdmcp &&
+depends libxext &&
+depends libxfont2 &&
+depends libxshmfence &&
+depends libxkbfile &&
+
+depends xkbcomp &&
+depends xtrans &&
+
+depends wayland &&
+depends wayland-protocols &&
+depends xorgproto &&
+
+optional_depends libbsd '' '' 'BSD type features' &&
+optional_depends libtirpc secure-rpc={true,false} 'secure rpc'
diff --git a/xorg/xwayland/DETAILS b/xorg/xwayland/DETAILS
new file mode 100755
index 0000000000..1d6eb8f7e3
--- /dev/null
+++ b/xorg/xwayland/DETAILS
@@ -0,0 +1,18 @@
+source $GRIMOIRE/MESON_FUNCTIONS
+ SPELL=xwayland
+ VERSION=21.0.99.901
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL=https://xorg.freedesktop.org/archive/individual/xserver/$SOURCE
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+ WEB_SITE=https://xorg.freedesktop.org
+ ENTERED=20201221
+ LICENSE[0]=XCL
+ SHORT="X servers XWayland)"
+cat << EOF
+Wayland based X server.
+Was part of xserver
+EOF
diff --git a/xorg/xwayland/HISTORY b/xorg/xwayland/HISTORY
new file mode 100644
index 0000000000..61e26465a2
--- /dev/null
+++ b/xorg/xwayland/HISTORY
@@ -0,0 +1,7 @@
+2021-02-17 Treeve Jelbert <treeve@sourcemage.org
+ * DETAILS: add gpg checking
+ * DETAILS : version 21.0.99.901
+
+2020-12-21 Treeve Jelbert <treeve@sourcemage.org
+ * DETAILS: version master (git)
+ provides Xwayland server; was part of xserver
diff --git a/xorg/xwayland/PREPARE b/xorg/xwayland/PREPARE
new file mode 100755
index 0000000000..4231239631
--- /dev/null
+++ b/xorg/xwayland/PREPARE
@@ -0,0 +1,3 @@
+if is_depends_enabled xserver wayland;then
+ cast -c xserver
+fi