kde-frameworks/kquickcharts: 6.16.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-07-11 20:44:51 +02:00
parent face712986
commit d40e6d298d
2 changed files with 40 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST kquickcharts-6.13.0.tar.xz 110248 BLAKE2B 583d30136a533257ec45a2b0718f6d0b3c19381f04731578559165553b22a59a67e6ec67f860748d31a6b3f14c7a26202825b085cd57fe946a3869d1a17d8430 SHA512 5303813f5e46f3634a4e5d8dc4ec20685a979b12850a3589c791759eaf4f81389a6f955a66375f552d61d51a0a3de8fb084a5a3ed87f55e9c6137200f90e8af7
DIST kquickcharts-6.15.0.tar.xz 112060 BLAKE2B 0bbe3e2c467da71eac1e124089579c9e33e7d8da76b3ded3988cc0696cbaf04962560bb55b723f9cecb5d3882c395f7f28a2b66ec22447dabb42a93bc2699a51 SHA512 19e9dc9d99fa9816b0943353e1870530bd4c2cf4d97ebe1b9e98a9b83ec49efe3ddecd80297bdf63b8ad62b29806fe37d5fe570c0689c47bdd462f8e0d8df2d0
DIST kquickcharts-6.16.0.tar.xz 112100 BLAKE2B 73359c2dcf8337fa41e88ffaa24c9630f72cfc4b4de9fd07fca910d65799429d75953b0f0b2bc58c3f434a31ff0f54f3773ea13946390f242de354d4631d27fa SHA512 d671ee7b2e393de77881e29cfbaab10e85bf96ba02c1249373b0fa2b9b74b90e721534fb9bd1c398e1a14f45a9dcb7e605960aa598e6268a041a0dbc68fc9d51

View File

@@ -0,0 +1,39 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_EXAMPLES="true"
ECM_QTHELP="false"
ECM_TEST="true"
QTMIN=6.7.2
inherit ecm frameworks.kde.org
DESCRIPTION="QtQuick plugin providing high-performance charts"
HOMEPAGE="https://invent.kde.org/frameworks/kquickcharts"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE=""
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui]
>=dev-qt/qtdeclarative-${QTMIN}:6
>=dev-qt/qtshadertools-${QTMIN}:6
examples? (
>=dev-qt/qtbase-${QTMIN}:6[widgets]
=kde-frameworks/kdeclarative-${KDE_CATV}*:6
=kde-frameworks/kirigami-${KDE_CATV}*:6
)
"
RDEPEND="${DEPEND}
examples? ( !${CATEGORY}/${PN}:5[examples(-)] )
"
src_configure() {
local mycmakeargs=(
-DBUILD_EXAMPLES=$(usex examples)
)
ecm_src_configure
}