Install this version:
emerge -a =x11-themes/catppuccin-kvantum-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-themes/catppuccin-kvantum-9999
Or alternatively:
emerge --autounmask-write -a =x11-themes/catppuccin-kvantum-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Soothing pastel theme for Kvantum"
HOMEPAGE="https://github.com/catppuccin"
EGIT_REPO_URI="https://github.com/catppuccin/Kvantum.git"
inherit git-r3
S="${WORKDIR}/${P}/themes"
RDEPEND="
x11-themes/kvantum
"
LICENSE="MIT"
SLOT="0"
src_install() {
insinto "/usr/share/Kvantum"
doins -r catppuccin-*
}