From cf4f4b7060a9aa59e723ca9e8f66031d5b06565e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 18 Jul 2021 16:24:49 +0300 Subject: grim: add new package at 1.3.2 --- wayland/grim/build | 10 ++++++++++ wayland/grim/checksums | 1 + wayland/grim/depends | 5 +++++ wayland/grim/sources | 1 + wayland/grim/version | 1 + 5 files changed, 18 insertions(+) create mode 100755 wayland/grim/build create mode 100644 wayland/grim/checksums create mode 100644 wayland/grim/depends create mode 100644 wayland/grim/sources create mode 100644 wayland/grim/version (limited to 'wayland') diff --git a/wayland/grim/build b/wayland/grim/build new file mode 100755 index 00000000..64ee0e20 --- /dev/null +++ b/wayland/grim/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +meson \ + --prefix=/usr \ + . output + +ninja -C output +ninja -C output install diff --git a/wayland/grim/checksums b/wayland/grim/checksums new file mode 100644 index 00000000..81fb5ade --- /dev/null +++ b/wayland/grim/checksums @@ -0,0 +1 @@ +42c2952e98389506156c08e40e0c37afdc2ec5ef4d55a5a4febde6acdac4d1c8 grim-1.3.2.tar.gz diff --git a/wayland/grim/depends b/wayland/grim/depends new file mode 100644 index 00000000..f79fd1fc --- /dev/null +++ b/wayland/grim/depends @@ -0,0 +1,5 @@ +cairo +libjpeg-turbo +meson make +wayland +wayland-protocols make diff --git a/wayland/grim/sources b/wayland/grim/sources new file mode 100644 index 00000000..961c4086 --- /dev/null +++ b/wayland/grim/sources @@ -0,0 +1 @@ +https://github.com/emersion/grim/releases/download/v1.3.2/grim-1.3.2.tar.gz diff --git a/wayland/grim/version b/wayland/grim/version new file mode 100644 index 00000000..a8cebfe5 --- /dev/null +++ b/wayland/grim/version @@ -0,0 +1 @@ +1.3.2 1 -- cgit v1.2.3