From 11dbf67a660a33c67c6ceb45ea0c3edb9d102516 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Fri, 12 Oct 2018 12:55:47 -0400 Subject: games-kids/gcompris: bump to 0.91 Closes: https://bugs.gentoo.org/634268 Signed-off-by: Virgil Dupras Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- games-kids/gcompris/Manifest | 1 + games-kids/gcompris/gcompris-0.91.ebuild | 44 ++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 games-kids/gcompris/gcompris-0.91.ebuild (limited to 'games-kids') diff --git a/games-kids/gcompris/Manifest b/games-kids/gcompris/Manifest index 394a6083accf..86d591ccd991 100644 --- a/games-kids/gcompris/Manifest +++ b/games-kids/gcompris/Manifest @@ -1 +1,2 @@ DIST gcompris-15.10.tar.bz2 279959562 BLAKE2B f8c9287a881a98bacf9b057e518597552a2f84f8bb9143684c1f7ba8f7803589c44b383c17af5b21715f4c71c78456540c5334cea4247380d28abd161b5ae756 SHA512 1915a6934f3111e871be2777ed88c8d15a3ddb85f0c16d92333b6ebcba0cbbe526e51e84ecc576021cd807a5d69bb9570dba481ddc925da9d4dd35a0075380fc +DIST gcompris-qt-0.91.tar.xz 70681140 BLAKE2B 6f392eb5065afe8239ef99ba12d0fdcdedc9e0bb4ec16fd9acfa17c6597b495cf7153095fc4fb07c0eb9f7e0aae1f51888157c84b846cfd0112ab2a3465e3ecf SHA512 bc4515acc5c58869997e44c0c3c38d2904f34a7a5efede1ee7aefcbd1ae5907fe00b29a3ecf8e5e46396031736d10df64523e280dfffe3bac2df7e34fe9a8eda diff --git a/games-kids/gcompris/gcompris-0.91.ebuild b/games-kids/gcompris/gcompris-0.91.ebuild new file mode 100644 index 000000000000..052f974c10bb --- /dev/null +++ b/games-kids/gcompris/gcompris-0.91.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 + dev-qt/qtgraphicaleffects + dev-qt/qtgui + dev-qt/qtmultimedia[qml] + dev-qt/qtnetwork + dev-qt/qtquickcontrols + dev-qt/qtsensors[qml] + dev-qt/qtsvg + dev-qt/qtxml + dev-qt/qtxmlpatterns" +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 +} -- cgit v1.2.3-65-gdbad