diff options
author | 2024-05-13 21:56:33 +0200 | |
---|---|---|
committer | 2024-05-13 22:13:01 +0200 | |
commit | 14ee0b1322ea7d5078e853d78f4ef425548ab907 (patch) | |
tree | 1bee69d7f7c263cd8142d3a21461ca7d1ba4ada9 /kde-frameworks/ktexttemplate | |
parent | kde-frameworks/kquickcharts: 6.2.0 version bump (diff) | |
download | gentoo-14ee0b1322ea7d5078e853d78f4ef425548ab907.tar.gz gentoo-14ee0b1322ea7d5078e853d78f4ef425548ab907.tar.bz2 gentoo-14ee0b1322ea7d5078e853d78f4ef425548ab907.zip |
kde-frameworks/ktexttemplate: 6.2.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/ktexttemplate')
-rw-r--r-- | kde-frameworks/ktexttemplate/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/ktexttemplate/ktexttemplate-6.2.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/ktexttemplate/Manifest b/kde-frameworks/ktexttemplate/Manifest index 9973b26cedd4..c779ff66317c 100644 --- a/kde-frameworks/ktexttemplate/Manifest +++ b/kde-frameworks/ktexttemplate/Manifest @@ -1 +1,2 @@ DIST ktexttemplate-6.1.0.tar.xz 847272 BLAKE2B 26859dd9dce8d6a39ae06af5006e36d218b9f8ac081323862241d8f75e0d8a13e54e1b9d15651f9aabc31845d0aede9b125d70780d17df1d804b98e9e4f81491 SHA512 6d0ffd3437f2f427a23719fca752687e7ab781cfac935ed7957d553883485a33ebeedc067ba874f713f475482e83dae2927c88554fec3a5ed9e3d1650782dd5f +DIST ktexttemplate-6.2.0.tar.xz 846028 BLAKE2B e9567d601f59b85fd1ec92520081ffc96b082cb6ff93e64faffe4831c859c2123844b129f5f3ab7ca4641e97c44a1ad00bdda527702d60f555203074460a5f95 SHA512 2fdeaffa25145d132165bf8c89d89efae412dc67b0163d987f4f624694d4888cf3cc055d0cdee11996ea67871e41f9f38d843576d86b8131e7c8ffad5210c4be diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-6.2.0.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-6.2.0.ebuild new file mode 100644 index 000000000000..d43eb717c085 --- /dev/null +++ b/kde-frameworks/ktexttemplate/ktexttemplate-6.2.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.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] )" |