From e01a9a31a37367e5dae1b13f367120dd8a82f097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 7 Feb 2020 21:53:05 +0100 Subject: [PATCH 1/2] gnome-games: remove MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * it stopped building for me long time ago * it popped up after oe-core removed python2 support: Without meta-python2 in layers parse errors ruin experience using meta-games Signed-off-by: Andreas Müller --- .../gnome-games/gnome-games_2.32.1.bb | 30 ------------------- 1 file changed, 30 deletions(-) delete mode 100644 recipes-games/gnome-games/gnome-games_2.32.1.bb diff --git a/recipes-games/gnome-games/gnome-games_2.32.1.bb b/recipes-games/gnome-games/gnome-games_2.32.1.bb deleted file mode 100644 index 9f4c711..0000000 --- a/recipes-games/gnome-games/gnome-games_2.32.1.bb +++ /dev/null @@ -1,30 +0,0 @@ -DESCRIPTION = "GNOME Games is a collection of fifteen small games" -HOMEPAGE = "https://live.gnome.org/GnomeGames" -SECTION = "x11/application" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -DEPENDS = "glib-2.0 gtk+ cairo gstreamer librsvg python-pygtk libcanberra guile gnome-doc-utils" - -GNOME_COMPRESS_TYPE="bz2" - -inherit gnomebase python-dir - -SRC_URI += " \ - file://0001-In-cross-environment-we-have-to-prepend-the-sysroot-.patch \ - file://0002-aisleriot-lib-Makefile.am-fix-configure.patch \ - file://0003-configure.in-fix-configure-with-quadrapassel-disable.patch \ - file://0004-aisleriot-game.c-fix-build-with-latest-guile.patch \ - file://0005-glchess-gnuchess-common.h-fix-compile-for-Werror-mis.patch \ -" -SRC_URI[archive.md5sum] = "e5182bf7dc5d8573bdfdd4f5626890cd" -SRC_URI[archive.sha256sum] = "1a3b2e82102eed3780f05db4378111c475456678deed82fd4ca379da1c5593d9" - -# don't build clutter depending games / pointer to python headers -EXTRA_OECONF += " \ - --enable-omitgames=quadrapassel,lightsoff,swell-foop,gnibbles \ - --disable-scrollkeeper \ -" - -# TDB: split packages? -FILES_${PN} += "${libdir} ${datadir}" -FILES_${PN}-dbg += "${libdir}/*/*/.debug" From 3aca16e9fae7c81ab198550eb1f1359e55b0af19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 7 Feb 2020 21:54:46 +0100 Subject: [PATCH 2/2] pingus: build with python3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It builds perfectly fine with python3 - a new experience for me Signed-off-by: Andreas Müller --- recipes-games/pingus/pingus_0.7.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-games/pingus/pingus_0.7.6.bb b/recipes-games/pingus/pingus_0.7.6.bb index 41b3e45..7acdb85 100644 --- a/recipes-games/pingus/pingus_0.7.6.bb +++ b/recipes-games/pingus/pingus_0.7.6.bb @@ -6,7 +6,7 @@ HOMEPAGE = "http://pingus.seul.org/" RDEPENDS_${PN} += "libmikmod bash" -inherit scons pythonnative +inherit scons python3native SRC_URI = "\ git://github.com/Pingus/pingus.git \