summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-04 20:41:02 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-06 22:41:34 +0100
commit904173de7fe04a67c00c4813455eca05d50b68cf (patch)
tree57eb9114dc67c93f632a2129474140947d6db83c /kde-frameworks
parent15cafc0e3f509db49eca1d0b559db2a3cad6e23a (diff)
downloadkde-904173de7fe04a67c00c4813455eca05d50b68cf.tar.gz
kde-904173de7fe04a67c00c4813455eca05d50b68cf.tar.bz2
kde-904173de7fe04a67c00c4813455eca05d50b68cf.zip
kde-frameworks/ktexttemplate: new package, add 9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/ktexttemplate/ktexttemplate-9999.ebuild22
-rw-r--r--kde-frameworks/ktexttemplate/metadata.xml11
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-9999.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-9999.ebuild
new file mode 100644
index 00000000000..273f9f165f9
--- /dev/null
+++ b/kde-frameworks/ktexttemplate/ktexttemplate-9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.0
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Library to allow separating the structure of documents from the data they contain"
+
+LICENSE="LGPL-2.1+"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui]
+ dev-qt/qtdeclarative:6
+"
+DEPEND="${RDEPEND}"
+BDEPEND="test? ( dev-qt/qttools:6[linguist] )"
diff --git a/kde-frameworks/ktexttemplate/metadata.xml b/kde-frameworks/ktexttemplate/metadata.xml
new file mode 100644
index 00000000000..11bde0988c0
--- /dev/null
+++ b/kde-frameworks/ktexttemplate/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">steveire/grantlee</remote-id>
+ </upstream>
+</pkgmetadata>