summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/ktexttemplate/Manifest1
-rw-r--r--kde-frameworks/ktexttemplate/ktexttemplate-6.16.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-frameworks/ktexttemplate/Manifest b/kde-frameworks/ktexttemplate/Manifest
new file mode 100644
index 00000000000..e31da904a34
--- /dev/null
+++ b/kde-frameworks/ktexttemplate/Manifest
@@ -0,0 +1 @@
+DIST ktexttemplate-6.16.0.tar.xz 848536 BLAKE2B ab851d191a268013ac36187592a162c6ce3c12527b0592037bc2a9c08cfc6cb3b529495220fcb94ab446e5c4b7b2627bedb16b5a13c35a6ee5bac503e8908f5e SHA512 bf1b9360dd3288f5aebde967e5951e71c9c592105373e25b59e11f839575b1a3e4cef0c2b2cc06cdf81aad4aeea28715fb743b8e98bbf1ddc095c4acd2770912
diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-6.16.0.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-6.16.0.ebuild
new file mode 100644
index 00000000000..8db5f706a38
--- /dev/null
+++ b/kde-frameworks/ktexttemplate/ktexttemplate-6.16.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+QTMIN=6.7.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Library to allow separating the structure of documents from data they contain"
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui]
+ dev-qt/qtdeclarative:6
+"
+DEPEND="${RDEPEND}"
+BDEPEND="test? ( dev-qt/qttools:6[linguist] )"