commit: e97885fc34de2627c8aaa5476122a611342e438a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Sep 1 13:19:39 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Sep 1 13:20:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97885fc
kde-frameworks/kquickcharts: Drop IUSE examples for 5.116.0 Now that KF6 was stabilised, let's take care of those users enabling USE=examples globally. In this case, simply KF6 based examples trump older KF5 based ones, no special handling worth putting effort into. Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../kquickcharts/kquickcharts-5.116.0-r1.ebuild | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/kde-frameworks/kquickcharts/kquickcharts-5.116.0-r1.ebuild b/kde-frameworks/kquickcharts/kquickcharts-5.116.0-r1.ebuild new file mode 100644 index 000000000000..35cb4b987c81 --- /dev/null +++ b/kde-frameworks/kquickcharts/kquickcharts-5.116.0-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_EXAMPLES="false" +ECM_QTHELP="false" +ECM_TEST="true" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.9 +VIRTUALX_REQUIRED="test" # bug 910062 (tests fail) +inherit ecm frameworks.kde.org + +DESCRIPTION="QtQuick plugin providing high-performance charts" +HOMEPAGE="https://invent.kde.org/frameworks/kquickcharts" + +LICENSE="LGPL-2+" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtquickcontrols2-${QTMIN}:5 +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DBUILD_EXAMPLES=OFF + ) + + ecm_src_configure +}