gcompris: remove

Replaced by gcompris-qt
This commit is contained in:
wiz 2023-01-31 08:53:06 +00:00
parent cd193a6513
commit 2efe216a5f
5 changed files with 0 additions and 18342 deletions

View file

@ -1,8 +0,0 @@
GCompris is a set of educational games for children ages three to
eight years old. The game includes many different activities and
basic educational games, like teaching how to use a mouse and
keyboard, memory games, vector drawing, reading, algebra exerciser,
and more.
In French, GCompris is pronounced "j'ai compris" which means "I
have understood."

View file

@ -1,57 +0,0 @@
# $NetBSD: Makefile,v 1.111 2023/01/29 21:16:11 ryoon Exp $
DISTNAME= gcompris-17.05
PKGREVISION= 16
CATEGORIES= games
MASTER_SITES= https://gcompris.net/download/gtk/src/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= reed@reedmedia.net
HOMEPAGE= https://gcompris.net/
COMMENT= Educational games for children
LICENSE= gnu-gpl-v3
TOOL_DEPENDS+= p5-XML-LibXML>=1.58:../../textproc/p5-XML-LibXML
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config perl bash:run
USE_TOOLS+= intltool msgfmt msgmerge xgettext
USE_TOOLS+= texi2html
USE_TOOLS+= gmake
CONFIGURE_ARGS+= --enable-sdlmixer
REPLACE_PYTHON+= boards/voices/check_voices.py
REPLACE_BASH+= boards/voices/generate_voices_rcc.sh
REPLACE_BASH+= boards/voices/updateVoices.sh
# Junk to clean up in post-install.
TO_REMOVE+= share/gcompris/boards/anim/Makefile
TO_REMOVE+= share/gcompris/boards/anim/Makefile.am
TO_REMOVE+= share/gcompris/boards/anim/Makefile.in
TO_REMOVE+= share/gcompris/boards/explore_world_animals/Makefile.am
TO_REMOVE+= share/gcompris/boards/geo_country/usa/Makefile.am
TO_REMOVE+= share/gcompris/boards/gnumch/Makefile.am
# Basically not going to get ported to Python 3 ever
# Current development is focused on the Qt version
PYTHON_VERSIONS_ACCEPTED= 27
post-install:
.for file in ${TO_REMOVE}
${RM} -f ${DESTDIR}${PREFIX}/${file}
.endfor
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/librsvg/buildlink3.mk"
.include "../../graphics/py-cairo/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

File diff suppressed because it is too large Load diff

View file

@ -1,6 +0,0 @@
$NetBSD: distinfo,v 1.11 2021/10/26 10:44:01 nia Exp $
BLAKE2s (gcompris-17.05.tar.bz2) = 4cf7c9e980a8049836d740f623d52fcd2a43563bed246364439ce2de9ff65db7
SHA512 (gcompris-17.05.tar.bz2) = ecfb6af13a61309ad91248775dc27ba8f5a2c54154f6af093e10168cd12da90d3de65a09455b23c0c05a7217473ca8e442827e65dbabf7c4328ecd541beb7175
Size (gcompris-17.05.tar.bz2) = 333581443 bytes
SHA1 (patch-configure) = 3b901cd956dcb0b18e31d2cc3c68eafc482319fe

View file

@ -1,15 +0,0 @@
$NetBSD: patch-configure,v 1.2 2019/10/18 13:41:35 nia Exp $
test(1) portability
--- configure.orig 2017-05-10 21:37:33.000000000 +0000
+++ configure
@@ -16568,7 +16568,7 @@ else
USE_DEBUG="no"
fi
-if test "x$USE_DEBUG" == "xyes" ; then
+if test "x$USE_DEBUG" = "xyes" ; then
cat >>confdefs.h <<_ACEOF
#define DEBUG 1