From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72C721584AD for ; Sun, 04 May 2025 14:16:43 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5ECF7343133 for ; Sun, 04 May 2025 14:16:43 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CDCE41103DD; Sun, 04 May 2025 14:16:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C386E1103DD for ; Sun, 04 May 2025 14:16:31 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 818BA342FED for ; Sun, 04 May 2025 14:16:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D77642775 for ; Sun, 04 May 2025 14:16:28 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1746353955.b889a2448ef8bb88dcac0db6a3ca7e2f60e37791.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hyprpicker/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/hyprpicker/hyprpicker-9999.ebuild X-VCS-Directories: gui-apps/hyprpicker/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: b889a2448ef8bb88dcac0db6a3ca7e2f60e37791 X-VCS-Branch: master Date: Sun, 04 May 2025 14:16:28 +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: 8d1ca80e-6698-4060-99f8-910e758b9f98 X-Archives-Hash: 1d18b1a8a4a750289b6c4e9566c5978c commit: b889a2448ef8bb88dcac0db6a3ca7e2f60e37791 Author: Johannes Huber gmx de> AuthorDate: Sun May 4 10:12:23 2025 +0000 Commit: David Roman gmail com> CommitDate: Sun May 4 10:19:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b889a244 gui-apps/hyprpicker: improve live - Introduce release switch for easy version bumps - Sort dependencies alphabetically Signed-off-by: Johannes Huber gmx.de> gui-apps/hyprpicker/hyprpicker-9999.ebuild | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/gui-apps/hyprpicker/hyprpicker-9999.ebuild b/gui-apps/hyprpicker/hyprpicker-9999.ebuild index da61e135d..ac268848a 100644 --- a/gui-apps/hyprpicker/hyprpicker-9999.ebuild +++ b/gui-apps/hyprpicker/hyprpicker-9999.ebuild @@ -1,27 +1,35 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit cmake git-r3 +inherit cmake DESCRIPTION="A wlroots-compatible Wayland color picker that does not suck" HOMEPAGE="https://github.com/hyprwm/hyprpicker" -EGIT_REPO_URI="https://github.com/hyprwm/${PN}.git/" + +if [[ "${PV}" = *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git" +else + SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi LICENSE="BSD" SLOT="0" RDEPEND=" dev-libs/wayland + >=dev-util/hyprwayland-scanner-0.4.2 + gui-libs/hyprutils:= x11-libs/cairo x11-libs/libxkbcommon x11-libs/pango - >=gui-libs/hyprutils-0.2.0:= " +DEPEND="${RDEPEND}" BDEPEND=" - ${RDEPEND} dev-libs/wayland-protocols dev-util/wayland-scanner media-libs/libglvnd