This commit is contained in:
odrling 2019-04-23 22:33:56 +02:00
parent 512d6b4d74
commit 5e27f792d8
2 changed files with 23 additions and 0 deletions

1
gui-apps/grim/Manifest Normal file
View file

@ -0,0 +1 @@
DIST grim-1.1.tar.gz 13863 BLAKE2B f7a2987044767694e0beb6bbdee37af4ebb7a6f25555b670f10e9b239beddc2bf13d533e7c0a2e78908ede625ec1f869c31e2d6cdd62b235a3beecaec368f288 SHA512 43a0a6d4b4a25f963f3222d9f25dbf1e3b62b2ee72da1b689bed0e0d5231e28ff784594d87aec16ed5de77f99394f5f7d2c4254203dd3801fdaf7f6e0d492fbc

View file

@ -0,0 +1,22 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson
DESCRIPTION="Grab images from a Wayland compositor"
HOMEPAGE="https://wayland.emersion.fr/grim"
SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> grim-${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="x11-libs/cairo
dev-libs/wayland
virtual/jpeg"
RDEPEND="${DEPEND}"
BDEPEND=""