grim: 1.3.2

This commit is contained in:
Dylan Araps 2021-07-08 15:50:23 +03:00
parent 924bc04d09
commit a181086273
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
5 changed files with 17 additions and 0 deletions

11
wayland/grim/build Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh -e
export DESTDIR="$1"
meson \
--prefix=/usr \
-Djpeg=disabled \
. build
ninja -C build
ninja -C build install

1
wayland/grim/checksums Normal file
View File

@ -0,0 +1 @@
42c2952e98389506156c08e40e0c37afdc2ec5ef4d55a5a4febde6acdac4d1c8

3
wayland/grim/depends Normal file
View File

@ -0,0 +1,3 @@
cairo
wayland
wayland-protocols make

1
wayland/grim/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/emersion/grim/releases/download/v1.3.2/grim-1.3.2.tar.gz

1
wayland/grim/version Normal file
View File

@ -0,0 +1 @@
1.3.2 1