Install this version:
emerge -a =x11-themes/sweet-dark-gtk-theme-2.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-2.0
Or alternatively:
emerge --autounmask-write -a =x11-themes/sweet-dark-gtk-theme-2.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.0 | 8 | ~amd64 | 0 |
# Copyright 2021 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/${PV}/Sweet-Dark.tar.xz -> ${P}.tar.xz"
S="${WORKDIR}/Sweet-Dark"
KEYWORDS="~amd64"
LICENSE="GPL-3"
SLOT="0"
PATCHES=( "${FILESDIR}"/sweet-dark-gtk-theme-2.0-height-fix.patch )
src_install() {
insinto /usr/share/themes/Sweet-Dark
doins -r assets gnome-shell gtk-{2,3}.0 \
metacity-1 xfwm4 index.theme
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | sweet-dark-gtk-theme-2.0.tar.xz | 495960 bytes | https://github.com/EliverLara/Sweet/releases/download/2.0/Sweet-Dark.tar.xz |