aboutsummaryrefslogtreecommitdiff
path: root/wayland/sway
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/sway')
-rwxr-xr-xwayland/sway/build13
-rw-r--r--wayland/sway/checksums2
-rw-r--r--wayland/sway/depends9
-rw-r--r--wayland/sway/meta3
-rw-r--r--wayland/sway/sources1
-rw-r--r--wayland/sway/version1
6 files changed, 29 insertions, 0 deletions
diff --git a/wayland/sway/build b/wayland/sway/build
new file mode 100755
index 00000000..2bee3cce
--- /dev/null
+++ b/wayland/sway/build
@@ -0,0 +1,13 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+cl-meson \
+ -Dgdk-pixbuf=enabled \
+ -Dxwayland=enabled \
+ -Dman-pages=enabled \
+ -Dfish-completions=false \
+ . output
+
+ninja -C output
+ninja -C output install
diff --git a/wayland/sway/checksums b/wayland/sway/checksums
new file mode 100644
index 00000000..33df9c09
--- /dev/null
+++ b/wayland/sway/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+0c97616542a466b986bacee71e7fc9233cd5139fac55422c29f51279b21d67b1 1.8.1.tar.gz
diff --git a/wayland/sway/depends b/wayland/sway/depends
new file mode 100644
index 00000000..54d94d9c
--- /dev/null
+++ b/wayland/sway/depends
@@ -0,0 +1,9 @@
+cairo
+gdk-pixbuf
+json-c
+meson make
+pcre2
+scdoc make
+wayland
+wayland-protocols make
+wlroots
diff --git a/wayland/sway/meta b/wayland/sway/meta
new file mode 100644
index 00000000..fefa94b8
--- /dev/null
+++ b/wayland/sway/meta
@@ -0,0 +1,3 @@
+description: i3 compatible Wayland compositor
+license: MIT
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/wayland/sway/sources b/wayland/sway/sources
new file mode 100644
index 00000000..a8c5ef49
--- /dev/null
+++ b/wayland/sway/sources
@@ -0,0 +1 @@
+https://github.com/swaywm/sway/archive/1.8.1.tar.gz
diff --git a/wayland/sway/version b/wayland/sway/version
new file mode 100644
index 00000000..8aa37bcd
--- /dev/null
+++ b/wayland/sway/version
@@ -0,0 +1 @@
+1.8.1 1