kde-misc/chatai - 2.2.1 (nest)

Search

Package Information

Description:
Chatbots as Plasmoid for KDE Plasma
Homepage:
https://github.com/DenysMb/ChatAI-Plasmoid
License:
BSD

Ebuild Details

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

EAPI=8

PLOCALES="bg cs da de el en es et fi fr he hr hu is it ja ko nl no pl pt ro ru sk sv tr uk zh"
PLOCALE_BACKUP="en"

inherit ecm plocale

MY_PN="ChatAI-Plasmoid"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Chatbots as Plasmoid for KDE Plasma"
HOMEPAGE="https://github.com/DenysMb/ChatAI-Plasmoid"
SRC_URI="https://github.com/DenysMb/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"

LICENSE="BSD"
SLOT="6"
KEYWORDS="~amd64"

RDEPEND="dev-qt/qtwebengine:6
	kde-frameworks/kcmutils:6
	kde-frameworks/kdeclarative:6
	kde-frameworks/ki18n:6
	kde-frameworks/kirigami:6
	kde-plasma/plasma-workspace:6"

src_prepare() {
	default

	my_rm_loc() {
		rm -r contents/locale/"${1}" || die "rm failed for ${1}"
	}
	plocale_for_each_disabled_locale my_rm_loc
}

src_configure() { :; }

src_compile() { :; }

src_install() {
	default

	insinto /usr/share/plasma/plasmoids/ChatAI-Plasmoid
	doins -r contents metadata.json
}

Dependencies

RDEPEND

dev-qt/qtwebengine:6
	kde-frameworks/kcmutils:6
	kde-frameworks/kdeclarative:6
	kde-frameworks/ki18n:6
	kde-frameworks/kirigami:6
	kde-plasma/plasma-workspace:6

Manifest for 2.2.1

Type File Size Source URLs
DIST ChatAI-Plasmoid-2.2.1.tar.gz 233322 bytes https://github.com/DenysMb/ChatAI-Plasmoid/archive/2.2.1.tar.gz