diff options
author | 2024-07-12 16:33:35 +0200 | |
---|---|---|
committer | 2024-07-12 17:01:47 +0200 | |
commit | 8c10b5f9575d838ac1c844cbca0d7639182c16fb (patch) | |
tree | 1755ba50ce416d4810835250f7aebd069b1a9263 /kde-frameworks/ktexttemplate | |
parent | kde-frameworks/kquickcharts: 6.4.0 version bump (diff) | |
download | gentoo-8c10b5f9575d838ac1c844cbca0d7639182c16fb.tar.gz gentoo-8c10b5f9575d838ac1c844cbca0d7639182c16fb.tar.bz2 gentoo-8c10b5f9575d838ac1c844cbca0d7639182c16fb.zip |
kde-frameworks/ktexttemplate: 6.4.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.4.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/ktexttemplate/Manifest b/kde-frameworks/ktexttemplate/Manifest index a04c1b4d22b2..735b35d6bfdf 100644 --- a/kde-frameworks/ktexttemplate/Manifest +++ b/kde-frameworks/ktexttemplate/Manifest @@ -1 +1,2 @@ DIST ktexttemplate-6.3.0.tar.xz 846044 BLAKE2B 614956a81c2e6a4bd625260de0d50e026c25c72fe1875d208aa94b6e4c89e0a31bf9c89790071d5021e0c0051335645b78b3ac49b5b95715885af5b4a62a180d SHA512 afcbf56b4f8c43d9c5fa825966317fa4c114c6be21540e6082f2228cd3ce68ea93de82b772b8c2480ae7e8de9b786b6294f874f0720ebc118fbdc732535fc87d +DIST ktexttemplate-6.4.0.tar.xz 846020 BLAKE2B 3959eb4b312c019fc2b0b5b233979fde61df8af0404cdf73b0d9a497d48c92142a717501d226c5e8bdd71db4322823fb89bd110f32d1191a6afd437d717cc472 SHA512 ca9b124bc18cb2861b0c0ec3f80b91d2a9955af0371826d98e0043f68f328b18c74ac4b428110bd3ddb6ff89e14253527b357abd1363e9a425b0d0c7899287a3 diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-6.4.0.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-6.4.0.ebuild new file mode 100644 index 000000000000..74d13b88efcc --- /dev/null +++ b/kde-frameworks/ktexttemplate/ktexttemplate-6.4.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 ~arm64 ~riscv" +IUSE="" + +RDEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui] + dev-qt/qtdeclarative:6 +" +DEPEND="${RDEPEND}" +BDEPEND="test? ( dev-qt/qttools:6[linguist] )" |