app-misc/kllamabooks - 0.0.13 (arrans-overlay)

Search

Install

Install this version:

emerge -a =app-misc/kllamabooks-0.0.13

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

autounmask =app-misc/kllamabooks-0.0.13

Or alternatively:

emerge --autounmask-write -a =app-misc/kllamabooks-0.0.13

Package Information

Description:
An AI LLM Desktop Client and Document Editor for KDE/Qt
Homepage:
https://github.com/arran4/kllamabooks
License:
MIT

Ebuild Details

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

EAPI=8

inherit cmake xdg

DESCRIPTION="An AI LLM Desktop Client and Document Editor for KDE/Qt"
HOMEPAGE="https://github.com/arran4/kllamabooks"

if [[ ${PV} == 9999 ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/arran4/kllamabooks.git"
else
	SRC_URI="https://github.com/arran4/kllamabooks/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64"
fi

LICENSE="MIT"
SLOT="0"
IUSE=""

DEPEND="
	dev-qt/qtbase:6[dbus,gui,network,widgets]
	dev-qt/qtsvg:6
	kde-frameworks/kconfigwidgets:6
	kde-frameworks/kcoreaddons:6
	kde-frameworks/ki18n:6
	kde-frameworks/kwallet:6
	kde-frameworks/kxmlgui:6
	dev-db/sqlcipher
"
RDEPEND="${DEPEND}"
BDEPEND="
	dev-qt/qttools:6[linguist]
	virtual/pkgconfig
	kde-frameworks/extra-cmake-modules:0
"

src_prepare() {
	sed -i -e 's/icon.svg/icon.png/g' CMakeLists.txt || die
	cmake_src_prepare
}

Inherited Eclasses

xdg

Dependencies

DEPEND

	dev-qt/qtbase:6[dbus,gui,network,widgets]
	dev-qt/qtsvg:6
	kde-frameworks/kconfigwidgets:6
	kde-frameworks/kcoreaddons:6
	kde-frameworks/ki18n:6
	kde-frameworks/kwallet:6
	kde-frameworks/kxmlgui:6
	dev-db/sqlcipher

RDEPEND

	dev-qt/qtbase:6[dbus,gui,network,widgets]
	dev-qt/qtsvg:6
	kde-frameworks/kconfigwidgets:6
	kde-frameworks/kcoreaddons:6
	kde-frameworks/ki18n:6
	kde-frameworks/kwallet:6
	kde-frameworks/kxmlgui:6
	dev-db/sqlcipher

BDEPEND

	dev-qt/qttools:6[linguist]
	virtual/pkgconfig
	kde-frameworks/extra-cmake-modules:0

Manifest for 0.0.13

Type File Size Source URLs
DIST kllamabooks-0.0.13.tar.gz 1969650 bytes https://github.com/arran4/kllamabooks/archive/refs/tags/v0.0.13.tar.gz