slurp 1.1.0

This commit is contained in:
odrling 2019-04-29 20:48:04 +02:00
parent 7e86447e05
commit a727e2c711
2 changed files with 21 additions and 0 deletions

1
gui-apps/slurp/Manifest Normal file
View File

@ -0,0 +1 @@
DIST slurp-1.1.0.tar.gz 14484 BLAKE2B 39227e2b3956ca4e3f9cb78f0ab658bf064ff84e0cadf6b215c2faa737c46e33270072e5c336703121a5a9b50a7ed0a1a14bd3c8e57694b2fb3f5b61a26e58ce SHA512 ef0120133095d6bb2c5f6df297eaac19890da1d65ead0dd84ee6f15be295eb956dc8357d62e66fd4c2082d1cccfe936bf401fba847b27fc9193903b39236c84f

View File

@ -0,0 +1,20 @@
# 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/slurp"
SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> slurp-${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="x11-libs/cairo
dev-libs/wayland"
RDEPEND="${DEPEND}"
BDEPEND=""