diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-05-06 17:46:00 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-05-06 18:06:12 +0200 |
| commit | 8a6d4e1c1a0a26e91ac6a41a6c4346b16b45dc05 (patch) | |
| tree | 21d2829f18e5c5f8cfc2f761f211dc5ec85b3ebf /kde-apps/kpimtextedit/kpimtextedit-25.04.1.ebuild | |
| parent | eabd42e2d4f36a1c978e481363daf5945b822bfb (diff) | |
| download | kde-8a6d4e1c1a0a26e91ac6a41a6c4346b16b45dc05.tar.gz kde-8a6d4e1c1a0a26e91ac6a41a6c4346b16b45dc05.tar.bz2 kde-8a6d4e1c1a0a26e91ac6a41a6c4346b16b45dc05.zip | |
kde-apps/kpimtextedit: 25.04.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kpimtextedit/kpimtextedit-25.04.1.ebuild')
| -rw-r--r-- | kde-apps/kpimtextedit/kpimtextedit-25.04.1.ebuild | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/kde-apps/kpimtextedit/kpimtextedit-25.04.1.ebuild b/kde-apps/kpimtextedit/kpimtextedit-25.04.1.ebuild new file mode 100644 index 00000000000..126fc30d0aa --- /dev/null +++ b/kde-apps/kpimtextedit/kpimtextedit-25.04.1.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.13.0 +QTMIN=6.7.2 +inherit ecm gear.kde.org + +DESCRIPTION="Extended text editor for PIM applications" + +LICENSE="LGPL-2.1+" +SLOT="6" +KEYWORDS="~amd64 ~arm64" +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 +} |
