diff options
author | Cem Keylan <cem@ckyln.com> | 2021-08-08 21:50:11 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-08-08 21:50:11 +0300 |
commit | 14fdfba330b9caee1e7cad2b1ac118de2b1e6686 (patch) | |
tree | 90cdaf4b0ac8b5ee5b5af268748e2d0b559d3355 | |
parent | f0242edd878f66919a227fdfebcf740816269b7c (diff) | |
download | repository-14fdfba330b9caee1e7cad2b1ac118de2b1e6686.tar.gz |
mako: add new package at 1.6.0
-rwxr-xr-x | wayland/mako/build | 11 | ||||
-rw-r--r-- | wayland/mako/checksums | 1 | ||||
-rw-r--r-- | wayland/mako/depends | 4 | ||||
-rw-r--r-- | wayland/mako/sources | 1 | ||||
-rw-r--r-- | wayland/mako/version | 1 |
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 |