summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/ktexttemplate/Manifest1
-rw-r--r--kde-frameworks/ktexttemplate/ktexttemplate-6.20.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..e4eaa81ba97
--- /dev/null
+++ b/kde-frameworks/ktexttemplate/Manifest
@@ -0,0 +1 @@
+DIST ktexttemplate-6.20.0.tar.xz 848608 BLAKE2B 5b7bd3038709a81cdcda1d18398ee76c9d0f14424b89344ad61c3fe2f0d7cd8b83eca2f4fd756dab89ef5d2e226c0208bcac2fcdd8255f76ed033a0940537a18 SHA512 c4ea25c0257a331ee6c047ef8f67312bf478033bd173cdfa0fc3f7c6e377f8c8b466e353e7003510b0f3c22867225ecda2043d6aff85ca89c9b74e1a28c397c1
diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-6.20.0.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-6.20.0.ebuild
new file mode 100644
index 00000000000..6a9dc42cd98
--- /dev/null
+++ b/kde-frameworks/ktexttemplate/ktexttemplate-6.20.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.8.1
+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] )"