summaryrefslogtreecommitdiff
path: root/kde-apps/kpimtextedit
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-03-15 22:09:50 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-03-15 22:22:27 +0100
commit4d501d60dac9c20c38f807b5a076d67c68686710 (patch)
tree5b5fa4cf73566bc679470a5e5e7aaff938857255 /kde-apps/kpimtextedit
parent989c7620df781bae657619615b5f1fe28e1be60f (diff)
downloadkde-4d501d60dac9c20c38f807b5a076d67c68686710.tar.gz
kde-4d501d60dac9c20c38f807b5a076d67c68686710.tar.bz2
kde-4d501d60dac9c20c38f807b5a076d67c68686710.zip
kde-apps/kpimtextedit: Add 25.04 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kpimtextedit')
-rw-r--r--kde-apps/kpimtextedit/kpimtextedit-25.04.49.9999.ebuild42
1 files changed, 42 insertions, 0 deletions
diff --git a/kde-apps/kpimtextedit/kpimtextedit-25.04.49.9999.ebuild b/kde-apps/kpimtextedit/kpimtextedit-25.04.49.9999.ebuild
new file mode 100644
index 00000000000..93537cf6fde
--- /dev/null
+++ b/kde-apps/kpimtextedit/kpimtextedit-25.04.49.9999.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=6.9.0
+QTMIN=6.7.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="Extended text editor for PIM applications"
+
+LICENSE="LGPL-2.1+"
+SLOT="6"
+KEYWORDS=""
+IUSE="speech"
+
+RESTRICT="test"
+
+RDEPEND="
+ >=dev-libs/ktextaddons-1.5.4:6[speech?]
+ >=dev-qt/qtbase-${QTMIN}:6[widgets]
+ >=kde-frameworks/kcodecs-${KFMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kiconthemes-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+ >=kde-frameworks/kxmlgui-${KFMIN}:6
+ >=kde-frameworks/sonnet-${KFMIN}:6
+ >=kde-frameworks/syntax-highlighting-${KFMIN}:6
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package speech KF6TextEditTextToSpeech)
+ )
+ ecm_src_configure
+}