Install this version:
emerge -a =x11-themes/obsidian2-gtk-theme-2.25
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-themes/obsidian2-gtk-theme-2.25
Or alternatively:
emerge --autounmask-write -a =x11-themes/obsidian2-gtk-theme-2.25
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
GIT_PN="theme-obsidian-2"
DESCRIPTION="Obsidian Gnome Theme, based upon Adwaita-Maia dark skin"
HOMEPAGE="https://github.com/madmaxms/theme-obsidian-2"
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/madmaxms/${GIT_PN}.git"
else
SRC_URI="https://github.com/madmaxms/${GIT_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
S="${WORKDIR}/${GIT_PN}-${PV}"
fi
LICENSE="GPL-3"
SLOT="0"
RDEPEND="
dev-libs/libxml2:2
x11-libs/gtk+:3
"
DEPEND="
${RDEPEND}
dev-libs/glib:2
x11-libs/gdk-pixbuf:2
"
DOCS=( README.md )
src_install() {
insinto /usr/share/themes
doins -r Obsidian*
}
dev-libs/libxml2:2 x11-libs/gtk+:3 dev-libs/glib:2 x11-libs/gdk-pixbuf:2
dev-libs/libxml2:2 x11-libs/gtk+:3
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | obsidian2-gtk-theme-2.25.tar.gz | 1218421 bytes | https://github.com/madmaxms/theme-obsidian-2/archive/v2.25.tar.gz |