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
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.6 | 8 | ~amd64 | 0 |
# 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
"
dev-qt/qtbase:6[dbus,gui,widgets,xml] kde-frameworks/kconfigwidgets:6 kde-frameworks/kconfig:6 kde-frameworks/kcoreaddons:6 kde-frameworks/kwidgetsaddons:6
dev-qt/qtbase:6[dbus,gui,widgets,xml] kde-frameworks/kconfigwidgets:6 kde-frameworks/kconfig:6 kde-frameworks/kcoreaddons:6 kde-frameworks/kwidgetsaddons:6
kde-frameworks/extra-cmake-modules
| 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 |