From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 81385158020 for ; Tue, 13 Dec 2022 20:40:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE90DE08EB; Tue, 13 Dec 2022 20:40:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C6AAE08EB for ; Tue, 13 Dec 2022 20:40:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45CD833BE3F for ; Tue, 13 Dec 2022 20:40:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A69656F2 for ; Tue, 13 Dec 2022 20:40:20 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1670964016.5c235227fb9a8de49d4a99cb21c34e8d37e4e522.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/slurp/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/slurp/Manifest gui-apps/slurp/slurp-1.4.0.ebuild X-VCS-Directories: gui-apps/slurp/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 5c235227fb9a8de49d4a99cb21c34e8d37e4e522 X-VCS-Branch: master Date: Tue, 13 Dec 2022 20:40:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2b849975-b8c8-414a-ae17-794e47914210 X-Archives-Hash: 418fe134b4e1b739accd8e7546249f07 commit: 5c235227fb9a8de49d4a99cb21c34e8d37e4e522 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Dec 13 20:13:03 2022 +0000 Commit: Arthur Zamarin gentoo 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 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 +}