Install this version:
emerge -a =x11-themes/flat-remix-gnome-20200617
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-themes/flat-remix-gnome-20200617
Or alternatively:
emerge --autounmask-write -a =x11-themes/flat-remix-gnome-20200617
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Source overlay: https://github.com/BlueManCZ/edgets
EAPI=7
DESCRIPTION="Pretty simple Gnome shell theme inspired by material design"
HOMEPAGE="https://github.com/daniruiz/flat-remix"
SRC_URI="https://github.com/daniruiz/flat-remix-gnome/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="CC-BY-SA-4.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE=""
S="${WORKDIR}/${P}"
src_compile() {
# Skip compilation
echo
}
src_install() {
insinto /usr/share/themes/
doins -r Flat-Remix-Blue*
doins -r Flat-Remix-Green*
doins -r Flat-Remix-Red*
doins -r Flat-Remix-Yellow*
doins -r Flat-Remix-Miami*
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | flat-remix-gnome-20200617.tar.gz | 22453636 bytes | https://github.com/daniruiz/flat-remix-gnome/archive/20200617.tar.gz |