commit: d9eb1e65be28d3b04da5c4b4299f97940304bc85
parent: ba037dde25e04979e167596b6c795bb1b0297ab6
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 18 Jun 2019 00:01:05 +0200
gui-apps/grim: New Package
Diffstat:
2 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/gui-apps/grim/Manifest b/gui-apps/grim/Manifest
@@ -0,0 +1 @@
+DIST grim-1.2.0.tar.gz 14445 BLAKE2B e833afe5e57768e269ece0d7f99653810424449840867a37f02db4645a0dedd7829241d24a39ca00e844505ab5d2408891aac325e7f6ddd2011884fee240b44b SHA512 d58e392f00b93e031fd46a9e0175aaa5c3ce4fafb2afa3cc97ff28a9f77fc5583774f6ddf86295262749c00dd7c4e98c6041588bfa6fd70319ddfce6b903414e
diff --git a/gui-apps/grim/grim-1.2.0.ebuild b/gui-apps/grim/grim-1.2.0.ebuild
@@ -0,0 +1,33 @@
+# 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 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ x11-libs/cairo:=
+ dev-libs/wayland:=
+ virtual/jpeg:=
+"
+DEPEND="
+ ${RDEPEND}
+ app-text/scdoc
+"
+
+src_configure() {
+ local emesonargs=(
+ "-Dwerror=false"
+ )
+
+ meson_src_configure
+}