From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/slurp/
Date: Tue, 13 Dec 2022 20:40:20 +0000 (UTC) [thread overview]
Message-ID: <1670964016.5c235227fb9a8de49d4a99cb21c34e8d37e4e522.arthurzam@gentoo> (raw)
commit: 5c235227fb9a8de49d4a99cb21c34e8d37e4e522
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 13 20:13:03 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 13 20:40:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c235227
gui-apps/slurp: add 1.4.0
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/slurp/Manifest | 1 +
gui-apps/slurp/slurp-1.4.0.ebuild | 42 +++++++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/gui-apps/slurp/Manifest b/gui-apps/slurp/Manifest
index 46a2254a9872..256b44c3ee57 100644
--- a/gui-apps/slurp/Manifest
+++ b/gui-apps/slurp/Manifest
@@ -1 +1,2 @@
DIST slurp-1.3.2.tar.gz 17734 BLAKE2B 42795f1927742ce9606c685a49f2fb395905c875b50b50b60b68bf129d3c6743278a0eeaed72b94921dd65bd4ca4c078c24c693029cff84dbcbe20165242653c SHA512 9e7f9e4b46095fce5dcc05f8d04b5e576771d15080a0ec451a8a5df681d5ab818cb4d5284a74e1650f775e2d05ca32d66551d8e333d6002827c8b60b12d6bb28
+DIST slurp-1.4.0.tar.gz 18575 BLAKE2B b54a5fe34f35a6a4eefe021a5d5919ae6369c24cfe4906e13ddaf7abc173fad4dc184b211bbadcd09a2a20768e91bbc7199d5e1f29287e9f3fd49b58b294d747 SHA512 deabdc77890a3078d977533318aad6aff9478e32c95e7968483b82534bd52055dce11a531132212ac8966097dad9c6c5e7ad520a374ace85d0ec713df1505d5a
diff --git a/gui-apps/slurp/slurp-1.4.0.ebuild b/gui-apps/slurp/slurp-1.4.0.ebuild
new file mode 100644
index 000000000000..745c8a09bafe
--- /dev/null
+++ b/gui-apps/slurp/slurp-1.4.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Select a region in a Wayland compositor and print it to the standard output"
+HOMEPAGE="https://github.com/emersion/slurp"
+
+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 ~loong ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="+man"
+
+DEPEND="
+ >=dev-libs/wayland-protocols-1.14
+ dev-libs/wayland
+ x11-libs/cairo
+ x11-libs/libxkbcommon
+"
+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 man man-pages)
+ )
+ meson_src_configure
+}
next reply other threads:[~2022-12-13 20:40 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-13 20:40 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-08 11:33 [gentoo-commits] repo/gentoo:master commit in: gui-apps/slurp/ Arthur Zamarin
2024-01-18 17:53 Sam James
2024-01-18 17:53 Sam James
2024-01-18 17:53 Sam James
2023-12-17 19:51 Arthur Zamarin
2023-12-05 7:53 Arthur Zamarin
2023-12-05 7:53 Arthur Zamarin
2023-01-25 20:46 Matthew Thode
2022-10-17 18:42 Arthur Zamarin
2022-08-16 19:43 Sam James
2022-08-16 18:16 Arthur Zamarin
2022-08-14 19:24 Arthur Zamarin
2022-05-17 5:59 Sam James
2022-04-17 1:27 Matthew Thode
2021-08-05 15:11 Aaron Bauman
2021-08-05 15:11 Aaron Bauman
2020-09-04 18:03 Sam James
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:21 Aaron Bauman
2019-08-09 0:21 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=1670964016.5c235227fb9a8de49d4a99cb21c34e8d37e4e522.arthurzam@gentoo \
--to=arthurzam@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