kde-misc/kwlejka - 9999 (parona-overlay)

Search

Install

Install this version:

emerge -a =kde-misc/kwlejka-9999

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

autounmask =kde-misc/kwlejka-9999

Or alternatively:

emerge --autounmask-write -a =kde-misc/kwlejka-9999

Package Information

Description:
A text area for Plasma
Homepage:
https://codeberg.org/dcz/kwlejka
License:
GPL-2+

Ebuild Details

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

EAPI=8

inherit git-r3

DESCRIPTION="A text area for Plasma"
HOMEPAGE="https://codeberg.org/dcz/kwlejka"
EGIT_REPO_URI="https://codeberg.org/dcz/kwlejka.git"

LICENSE="GPL-2+"
SLOT="0"

RDEPEND="
	dev-qt/qtdeclarative:6
	kde-plasma/libplasma:6
	kde-frameworks/kirigami:6
	kde-frameworks/ksvg:6
"

src_install() {
	insinto /usr/share/plasma/plasmoids
	doins -r kwlejka
}

Inherited Eclasses

Dependencies

RDEPEND

	dev-qt/qtdeclarative:6
	kde-plasma/libplasma:6
	kde-frameworks/kirigami:6
	kde-frameworks/ksvg:6