diff options
author | 2024-08-09 13:12:02 +0200 | |
---|---|---|
committer | 2024-08-09 15:13:57 +0200 | |
commit | 878cb09de7ccd7f39cc7d5584d2d35fd57c590e4 (patch) | |
tree | 0d521dd56c594454dd515189b1bb2fda1bff05dc /kde-frameworks/ktexttemplate | |
parent | kde-frameworks/kquickcharts: 6.5.0 version bump (diff) | |
download | gentoo-878cb09de7ccd7f39cc7d5584d2d35fd57c590e4.tar.gz gentoo-878cb09de7ccd7f39cc7d5584d2d35fd57c590e4.tar.bz2 gentoo-878cb09de7ccd7f39cc7d5584d2d35fd57c590e4.zip |
kde-frameworks/ktexttemplate: 6.5.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.5.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/ktexttemplate/Manifest b/kde-frameworks/ktexttemplate/Manifest index 65f8383e79cb..16acc8296272 100644 --- a/kde-frameworks/ktexttemplate/Manifest +++ b/kde-frameworks/ktexttemplate/Manifest @@ -1 +1,2 @@ DIST ktexttemplate-6.4.0.tar.xz 846020 BLAKE2B 3959eb4b312c019fc2b0b5b233979fde61df8af0404cdf73b0d9a497d48c92142a717501d226c5e8bdd71db4322823fb89bd110f32d1191a6afd437d717cc472 SHA512 ca9b124bc18cb2861b0c0ec3f80b91d2a9955af0371826d98e0043f68f328b18c74ac4b428110bd3ddb6ff89e14253527b357abd1363e9a425b0d0c7899287a3 +DIST ktexttemplate-6.5.0.tar.xz 845956 BLAKE2B 9cfac763f16bcdc4655d5c124ee86c833e1dbb996edb0d2d1371cc1cf887decaef0013f49d1726b60c30e404152a05c5069524d1aea715ba75f36419bb426c70 SHA512 0ec9b779df8e11c56f4fa613009a9d417fb1d4fb64c4a4caa7acacdad6b9260dfc57d98e36a684f1e4404fe0e0717b12f02694b44709d3c757ef2e8ec9bfdaca diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-6.5.0.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-6.5.0.ebuild new file mode 100644 index 000000000000..b263f3a5bf2c --- /dev/null +++ b/kde-frameworks/ktexttemplate/ktexttemplate-6.5.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 ~ppc64 ~riscv ~x86" +IUSE="" + +RDEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui] + dev-qt/qtdeclarative:6 +" +DEPEND="${RDEPEND}" +BDEPEND="test? ( dev-qt/qttools:6[linguist] )" |