Maintenance update to gnome-games-2.28.2.

Some bugfixes and several translation updates.
This commit is contained in:
ajacoutot 2009-12-17 09:10:02 +00:00
parent f572800738
commit ca2f8503b6
14 changed files with 78 additions and 77 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.25 2009/10/20 09:18:49 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.26 2009/12/17 09:10:02 ajacoutot Exp $
COMMENT= collection of games for the GNOME desktop
GNOME_PROJECT= gnome-games
GNOME_VERSION= 2.28.1
GNOME_VERSION= 2.28.2
CATEGORIES= games
@ -56,7 +56,8 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--without-ggz-server \
--with-gcrypt \
--with-scores-group="games" \
--enable-introspection="no"
--enable-introspection="no" \
--disable-tests
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,5 +1,5 @@
MD5 (gnome/gnome-games-2.28.1.tar.bz2) = xnSX3r1wqohHh0YWZg2uSA==
RMD160 (gnome/gnome-games-2.28.1.tar.bz2) = 2DP+dO5qA1G4mpM1HItogvNuRAE=
SHA1 (gnome/gnome-games-2.28.1.tar.bz2) = ZXiYvTW1nyRwaUrlQ/yj5tIzmgU=
SHA256 (gnome/gnome-games-2.28.1.tar.bz2) = psIBDruEGLq7p5Qq40fyxu0qWH5WkFFW2Iwvw2BwQrk=
SIZE (gnome/gnome-games-2.28.1.tar.bz2) = 25391923
MD5 (gnome/gnome-games-2.28.2.tar.bz2) = bc0AbUOTUkweTznKAxCsjQ==
RMD160 (gnome/gnome-games-2.28.2.tar.bz2) = A8nKbombzERDayMrEm8ioJRt/0M=
SHA1 (gnome/gnome-games-2.28.2.tar.bz2) = wr55BEF131HmEO30yf1vuicMAr8=
SHA256 (gnome/gnome-games-2.28.2.tar.bz2) = evyhaDHv+Vzz6epPE0TSbtMLJ0uJsGQDrfB1ciGzaJk=
SIZE (gnome/gnome-games-2.28.2.tar.bz2) = 25498433

View File

