commit: 254ce4b4c7baffca68076554ac4a200f31e9c2ab Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Nov 7 21:31:33 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Nov 10 17:10:45 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=254ce4b4
games-kids/gcompris: 0.97_beta version bump Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> games-kids/gcompris/gcompris-0.97_beta.ebuild | 50 +++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/games-kids/gcompris/gcompris-0.97_beta.ebuild b/games-kids/gcompris/gcompris-0.97_beta.ebuild new file mode 100644 index 0000000000..2910e466fd --- /dev/null +++ b/games-kids/gcompris/gcompris-0.97_beta.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_HANDBOOK="optional" +ECM_TEST="true" +QT5MIN=5.12.3 +inherit ecm kde.org + +DESCRIPTION="Full featured educational application for children from 2 to 10" +HOMEPAGE="https://gcompris.net/" + +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="https://gcompris.net/download/qt/src/beta/${PN}-qt-${PV/_/-}.tar.xz" + KEYWORDS="" + S="${WORKDIR}/${PN}-qt-${PV/_beta/}" +fi + +LICENSE="GPL-3+" +SLOT="0" +IUSE="kiosk" + +BDEPEND=" + >=dev-qt/linguist-tools-${QT5MIN}:5 + test? ( + dev-util/cppcheck + sys-devel/clang + ) +" +RDEPEND=" + >=dev-qt/qtdeclarative-${QT5MIN}:5 + >=dev-qt/qtgui-${QT5MIN}:5 + >=dev-qt/qtnetwork-${QT5MIN}:5 + >=dev-qt/qtsensors-${QT5MIN}:5 + >=dev-qt/qtsvg-${QT5MIN}:5 +" +DEPEND="${RDEPEND} + >=dev-qt/qtmultimedia-${QT5MIN}:5 + >=dev-qt/qtxml-${QT5MIN}:5 + >=dev-qt/qtxmlpatterns-${QT5MIN}:5 +" + +src_configure() { + local mycmakeargs=( + -DQML_BOX2D_MODULE=disabled + -DWITH_KIOSK_MODE=$(usex kiosk) + ) + ecm_src_configure +}
