Skip to content

Commit

Permalink
kde-frameworks/kquickcharts: 5.82.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed May 9, 2021
1 parent d6b8c3d commit 81adadf
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/kquickcharts/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST kquickcharts-5.80.0.tar.xz 101224 BLAKE2B 1efd17ad8ab283497a294e3403ad4b929cce94fa1d7e6055cf00a3081a42eecfbe44b064f2a44db52e42df7332cdc033da51d4437030646f816763d3f79fa000 SHA512 d4183b29e031a03bd7a42a0b97f78995be60340a841b7900f3839dcb375d48801cd61ef534d3bedc27081ff925467b8881a09caf3f66994a3737da74e4393831
DIST kquickcharts-5.81.0.tar.xz 100532 BLAKE2B 2f0d0dcc89a0bc23ca9026716406da7f9e588891cd4eac2f65b64c4123fa8c56bccb05233239bcac397726b9898db91a5a0c5a796498928e77f8907703c200ee SHA512 49c628619a713388e642278d2c7c7d5278ec15a763b16721f5779d95a309f57c6c70576ce46c3a7cd147fc14f912f7a663740f0610b68054385e5c9f84b2197b
DIST kquickcharts-5.82.0.tar.xz 105832 BLAKE2B 00bd1f5ff89e11758607a9b6c2705d4c670107b18eb5ac67522b1f5a6ba5f4b5897b86582ad6ea5f2a1e9245efdf52614a6ee418ff0c2ff8a0499de5211bfe49 SHA512 978e9644d62a3bc7c9e5fddbc7ce67551941a2429804d93a5745584c28555a748f7804287162e31217082bb9e9391d2d86bb50eda209f93da15cb4b5c93ed583
39 changes: 39 additions & 0 deletions kde-frameworks/kquickcharts/kquickcharts-5.82.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

ECM_EXAMPLES="true"
ECM_QTHELP="false"
ECM_TEST="true"
PVCUT=$(ver_cut 1-2)
QTMIN=5.15.2
VIRTUALX_REQUIRED="test"
inherit ecm kde.org

DESCRIPTION="QtQuick plugin providing high-performance charts"
HOMEPAGE="https://invent.kde.org/frameworks/kquickcharts"

LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE=""

DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtquickcontrols2-${QTMIN}:5
examples? (
>=dev-qt/qtwidgets-${QTMIN}:5
=kde-frameworks/kdeclarative-${PVCUT}*:5
=kde-frameworks/kirigami-${PVCUT}*:5
)
"
RDEPEND="${DEPEND}"

src_configure() {
local mycmakeargs=(
-DBUILD_EXAMPLES=$(usex examples)
)

ecm_src_configure
}

0 comments on commit 81adadf

Please sign in to comment.