mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-frameworks/kquickcharts: 6.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST kquickcharts-6.10.0.tar.xz 110320 BLAKE2B 0722c59c3ab427eefa3158e28218727ac8b94398690cdbda12a17863655c368d9736b84152dd6867e41e78d898fd26efa812953ff51d8141046164693bfa1e74 SHA512 2938701ef5e794e4a9a770f98834f454f4d55881cf57af39273ebab4753bbd039172231329386c37956ed97283d7664feaa56824a43c0568ea7a29b7842a8dbc
|
||||
DIST kquickcharts-6.11.0.tar.xz 110356 BLAKE2B 831a58d870d29f5b1e336a3869b762f93f39e11899526c3d44d61f3444ee7dd5bfd079d7e384ec8b177923c4a307308a0d93e0d9278e47c4a046aa510493e682 SHA512 b6eaa532945a3871d8ed6e1ceb3549f5fe9f4c2c231806c5e3d7bf765131dc933cdcde58d80cc922f3dc5e0c61649f4f66c73525aeaf0abf6cb047fb3dc6a311
|
||||
DIST kquickcharts-6.12.0.tar.xz 110292 BLAKE2B f3c3c4ee733c0536e89bef1d95f497bb117ec44470c574dbc5aa00112244a44e6cd564f5f2f5b019c163497fdc24c1d0508980e400a2dfa90d97e11697dcc568 SHA512 b9283017a6e8b8e9044c87c4cc6431c6b44c816b9b7f26d854c367326e47221fd280290ee60be025681b6cdfa6305ee3d64e687af9cdd09de77e80e8434addc7
|
||||
|
||||
39
kde-frameworks/kquickcharts/kquickcharts-6.12.0.ebuild
Normal file
39
kde-frameworks/kquickcharts/kquickcharts-6.12.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 ~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