@ -1,35 +1,27 @@
$OpenBSD: patch-configure,v 1.4 2009/10/20 09:18:49 ajacoutot Exp $
$OpenBSD: patch-configure,v 1.5 2009/12/17 09:10:02 ajacoutot Exp $
XXX: checking whether build environment is sane...
./configure[3161]: syntax error: `&' unexpected
--- configure.orig Mon Oct 19 23:43:46 2009
+++ configure Tue Oct 20 10:19:07 2009
@@ -3155,15 +3155,9 @@ echo timestamp > conftest.file
--- configure.orig Thu Dec 17 09:27:19 2009
+++ configure Thu Dec 17 09:28:07 2009
@@ -2707,18 +2707,6 @@ echo timestamp > conftest.file
# name. Accept space and tab only in the latter.
am_lf='
'
-case `pwd` in
- *[\\\"\#\$\&\'\`$am_lf]*)
- as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
- { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
-$as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
- { (exit 1); exit 1; }; };;
-esac
-case $srcdir in
- *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
- as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
- { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
-$as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
- { (exit 1); exit 1; }; };;
-esac
+
+
# Do `set' in a subshell so we don't clobber the current shell's
# arguments. Must try -L first in case configure is actually a
# symlink; some systems play weird games with the mod time of symlinks
@@ -18238,7 +18232,7 @@ if test "${am_cv_pathless_PYTHON+set}" = set; then :
$as_echo_n "(cached) " >&6
else
- for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do
+ for am_cv_pathless_PYTHON in python${MODPY_VERSION} none; do
test "$am_cv_pathless_PYTHON" = none && break
prog="import sys
# split strings by '.' and convert to numeric. Append some zeros

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-glines_Makefile_in,v 1.4 2009/10/13 00:00:41 jasper Exp $
$OpenBSD: patch-glines_Makefile_in,v 1.5 2009/12/17 09:10:02 ajacoutot Exp $
Install the .scores files into share/ , to @sample them
into /var/games/ later.
--- glines/Makefile.in.orig Tue Oct 13 00:38:51 2009
+++ glines/Makefile.in Tue Oct 13 00:39:27 2009
@@ -426,7 +426,7 @@ psdir = @psdir@
--- glines/Makefile.in.orig Thu Dec 17 01:13:39 2009
+++ glines/Makefile.in Thu Dec 17 09:23:56 2009
@@ -425,7 +425,7 @@ psdir = @psdir@
pyexecdir = @pyexecdir@
pythondir = @pythondir@
sbindir = @sbindir@
@ -14,7 +14,7 @@ into /var/games/ later.
scores_group = @scores_group@
scores_user = @scores_user@
setgid = @setgid@
@@ -1073,16 +1073,11 @@ install-scorefiles-local:
@@ -1072,16 +1072,11 @@ install-scorefiles-local:
fi
-for i in ${SCOREFILES} ; do \
touch $(DESTDIR)$(scoredir)/glines.$$i.scores; \

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-gnibbles_Makefile_in,v 1.4 2009/10/13 00:00:41 jasper Exp $
$OpenBSD: patch-gnibbles_Makefile_in,v 1.5 2009/12/17 09:10:02 ajacoutot Exp $
Install the .scores files into share/ , to @sample them
into /var/games/ later.
--- gnibbles/Makefile.in.orig Tue Oct 13 00:39:34 2009
+++ gnibbles/Makefile.in Tue Oct 13 00:39:55 2009
@@ -471,7 +471,7 @@ psdir = @psdir@
--- gnibbles/Makefile.in.orig Thu Dec 17 01:13:41 2009
+++ gnibbles/Makefile.in Thu Dec 17 09:23:56 2009
@@ -470,7 +470,7 @@ psdir = @psdir@
pyexecdir = @pyexecdir@
pythondir = @pythondir@
sbindir = @sbindir@
@ -14,7 +14,7 @@ into /var/games/ later.
scores_group = @scores_group@
scores_user = @scores_user@
setgid = @setgid@
@@ -1461,14 +1461,9 @@ install-data-local: $(ggzclient_dsc_in_files:.dsc.in=.
@@ -1460,14 +1460,9 @@ install-data-local: $(ggzclient_dsc_in_files:.dsc.in=.
-$(mkinstalldirs) $(DESTDIR)$(scoredir)
-for i in ${SCOREFILES} ; do \
touch $(DESTDIR)$(scoredir)/gnibbles.$$i.scores; \

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-gnobots2_Makefile_in,v 1.4 2009/10/13 00:00:41 jasper Exp $
$OpenBSD: patch-gnobots2_Makefile_in,v 1.5 2009/12/17 09:10:02 ajacoutot Exp $
Install the .scores files into share/ , to @sample them
into /var/games/ later.
--- gnobots2/Makefile.in.orig Tue Oct 13 00:40:01 2009
+++ gnobots2/Makefile.in Tue Oct 13 00:40:38 2009
@@ -434,7 +434,7 @@ psdir = @psdir@
--- gnobots2/Makefile.in.orig Thu Dec 17 01:13:41 2009
+++ gnobots2/Makefile.in Thu Dec 17 09:23:56 2009
@@ -433,7 +433,7 @@ psdir = @psdir@
pyexecdir = @pyexecdir@
pythondir = @pythondir@
sbindir = @sbindir@
@ -14,7 +14,7 @@ into /var/games/ later.
scores_group = @scores_group@
scores_user = @scores_user@
setgid = @setgid@
@@ -1316,15 +1316,12 @@ install-data-local:
@@ -1315,15 +1315,12 @@ install-data-local:
fname1=$(DESTDIR)$(scoredir)/gnobots2.$$cfn2.scores; \
fname2=$(DESTDIR)$(scoredir)/gnobots2.$$cfn2-safe.scores; \
fname3=$(DESTDIR)$(scoredir)/gnobots2.$$cfn2-super-safe.scores; \

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-gnometris_Makefile_in,v 1.4 2009/10/13 00:00:41 jasper Exp $
$OpenBSD: patch-gnometris_Makefile_in,v 1.5 2009/12/17 09:10:02 ajacoutot Exp $
Install the .scores files into share/ , to @sample them
into /var/games/ later.
--- gnometris/Makefile.in.orig Tue Oct 13 00:40:47 2009
+++ gnometris/Makefile.in Tue Oct 13 00:41:06 2009
@@ -446,7 +446,7 @@ psdir = @psdir@
--- gnometris/Makefile.in.orig Thu Dec 17 01:13:42 2009
+++ gnometris/Makefile.in Thu Dec 17 09:23:56 2009
@@ -445,7 +445,7 @@ psdir = @psdir@
pyexecdir = @pyexecdir@
pythondir = @pythondir@
sbindir = @sbindir@
@ -14,7 +14,7 @@ into /var/games/ later.
scores_group = @scores_group@
scores_user = @scores_user@
setgid = @setgid@
@@ -1219,13 +1219,8 @@ install-data-local:
@@ -1218,13 +1218,8 @@ install-data-local:
@GCONF_SCHEMAS_INSTALL_TRUE@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/gnometris/$(schema_DATA)
-$(mkinstalldirs) $(DESTDIR)$(scoredir)
-touch $(DESTDIR)$(scoredir)/gnometris.scores

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-gnomine_Makefile_in,v 1.4 2009/10/13 00:00:42 jasper Exp $
$OpenBSD: patch-gnomine_Makefile_in,v 1.5 2009/12/17 09:10:02 ajacoutot Exp $
Install the .scores files into share/ , to @sample them
into /var/games/ later.
--- gnomine/Makefile.in.orig Tue Oct 13 00:41:57 2009
+++ gnomine/Makefile.in Tue Oct 13 00:42:13 2009
@@ -425,7 +425,7 @@ psdir = @psdir@
--- gnomine/Makefile.in.orig Thu Dec 17 01:13:43 2009
+++ gnomine/Makefile.in Thu Dec 17 09:23:56 2009
@@ -424,7 +424,7 @@ psdir = @psdir@
pyexecdir = @pyexecdir@
pythondir = @pythondir@
sbindir = @sbindir@
@ -14,7 +14,7 @@ into /var/games/ later.
scores_group = @scores_group@
scores_user = @scores_user@
setgid = @setgid@
@@ -1070,14 +1070,9 @@ install-data-local:
@@ -1069,14 +1069,9 @@ install-data-local:
-if [ -f $(DESTDIR)$(scoredir)/gnomine.Biiiig.scores -a ! -f $(DESTDIR)$(scoredir)/gnomine.Large.scores ]; then mv -f $(DESTDIR)$(scoredir)/gnomine.Biiiig.scores $(DESTDIR)$(scoredir)/gnomine.Large.scores ; fi
-for i in ${SCOREFILES} ; do \
touch $(DESTDIR)$(scoredir)/gnomine.$$i.scores; \

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-gnotravex_Makefile_in,v 1.4 2009/10/13 00:00:42 jasper Exp $
$OpenBSD: patch-gnotravex_Makefile_in,v 1.5 2009/12/17 09:10:02 ajacoutot Exp $
Install the .scores files into share/ , to @sample them
into /var/games/ later.
--- gnotravex/Makefile.in.orig Tue Oct 13 00:42:21 2009
+++ gnotravex/Makefile.in Tue Oct 13 00:42:37 2009
@@ -425,7 +425,7 @@ psdir = @psdir@
--- gnotravex/Makefile.in.orig Thu Dec 17 01:13:43 2009
+++ gnotravex/Makefile.in Thu Dec 17 09:23:56 2009
@@ -424,7 +424,7 @@ psdir = @psdir@
pyexecdir = @pyexecdir@
pythondir = @pythondir@
sbindir = @sbindir@
@ -14,7 +14,7 @@ into /var/games/ later.
scores_group = @scores_group@
scores_user = @scores_user@
setgid = @setgid@
@@ -1037,14 +1037,9 @@ install-scorefiles-local:
@@ -1036,14 +1036,9 @@ install-scorefiles-local:
-$(mkinstalldirs) $(DESTDIR)$(scoredir)
-for i in ${SCOREFILES} ; do \
touch $(DESTDIR)$(scoredir)/gnotravex."$$i"x"$$i".scores; \

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-gnotski_Makefile_in,v 1.4 2009/10/13 00:00:42 jasper Exp $
$OpenBSD: patch-gnotski_Makefile_in,v 1.5 2009/12/17 09:10:02 ajacoutot Exp $
Install the .scores files into share/ , to @sample them
into /var/games/ later.
--- gnotski/Makefile.in.orig Tue Oct 13 00:42:53 2009
+++ gnotski/Makefile.in Tue Oct 13 00:43:17 2009
@@ -426,7 +426,7 @@ psdir = @psdir@
--- gnotski/Makefile.in.orig Thu Dec 17 01:13:43 2009
+++ gnotski/Makefile.in Thu Dec 17 09:23:56 2009
@@ -425,7 +425,7 @@ psdir = @psdir@
pyexecdir = @pyexecdir@
pythondir = @pythondir@
sbindir = @sbindir@
@ -14,7 +14,7 @@ into /var/games/ later.
scores_group = @scores_group@
scores_user = @scores_user@
setgid = @setgid@
@@ -1061,16 +1061,11 @@ install-scorefiles-local:
@@ -1060,16 +1060,11 @@ install-scorefiles-local:
-$(mkinstalldirs) $(DESTDIR)$(scoredir)
-for i in ${SCOREFILES} ; do \
touch $(DESTDIR)$(scoredir)/gnotski.$$i.scores; \

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-gtali_Makefile_in,v 1.4 2009/10/13 00:00:42 jasper Exp $
$OpenBSD: patch-gtali_Makefile_in,v 1.5 2009/12/17 09:10:02 ajacoutot Exp $
Install the .scores files into share/ , to @sample them
into /var/games/ later.
--- gtali/Makefile.in.orig Tue Oct 13 00:43:24 2009
+++ gtali/Makefile.in Tue Oct 13 00:43:46 2009
@@ -426,7 +426,7 @@ psdir = @psdir@
--- gtali/Makefile.in.orig Thu Dec 17 01:13:43 2009
+++ gtali/Makefile.in Thu Dec 17 09:23:56 2009
@@ -425,7 +425,7 @@ psdir = @psdir@
pyexecdir = @pyexecdir@
pythondir = @pythondir@
sbindir = @sbindir@
@ -14,7 +14,7 @@ into /var/games/ later.
scores_group = @scores_group@
scores_user = @scores_user@
setgid = @setgid@
@@ -1095,16 +1095,9 @@ install-data-local:
@@ -1094,16 +1094,9 @@ install-data-local:
-$(mkinstalldirs) $(DESTDIR)$(scoredir)
-if test -e $(DESTDIR)$(scoredir)/gtali.scores ; then mv $(DESTDIR)$(scoredir)/gtali.scores $(DESTDIR)$(scoredir)/gtali.Regular.scores ; fi
-touch $(DESTDIR)$(scoredir)/gtali.Regular.scores

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-mahjongg_Makefile_in,v 1.4 2009/10/13 00:00:42 jasper Exp $
$OpenBSD: patch-mahjongg_Makefile_in,v 1.5 2009/12/17 09:10:02 ajacoutot Exp $
Install the .scores files into share/ , to @sample them
into /var/games/ later.
--- mahjongg/Makefile.in.orig Tue Oct 13 00:45:19 2009
+++ mahjongg/Makefile.in Tue Oct 13 00:45:37 2009
@@ -428,7 +428,7 @@ psdir = @psdir@
--- mahjongg/Makefile.in.orig Thu Dec 17 01:13:46 2009
+++ mahjongg/Makefile.in Thu Dec 17 09:23:56 2009
@@ -427,7 +427,7 @@ psdir = @psdir@
pyexecdir = @pyexecdir@
pythondir = @pythondir@
sbindir = @sbindir@
@ -14,7 +14,7 @@ into /var/games/ later.
scores_group = @scores_group@
scores_user = @scores_user@
setgid = @setgid@
@@ -1148,14 +1148,9 @@ install-scorefiles-local:
@@ -1147,14 +1147,9 @@ install-scorefiles-local:
-$(mkinstalldirs) $(DESTDIR)$(scoredir)
-for i in easy difficult confounding pyramid tictactoe cloud dragon bridges ziggurat; do \
touch $(DESTDIR)$(scoredir)/mahjongg.$$i.scores; \

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-same-gnome_Makefile_in,v 1.4 2009/10/13 00:00:42 jasper Exp $
$OpenBSD: patch-same-gnome_Makefile_in,v 1.5 2009/12/17 09:10:02 ajacoutot Exp $
Install the .scores files into share/ , to @sample them
into /var/games/ later.
--- same-gnome/Makefile.in.orig Tue Oct 13 00:45:50 2009
+++ same-gnome/Makefile.in Tue Oct 13 00:46:06 2009
@@ -427,7 +427,7 @@ psdir = @psdir@
--- same-gnome/Makefile.in.orig Thu Dec 17 01:13:46 2009
+++ same-gnome/Makefile.in Thu Dec 17 09:23:56 2009
@@ -426,7 +426,7 @@ psdir = @psdir@
pyexecdir = @pyexecdir@
pythondir = @pythondir@
sbindir = @sbindir@
@ -14,7 +14,7 @@ into /var/games/ later.
scores_group = @scores_group@
scores_user = @scores_user@
setgid = @setgid@
@@ -1142,14 +1142,9 @@ install-scorefiles-local:
@@ -1141,14 +1141,9 @@ install-scorefiles-local:
fi
-for i in ${SCOREFILES} ; do \
touch $(DESTDIR)$(scoredir)/same-gnome.$$i.scores; \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.9 2009/10/13 00:00:42 jasper Exp $
@comment $OpenBSD: PLIST,v 1.10 2009/12/17 09:10:02 ajacoutot Exp $
@bin bin/blackjack
bin/glchess
@mode g+s
@ -1029,6 +1029,13 @@ share/gnome/help/glchess/cs/figures/new_game.png
share/gnome/help/glchess/cs/figures/preferences_game.png
share/gnome/help/glchess/cs/figures/preferences_view.png
share/gnome/help/glchess/cs/glchess.xml
share/gnome/help/glchess/da/
share/gnome/help/glchess/da/figures/
share/gnome/help/glchess/da/figures/game.png
share/gnome/help/glchess/da/figures/new_game.png
share/gnome/help/glchess/da/figures/preferences_game.png
share/gnome/help/glchess/da/figures/preferences_view.png
share/gnome/help/glchess/da/glchess.xml
share/gnome/help/glchess/de/
share/gnome/help/glchess/de/figures/
share/gnome/help/glchess/de/figures/game.png
@ -2580,6 +2587,7 @@ share/omf/glchess/
share/omf/glchess/glchess-C.omf
share/omf/glchess/glchess-ca.omf
share/omf/glchess/glchess-cs.omf
share/omf/glchess/glchess-da.omf
share/omf/glchess/glchess-de.omf
share/omf/glchess/glchess-el.omf
share/omf/glchess/glchess-en_GB.omf