forked from kiss-community/repo
grim: 1.3.2
This commit is contained in:
parent
924bc04d09
commit
a181086273
11
wayland/grim/build
Executable file
11
wayland/grim/build
Executable 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
1
wayland/grim/checksums
Normal file
@ -0,0 +1 @@
|
||||
42c2952e98389506156c08e40e0c37afdc2ec5ef4d55a5a4febde6acdac4d1c8
|
3
wayland/grim/depends
Normal file
3
wayland/grim/depends
Normal file
@ -0,0 +1,3 @@
|
||||
cairo
|
||||
wayland
|
||||
wayland-protocols make
|
1
wayland/grim/sources
Normal file
1
wayland/grim/sources
Normal 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
1
wayland/grim/version
Normal file
@ -0,0 +1 @@
|
||||
1.3.2 1
|
Loading…
Reference in New Issue
Block a user