commit:     4c30bf59f554b107f245cf17a6440a37f1e4f3f4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 22 10:27:21 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 22 10:29:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c30bf59

games-kids/gcompris: add 25.1.1

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

 games-kids/gcompris/Manifest               |  1 +
 games-kids/gcompris/gcompris-25.1.1.ebuild | 53 ++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/games-kids/gcompris/Manifest b/games-kids/gcompris/Manifest
index 65c51d90c622..46b9fb787528 100644
--- a/games-kids/gcompris/Manifest
+++ b/games-kids/gcompris/Manifest
@@ -1 +1,2 @@
 DIST gcompris-qt-25.0.tar.xz 49665152 BLAKE2B 
b1bf8cc943e8e3b3933b13660af2bc28680c03e1c6edc5c24972217769204f234a263a1eb6a1f7948bbfd773989dfa3765be8ff9743be513ce0bdc992ac5f95a
 SHA512 
932c763e80003ab10f0c3af419380445c248a4d93564a86fdf0c2ec77696cb7a2650f3657a9ebb0898332a29241d8719ae7134bc063469dda2b0ce0c992d6555
+DIST gcompris-qt-25.1.1.tar.xz 49417124 BLAKE2B 
0679188880eff5da0187a0eff9f7fa99a0d3e279041978b5c428225f80ff4e5fd788a9920370a21ae1c65774169ccd650d6d30613b3a93626ef84c76132eab38
 SHA512 
b03025151978103030a6d456e5ed195879528902c45fc6b2904f8858c7e8516aab79130ad1e4e9591c59707b7a1c1385a39fd0a0003a775cb2cd86866d8054c1

diff --git a/games-kids/gcompris/gcompris-25.1.1.ebuild 
b/games-kids/gcompris/gcompris-25.1.1.ebuild
new file mode 100644
index 000000000000..e4d3ba0d13b5
--- /dev/null
+++ b/games-kids/gcompris/gcompris-25.1.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+ECM_TEST="true"
+KFMIN=6.9.0
+QTMIN=6.8.1
+inherit ecm kde.org xdg
+
+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/qtbase-${QTMIN}:6[gui,network,widgets]
+       >=dev-qt/qtcharts-${QTMIN}:6
+       >=dev-qt/qtdeclarative-${QTMIN}:6
+       >=dev-qt/qtmultimedia-${QTMIN}:6
+       >=dev-qt/qtsensors-${QTMIN}:6
+       >=dev-qt/qtsvg-${QTMIN}:6
+"
+RDEPEND="${DEPEND}
+       >=dev-qt/qtimageformats-${QTMIN}:6
+       >=dev-qt/qtmultimedia-${QTMIN}:6[qml]
+       >=dev-qt/qtsensors-${QTMIN}:6[qml]
+"
+BDEPEND="
+       >=dev-qt/qttools-${QTMIN}:6[linguist]
+       test? (
+               dev-util/cppcheck
+               llvm-core/clang
+       )
+"
+
+src_configure() {
+       local mycmakeargs=(
+               -DCOMPILE_DOC=ON
+               -DQML_BOX2D_MODULE=disabled
+               -DWITH_KIOSK_MODE=$(usex kiosk)
+       )
+       ecm_src_configure
+}

Reply via email to