Install this version:
emerge -a =x11-themes/adw-gtk3-6.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-themes/adw-gtk3-6.5
Or alternatively:
emerge --autounmask-write -a =x11-themes/adw-gtk3-6.5
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit xdg
DESCRIPTION="An unofficial GTK3 port of libadwaita"
HOMEPAGE="https://github.com/lassekongo83/adw-gtk3"
SRC_URI="https://github.com/lassekongo83/adw-gtk3/releases/download/v${PV}/adw-gtk3v${PV}.tar.xz"
S=${WORKDIR}
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RESTRICT="binchecks strip"
src_install() {
insinto /usr/share/themes
doins -r adw-gtk3{,-dark}
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | adw-gtk3v6.5.tar.xz | 121632 bytes | https://github.com/lassekongo83/adw-gtk3/releases/download/v6.5/adw-gtk3v6.5.tar.xz |