x11-themes/kvantum-black - 0.2.0 (gentoo-zh)

Search

Install

Install this version:

emerge -a =x11-themes/kvantum-black-0.2.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =x11-themes/kvantum-black-0.2.0

Or alternatively:

emerge --autounmask-write -a =x11-themes/kvantum-black-0.2.0

Package Information

Description:
Black Catppuccin themes for Kvantum
Homepage:
https://github.com/vitaly-zdanevich/kvantum-black
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.2.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Black Catppuccin themes for Kvantum"
HOMEPAGE="https://github.com/vitaly-zdanevich/kvantum-black"
SRC_URI="https://github.com/vitaly-zdanevich/kvantum-black/releases/download/v${PV}/${P}.tar.gz"
S="${WORKDIR}/kvantum-black-${PV}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="x11-themes/kvantum"

src_install() {
	insinto /usr/share/Kvantum
	doins -r themes/*

	dodoc README.md
}

Dependencies

RDEPEND

x11-themes/kvantum

Manifest for 0.2.0

Type File Size Source URLs
DIST kvantum-black-0.2.0.tar.gz 1215176 bytes https://github.com/vitaly-zdanevich/kvantum-black/releases/download/v0.2.0/kvantum-black-0.2.0.tar.gz