kde-frameworks/ktexttemplate: 6.3.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2024-06-07 20:44:04 +02:00
parent e835123acd
commit 98d70ef44e
2 changed files with 23 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST ktexttemplate-6.2.0.tar.xz 846028 BLAKE2B e9567d601f59b85fd1ec92520081ffc96b082cb6ff93e64faffe4831c859c2123844b129f5f3ab7ca4641e97c44a1ad00bdda527702d60f555203074460a5f95 SHA512 2fdeaffa25145d132165bf8c89d89efae412dc67b0163d987f4f624694d4888cf3cc055d0cdee11996ea67871e41f9f38d843576d86b8131e7c8ffad5210c4be
DIST ktexttemplate-6.3.0.tar.xz 846044 BLAKE2B 614956a81c2e6a4bd625260de0d50e026c25c72fe1875d208aa94b6e4c89e0a31bf9c89790071d5021e0c0051335645b78b3ac49b5b95715885af5b4a62a180d SHA512 afcbf56b4f8c43d9c5fa825966317fa4c114c6be21540e6082f2228cd3ce68ea93de82b772b8c2480ae7e8de9b786b6294f874f0720ebc118fbdc732535fc87d

View File

@@ -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.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"
IUSE=""
RDEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui]
dev-qt/qtdeclarative:6
"
DEPEND="${RDEPEND}"
BDEPEND="test? ( dev-qt/qttools:6[linguist] )"