diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-18 16:24:49 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-18 16:24:49 +0300 |
commit | cf4f4b7060a9aa59e723ca9e8f66031d5b06565e (patch) | |
tree | 15a9c43106f9a8f0345a14e87d7c5964cb3186d2 /wayland | |
parent | 53a5484d354c9079a04acaab0bd8affaedf1d17c (diff) | |
download | repository-cf4f4b7060a9aa59e723ca9e8f66031d5b06565e.tar.gz |
grim: add new package at 1.3.2
Diffstat (limited to 'wayland')
-rwxr-xr-x | wayland/grim/build | 10 | ||||
-rw-r--r-- | wayland/grim/checksums | 1 | ||||
-rw-r--r-- | wayland/grim/depends | 5 | ||||
-rw-r--r-- | wayland/grim/sources | 1 | ||||
-rw-r--r-- | wayland/grim/version | 1 |
5 files changed, 18 insertions, 0 deletions
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 |