Install this version:
emerge -a =x11-themes/WhiteSur-icon-theme-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-themes/WhiteSur-icon-theme-9999
Or alternatively:
emerge --autounmask-write -a =x11-themes/WhiteSur-icon-theme-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# shellcheck disable=SC2086
EAPI=8
inherit git-r3 xdg
DESCRIPTION="comes in both light and dark variants"
HOMEPAGE="https://github.com/vinceliuice/WhiteSur-icon-theme"
EGIT_REPO_URI="https://github.com/vinceliuice/${PN}.git"
LICENSE="GPL-3+"
SLOT="0"
IUSE="all alternative black bold +default green grey nord orange pink purple red yellow"
REQUIRED_USE="^^ ( all default green grey nord orange pink purple red yellow )"
PATCHES=( "${FILESDIR}/${PN}"-2025.02.10-install.patch )
src_install() {
local TV OPTIONS
OPTIONS="WhiteSur"
for color in all default green grey nord orange pink purple red yellow ; do
use "$color" && TV="$color"
done
for option in alternative black bold ; do
use "$option" && OPTIONS="${OPTIONS} --$option"
done
# OPTIONS should not be quoted, params must be splitted
./install.sh -d "${ED}/usr/share/icons" -n $OPTIONS -t "${TV}" \
|| die "install failed"
}
Manage flags for this package:
euse -i <flag> -p x11-themes/WhiteSur-icon-theme |
euse -E <flag> -p x11-themes/WhiteSur-icon-theme |
euse -D <flag> -p x11-themes/WhiteSur-icon-theme