kde-frameworks/ktexttemplate: 6.28.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-07-10 18:03:41 +02:00
parent 1d1b7e45dd
commit 1985dddcea
2 changed files with 22 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST ktexttemplate-6.27.0.tar.xz 849008 BLAKE2B 159241fbd0e3a9ff2452e48eee216a164324f3e564c4b1d1ac00efa5d5641c9871522562ebf2afef31a716fdbf72d3fe9369160edbd6b30a2b5f0c9dc25f1176 SHA512 93e8c14c5764ca32fed8fc3428587a986ff4e602479ca0bbe0a08736bee8db9ad11db8ea92b45f5f4614f4e55112f5bb1f37cb1c76c454f944614a61cb4de26f
DIST ktexttemplate-6.28.0.tar.xz 849032 BLAKE2B 32ebd165bc964afd2223e518d88a8c110235753dffc048157660f577ebb85c5163d1ad68e1f971ba48646540d38af9501f90a0e8917ad1819e95d46e2b4e67c6 SHA512 50c749812c623456e7092ca16702cda2f3190516e3f622d24ef3f3f6f0c9384aad151f0cadd801feb3fd5cae87599055739158d56158dc2866169b0e0596c4eb

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_TEST="true"
QTMIN=6.10.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] )"