Install this version:
emerge -a =app-misc/nwg-look-1.0.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/nwg-look-1.0.2
Or alternatively:
emerge --autounmask-write -a =app-misc/nwg-look-1.0.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.2 | 8 | ~amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="GTK settings editor adapted to work on wlroots-based compositors"
HOMEPAGE="https://github.com/nwg-piotr/nwg-look"
SRC_URI="
https://github.com/nwg-piotr/nwg-look/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://slackware.lngn.net/pub/source/nwg-look/${PN}-vendor-${PV}.tar.xz
"
inherit desktop go-module xdg
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
app-accessibility/at-spi2-core
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}"
DOCS=( README.md )
src_unpack() {
default
mv -v vendor "${S}" || die
}
src_compile() {
ego build
}
src_install() {
insinto /usr/share/nwg-look
doins stuff/main.glade
doins -r langs
doicon -s scalable stuff/nwg-look.svg
domenu stuff/nwg-look.desktop
dobin nwg-look
einstalldocs
}
app-accessibility/at-spi2-core 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
app-accessibility/at-spi2-core 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
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | nwg-look-1.0.2.tar.gz | 25237 bytes | https://github.com/nwg-piotr/nwg-look/archive/refs/tags/v1.0.2.tar.gz |
| DIST | nwg-look-vendor-1.0.2.tar.xz | 702052 bytes | https://slackware.lngn.net/pub/source/nwg-look/nwg-look-vendor-1.0.2.tar.xz |