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.17.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..ce8c53bc93f
--- /dev/null
+++ b/kde-frameworks/ktexttemplate/Manifest
@@ -0,0 +1 @@
+DIST ktexttemplate-6.17.0.tar.xz 848560 BLAKE2B 8242f8a7d4da43d6c5540a65e0f82f8df975bc8bad1b6355eb24ff0947ff79026b8a6ec8dc15fe01d551d1ee383772046dbff781b8df522a2e35ca796598392f SHA512 ee647e6660b0c17d683c4b1f7e32f262f39a03b6ea0b3c6e62247cc2c303091b19f172da147cae95c0d31fe93f4080dae641ca7f1559025768a494241734b452
diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-6.17.0.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-6.17.0.ebuild
new file mode 100644
index 00000000000..8db5f706a38
--- /dev/null
+++ b/kde-frameworks/ktexttemplate/ktexttemplate-6.17.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] )"