mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
kde-frameworks/kquickcharts: 6.18.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST kquickcharts-6.16.0.tar.xz 112100 BLAKE2B 73359c2dcf8337fa41e88ffaa24c9630f72cfc4b4de9fd07fca910d65799429d75953b0f0b2bc58c3f434a31ff0f54f3773ea13946390f242de354d4631d27fa SHA512 d671ee7b2e393de77881e29cfbaab10e85bf96ba02c1249373b0fa2b9b74b90e721534fb9bd1c398e1a14f45a9dcb7e605960aa598e6268a041a0dbc68fc9d51
|
||||
DIST kquickcharts-6.17.0.tar.xz 112152 BLAKE2B b3617e745aebac904c92c9cf4ab0a9d818f9ce729addc9224d0d250a0e4bf61abc95e0af9e4e16e5aa6c70ef955bfca04cf7332c545db6ae84c3e6e31b576dc1 SHA512 9101d450d8f98ad06bb44b95b12efc8a5154966ab871aa581e29ed5fb94b3abd7afc9126adc7ffb14680dbee7cac9ce72de48290edcfda5c2a67f11dd4f77fcd
|
||||
DIST kquickcharts-6.18.0.tar.xz 112188 BLAKE2B 55b04dc61502438bcea96a5ed02c9e5fa28cf421f83194591c721958dd220f6614f98341ef857f03b4dd003e5a68978d547c09e578a018b477ec47f5a97d3b82 SHA512 a42ebac081ed3e571e2d12f2de458d7b40215f749b988331c106b5bedd1179776ae26bbde2f68fffe741d00c5683087f3a084cceca6802a79f7a01cffe94217c
|
||||
|
||||
39
kde-frameworks/kquickcharts/kquickcharts-6.18.0.ebuild
Normal file
39
kde-frameworks/kquickcharts/kquickcharts-6.18.0.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user