Install this version:
emerge -a =x11-themes/sweet-dark-gtk-theme-3.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-themes/sweet-dark-gtk-theme-3.0
Or alternatively:
emerge --autounmask-write -a =x11-themes/sweet-dark-gtk-theme-3.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.0 | 8 | ~amd64 | 0 |
# Copyright 2021-2022 Aisha Tammy
# Distributed under the terms of the ISC License
EAPI=8
inherit xdg
DESCRIPTION="Sweet (dark) gtk theme"
HOMEPAGE="https://github.com/EliverLara/Sweet"
SRC_URI="
https://github.com/EliverLara/Sweet/releases/download/v${PV}/Sweet-Dark.zip -> ${P}.zip
https://github.com/EliverLara/Sweet/releases/download/v${PV}/Sweet-Dark-v40.zip -> ${P}-v40.zip
"
S="${WORKDIR}"
KEYWORDS="~amd64"
LICENSE="GPL-3"
SLOT="0"
BDEPEND="app-arch/unzip"
src_install() {
insinto /usr/share/themes/Sweet-Dark
doins -r Sweet-Dark/{assets,cinnamon,gnome-shell,gtk-{2,3}.0,metacity-1,xfwm4,index.theme}
insinto /usr/share/themes/Sweet-Dark-4
doins -r Sweet-Dark-v40/{assets,cinnamon,gnome-shell,gtk-{2,3}.0,metacity-1,xfwm4,index.theme}
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | sweet-dark-gtk-theme-3.0-v40.zip | 1148086 bytes | https://github.com/EliverLara/Sweet/releases/download/v3.0/Sweet-Dark-v40.zip |
| DIST | sweet-dark-gtk-theme-3.0.zip | 1143285 bytes | https://github.com/EliverLara/Sweet/releases/download/v3.0/Sweet-Dark.zip |