aboutsummaryrefslogtreecommitdiff
path: root/wayland
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-05-15 15:32:49 +0300
committerCem Keylan <cem@ckyln.com>2021-05-15 15:32:49 +0300
commitc71163490e7be630e69a42913c3f7baacef8381f (patch)
treebceadec2558f56c344af2f43575eba8b599e704f /wayland
parent21c95baa4e32efd379e291c276cf0570cf8ea2b5 (diff)
downloadrepository-c71163490e7be630e69a42913c3f7baacef8381f.tar.gz
sway: add new package at 1.6
Diffstat (limited to 'wayland')
-rwxr-xr-xwayland/sway/build12
-rw-r--r--wayland/sway/checksums1
-rw-r--r--wayland/sway/depends7
-rw-r--r--wayland/sway/sources1
-rw-r--r--wayland/sway/version1
5 files changed, 22 insertions, 0 deletions
diff --git a/wayland/sway/build b/wayland/sway/build
new file mode 100755
index 00000000..e803f039
--- /dev/null
+++ b/wayland/sway/build
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+meson \
+ --prefix=/usr \
+ -Dgdk-pixbuf=enabled \
+ -Dxwayland=enabled \
+ . output
+
+ninja -C output
+ninja -C output install
diff --git a/wayland/sway/checksums b/wayland/sway/checksums
new file mode 100644
index 00000000..6745dfe0
--- /dev/null
+++ b/wayland/sway/checksums
@@ -0,0 +1 @@
+9ecfd2f38239f7e90922a13cd348fc95fc059e8fa0e4b75b8ffcc7b61685a5fb 1.6.tar.gz
diff --git a/wayland/sway/depends b/wayland/sway/depends
new file mode 100644
index 00000000..16786977
--- /dev/null
+++ b/wayland/sway/depends
@@ -0,0 +1,7 @@
+cairo
+json-c
+meson make
+pcre
+wayland
+wayland-protocols make
+wlroots
diff --git a/wayland/sway/sources b/wayland/sway/sources
new file mode 100644
index 00000000..d35e92f4
--- /dev/null
+++ b/wayland/sway/sources
@@ -0,0 +1 @@
+https://github.com/swaywm/sway/archive/1.6.tar.gz
diff --git a/wayland/sway/version b/wayland/sway/version
new file mode 100644
index 00000000..d1ad7a00
--- /dev/null
+++ b/wayland/sway/version
@@ -0,0 +1 @@
+1.6 1