public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/kjots/, profiles/
@ 2024-06-06 20:14 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2024-06-06 20:14 UTC (permalink / raw
  To: gentoo-commits

commit:     a0732a2cab3f553158f17ddaaa59795721b1e11a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  6 19:53:23 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun  6 20:13:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0732a2c

app-text/kjots: add 6.0.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/kjots/Manifest           |  1 +
 app-text/kjots/kjots-6.0.0.ebuild | 56 +++++++++++++++++++++++++++++++++++++++
 profiles/package.mask             |  1 +
 3 files changed, 58 insertions(+)

diff --git a/app-text/kjots/Manifest b/app-text/kjots/Manifest
index 27a4f377995e..5e2aee28d1f6 100644
--- a/app-text/kjots/Manifest
+++ b/app-text/kjots/Manifest
@@ -1 +1,2 @@
 DIST kjots-5.1.1.tar.xz 232816 BLAKE2B e90f0d4964a939898bd484ce691a0586725705d27e65af513ebfcd7b2bd1eec731e2374e550e92def736c72bad12e272c9cae1c32eabda67a2c1c45cb6655b69 SHA512 b0b4c3f9e11d5cc91b6667bc0483e1e3c62535473e99abbe6fb8e5e4519c1a2b72372de42f63fa2f6e730b40e03fcbc99cd0e189084f0122bfccf45185d2b088
+DIST kjots-6.0.0.tar.xz 235912 BLAKE2B 14121519f4c0771a13e20f2dcaa9f2c556b090cf9d61d2a88259eba108365a63667cf1b4795d344e02bb3eec3115de98850b8da46a00f395d97845ab9f2ef8ee SHA512 b2aea7fc198a58858ef567dea556874173de169aff43ee19f869aec15fa8f8b77cbf8975a0e37f3d9234d369d0978827df8c6d3f285e10583e0915e67a61d830

diff --git a/app-text/kjots/kjots-6.0.0.ebuild b/app-text/kjots/kjots-6.0.0.ebuild
new file mode 100644
index 000000000000..ec95e143119e
--- /dev/null
+++ b/app-text/kjots/kjots-6.0.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="pim"
+KFMIN=6.0.0
+QTMIN=6.6.2
+inherit ecm kde.org
+
+DESCRIPTION="Note taking utility by KDE"
+HOMEPAGE="https://userbase.kde.org/KJots https://community.kde.org/PIM/KJots"
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+	SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="speech"
+
+DEPEND="
+	>=dev-libs/ktextaddons-1.5.0:6[speech?]
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+	>=kde-apps/akonadi-24.02.0:6
+	>=kde-apps/akonadi-notes-24.02.0:6
+	>=kde-apps/kmime-24.02.0:6
+	>=kde-apps/kontactinterface-24.02.0:6
+	>=kde-apps/kpimtextedit-24.02.0:6
+	>=kde-frameworks/kbookmarks-${KFMIN}:6
+	>=kde-frameworks/kcmutils-${KFMIN}:6
+	>=kde-frameworks/kconfig-${KFMIN}:6
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kio-${KFMIN}:6
+	>=kde-frameworks/kitemmodels-${KFMIN}:6
+	>=kde-frameworks/kparts-${KFMIN}:6
+	>=kde-frameworks/ktexttemplate-${KFMIN}:6
+	>=kde-frameworks/ktextwidgets-${KFMIN}:6
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+	>=kde-frameworks/kxmlgui-${KFMIN}:6
+"
+RDEPEND="${DEPEND}
+	!${CATEGORY}/${PN}:5
+	>=kde-apps/kdepim-runtime-24.02.0:6
+"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake_use_find_package speech KF6TextEditTextToSpeech)
+	)
+
+	ecm_src_configure
+}

diff --git a/profiles/package.mask b/profiles/package.mask
index 204b31d8422f..bff9fdbd4327 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -766,6 +766,7 @@ sec-keys/openpgp-keys-jiatan
 =net-misc/smb4k-3.2.5-r2
 ~sys-auth/polkit-qt-0.200.0
 ~x11-misc/sddm-0.21.0_p20240302
+~app-text/kjots-6.0.0
 ~app-office/libreoffice-24.2.4.1
 =app-office/libreoffice-24.2.3.2-r10
 


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-06-06 20:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-06 20:14 [gentoo-commits] repo/gentoo:master commit in: app-text/kjots/, profiles/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox