public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/
@ 2020-01-06 12:44 Andreas Sturmlechner
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2020-01-06 12:44 UTC (permalink / raw
  To: gentoo-commits

commit:     23198ae5d0a3389401325c6c485c534953d9ab6d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 12:38:39 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 12:44:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23198ae5

games-kids/gcompris: Add missing RDEPENDs

Reported-by: Simon <sur3 <AT> gmx.de>
Closes: https://bugs.gentoo.org/704612
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../{gcompris-0.97.ebuild => gcompris-0.97-r1.ebuild}         | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/games-kids/gcompris/gcompris-0.97.ebuild b/games-kids/gcompris/gcompris-0.97-r1.ebuild
similarity index 81%
rename from games-kids/gcompris/gcompris-0.97.ebuild
rename to games-kids/gcompris/gcompris-0.97-r1.ebuild
index 213187432c4..c320ebcd4ec 100644
--- a/games-kids/gcompris/gcompris-0.97.ebuild
+++ b/games-kids/gcompris/gcompris-0.97-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -28,18 +28,23 @@ BDEPEND="
 		sys-devel/clang
 	)
 "
-RDEPEND="
+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="${RDEPEND}
+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[qml]
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+"
 
 src_configure() {
 	local mycmakeargs=(


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/
@ 2022-12-26 10:17 Andreas Sturmlechner
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2022-12-26 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     e6ec974ee966e19ec0cff73fdb7a968251a694a8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 09:51:47 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 10:17:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6ec974e

games-kids/gcompris: add 2.4

Closes: https://bugs.gentoo.org/829626
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-kids/gcompris/Manifest            |  1 +
 games-kids/gcompris/gcompris-2.4.ebuild | 51 +++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/games-kids/gcompris/Manifest b/games-kids/gcompris/Manifest
index caa30e91afaf..4be980cd15ec 100644
--- a/games-kids/gcompris/Manifest
+++ b/games-kids/gcompris/Manifest
@@ -1 +1,2 @@
 DIST gcompris-qt-1.0.tar.xz 75856376 BLAKE2B d10e1c7f80d45214fea11e221cc6cc8910ddbc3446f431279b8047103b51ffe3dbcda387908bb3a66e383383ea83f85f350c1b7c3468420dea668764672422fa SHA512 8ba89035f9e332b375808f3ba228f8ff211ef08a8edc0637399b5d00cd99120700c89e01c2e5ebd5e90a958229f34034f11c1bbdba044381005f588252af3c86
+DIST gcompris-qt-2.4.tar.xz 50509640 BLAKE2B 0d0515002a979aa4dbee70bede1575eb3b8f2eb5e78ef448a75bbf50802c80beb5f34e7e307a3ab453074631a1a67bcbabfe39c214ae0b1028e6bcd02db152a8 SHA512 8bafb4155e8053f7648ca015d43b439635dbdee37e24f2791faab08ec6639f0285a3154cfc3cbd5588b5860542100aa6f61bfda4753f8b835d91a354fe138c9b

diff --git a/games-kids/gcompris/gcompris-2.4.ebuild b/games-kids/gcompris/gcompris-2.4.ebuild
new file mode 100644
index 000000000000..76d6504fe538
--- /dev/null
+++ b/games-kids/gcompris/gcompris-2.4.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+ECM_TEST="true"
+QTMIN=5.15.5
+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"
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtmultimedia-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5
+	>=dev-qt/qtsensors-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
+	>=dev-qt/qtmultimedia-${QTMIN}:5[gstreamer,qml]
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+"
+BDEPEND="
+	>=dev-qt/linguist-tools-${QTMIN}:5
+	test? (
+		dev-util/cppcheck
+		sys-devel/clang
+	)
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DQML_BOX2D_MODULE=disabled
+		-DWITH_KIOSK_MODE=$(usex kiosk)
+	)
+	ecm_src_configure
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/
@ 2022-12-26 10:17 Andreas Sturmlechner
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2022-12-26 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     b5269d2184449b0b7883a81e254ad30276d26a61
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 09:52:03 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 10:17:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5269d21

games-kids/gcompris: drop 1.0

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 deletions(-)

diff --git a/games-kids/gcompris/Manifest b/games-kids/gcompris/Manifest
index 4be980cd15ec..1479734b442b 100644
--- a/games-kids/gcompris/Manifest
+++ b/games-kids/gcompris/Manifest
@@ -1,2 +1 @@
-DIST gcompris-qt-1.0.tar.xz 75856376 BLAKE2B d10e1c7f80d45214fea11e221cc6cc8910ddbc3446f431279b8047103b51ffe3dbcda387908bb3a66e383383ea83f85f350c1b7c3468420dea668764672422fa SHA512 8ba89035f9e332b375808f3ba228f8ff211ef08a8edc0637399b5d00cd99120700c89e01c2e5ebd5e90a958229f34034f11c1bbdba044381005f588252af3c86
 DIST gcompris-qt-2.4.tar.xz 50509640 BLAKE2B 0d0515002a979aa4dbee70bede1575eb3b8f2eb5e78ef448a75bbf50802c80beb5f34e7e307a3ab453074631a1a67bcbabfe39c214ae0b1028e6bcd02db152a8 SHA512 8bafb4155e8053f7648ca015d43b439635dbdee37e24f2791faab08ec6639f0285a3154cfc3cbd5588b5860542100aa6f61bfda4753f8b835d91a354fe138c9b

diff --git a/games-kids/gcompris/gcompris-1.0.ebuild b/games-kids/gcompris/gcompris-1.0.ebuild
deleted file mode 100644
index 06d26a0dc3a6..000000000000
--- a/games-kids/gcompris/gcompris-1.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/
@ 2021-01-25 16:48 Andreas Sturmlechner
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2021-01-25 16:48 UTC (permalink / raw
  To: gentoo-commits

commit:     a7e14a9ff935403ac9e6c77c84545eac53817d75
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 16:35:44 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 16:47:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e14a9f

games-kids/gcompris: Drop 0.97-r1

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-kids/gcompris/Manifest                |  1 -
 games-kids/gcompris/gcompris-0.97-r1.ebuild | 55 -----------------------------
 2 files changed, 56 deletions(-)

diff --git a/games-kids/gcompris/Manifest b/games-kids/gcompris/Manifest
index 45ec459f906..caa30e91afa 100644
--- a/games-kids/gcompris/Manifest
+++ b/games-kids/gcompris/Manifest
@@ -1,2 +1 @@
-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-0.97-r1.ebuild b/games-kids/gcompris/gcompris-0.97-r1.ebuild
deleted file mode 100644
index c320ebcd4ec..00000000000
--- a/games-kids/gcompris/gcompris-0.97-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="optional"
-ECM_TEST="true"
-QTMIN=5.12.3
-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[qml]
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DQML_BOX2D_MODULE=disabled
-		-DWITH_KIOSK_MODE=$(usex kiosk)
-	)
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/
@ 2021-01-02 20:31 Andreas Sturmlechner
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2021-01-02 20:31 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/
@ 2019-12-22 21:48 Andreas Sturmlechner
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2019-12-22 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     e60f689e0c8ec2e4d35938b47544a6c64541b42b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 21:46:44 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 21:48:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e60f689e

games-kids/gcompris: Drop 0.96

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-kids/gcompris/Manifest             |  1 -
 games-kids/gcompris/gcompris-0.96.ebuild | 46 --------------------------------
 2 files changed, 47 deletions(-)

diff --git a/games-kids/gcompris/Manifest b/games-kids/gcompris/Manifest
index 35a7333c05c..657ef531663 100644
--- a/games-kids/gcompris/Manifest
+++ b/games-kids/gcompris/Manifest
@@ -1,2 +1 @@
-DIST gcompris-qt-0.96.tar.xz 73221940 BLAKE2B e6d81d1630d962709a1ab27c8735ac42ce67182440f3e78a7d3f39b59b28617211dddf3f6d62a323ee5af7f147e2dc784ff0b305bee7b345d1e59d3ed576ef1a SHA512 980bac743d786d3b35c28cec90bd785d568177c9299f5460918124d111565609fbcd35ec76412776151f6fe12ba9ab3efc77bc5cb05895e54dc7822f9862214c
 DIST gcompris-qt-0.97.tar.xz 75362060 BLAKE2B e6bc429ba4a8a622792935c9b2e68149f5c1f4d9aae4cac84ca517ebe83e59a9b4307f6ce84b36e658256cad5c8bd37b7cbc60a058b6d65be372ad1934cf666f SHA512 23cc807238121a6ea3abb8816795b2f3b243c3be1acf782705468d92758a2032a8cb5393c3c30028877d174ff53ebc3a62f69e9045bc70a5281d1d245b6e4eba

diff --git a/games-kids/gcompris/gcompris-0.96.ebuild b/games-kids/gcompris/gcompris-0.96.ebuild
deleted file mode 100644
index aba03db4d75..00000000000
--- a/games-kids/gcompris/gcompris-0.96.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils desktop
-
-DESCRIPTION="full featured educational application for children from 2 to 10"
-HOMEPAGE="https://gcompris.net/"
-SRC_URI="https://gcompris.net/download/qt/src/gcompris-qt-${PV}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-BDEPEND="
-	dev-qt/linguist-tools:5
-"
-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}"
-
-S="${WORKDIR}/${PN}-qt-${PV}"
-
-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
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/
@ 2019-12-08 12:04 Andreas Sturmlechner
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2019-12-08 12:04 UTC (permalink / raw
  To: gentoo-commits

commit:     fee98e303d6b24b7df192612891d9cdb1437cfe2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  8 09:59:32 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec  8 12:04:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fee98e30

games-kids/gcompris: 0.97 version bump

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-kids/gcompris/Manifest             |  1 +
 games-kids/gcompris/gcompris-0.97.ebuild | 50 ++++++++++++++++++++++++++++++++
 games-kids/gcompris/metadata.xml         |  5 +++-
 3 files changed, 55 insertions(+), 1 deletion(-)

diff --git a/games-kids/gcompris/Manifest b/games-kids/gcompris/Manifest
index 7d01c5bb3d7..35a7333c05c 100644
--- a/games-kids/gcompris/Manifest
+++ b/games-kids/gcompris/Manifest
@@ -1 +1,2 @@
 DIST gcompris-qt-0.96.tar.xz 73221940 BLAKE2B e6d81d1630d962709a1ab27c8735ac42ce67182440f3e78a7d3f39b59b28617211dddf3f6d62a323ee5af7f147e2dc784ff0b305bee7b345d1e59d3ed576ef1a SHA512 980bac743d786d3b35c28cec90bd785d568177c9299f5460918124d111565609fbcd35ec76412776151f6fe12ba9ab3efc77bc5cb05895e54dc7822f9862214c
+DIST gcompris-qt-0.97.tar.xz 75362060 BLAKE2B e6bc429ba4a8a622792935c9b2e68149f5c1f4d9aae4cac84ca517ebe83e59a9b4307f6ce84b36e658256cad5c8bd37b7cbc60a058b6d65be372ad1934cf666f SHA512 23cc807238121a6ea3abb8816795b2f3b243c3be1acf782705468d92758a2032a8cb5393c3c30028877d174ff53ebc3a62f69e9045bc70a5281d1d245b6e4eba

diff --git a/games-kids/gcompris/gcompris-0.97.ebuild b/games-kids/gcompris/gcompris-0.97.ebuild
new file mode 100644
index 00000000000..213187432c4
--- /dev/null
+++ b/games-kids/gcompris/gcompris-0.97.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="optional"
+ECM_TEST="true"
+QTMIN=5.12.3
+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
+	)
+"
+RDEPEND="
+	>=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="${RDEPEND}
+	>=dev-qt/qtmultimedia-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=dev-qt/qtxmlpatterns-${QTMIN}:5
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DQML_BOX2D_MODULE=disabled
+		-DWITH_KIOSK_MODE=$(usex kiosk)
+	)
+	ecm_src_configure
+}

