diff options
author | 2024-11-08 15:25:37 +0100 | |
---|---|---|
committer | 2024-11-08 15:38:02 +0100 | |
commit | f95c82af293a0e0d5e0be0ff8943a14e48f316e5 (patch) | |
tree | 35c4c93e227e69cf20d3ca5bcc04ff780c45513a /kde-frameworks/ktexttemplate | |
parent | kde-frameworks/kquickcharts: 6.8.0 version bump (diff) | |
download | gentoo-f95c82af293a0e0d5e0be0ff8943a14e48f316e5.tar.gz gentoo-f95c82af293a0e0d5e0be0ff8943a14e48f316e5.tar.bz2 gentoo-f95c82af293a0e0d5e0be0ff8943a14e48f316e5.zip |
kde-frameworks/ktexttemplate: 6.8.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.8.0.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-frameworks/ktexttemplate/Manifest b/kde-frameworks/ktexttemplate/Manifest index e644dc148a8a..acdaf2dbcbde 100644 --- a/kde-frameworks/ktexttemplate/Manifest +++ b/kde-frameworks/ktexttemplate/Manifest @@ -1,2 +1,3 @@ DIST ktexttemplate-6.6.0.tar.xz 846044 BLAKE2B c2858d46eb2911ee88a9647dfb549944de7b340a2ddebab4f77acfb32a5e075412feabfa3f0aa9b7c3b1894d69b9aed70bf4ba59d857775e20315ec90dade517 SHA512 accb2bb4ee481467cf223ba8eff49c8266d41f6430de5c3619bb5741a3e5d47a2edea991b9b9dd0c165427c0fcd44858b3733b73d5b7c4ba8ff816489f61d8a6 DIST ktexttemplate-6.7.0.tar.xz 846052 BLAKE2B d070f10ac37968f450f473011cf4685b28a59eaf17a481bb20808612cb81a7d04538e0854219118220e9b82cbfcdbc57f04db5593d1add4d8dc7fcea737c29f6 SHA512 a4739ac35ee88fa2c41e383fa659c8af4bea60611c9508807e9b78ff535ad9db461561ec97f00143dabd795352cc665ed221f0a82afc6b8fb7caf76cdb941206 +DIST ktexttemplate-6.8.0.tar.xz 849688 BLAKE2B e9d3a5a0647aca671e4e3866d42248bd644ecb246238fb961a0316a3ec9210154ad211971612b8dcac0a94ac7aa668dad9cd8f2f5314a5f84b60b7cb38167052 SHA512 be72b6c2fff945779fbb210d769223f20744978881bf619b08420d76ac1af47f06cf50a285df20e7933b9940186ff2bd13e7ddb6ddf56cdd9fd31b9104109281 diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-6.8.0.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-6.8.0.ebuild new file mode 100644 index 000000000000..19d730c0b243 --- /dev/null +++ b/kde-frameworks/ktexttemplate/ktexttemplate-6.8.0.ebuild @@ -0,0 +1,29 @@ +# 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.7.2 +inherit ecm flag-o-matic 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] )" + +src_configure() { + # https://gcc.gnu.org/PR116783 + use arm64 && append-flags $(test-flags-CXX -mno-late-ldp-fusion) + + ecm_src_configure +} |