diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-06-06 21:53:23 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-06-06 22:13:24 +0200 |
commit | a0732a2cab3f553158f17ddaaa59795721b1e11a (patch) | |
tree | d9ecaab254bb5b00a24af5b67cce65097da64f88 | |
parent | app-emulation/hercules-sdl: fix modern-C99, file collision (diff) | |
download | gentoo-a0732a2cab3f553158f17ddaaa59795721b1e11a.tar.gz gentoo-a0732a2cab3f553158f17ddaaa59795721b1e11a.tar.bz2 gentoo-a0732a2cab3f553158f17ddaaa59795721b1e11a.zip |
app-text/kjots: add 6.0.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | app-text/kjots/Manifest | 1 | ||||
-rw-r--r-- | app-text/kjots/kjots-6.0.0.ebuild | 56 | ||||
-rw-r--r-- | profiles/package.mask | 1 |
3 files changed, 58 insertions, 0 deletions
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 |