Install this version:
emerge -a =x11-themes/adw-gtk-6.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-themes/adw-gtk-6.4
Or alternatively:
emerge --autounmask-write -a =x11-themes/adw-gtk-6.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 6.4 | 8 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="The theme from libadwaita ported to GTK-3"
HOMEPAGE="https://github.com/lassekongo83/adw-gtk3"
SRC_URI="https://github.com/lassekongo83/adw-gtk3/releases/download/v${PV}/adw-gtk3v${PV}.tar.xz -> ${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS=""
S="${WORKDIR}"
src_install() {
insinto "/usr/share/themes"
doins -r ./*
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | adw-gtk-6.4.tar.xz | 119728 bytes | https://github.com/lassekongo83/adw-gtk3/releases/download/v6.4/adw-gtk3v.tar.xz |