From 14fdfba330b9caee1e7cad2b1ac118de2b1e6686 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 8 Aug 2021 21:50:11 +0300 Subject: mako: add new package at 1.6.0 --- wayland/mako/build | 11 +++++++++++ wayland/mako/checksums | 1 + wayland/mako/depends | 4 ++++ wayland/mako/sources | 1 + wayland/mako/version | 1 + 5 files changed, 18 insertions(+) create mode 100755 wayland/mako/build create mode 100644 wayland/mako/checksums create mode 100644 wayland/mako/depends create mode 100644 wayland/mako/sources create mode 100644 wayland/mako/version 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 -- cgit v1.2.3