orchis-theme-2026.07.07edgets
download
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Material Design theme for GNOME/GTK based desktop environments"
HOMEPAGE="https://github.com/vinceliuice/Orchis-theme"
if [[ ${PV} == 9999 ]];then
inherit git-r3
EGIT_REPO_URI="${HOMEPAGE}"
else
SRC_URI="${HOMEPAGE}/archive/${PV//./-}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
S="${WORKDIR}/Orchis-theme-${PV//./-}"
fi
LICENSE="GPL-3"
RESTRICT="mirror"
SLOT="0"
DEPEND="x11-libs/gtk+:2
>=x11-libs/gtk+-3.18:3
x11-themes/gtk-engines-murrine"
RDEPEND="${DEPEND}"
src_install(){
mkdir -p "${ED}/usr/share/themes"
./install.sh --dest "${ED}/usr/share/themes" --theme "all" --tweaks "primary" || die
}