summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-31 20:46:39 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-01 22:17:10 +0100
commitfebfbd21a3272e08e10a5c1db4dc10b6d1e5e754 (patch)
tree77d37288e87231e54f3f750bfe5849074eaaf6f1 /kde-frameworks/ktexttemplate
parentkde-frameworks/kquickcharts: 5.249.0 version bump (diff)
downloadgentoo-febfbd21a3272e08e10a5c1db4dc10b6d1e5e754.tar.gz
gentoo-febfbd21a3272e08e10a5c1db4dc10b6d1e5e754.tar.bz2
gentoo-febfbd21a3272e08e10a5c1db4dc10b6d1e5e754.zip
kde-frameworks/ktexttemplate: 5.249.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/ktexttemplate')
-rw-r--r--kde-frameworks/ktexttemplate/Manifest1
-rw-r--r--kde-frameworks/ktexttemplate/ktexttemplate-5.249.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/ktexttemplate/Manifest b/kde-frameworks/ktexttemplate/Manifest
index 6323323823b7..05803e686b46 100644
--- a/kde-frameworks/ktexttemplate/Manifest
+++ b/kde-frameworks/ktexttemplate/Manifest
@@ -1 +1,2 @@
DIST ktexttemplate-5.248.0.tar.xz 847256 BLAKE2B 6932332ab183708a094ff770ee88e42db2f12d0131c4d143da54e21f7d8d3ebaad2ac850c0723b6b53a0330ab854002de3c81008139e14b815d6aa94a262f456 SHA512 ab9ac135f296a740c14c2e6286959f81caa9aacf82c9b38ab0ad8bb6bdbffff06da85e55da1be4ee91f4b7f2098d964aba43cae7ee082c90668443d1d91838e9
+DIST ktexttemplate-5.249.0.tar.xz 847276 BLAKE2B f8372a3dec5c907dc03a0cebc22109a0b8ad132ff2f098b4a7d067d5dcf44a7e2a2d90cd5075abd00ffc54fda6c1f63fc3c5eb1f02451a8b7aa878d5bd86f10b SHA512 c8da68aaab195af66c9be9ac6db2cc31899fc13aae92775783286cde17db8daddabedd8064371934d722945842e9835c56fc333aa29860266bb3d5741d084b99
diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-5.249.0.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-5.249.0.ebuild
new file mode 100644
index 000000000000..2b000e3ffbdf
--- /dev/null
+++ b/kde-frameworks/ktexttemplate/ktexttemplate-5.249.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2024 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 data they contain"
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui]
+ dev-qt/qtdeclarative:6
+"
+DEPEND="${RDEPEND}"
+BDEPEND="test? ( dev-qt/qttools:6[linguist] )"