public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Virgil Dupras" <vdupras@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/
Date: Fri, 12 Oct 2018 16:58:33 +0000 (UTC)	[thread overview]
Message-ID: <1539363347.11dbf67a660a33c67c6ceb45ea0c3edb9d102516.vdupras@gentoo> (raw)

commit:     11dbf67a660a33c67c6ceb45ea0c3edb9d102516
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 12 16:55:47 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Fri Oct 12 16:55:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11dbf67a

games-kids/gcompris: bump to 0.91

Closes: https://bugs.gentoo.org/634268
Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
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(+)

diff --git a/games-kids/gcompris/Manifest b/games-kids/gcompris/Manifest
index 394a6083acc..86d591ccd99 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 00000000000..052f974c10b
--- /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
+}


             reply	other threads:[~2018-10-12 16:58 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-12 16:58 Virgil Dupras [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-06 22:58 [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/ Andreas Sturmlechner
2025-02-06 22:58 Andreas Sturmlechner
2022-12-26 10:17 Andreas Sturmlechner
2022-12-26 10:17 Andreas Sturmlechner
2021-01-25 16:48 Andreas Sturmlechner
2021-01-02 20:31 Andreas Sturmlechner
2020-01-06 12:44 Andreas Sturmlechner
2019-12-22 21:48 Andreas Sturmlechner
2019-12-08 12:04 Andreas Sturmlechner
2019-07-05 20:27 Andreas Sturmlechner
2019-07-05 20:27 Andreas Sturmlechner
2019-03-10 16:44 Virgil Dupras
2018-12-24 14:14 Andreas Sturmlechner
2018-12-24 13:36 Virgil Dupras
2018-12-24 13:36 Virgil Dupras
2018-10-12 16:58 Virgil Dupras
2016-08-05 16:35 Austin English
2016-03-14 22:12 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1539363347.11dbf67a660a33c67c6ceb45ea0c3edb9d102516.vdupras@gentoo \
    --to=vdupras@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox