diff options
Diffstat (limited to 'wayland/sway')
-rwxr-xr-x | wayland/sway/build | 13 | ||||
-rw-r--r-- | wayland/sway/checksums | 2 | ||||
-rw-r--r-- | wayland/sway/depends | 9 | ||||
-rw-r--r-- | wayland/sway/meta | 3 | ||||
-rw-r--r-- | wayland/sway/sources | 1 | ||||
-rw-r--r-- | wayland/sway/version | 1 |
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..7603ba55 --- /dev/null +++ b/wayland/sway/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +ce0796116a444729b68bd03da4b76d2ddf14958baac84179ee535dad7c0ebc44 1.9.tar.gz diff --git a/wayland/sway/depends b/wayland/sway/depends new file mode 100644 index 00000000..ed68f652 --- /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-0.17 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..5ad57976 --- /dev/null +++ b/wayland/sway/sources @@ -0,0 +1 @@ +https://github.com/swaywm/sway/archive/1.9.tar.gz diff --git a/wayland/sway/version b/wayland/sway/version new file mode 100644 index 00000000..6346e5cc --- /dev/null +++ b/wayland/sway/version @@ -0,0 +1 @@ +1.9 1 |