From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64603138334 for ; Mon, 24 Dec 2018 13:37:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61DD1E093B; Mon, 24 Dec 2018 13:37:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B5A0E093B for ; Mon, 24 Dec 2018 13:37:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BE2F335C6F for ; Mon, 24 Dec 2018 13:36:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 654094ED for ; Mon, 24 Dec 2018 13:36:56 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1545658399.7012ae680666c76f6fb3cc84917bccefec874480.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-kids/gcompris/Manifest games-kids/gcompris/gcompris-0.95.ebuild X-VCS-Directories: games-kids/gcompris/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 7012ae680666c76f6fb3cc84917bccefec874480 X-VCS-Branch: master Date: Mon, 24 Dec 2018 13:36:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d1e590af-b84a-426d-b516-846b280f2ada X-Archives-Hash: e9887bff7a1139abcea61eabb1cb1754 commit: 7012ae680666c76f6fb3cc84917bccefec874480 Author: Virgil Dupras gentoo org> AuthorDate: Mon Dec 24 13:29:04 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Mon Dec 24 13:33:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7012ae68 games-kids/gcompris: bump to 0.95 Closes: https://bugs.gentoo.org/634268 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.52, Repoman-2.3.11 games-kids/gcompris/Manifest | 1 + games-kids/gcompris/gcompris-0.95.ebuild | 44 ++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/games-kids/gcompris/Manifest b/games-kids/gcompris/Manifest index 83be08b77ac..77930db83d9 100644 --- a/games-kids/gcompris/Manifest +++ b/games-kids/gcompris/Manifest @@ -1 +1,2 @@ DIST gcompris-qt-0.91.tar.xz 70681140 BLAKE2B 6f392eb5065afe8239ef99ba12d0fdcdedc9e0bb4ec16fd9acfa17c6597b495cf7153095fc4fb07c0eb9f7e0aae1f51888157c84b846cfd0112ab2a3465e3ecf SHA512 bc4515acc5c58869997e44c0c3c38d2904f34a7a5efede1ee7aefcbd1ae5907fe00b29a3ecf8e5e46396031736d10df64523e280dfffe3bac2df7e34fe9a8eda +DIST gcompris-qt-0.95.tar.xz 73113640 BLAKE2B cb46ca38f1e0cfab44409b0986b35e5afa2588a027c22bb925bb1d516406118b638968660c2d73cfbb88d9b950abf19a693592286980ac5207adeafe50eb85a1 SHA512 c62057371b11e295541a4e074fcb8826543e498dca486ae26c739135345187754dfc2a30a00a20a212de250df6e4bc412bcf66bffc8dc5263501e6c3d30efa03 diff --git a/games-kids/gcompris/gcompris-0.95.ebuild b/games-kids/gcompris/gcompris-0.95.ebuild new file mode 100644 index 00000000000..a4bf361be7c --- /dev/null +++ b/games-kids/gcompris/gcompris-0.95.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils desktop + +DESCRIPTION="full featured educational application for children from 2 to 10" +HOMEPAGE="https://gcompris.net/" +SRC_URI="http://gcompris.net/download/qt/src/gcompris-qt-${PV}.tar.xz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S="${WORKDIR}/${PN}-qt-${PV}" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgraphicaleffects:5 + dev-qt/qtgui:5 + dev-qt/qtmultimedia:5[qml] + dev-qt/qtnetwork:5 + dev-qt/qtquickcontrols:5 + dev-qt/qtsensors:5[qml] + dev-qt/qtsvg:5 + dev-qt/qtxml:5 + dev-qt/qtxmlpatterns:5" +DEPEND="${RDEPEND} + dev-qt/linguist-tools" + +src_configure() { + local mycmakeargs=( + # TODO: add box2d support + -DQML_BOX2D_MODULE=disabled + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + domenu org.kde.gcompris.desktop +}