aboutsummaryrefslogtreecommitdiff
path: root/wayland
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-02-08 03:33:51 +0300
committerCem Keylan <cem@ckyln.com>2021-02-08 03:33:51 +0300
commit04911b81571f51d38c00b3a27fb9759647440ca8 (patch)
tree4326c23171de9ceb8c44d4fe3b15b1fe6a8d9f64 /wayland
parentedb5eccc2c2c24c16c414990473d4b34eb0f966e (diff)
downloadrepository-04911b81571f51d38c00b3a27fb9759647440ca8.tar.gz
wayland: add new package at 1.19.0
Diffstat (limited to 'wayland')
-rwxr-xr-xwayland/wayland/build9
-rw-r--r--wayland/wayland/checksums1
-rw-r--r--wayland/wayland/depends5
-rw-r--r--wayland/wayland/sources1
-rw-r--r--wayland/wayland/version1
5 files changed, 17 insertions, 0 deletions
diff --git a/wayland/wayland/build b/wayland/wayland/build
new file mode 100755
index 00000000..c4ea832a
--- /dev/null
+++ b/wayland/wayland/build
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --enable-static \
+ --disable-documentation
+
+make
+make DESTDIR="$1" install
diff --git a/wayland/wayland/checksums b/wayland/wayland/checksums
new file mode 100644
index 00000000..91a202f1
--- /dev/null
+++ b/wayland/wayland/checksums
@@ -0,0 +1 @@
+baccd902300d354581cd5ad3cc49daa4921d55fb416a5883e218750fef166d15 wayland-1.19.0.tar.xz
diff --git a/wayland/wayland/depends b/wayland/wayland/depends
new file mode 100644
index 00000000..0f592247
--- /dev/null
+++ b/wayland/wayland/depends
@@ -0,0 +1,5 @@
+expat
+flex make
+libffi
+libxml2
+meson make
diff --git a/wayland/wayland/sources b/wayland/wayland/sources
new file mode 100644
index 00000000..9e20a50b
--- /dev/null
+++ b/wayland/wayland/sources
@@ -0,0 +1 @@
+https://wayland.freedesktop.org/releases/wayland-1.19.0.tar.xz
diff --git a/wayland/wayland/version b/wayland/wayland/version
new file mode 100644
index 00000000..0d6bfe8d
--- /dev/null
+++ b/wayland/wayland/version
@@ -0,0 +1 @@
+1.19.0 1