- update gnome-games to 2.24.2

* mostly gnome-sudoku fixes
This commit is contained in:
jasper 2008-11-25 09:52:57 +00:00
parent 3c7127fb14
commit 59d86a4f45
14 changed files with 72 additions and 64 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2008/11/23 12:52:32 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.4 2008/11/25 09:52:57 jasper Exp $
COMMENT= collection of games for the GNOME desktop
GNOME_PROJECT= gnome-games
GNOME_VERSION= 2.24.1
PKGNAME= ${DISTNAME}p1
GNOME_VERSION= 2.24.2
HOMEPAGE= http://live.gnome.org/GnomeGames/

View File

@ -1,5 +1,5 @@
MD5 (gnome/gnome-games-2.24.1.tar.bz2) = 0imctCUZbLYLZsP6a1vC0w==
RMD160 (gnome/gnome-games-2.24.1.tar.bz2) = fKCq8ujmChkx9pxVMZGVY3RVet4=
SHA1 (gnome/gnome-games-2.24.1.tar.bz2) = XTkaQOkoLc9NHHQ3IklzH9kyItg=
SHA256 (gnome/gnome-games-2.24.1.tar.bz2) = Na7OgdCjYhlWRJ85Anf4HRHG0wYR28vool9SeJTshVA=
SIZE (gnome/gnome-games-2.24.1.tar.bz2) = 18725831
MD5 (gnome/gnome-games-2.24.2.tar.bz2) = 7Yam/iEvxrYXXxrCusqKuw==
RMD160 (gnome/gnome-games-2.24.2.tar.bz2) = D2T5zOYjpDrOg4RpK5EuEzCjdKo=
SHA1 (gnome/gnome-games-2.24.2.tar.bz2) = u3UIXnJKtghRO83DZyUCUERl+dA=
SHA256 (gnome/gnome-games-2.24.2.tar.bz2) = Xo//u8e5RqR4oMhJ6J3049MHRjML7VvEyqQzZU75Wjc=
SIZE (gnome/gnome-games-2.24.2.tar.bz2) = 19324778

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-configure,v 1.1.1.1 2008/11/22 23:42:56 jasper Exp $
--- configure.orig Mon Nov 17 17:18:41 2008
+++ configure Mon Nov 17 17:19:01 2008
@@ -24684,7 +24684,7 @@ if test "${am_cv_pathless_PYTHON+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
$OpenBSD: patch-configure,v 1.2 2008/11/25 09:52:57 jasper Exp $
--- configure.orig Tue Nov 25 01:50:03 2008
+++ configure Tue Nov 25 10:27:11 2008
@@ -20244,7 +20244,7 @@ if test "${am_cv_pathless_PYTHON+set}" = set; then
$as_echo_n "(cached) " >&6
else
- for am_cv_pathless_PYTHON in python python2 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 none; do

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-glines_Makefile_in,v 1.1.1.1 2008/11/22 23:42:56 jasper Exp $
$OpenBSD: patch-glines_Makefile_in,v 1.2 2008/11/25 09:52:57 jasper Exp $
Install the .scores files into share/ , to @sample them
into /var/games/ later.
--- glines/Makefile.in.orig Mon Oct 20 23:20:20 2008
+++ glines/Makefile.in Mon Nov 17 20:48:22 2008
@@ -352,7 +352,7 @@ psdir = @psdir@
--- glines/Makefile.in.orig Tue Nov 25 01:50:10 2008
+++ glines/Makefile.in Tue Nov 25 10:27:11 2008
@@ -359,7 +359,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@
@@ -883,10 +883,7 @@ install-scorefiles-local:
@@ -891,10 +891,7 @@ 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.1.1.1 2008/11/22 23:42:56 jasper Exp $
$OpenBSD: patch-gnibbles_Makefile_in,v 1.2 2008/11/25 09:52:57 jasper Exp $
Install the .scores files into share/ , to @sample them
into /var/games/ later.
--- gnibbles/Makefile.in.orig Mon Nov 17 23:11:42 2008
+++ gnibbles/Makefile.in Mon Nov 17 23:12:44 2008
@@ -393,7 +393,7 @@ psdir = @psdir@
--- gnibbles/Makefile.in.orig Tue Nov 25 01:50:11 2008
+++ gnibbles/Makefile.in Tue Nov 25 10:27:11 2008
@@ -400,7 +400,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@
@@ -1223,10 +1223,7 @@ install-data-local: $(ggzclient_dsc_in_files:.dsc.in=.
@@ -1231,10 +1231,7 @@ 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.1.1.1 2008/11/22 23:42:56 jasper Exp $
$OpenBSD: patch-gnobots2_Makefile_in,v 1.2 2008/11/25 09:52:57 jasper Exp $
Install the .scores files into share/ , to @sample them
into /var/games/ later.
--- gnobots2/Makefile.in.orig Mon Nov 17 23:44:57 2008
+++ gnobots2/Makefile.in Mon Nov 17 23:47:56 2008
@@ -341,7 +341,7 @@ psdir = @psdir@
--- gnobots2/Makefile.in.orig Tue Nov 25 01:50:12 2008
+++ gnobots2/Makefile.in Tue Nov 25 10:27:11 2008
@@ -348,7 +348,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@
@@ -895,11 +895,10 @@ install-data-local:
@@ -903,11 +903,10 @@ 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.1.1.1 2008/11/22 23:42:56 jasper Exp $
$OpenBSD: patch-gnometris_Makefile_in,v 1.2 2008/11/25 09:52:57 jasper Exp $
Install the .scores files into share/ , to @sample them
into /var/games/ later.
--- gnometris/Makefile.in.orig Mon Nov 17 23:45:34 2008
+++ gnometris/Makefile.in Mon Nov 17 23:46:33 2008
@@ -349,7 +349,7 @@ psdir = @psdir@
--- gnometris/Makefile.in.orig Tue Nov 25 01:50:13 2008
+++ gnometris/Makefile.in Tue Nov 25 10:27:12 2008
@@ -356,7 +356,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@
@@ -864,9 +864,6 @@ install-data-local:
@@ -872,9 +872,6 @@ 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.1.1.1 2008/11/22 23:42:56 jasper Exp $
$OpenBSD: patch-gnomine_Makefile_in,v 1.2 2008/11/25 09:52:57 jasper Exp $
Install the .scores files into share/ , to @sample them
into /var/games/ later.
--- gnomine/Makefile.in.orig Mon Nov 17 23:48:10 2008
+++ gnomine/Makefile.in Mon Nov 17 23:48:34 2008
@@ -336,7 +336,7 @@ psdir = @psdir@
--- gnomine/Makefile.in.orig Tue Nov 25 01:50:14 2008
+++ gnomine/Makefile.in Tue Nov 25 10:27:12 2008
@@ -343,7 +343,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@
@@ -830,10 +830,7 @@ install-data-local:
@@ -838,10 +838,7 @@ 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.1.1.1 2008/11/22 23:42:56 jasper Exp $
$OpenBSD: patch-gnotravex_Makefile_in,v 1.2 2008/11/25 09:52:57 jasper Exp $
Install the .scores files into share/ , to @sample them
into /var/games/ later.
--- gnotravex/Makefile.in.orig Mon Nov 17 23:38:03 2008
+++ gnotravex/Makefile.in Mon Nov 17 23:38:36 2008
@@ -351,7 +351,7 @@ psdir = @psdir@
--- gnotravex/Makefile.in.orig Tue Nov 25 01:50:14 2008
+++ gnotravex/Makefile.in Tue Nov 25 10:27:12 2008
@@ -358,7 +358,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@
@@ -848,10 +848,7 @@ install-scorefiles-local:
@@ -856,10 +856,7 @@ 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.1.1.1 2008/11/22 23:42:56 jasper Exp $
$OpenBSD: patch-gnotski_Makefile_in,v 1.2 2008/11/25 09:52:57 jasper Exp $
Install the .scores files into share/ , to @sample them
into /var/games/ later.
--- gnotski/Makefile.in.orig Mon Oct 20 23:20:22 2008
+++ gnotski/Makefile.in Tue Nov 18 01:14:07 2008
@@ -352,7 +352,7 @@ psdir = @psdir@
--- gnotski/Makefile.in.orig Tue Nov 25 01:50:15 2008
+++ gnotski/Makefile.in Tue Nov 25 10:27:12 2008
@@ -359,7 +359,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@
@@ -867,11 +867,8 @@ install-schemas-local: $(schema_DATA)
@@ -875,11 +875,8 @@ install-schemas-local: $(schema_DATA)
install-scorefiles-local:
-$(mkinstalldirs) $(DESTDIR)$(scoredir)

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-gtali_Makefile_in,v 1.1.1.1 2008/11/22 23:42:56 jasper Exp $
$OpenBSD: patch-gtali_Makefile_in,v 1.2 2008/11/25 09:52:57 jasper Exp $
Install the .scores files into share/ , to @sample them
into /var/games/ later.
--- gtali/Makefile.in.orig Mon Nov 17 23:46:42 2008
+++ gtali/Makefile.in Mon Nov 17 23:47:08 2008
@@ -336,7 +336,7 @@ psdir = @psdir@
--- gtali/Makefile.in.orig Tue Nov 25 01:50:15 2008
+++ gtali/Makefile.in Tue Nov 25 10:27:12 2008
@@ -343,7 +343,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@
@@ -810,12 +810,7 @@ install-data-local:
@@ -818,12 +818,7 @@ 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.1.1.1 2008/11/22 23:42:56 jasper Exp $
$OpenBSD: patch-mahjongg_Makefile_in,v 1.2 2008/11/25 09:52:57 jasper Exp $
Install the .scores files into share/ , to @sample them
into /var/games/ later.
--- mahjongg/Makefile.in.orig Mon Nov 17 23:43:06 2008
+++ mahjongg/Makefile.in Mon Nov 17 23:43:32 2008
@@ -356,7 +356,7 @@ psdir = @psdir@
--- mahjongg/Makefile.in.orig Tue Nov 25 01:50:16 2008
+++ mahjongg/Makefile.in Tue Nov 25 10:27:12 2008
@@ -363,7 +363,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@
@@ -948,10 +948,7 @@ install-scorefiles-local:
@@ -956,10 +956,7 @@ 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.1.1.1 2008/11/22 23:42:56 jasper Exp $
$OpenBSD: patch-same-gnome_Makefile_in,v 1.2 2008/11/25 09:52:57 jasper Exp $
Install the .scores files into share/ , to @sample them
into /var/games/ later.
--- same-gnome/Makefile.in.orig Mon Nov 17 23:41:41 2008
+++ same-gnome/Makefile.in Mon Nov 17 23:42:22 2008
@@ -353,7 +353,7 @@ psdir = @psdir@
--- same-gnome/Makefile.in.orig Tue Nov 25 01:50:17 2008
+++ same-gnome/Makefile.in Tue Nov 25 10:27:12 2008
@@ -360,7 +360,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@
@@ -943,10 +943,7 @@ install-scorefiles-local:
@@ -951,10 +951,7 @@ 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.3 2008/11/23 12:52:32 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.4 2008/11/25 09:52:57 jasper Exp $
@bin bin/blackjack
bin/glchess
@mode g+s
@ -854,6 +854,13 @@ share/gnome/help/glchess/ca/figures/new_game.png
share/gnome/help/glchess/ca/figures/preferences_game.png
share/gnome/help/glchess/ca/figures/preferences_view.png
share/gnome/help/glchess/ca/glchess.xml
share/gnome/help/glchess/de/
share/gnome/help/glchess/de/figures/
share/gnome/help/glchess/de/figures/game.png
share/gnome/help/glchess/de/figures/new_game.png
share/gnome/help/glchess/de/figures/preferences_game.png
share/gnome/help/glchess/de/figures/preferences_view.png
share/gnome/help/glchess/de/glchess.xml
share/gnome/help/glchess/el/
share/gnome/help/glchess/el/figures/
share/gnome/help/glchess/el/figures/game.png
@ -1907,6 +1914,7 @@ share/locale/ka/LC_MESSAGES/gnome-games.mo
share/locale/kn/LC_MESSAGES/gnome-games.mo
share/locale/ko/LC_MESSAGES/gnome-games.mo
share/locale/ku/LC_MESSAGES/gnome-games.mo
share/locale/la/LC_MESSAGES/gnome-games.mo
share/locale/lt/LC_MESSAGES/gnome-games.mo
share/locale/lv/LC_MESSAGES/gnome-games.mo
share/locale/mai/LC_MESSAGES/gnome-games.mo
@ -1967,6 +1975,7 @@ share/omf/blackjack/blackjack-sv.omf
share/omf/glchess/
share/omf/glchess/glchess-C.omf
share/omf/glchess/glchess-ca.omf
share/omf/glchess/glchess-de.omf
share/omf/glchess/glchess-el.omf
share/omf/glchess/glchess-es.omf
share/omf/glchess/glchess-fr.omf