public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
Date: Fri, 18 Feb 2022 03:06:59 +0000 (UTC)	[thread overview]
Message-ID: <1645152629.a6aa54da54c7887d0e3561fcb2f59b69c48bc737.sam@gentoo> (raw)

commit:     a6aa54da54c7887d0e3561fcb2f59b69c48bc737
Author:     Arsen Arsenović <arsen <AT> aarsen <DOT> me>
AuthorDate: Sun Feb 13 18:17:30 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 18 02:50:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6aa54da

gui-apps/grim: bump to 1.4.0

also enable completion scripts

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Arsen Arsenović <arsen <AT> aarsen.me>
Closes: https://github.com/gentoo/gentoo/pull/24182
Signed-off-by: Sam James <sam <AT> gentoo.org>

 gui-apps/grim/Manifest          |  1 +
 gui-apps/grim/grim-1.4.0.ebuild | 46 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/gui-apps/grim/Manifest b/gui-apps/grim/Manifest
index b18494229482..8e07f6935b66 100644
--- a/gui-apps/grim/Manifest
+++ b/gui-apps/grim/Manifest
@@ -1 +1,2 @@
 DIST grim-1.3.1.tar.gz 15778 BLAKE2B 7dc1f2fbc9e0f81c41d8ca535346d185a0f6c7a0ee28f0168a29864a36d1077be961278c1be3e647aa09165d9f3800e1bc7979f9fca95f8b39c339d621cd984d SHA512 07d04681ec589bf3e48b14c3bfcdc2a6012dfe5c5c2d7ee0cba95bc128187ca0de19ec04140dbe00907778f3d68844e6a90dc35365dafa489d65048b590fdf1b
+DIST grim-1.4.0.tar.gz 18287 BLAKE2B 72606de01624c98876fe1018877a3cf0b25b44ac4bd6a053f82c40ad1ea2c6c0e510cbb6a0bce988f14607ea162dda1d8350b9f30b0f2b9acd8f8e20ba50bc99 SHA512 d0b33528a00528b3ef7488a0984cde5034de4f5a211eb5c8d3299aea356d9348c5d02d08171802bc0315afb19d2446f5f132ea9dca0579ace803b7d5d90a89cc

diff --git a/gui-apps/grim/grim-1.4.0.ebuild b/gui-apps/grim/grim-1.4.0.ebuild
new file mode 100644
index 000000000000..3b5657ccc9d2
--- /dev/null
+++ b/gui-apps/grim/grim-1.4.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Grab images from a Wayland compositor"
+HOMEPAGE="https://github.com/emersion/grim"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
+else
+	SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm64"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="+man jpeg"
+
+DEPEND="
+	>=dev-libs/wayland-protocols-1.14
+	dev-libs/wayland
+	jpeg? ( virtual/jpeg )
+	x11-libs/cairo"
+
+RDEPEND="${DEPEND}"
+
+if [[ ${PV} == 9999 ]]; then
+	BDEPEND+="man? ( ~app-text/scdoc-9999 )"
+else
+	BDEPEND+="man? ( app-text/scdoc )"
+fi
+
+src_configure() {
+	local emesonargs=(
+		$(meson_feature jpeg)
+		$(meson_feature man man-pages)
+		"-Dwerror=false"
+		"-Dfish-completions=true"
+		"-Dbash-completions=true"
+	)
+	meson_src_configure
+}


             reply	other threads:[~2022-02-18  3:07 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-18  3:06 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-25  5:49 [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/ Arthur Zamarin
2023-08-23 20:05 Arthur Zamarin
2023-08-23 20:05 Arthur Zamarin
2023-08-23 20:05 Arthur Zamarin
2023-07-03 18:58 Arthur Zamarin
2023-07-03 18:42 Arthur Zamarin
2023-03-17 15:28 Arthur Zamarin
2023-03-17 15:27 Arthur Zamarin
2023-03-17 15:27 Arthur Zamarin
2023-03-17 15:27 Arthur Zamarin
2023-03-11 17:04 Sam James
2023-03-11  5:33 Arthur Zamarin
2023-02-27 12:45 WANG Xuerui
2023-02-27 12:45 WANG Xuerui
2023-02-25 18:13 Arthur Zamarin
2023-02-25  5:43 Arthur Zamarin
2023-01-25 20:46 Matthew Thode
2022-10-17 18:42 Arthur Zamarin
2022-08-16 18:51 Arthur Zamarin
2022-08-16 18:16 Arthur Zamarin
2022-08-16 17:34 Arthur Zamarin
2022-08-14 19:24 Arthur Zamarin
2022-08-14 19:24 Arthur Zamarin
2022-05-17  5:59 Sam James
2022-04-16 16:13 Matthew Thode
2022-02-23 13:31 Sam James
2022-02-23  4:05 Sam James
2020-09-04 18:03 Sam James
2020-08-17 16:32 Aaron Bauman
2020-08-17 16:31 Aaron Bauman
2020-07-16 14:50 Matthew Thode
2019-08-12  0:52 Aaron Bauman
2019-08-09  0:21 Aaron Bauman
2019-08-09  0:15 Aaron Bauman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1645152629.a6aa54da54c7887d0e3561fcb2f59b69c48bc737.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox