From 0c43bf152fae0973c89a6c4d28e99d1786e4423e Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Thu, 12 Sep 2024 12:37:32 +0200 Subject: 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 --- app-misc/nwg-look/nwg-look-0.2.5-r1.ebuild | 44 ++++++++++++++++++++++++++++++ app-misc/nwg-look/nwg-look-0.2.5.ebuild | 42 ---------------------------- 2 files changed, 44 insertions(+), 42 deletions(-) create mode 100644 app-misc/nwg-look/nwg-look-0.2.5-r1.ebuild delete mode 100644 app-misc/nwg-look/nwg-look-0.2.5.ebuild (limited to 'app-misc') diff --git a/app-misc/nwg-look/nwg-look-0.2.5-r1.ebuild b/app-misc/nwg-look/nwg-look-0.2.5-r1.ebuild new file mode 100644 index 000000000..62b2222eb --- /dev/null +++ b/app-misc/nwg-look/nwg-look-0.2.5-r1.ebuild @@ -0,0 +1,44 @@ +# 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 +" + +inherit go-module xdg desktop + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + dev-libs/glib + media-libs/fontconfig + media-libs/freetype + media-libs/harfbuzz + x11-apps/xcur2png + x11-libs/cairo + x11-libs/gdk-pixbuf + x11-libs/gtk+:3 + x11-libs/pango +" +RDEPEND="${DEPEND}" + +src_compile() { + ego build +} + +src_install() { + dobin nwg-look + insinto /usr/share/nwg-look + doins -r langs + doins stuff/main.glade + insinto /usr/share/pixmaps + doins stuff/nwg-look.svg + domenu stuff/nwg-look.desktop +} diff --git a/app-misc/nwg-look/nwg-look-0.2.5.ebuild b/app-misc/nwg-look/nwg-look-0.2.5.ebuild deleted file mode 100644 index db2c08f60..000000000 --- a/app-misc/nwg-look/nwg-look-0.2.5.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2023 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 -" - -inherit go-module xdg desktop - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - media-libs/fontconfig - media-libs/freetype - media-libs/harfbuzz - x11-apps/xcur2png - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/gtk+:3 - x11-libs/pango -" -RDEPEND="${DEPEND}" - -src_compile() { - ego build -} - -src_install() { - dobin nwg-look - insinto /usr/share/nwg-look - doins -r langs - doins stuff/main.glade - insinto /usr/share/pixmaps - doins stuff/nwg-look.svg - domenu stuff/nwg-look.desktop -} -- cgit v1.2.3-65-gdbad