commit: 0c43bf152fae0973c89a6c4d28e99d1786e4423e Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Thu Sep 12 10:37:32 2024 +0000 Commit: Filip Kobierski <fkobi <AT> pm <DOT> 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 <fkobi <AT> 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
