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 BFD4E138334 for ; Thu, 9 Aug 2018 20:02:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C681E09D4; Thu, 9 Aug 2018 20:02:44 +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 6DE62E09D4 for ; Thu, 9 Aug 2018 20:02:44 +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 88DB9335CA7 for ; Thu, 9 Aug 2018 20:02:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 895F5390 for ; Thu, 9 Aug 2018 20:02:40 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1533844885.28b6443dd559f1113d802408b236b59984d59ca5.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: games-kids/gcompris/ X-VCS-Repository: proj/kde X-VCS-Files: games-kids/gcompris/gcompris-9999.ebuild games-kids/gcompris/metadata.xml X-VCS-Directories: games-kids/gcompris/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 28b6443dd559f1113d802408b236b59984d59ca5 X-VCS-Branch: master Date: Thu, 9 Aug 2018 20:02:40 +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-Archives-Salt: 02e534af-41e2-41ca-93d5-8878019c3e1b X-Archives-Hash: bef01e47cbf022aa7edcf9b5c199e0d7 commit: 28b6443dd559f1113d802408b236b59984d59ca5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 9 19:59:29 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 9 20:01:25 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=28b6443d games-kids/gcompris: New package (project moved to KDE) This will need more work, but it builds for now. Package-Manager: Portage-2.3.45, Repoman-2.3.10 games-kids/gcompris/gcompris-9999.ebuild | 38 ++++++++++++++++++++++++++++++++ games-kids/gcompris/metadata.xml | 15 +++++++++++++ 2 files changed, 53 insertions(+) diff --git a/games-kids/gcompris/gcompris-9999.ebuild b/games-kids/gcompris/gcompris-9999.ebuild new file mode 100644 index 0000000000..d8b757ff20 --- /dev/null +++ b/games-kids/gcompris/gcompris-9999.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="optional" +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Full featured educational application for children from 2 to 10" +HOMEPAGE="http://gcompris.net/" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="" +IUSE="kiosk" + +RDEPEND=" + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtsensors) + $(add_qt_dep qtsvg) +" +DEPEND="${RDEPEND} + $(add_qt_dep linguist-tools) + $(add_qt_dep qtmultimedia) + $(add_qt_dep qtxml) + $(add_qt_dep qtxmlpatterns) +" + +src_configure() { + local mycmakeargs=( + -DQML_BOX2D_MODULE=disabled + -DWITH_KIOSK_MODE=$(usex kiosk) + ) + kde5_src_configure +} diff --git a/games-kids/gcompris/metadata.xml b/games-kids/gcompris/metadata.xml new file mode 100644 index 0000000000..8d4ef553b6 --- /dev/null +++ b/games-kids/gcompris/metadata.xml @@ -0,0 +1,15 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + + games@gentoo.org + Gentoo Games Project + + + Enable kiosk mode by default + +