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 79ED6158083 for ; Thu, 12 Sep 2024 10:43:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9FE9E29B7; Thu, 12 Sep 2024 10:43:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95929E29B7 for ; Thu, 12 Sep 2024 10:43:34 +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 8DD673406A2 for ; Thu, 12 Sep 2024 10:43:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0661E1489 for ; Thu, 12 Sep 2024 10:43:32 +0000 (UTC) From: "Filip Kobierski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Filip Kobierski" Message-ID: <1726137452.0c43bf152fae0973c89a6c4d28e99d1786e4423e.fkobi@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/nwg-look/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/nwg-look/nwg-look-0.2.5-r1.ebuild app-misc/nwg-look/nwg-look-0.2.5.ebuild X-VCS-Directories: app-misc/nwg-look/ X-VCS-Committer: fkobi X-VCS-Committer-Name: Filip Kobierski X-VCS-Revision: 0c43bf152fae0973c89a6c4d28e99d1786e4423e X-VCS-Branch: dev Date: Thu, 12 Sep 2024 10:43:32 +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: d5840c99-bb8e-4eda-a43e-f8361e776017 X-Archives-Hash: 2530ea99620c3a8d54998298b240d1cf commit: 0c43bf152fae0973c89a6c4d28e99d1786e4423e Author: Filip Kobierski pm me> AuthorDate: Thu Sep 12 10:37:32 2024 +0000 Commit: Filip Kobierski pm me> CommitDate: Thu Sep 12 10:37:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0c43bf15 app-misc/nwg-look: add glib to RDEPEND I'd like to update it to 2.7 but nwg-look-vendor's missing Closes: https://bugs.gentoo.org/932286 Signed-off-by: Filip Kobierski pm.me> .../nwg-look/{nwg-look-0.2.5.ebuild => nwg-look-0.2.5-r1.ebuild} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app-misc/nwg-look/nwg-look-0.2.5.ebuild b/app-misc/nwg-look/nwg-look-0.2.5-r1.ebuild similarity index 72% rename from app-misc/nwg-look/nwg-look-0.2.5.ebuild rename to app-misc/nwg-look/nwg-look-0.2.5-r1.ebuild index db2c08f60..62b2222eb 100644 --- a/app-misc/nwg-look/nwg-look-0.2.5.ebuild +++ b/app-misc/nwg-look/nwg-look-0.2.5-r1.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="GTK3 settings editor adapted to work in the sway / wlroots environment" HOMEPAGE="https://github.com/nwg-piotr/nwg-look" -SRC_URI="https://github.com/nwg-piotr/nwg-look/archive/refs/tags/v${PV}.tar.gz -> nwg-look-${PV}.tar.gz - https://github.com/micielski/nwg-look-vendor/releases/download/${PV}/nwg-look-${PV}-vendor.tar.xz +SRC_URI=" + https://github.com/nwg-piotr/nwg-look/archive/refs/tags/v${PV}.tar.gz -> nwg-look-${PV}.tar.gz + https://github.com/micielski/nwg-look-vendor/releases/download/${PV}/nwg-look-${PV}-vendor.tar.xz " inherit go-module xdg desktop @@ -16,6 +17,7 @@ SLOT="0" KEYWORDS="~amd64" DEPEND=" + dev-libs/glib media-libs/fontconfig media-libs/freetype media-libs/harfbuzz