From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
Date: Mon, 17 Aug 2020 16:31:17 +0000 (UTC) [thread overview]
Message-ID: <1597681866.e654fe081fe9c5c8d4412d93297cdd096b8edf21.bman@gentoo> (raw)
commit: e654fe081fe9c5c8d4412d93297cdd096b8edf21
Author: Renee D'Netto <rdnetto <AT> gmail <DOT> com>
AuthorDate: Wed Aug 5 07:57:07 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 16:31:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e654fe08
gui-apps/grim: Bump to 1.3.1
Signed-off-by: Renee D'Netto <rdnetto <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17007
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
gui-apps/grim/Manifest | 1 +
gui-apps/grim/grim-1.3.1.ebuild | 44 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/gui-apps/grim/Manifest b/gui-apps/grim/Manifest
index c76e1bd43a9..4ce0870757f 100644
--- a/gui-apps/grim/Manifest
+++ b/gui-apps/grim/Manifest
@@ -1,2 +1,3 @@
DIST grim-1.2.0.tar.gz 14445 BLAKE2B e833afe5e57768e269ece0d7f99653810424449840867a37f02db4645a0dedd7829241d24a39ca00e844505ab5d2408891aac325e7f6ddd2011884fee240b44b SHA512 d58e392f00b93e031fd46a9e0175aaa5c3ce4fafb2afa3cc97ff28a9f77fc5583774f6ddf86295262749c00dd7c4e98c6041588bfa6fd70319ddfce6b903414e
DIST grim-1.3.0.tar.gz 15103 BLAKE2B 3a0ad4370b2a074945b1412ded14b90155a0138337314a1834dc25217e2ce13b2ca5c925fd164c9363dff059def4caab036d01b5b68c21211af4ace11e558c02 SHA512 de56046375da1a0c4d787a39d97e18af964dbf40b0d18c6f99c68b4bf054cf6712ba653d69711d3bc6f50870a23649959d67c0b150ac5c637e8c9e74b0eba2e6
+DIST grim-1.3.1.tar.gz 15778 BLAKE2B 7dc1f2fbc9e0f81c41d8ca535346d185a0f6c7a0ee28f0168a29864a36d1077be961278c1be3e647aa09165d9f3800e1bc7979f9fca95f8b39c339d621cd984d SHA512 07d04681ec589bf3e48b14c3bfcdc2a6012dfe5c5c2d7ee0cba95bc128187ca0de19ec04140dbe00907778f3d68844e6a90dc35365dafa489d65048b590fdf1b
diff --git a/gui-apps/grim/grim-1.3.1.ebuild b/gui-apps/grim/grim-1.3.1.ebuild
new file mode 100644
index 00000000000..314e4d76d16
--- /dev/null
+++ b/gui-apps/grim/grim-1.3.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 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"
+ )
+ meson_src_configure
+}
next reply other threads:[~2020-08-17 16:31 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-17 16:31 Aaron Bauman [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
2022-02-18 3:06 Sam James
2020-09-04 18:03 Sam James
2020-08-17 16:32 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=1597681866.e654fe081fe9c5c8d4412d93297cdd096b8edf21.bman@gentoo \
--to=bman@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