public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/
Date: Sat,  2 Jan 2021 20:31:36 +0000 (UTC)	[thread overview]
Message-ID: <1609619455.c8e8439ae213069f2c497fa8f7b54bf48a2563f9.asturm@gentoo> (raw)

commit:     c8e8439ae213069f2c497fa8f7b54bf48a2563f9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  2 20:27:26 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 20:30:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e8439a

games-kids/gcompris: 1.0 version bump

Closes: https://bugs.gentoo.org/756175
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-kids/gcompris/Manifest            |  1 +
 games-kids/gcompris/gcompris-1.0.ebuild | 55 +++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/games-kids/gcompris/Manifest b/games-kids/gcompris/Manifest
index 657ef531663..45ec459f906 100644
--- a/games-kids/gcompris/Manifest
+++ b/games-kids/gcompris/Manifest
@@ -1 +1,2 @@
 DIST gcompris-qt-0.97.tar.xz 75362060 BLAKE2B e6bc429ba4a8a622792935c9b2e68149f5c1f4d9aae4cac84ca517ebe83e59a9b4307f6ce84b36e658256cad5c8bd37b7cbc60a058b6d65be372ad1934cf666f SHA512 23cc807238121a6ea3abb8816795b2f3b243c3be1acf782705468d92758a2032a8cb5393c3c30028877d174ff53ebc3a62f69e9045bc70a5281d1d245b6e4eba
+DIST gcompris-qt-1.0.tar.xz 75856376 BLAKE2B d10e1c7f80d45214fea11e221cc6cc8910ddbc3446f431279b8047103b51ffe3dbcda387908bb3a66e383383ea83f85f350c1b7c3468420dea668764672422fa SHA512 8ba89035f9e332b375808f3ba228f8ff211ef08a8edc0637399b5d00cd99120700c89e01c2e5ebd5e90a958229f34034f11c1bbdba044381005f588252af3c86

diff --git a/games-kids/gcompris/gcompris-1.0.ebuild b/games-kids/gcompris/gcompris-1.0.ebuild
new file mode 100644
index 00000000000..06d26a0dc3a
--- /dev/null
+++ b/games-kids/gcompris/gcompris-1.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="optional"
+ECM_TEST="true"
+QTMIN=5.15.1
+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/${PN}-qt-${PV}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/${PN}-qt-${PV}"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="kiosk"
+
+BDEPEND="
+	>=dev-qt/linguist-tools-${QTMIN}:5
+	test? (
+		dev-util/cppcheck
+		sys-devel/clang
+	)
+"
+COMMON_DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5
+	>=dev-qt/qtsensors-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+"
+DEPEND="${COMMON_DEPEND}
+	>=dev-qt/qtmultimedia-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=dev-qt/qtxmlpatterns-${QTMIN}:5
+"
+RDEPEND="${COMMON_DEPEND}
+	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
+	>=dev-qt/qtmultimedia-${QTMIN}:5[gstreamer,qml]
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DQML_BOX2D_MODULE=disabled
+		-DWITH_KIOSK_MODE=$(usex kiosk)
+	)
+	ecm_src_configure
+}


             reply	other threads:[~2021-01-02 20:31 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-02 20:31 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-26 10:17 [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/ Andreas Sturmlechner
2022-12-26 10:17 Andreas Sturmlechner
2021-01-25 16:48 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
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=1609619455.c8e8439ae213069f2c497fa8f7b54bf48a2563f9.asturm@gentoo \
    --to=asturm@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