diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-13 16:14:25 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-14 05:22:06 +0200 |
commit | a2a0fc596f4839479c9eb7ed74ad5608831a63a0 (patch) | |
tree | 3e1e1c589250e410428f785a1671fea99740078c /kde-frameworks/ktexttemplate | |
parent | kde-frameworks/kquickcharts: 6.6.0 version bump (diff) | |
download | gentoo-a2a0fc596f4839479c9eb7ed74ad5608831a63a0.tar.gz gentoo-a2a0fc596f4839479c9eb7ed74ad5608831a63a0.tar.bz2 gentoo-a2a0fc596f4839479c9eb7ed74ad5608831a63a0.zip |
kde-frameworks/ktexttemplate: 6.6.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.6.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/ktexttemplate/Manifest b/kde-frameworks/ktexttemplate/Manifest index a9594cc90627..970ae007aa33 100644 --- a/kde-frameworks/ktexttemplate/Manifest +++ b/kde-frameworks/ktexttemplate/Manifest @@ -1 +1,2 @@ DIST ktexttemplate-6.5.0.tar.xz 845956 BLAKE2B 9cfac763f16bcdc4655d5c124ee86c833e1dbb996edb0d2d1371cc1cf887decaef0013f49d1726b60c30e404152a05c5069524d1aea715ba75f36419bb426c70 SHA512 0ec9b779df8e11c56f4fa613009a9d417fb1d4fb64c4a4caa7acacdad6b9260dfc57d98e36a684f1e4404fe0e0717b12f02694b44709d3c757ef2e8ec9bfdaca +DIST ktexttemplate-6.6.0.tar.xz 846044 BLAKE2B c2858d46eb2911ee88a9647dfb549944de7b340a2ddebab4f77acfb32a5e075412feabfa3f0aa9b7c3b1894d69b9aed70bf4ba59d857775e20315ec90dade517 SHA512 accb2bb4ee481467cf223ba8eff49c8266d41f6430de5c3619bb5741a3e5d47a2edea991b9b9dd0c165427c0fcd44858b3733b73d5b7c4ba8ff816489f61d8a6 diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-6.6.0.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-6.6.0.ebuild new file mode 100644 index 000000000000..b263f3a5bf2c --- /dev/null +++ b/kde-frameworks/ktexttemplate/ktexttemplate-6.6.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] )" |