aboutsummaryrefslogtreecommitdiff
path: root/wayland
diff options
context:
space:
mode:
Diffstat (limited to 'wayland')
-rwxr-xr-xwayland/mako/build11
-rw-r--r--wayland/mako/checksums1
-rw-r--r--wayland/mako/depends4
-rw-r--r--wayland/mako/sources1
-rw-r--r--wayland/mako/version1
5 files changed, 18 insertions, 0 deletions
diff --git a/wayland/mako/build b/wayland/mako/build
new file mode 100755
index 00000000..64d5eb9a
--- /dev/null
+++ b/wayland/mako/build
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+meson \
+ --prefix=/usr \
+ -Dsd-bus-provider=basu \
+ . output
+
+ninja -C output
+ninja -C output install
diff --git a/wayland/mako/checksums b/wayland/mako/checksums
new file mode 100644
index 00000000..5af719e8
--- /dev/null
+++ b/wayland/mako/checksums
@@ -0,0 +1 @@
+9f43cba9e1b43c69be8c9e4a79c358b3cd22153ca3ffb8bf0ee7aa30c59b2fc2 mako-1.6.tar.gz
diff --git a/wayland/mako/depends b/wayland/mako/depends
new file mode 100644
index 00000000..31ddfe8c
--- /dev/null
+++ b/wayland/mako/depends
@@ -0,0 +1,4 @@
+cairo
+meson make
+pango
+wayland
diff --git a/wayland/mako/sources b/wayland/mako/sources
new file mode 100644
index 00000000..eacd639f
--- /dev/null
+++ b/wayland/mako/sources
@@ -0,0 +1 @@
+https://github.com/emersion/mako/releases/download/v1.6/mako-1.6.tar.gz
diff --git a/wayland/mako/version b/wayland/mako/version
new file mode 100644
index 00000000..bfa5a6a4
--- /dev/null
+++ b/wayland/mako/version
@@ -0,0 +1 @@
+1.6.0 1