diff --git a/games-kids/gcompris/metadata.xml b/games-kids/gcompris/metadata.xml
index 713d7d0e6cc..ab0bc780ada 100644
--- a/games-kids/gcompris/metadata.xml
+++ b/games-kids/gcompris/metadata.xml
@@ -3,10 +3,13 @@
 <pkgmetadata>
 	<maintainer type="project">
 		<email>kde@gentoo.org</email>
-		<name>Gentoo Games Project</name>
+		<name>Gentoo KDE Project</name>
 	</maintainer>
 	<maintainer type="project">
 		<email>games@gentoo.org</email>
 		<name>Gentoo Games Project</name>
 	</maintainer>
+	<use>
+		<flag name="kiosk">Enable kiosk mode by default (for use by small children or on a self-service host machine)</flag>
+	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/
@ 2019-07-05 20:27 Andreas Sturmlechner
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2019-07-05 20:27 UTC (permalink / raw
  To: gentoo-commits

commit:     6887517ba94dcbf7ddff9487c9aa0b0693d1127f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  5 20:14:37 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul  5 20:27:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6887517b

games-kids/gcompris: It's a KDE project

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-kids/gcompris/metadata.xml | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/games-kids/gcompris/metadata.xml b/games-kids/gcompris/metadata.xml
index c040f7c7d3e..713d7d0e6cc 100644
--- a/games-kids/gcompris/metadata.xml
+++ b/games-kids/gcompris/metadata.xml
@@ -1,8 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>games@gentoo.org</email>
-    <name>Gentoo Games Project</name>
-  </maintainer>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo Games Project</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>games@gentoo.org</email>
+		<name>Gentoo Games Project</name>
+	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/
@ 2019-07-05 20:27 Andreas Sturmlechner
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2019-07-05 20:27 UTC (permalink / raw
  To: gentoo-commits

commit:     03852e5d5cb515429937ac9d1ad8e26ffcba8370
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  5 20:11:34 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul  5 20:27:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03852e5d

games-kids/gcompris: Move dev-qt/linguist-tools:5 to BDEPEND

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-kids/gcompris/gcompris-0.96.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/games-kids/gcompris/gcompris-0.96.ebuild b/games-kids/gcompris/gcompris-0.96.ebuild
index 5a39ce674e8..aba03db4d75 100644
--- a/games-kids/gcompris/gcompris-0.96.ebuild
+++ b/games-kids/gcompris/gcompris-0.96.ebuild
@@ -14,8 +14,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-S="${WORKDIR}/${PN}-qt-${PV}"
-
+BDEPEND="
+	dev-qt/linguist-tools:5
+"
 RDEPEND="
 	dev-qt/qtcore:5
 	dev-qt/qtgraphicaleffects:5
@@ -27,8 +28,9 @@ RDEPEND="
 	dev-qt/qtsvg:5
 	dev-qt/qtxml:5
 	dev-qt/qtxmlpatterns:5"
-DEPEND="${RDEPEND}
-	dev-qt/linguist-tools:5"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${PN}-qt-${PV}"
 
 src_configure() {
 	local mycmakeargs=(


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/
@ 2019-03-10 16:44 Virgil Dupras
  0 siblings, 0 replies; 17+ messages in thread
From: Virgil Dupras @ 2019-03-10 16:44 UTC (permalink / raw
  To: gentoo-commits

commit:     86e3f5960bbf0f28853ecc4ca8584cbaf9691ca1
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 16:40:54 2019 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 16:44:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e3f596

games-kids/gcompris: bump to 0.96

Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 games-kids/gcompris/Manifest                                       | 2 +-
 games-kids/gcompris/{gcompris-0.95.ebuild => gcompris-0.96.ebuild} | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/games-kids/gcompris/Manifest b/games-kids/gcompris/Manifest
index 88fc0df3ca3..7d01c5bb3d7 100644
--- a/games-kids/gcompris/Manifest
+++ b/games-kids/gcompris/Manifest
@@ -1 +1 @@
-DIST gcompris-qt-0.95.tar.xz 73113640 BLAKE2B cb46ca38f1e0cfab44409b0986b35e5afa2588a027c22bb925bb1d516406118b638968660c2d73cfbb88d9b950abf19a693592286980ac5207adeafe50eb85a1 SHA512 c62057371b11e295541a4e074fcb8826543e498dca486ae26c739135345187754dfc2a30a00a20a212de250df6e4bc412bcf66bffc8dc5263501e6c3d30efa03
+DIST gcompris-qt-0.96.tar.xz 73221940 BLAKE2B e6d81d1630d962709a1ab27c8735ac42ce67182440f3e78a7d3f39b59b28617211dddf3f6d62a323ee5af7f147e2dc784ff0b305bee7b345d1e59d3ed576ef1a SHA512 980bac743d786d3b35c28cec90bd785d568177c9299f5460918124d111565609fbcd35ec76412776151f6fe12ba9ab3efc77bc5cb05895e54dc7822f9862214c

diff --git a/games-kids/gcompris/gcompris-0.95.ebuild b/games-kids/gcompris/gcompris-0.96.ebuild
similarity index 87%
rename from games-kids/gcompris/gcompris-0.95.ebuild
rename to games-kids/gcompris/gcompris-0.96.ebuild
index f755e8cf7ca..5a39ce674e8 100644
--- a/games-kids/gcompris/gcompris-0.95.ebuild
+++ b/games-kids/gcompris/gcompris-0.96.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 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"
+SRC_URI="https://gcompris.net/download/qt/src/gcompris-qt-${PV}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/
@ 2018-12-24 14:14 Andreas Sturmlechner
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2018-12-24 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     11fe21b9c2b70489eaf4132082e837ded59f6806
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 24 14:14:17 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 24 14:14:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11fe21b9

games-kids/gcompris: Pin dev-qt/linguist-tools to slot 5

Bug: https://bugs.gentoo.org/634268
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-kids/gcompris/gcompris-0.95.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-kids/gcompris/gcompris-0.95.ebuild b/games-kids/gcompris/gcompris-0.95.ebuild
index a4bf361be7c..f755e8cf7ca 100644
--- a/games-kids/gcompris/gcompris-0.95.ebuild
+++ b/games-kids/gcompris/gcompris-0.95.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
 	dev-qt/qtxml:5
 	dev-qt/qtxmlpatterns:5"
 DEPEND="${RDEPEND}
-	dev-qt/linguist-tools"
+	dev-qt/linguist-tools:5"
 
 src_configure() {
 	local mycmakeargs=(


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/
@ 2018-12-24 13:36 Virgil Dupras
  0 siblings, 0 replies; 17+ messages in thread
From: Virgil Dupras @ 2018-12-24 13:36 UTC (permalink / raw
  To: gentoo-commits

commit:     315b1054764be9b28c311fe87ad6e2e953490282
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 24 13:36:41 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Mon Dec 24 13:36:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315b1054

games-kids/gcompris: remove old

Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 games-kids/gcompris/Manifest             |  1 -
 games-kids/gcompris/gcompris-0.91.ebuild | 44 --------------------------------
 2 files changed, 45 deletions(-)

diff --git a/games-kids/gcompris/Manifest b/games-kids/gcompris/Manifest
index 77930db83d9..88fc0df3ca3 100644
--- a/games-kids/gcompris/Manifest
+++ b/games-kids/gcompris/Manifest
@@ -1,2 +1 @@
-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.91.ebuild b/games-kids/gcompris/gcompris-0.91.ebuild
deleted file mode 100644
index 052f974c10b..00000000000
--- a/games-kids/gcompris/gcompris-0.91.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/
@ 2018-12-24 13:36 Virgil Dupras
  0 siblings, 0 replies; 17+ messages in thread
From: Virgil Dupras @ 2018-12-24 13:36 UTC (permalink / raw
  To: gentoo-commits

commit:     7012ae680666c76f6fb3cc84917bccefec874480
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 24 13:29:04 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> 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 <vdupras <AT> 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
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/
@ 2018-10-12 16:58 Virgil Dupras
  0 siblings, 0 replies; 17+ messages in thread
From: Virgil Dupras @ 2018-10-12 16:58 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/
@ 2018-10-12 16:58 Virgil Dupras
  0 siblings, 0 replies; 17+ messages in thread
From: Virgil Dupras @ 2018-10-12 16:58 UTC (permalink / raw
  To: gentoo-commits

commit:     87748f5c88f2995da00bef2de94bc36ff8e7530f
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 12 16:57:54 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Fri Oct 12 16:57:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87748f5c

games-kids/gcompris: add myself as primary maintainer

Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>

 games-kids/gcompris/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/games-kids/gcompris/metadata.xml b/games-kids/gcompris/metadata.xml
index c040f7c7d3e..d7ee581b071 100644
--- a/games-kids/gcompris/metadata.xml
+++ b/games-kids/gcompris/metadata.xml
@@ -1,6 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+  <maintainer type="person">
+    <email>vdupras@gentoo.org</email>
+    <name>Virgil Dupras</name>
+  </maintainer>
   <maintainer type="project">
     <email>games@gentoo.org</email>
     <name>Gentoo Games Project</name>


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/
@ 2016-08-05 16:35 Austin English
  0 siblings, 0 replies; 17+ messages in thread
From: Austin English @ 2016-08-05 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     02a3fb525f9f376ec2833006930b97edb68a9c91
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  5 15:55:11 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Fri Aug  5 16:35:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a3fb52

games-kids/gcompris: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0

 games-kids/gcompris/gcompris-15.10-r1.ebuild | 93 ++++++++++++++++++++++++++++
 1 file changed, 93 insertions(+)

diff --git a/games-kids/gcompris/gcompris-15.10-r1.ebuild b/games-kids/gcompris/gcompris-15.10-r1.ebuild
new file mode 100644
index 0000000..aca94df
--- /dev/null
+++ b/games-kids/gcompris/gcompris-15.10-r1.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite,threads"
+
+inherit autotools eutils python-single-r1
+
+DESCRIPTION="full featured educational application for children from 2 to 10"
+HOMEPAGE="http://gcompris.net/"
+SRC_URI="http://gcompris.net/download/${P}.tar.bz2"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="gstreamer"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="x11-libs/gtk+:2
+	gnome-base/librsvg[gtk(+)]
+	gstreamer? (
+		media-libs/gstreamer:0.10
+		media-libs/gst-plugins-good:0.10
+		media-plugins/gst-plugins-alsa:0.10
+		media-plugins/gst-plugins-ogg:0.10
+		media-plugins/gst-plugins-vorbis:0.10 )
+	!gstreamer? (
+		media-libs/sdl-mixer
+		media-libs/libsdl:0 )
+	dev-db/sqlite:3
+	dev-libs/libxml2
+	dev-libs/popt
+	dev-python/pygtk[${PYTHON_USEDEP}]
+	virtual/libintl"
+DEPEND="${RDEPEND}
+	app-text/texi2html
+	dev-perl/XML-Parser
+	gnome-base/gnome-common
+	sys-apps/texinfo
+	sys-devel/gettext
+	virtual/pkgconfig"
+RDEPEND="${RDEPEND}
+	media-gfx/tuxpaint
+	sci-electronics/gnucap"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-build.patch
+)
+
+pkg_setup() {
+	python-single-r1_pkg_setup
+}
+
+src_prepare() {
+	default
+
+	# Drop DEPRECATED flags, bug #387817
+	sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \
+		src/gcompris/Makefile.am || die
+
+	cp /usr/share/gettext/config.rpath .
+	eautoreconf
+
+	sed -i \
+		-e 's#^itlocaledir =.*$#itlocaledir = @localedir@#' \
+		po/Makefile.in.in || die
+
+	# Fix desktop files
+	sed -i \
+		-e '/Encoding/d' \
+		gcompris.desktop.in \
+		gcompris-edit.desktop.in || die
+}
+
+src_configure() {
+	GNUCHESS="/usr/bin/gcompris-gnuchess" \
+	econf \
+		--datarootdir="/usr/share" \
+		--datadir="/usr/share" \
+		--localedir=/usr/share/locale \
+		--infodir=/usr/share/info \
+		--with-python="${PYTHON}" \
+		$(use_enable !gstreamer sdlmixer) \
+		--enable-sqlite \
+		--enable-py-build-only
+}
+
+src_install() {
+	default
+	prune_libtool_files --modules
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/
@ 2016-03-14 22:12 Agostino Sarubbo
  0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2016-03-14 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     22b0c48d95434fd45730e19574c90bb187984ec4
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 22:10:43 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 22:10:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22b0c48d

games-kids/gcompris: amd64 stable wrt bug #577212

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 games-kids/gcompris/gcompris-15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-kids/gcompris/gcompris-15.10.ebuild b/games-kids/gcompris/gcompris-15.10.ebuild
index baa192b..bc247a7 100644
--- a/games-kids/gcompris/gcompris-15.10.ebuild
+++ b/games-kids/gcompris/gcompris-15.10.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://gcompris.net/download/${P}.tar.bz2"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="gstreamer"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2022-12-26 10:17 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-06 12:44 [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox