gui-apps/koi - 0.6 (guru)

Search

Install

Install this version:

emerge -a =gui-apps/koi-0.6

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

autounmask =gui-apps/koi-0.6

Or alternatively:

emerge --autounmask-write -a =gui-apps/koi-0.6

Package Information

Description:
Theme scheduling for the KDE Plasma Desktop
Homepage:
https://github.com/baduhai/Koi
License:
LGPL-3

Ebuild Details

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

EAPI=8

inherit cmake xdg

DESCRIPTION="Theme scheduling for the KDE Plasma Desktop"
HOMEPAGE="https://github.com/baduhai/Koi"
SRC_URI="
	https://github.com/baduhai/Koi/archive/refs/tags/${PV}.tar.gz
		-> ${P}.tar.gz
"
S="${WORKDIR}/Koi-${PV}"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	dev-qt/qtbase:6[dbus,gui,widgets,xml]
	kde-frameworks/kconfigwidgets:6
	kde-frameworks/kconfig:6
	kde-frameworks/kcoreaddons:6
	kde-frameworks/kwidgetsaddons:6
"
RDEPEND="${DEPEND}
"
BDEPEND="
	kde-frameworks/extra-cmake-modules
"

Inherited Eclasses

xdg

Dependencies

DEPEND

	dev-qt/qtbase:6[dbus,gui,widgets,xml]
	kde-frameworks/kconfigwidgets:6
	kde-frameworks/kconfig:6
	kde-frameworks/kcoreaddons:6
	kde-frameworks/kwidgetsaddons:6

RDEPEND

	dev-qt/qtbase:6[dbus,gui,widgets,xml]
	kde-frameworks/kconfigwidgets:6
	kde-frameworks/kconfig:6
	kde-frameworks/kcoreaddons:6
	kde-frameworks/kwidgetsaddons:6

BDEPEND

	kde-frameworks/extra-cmake-modules

Manifest for 0.6

Type File Size Source URLs
DIST koi-0.6.tar.gz 480764 bytes https://github.com/baduhai/Koi/archive/refs/tags/0.6.tar.gz