pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/gnome2-games update to 2.18.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54aa1707ff1c
branches:  trunk
changeset: 527651:54aa1707ff1c
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Apr 11 18:14:17 2007 +0000

description:
update to 2.18.1
This moves this pkg to the new stable gnome branch, too much to list here.

pkgsrc note: glchess doesn't work in 3d mode yet due to missing Python
plugins

diffstat:

 games/gnome2-games/Makefile |   23 +-
 games/gnome2-games/PLIST    |  358 ++++++++++++++++++++++++++++++++++++++++---
 games/gnome2-games/distinfo |    8 +-
 3 files changed, 350 insertions(+), 39 deletions(-)

diffs (truncated from 666 to 300 lines):

diff -r 5a8e6189ee7f -r 54aa1707ff1c games/gnome2-games/Makefile
--- a/games/gnome2-games/Makefile       Wed Apr 11 18:14:16 2007 +0000
+++ b/games/gnome2-games/Makefile       Wed Apr 11 18:14:17 2007 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.76 2007/03/21 12:05:45 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2007/04/11 18:14:17 drochner Exp $
 
-DISTNAME=              gnome-games-2.15.92
-PKGREVISION=           2
+DISTNAME=              gnome-games-2.18.1
 CATEGORIES=            games gnome
-MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gnome-games/2.15/}
+MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gnome-games/2.18/}
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
@@ -38,7 +37,7 @@
 
 GCONF2_SCHEMAS=                aisleriot.schemas
 GCONF2_SCHEMAS+=       blackjack.schemas
-GCONF2_SCHEMAS+=       gataxx.schemas
+GCONF2_SCHEMAS+=       glchess.schemas
 GCONF2_SCHEMAS+=       glines.schemas
 GCONF2_SCHEMAS+=       gnect.schemas
 GCONF2_SCHEMAS+=       gnibbles.schemas
@@ -47,17 +46,20 @@
 GCONF2_SCHEMAS+=       gnomine.schemas
 GCONF2_SCHEMAS+=       gnotski.schemas
 GCONF2_SCHEMAS+=       gnotravex.schemas
+GCONF2_SCHEMAS+=       gnotski.schemas
 GCONF2_SCHEMAS+=       gtali.schemas
 GCONF2_SCHEMAS+=       iagno.schemas
 GCONF2_SCHEMAS+=       libgnomegames.schemas
 GCONF2_SCHEMAS+=       mahjongg.schemas
 GCONF2_SCHEMAS+=       same-gnome.schemas
 
-PYTHON_PATCH_SCRIPTS=  libgames-support/games-server.py
+PYTHON_PATCH_SCRIPTS+= libgames-support/games-server.py
+PYTHON_PATCH_SCRIPTS+= glchess/src/glchess
+PYTHON_PATCH_SCRIPTS+= gnome-sudoku/src/gnome-sudoku
+PY_PATCHPLIST=         yes
 
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.6.3
 BUILDLINK_API_DEPENDS.gtk2+=   gtk2+>=2.8.0
-BUILDLINK_API_DEPENDS.howl+=   howl>=0.9.6
 BUILDLINK_API_DEPENDS.libgnome+=       libgnome>=2.10.0
 BUILDLINK_API_DEPENDS.librsvg2+=       librsvg2>=2.12.6
 
@@ -73,8 +75,13 @@
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../graphics/librsvg2/buildlink3.mk"
 .include "../../lang/guile/buildlink3.mk"
-.include "../../net/howl/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../textproc/scrollkeeper/omf.mk"
+.include "../../textproc/gnome-doc-utils/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"
+.include "../../x11/py-gnome2-desktop/buildlink3.mk"
+# optional for network games
+#.include "../../wip/ggz-libggz/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5a8e6189ee7f -r 54aa1707ff1c games/gnome2-games/PLIST
--- a/games/gnome2-games/PLIST  Wed Apr 11 18:14:16 2007 +0000
+++ b/games/gnome2-games/PLIST  Wed Apr 11 18:14:17 2007 +0000
@@ -1,11 +1,12 @@
-@comment $NetBSD: PLIST,v 1.16 2006/09/15 15:22:39 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.17 2007/04/11 18:14:17 drochner Exp $
 bin/blackjack
-bin/games-server.py
-bin/gataxx
+bin/glchess
 bin/glines
 bin/gnect
 bin/gnibbles
 bin/gnobots2
+bin/gnome-gnuchess
+bin/gnome-sudoku
 bin/gnometris
 bin/gnomine
 bin/gnotravex
@@ -15,13 +16,173 @@
 bin/mahjongg
 bin/same-gnome
 bin/sol
+${PYSITELIB}/glchess/__init__.py
+${PYSITELIB}/glchess/__init__.pyc
+${PYSITELIB}/glchess/__init__.pyo
+${PYSITELIB}/glchess/ai.py
+${PYSITELIB}/glchess/ai.pyc
+${PYSITELIB}/glchess/ai.pyo
+${PYSITELIB}/glchess/cecp.py
+${PYSITELIB}/glchess/cecp.pyc
+${PYSITELIB}/glchess/cecp.pyo
+${PYSITELIB}/glchess/chess/__init__.py
+${PYSITELIB}/glchess/chess/__init__.pyc
+${PYSITELIB}/glchess/chess/__init__.pyo
+${PYSITELIB}/glchess/chess/board.py
+${PYSITELIB}/glchess/chess/board.pyc
+${PYSITELIB}/glchess/chess/board.pyo
+${PYSITELIB}/glchess/chess/lan.py
+${PYSITELIB}/glchess/chess/lan.pyc
+${PYSITELIB}/glchess/chess/lan.pyo
+${PYSITELIB}/glchess/chess/pgn.py
+${PYSITELIB}/glchess/chess/pgn.pyc
+${PYSITELIB}/glchess/chess/pgn.pyo
+${PYSITELIB}/glchess/chess/san.py
+${PYSITELIB}/glchess/chess/san.pyc
+${PYSITELIB}/glchess/chess/san.pyo
+${PYSITELIB}/glchess/config.py
+${PYSITELIB}/glchess/config.pyc
+${PYSITELIB}/glchess/config.pyo
+${PYSITELIB}/glchess/defaults.py
+${PYSITELIB}/glchess/defaults.pyc
+${PYSITELIB}/glchess/defaults.pyo
+${PYSITELIB}/glchess/game.py
+${PYSITELIB}/glchess/game.pyc
+${PYSITELIB}/glchess/game.pyo
+${PYSITELIB}/glchess/glchess.py
+${PYSITELIB}/glchess/glchess.pyc
+${PYSITELIB}/glchess/glchess.pyo
+${PYSITELIB}/glchess/gtkui/__init__.py
+${PYSITELIB}/glchess/gtkui/__init__.pyc
+${PYSITELIB}/glchess/gtkui/__init__.pyo
+${PYSITELIB}/glchess/gtkui/dialogs.py
+${PYSITELIB}/glchess/gtkui/dialogs.pyc
+${PYSITELIB}/glchess/gtkui/dialogs.pyo
+${PYSITELIB}/glchess/gtkui/gtkui.py
+${PYSITELIB}/glchess/gtkui/gtkui.pyc
+${PYSITELIB}/glchess/gtkui/gtkui.pyo
+${PYSITELIB}/glchess/main.py
+${PYSITELIB}/glchess/main.pyc
+${PYSITELIB}/glchess/main.pyo
+${PYSITELIB}/glchess/network/__init__.py
+${PYSITELIB}/glchess/network/__init__.pyc
+${PYSITELIB}/glchess/network/__init__.pyo
+${PYSITELIB}/glchess/network/announce.py
+${PYSITELIB}/glchess/network/announce.pyc
+${PYSITELIB}/glchess/network/announce.pyo
+${PYSITELIB}/glchess/network/protocol.py
+${PYSITELIB}/glchess/network/protocol.pyc
+${PYSITELIB}/glchess/network/protocol.pyo
+${PYSITELIB}/glchess/scene/__init__.py
+${PYSITELIB}/glchess/scene/__init__.pyc
+${PYSITELIB}/glchess/scene/__init__.pyo
+${PYSITELIB}/glchess/scene/cairo/__init__.py
+${PYSITELIB}/glchess/scene/cairo/__init__.pyc
+${PYSITELIB}/glchess/scene/cairo/__init__.pyo
+${PYSITELIB}/glchess/scene/cairo/pieces.py
+${PYSITELIB}/glchess/scene/cairo/pieces.pyc
+${PYSITELIB}/glchess/scene/cairo/pieces.pyo
+${PYSITELIB}/glchess/scene/human.py
+${PYSITELIB}/glchess/scene/human.pyc
+${PYSITELIB}/glchess/scene/human.pyo
+${PYSITELIB}/glchess/scene/opengl/__init__.py
+${PYSITELIB}/glchess/scene/opengl/__init__.pyc
+${PYSITELIB}/glchess/scene/opengl/__init__.pyo
+${PYSITELIB}/glchess/scene/opengl/builtin_models.py
+${PYSITELIB}/glchess/scene/opengl/builtin_models.pyc
+${PYSITELIB}/glchess/scene/opengl/builtin_models.pyo
+${PYSITELIB}/glchess/scene/opengl/new_models.py
+${PYSITELIB}/glchess/scene/opengl/new_models.pyc
+${PYSITELIB}/glchess/scene/opengl/new_models.pyo
+${PYSITELIB}/glchess/scene/opengl/opengl.py
+${PYSITELIB}/glchess/scene/opengl/opengl.pyc
+${PYSITELIB}/glchess/scene/opengl/opengl.pyo
+${PYSITELIB}/glchess/scene/opengl/png.py
+${PYSITELIB}/glchess/scene/opengl/png.pyc
+${PYSITELIB}/glchess/scene/opengl/png.pyo
+${PYSITELIB}/glchess/scene/opengl/texture.py
+${PYSITELIB}/glchess/scene/opengl/texture.pyc
+${PYSITELIB}/glchess/scene/opengl/texture.pyo
+${PYSITELIB}/glchess/uci.py
+${PYSITELIB}/glchess/uci.pyc
+${PYSITELIB}/glchess/uci.pyo
+${PYSITELIB}/glchess/ui/__init__.py
+${PYSITELIB}/glchess/ui/__init__.pyc
+${PYSITELIB}/glchess/ui/__init__.pyo
+${PYSITELIB}/glchess/ui/ui.py
+${PYSITELIB}/glchess/ui/ui.pyc
+${PYSITELIB}/glchess/ui/ui.pyo
+${PYSITELIB}/gnome_sudoku/__init__.py
+${PYSITELIB}/gnome_sudoku/__init__.pyc
+${PYSITELIB}/gnome_sudoku/__init__.pyo
+${PYSITELIB}/gnome_sudoku/colors.py
+${PYSITELIB}/gnome_sudoku/colors.pyc
+${PYSITELIB}/gnome_sudoku/colors.pyo
+${PYSITELIB}/gnome_sudoku/defaults.py
+${PYSITELIB}/gnome_sudoku/defaults.pyc
+${PYSITELIB}/gnome_sudoku/defaults.pyo
+${PYSITELIB}/gnome_sudoku/dialog_swallower.py
+${PYSITELIB}/gnome_sudoku/dialog_swallower.pyc
+${PYSITELIB}/gnome_sudoku/dialog_swallower.pyo
+${PYSITELIB}/gnome_sudoku/game_selector.py
+${PYSITELIB}/gnome_sudoku/game_selector.pyc
+${PYSITELIB}/gnome_sudoku/game_selector.pyo
+${PYSITELIB}/gnome_sudoku/gnome_sudoku.py
+${PYSITELIB}/gnome_sudoku/gnome_sudoku.pyc
+${PYSITELIB}/gnome_sudoku/gnome_sudoku.pyo
+${PYSITELIB}/gnome_sudoku/gsudoku.py
+${PYSITELIB}/gnome_sudoku/gsudoku.pyc
+${PYSITELIB}/gnome_sudoku/gsudoku.pyo
+${PYSITELIB}/gnome_sudoku/gtk_goodies/Undo.py
+${PYSITELIB}/gnome_sudoku/gtk_goodies/Undo.pyc
+${PYSITELIB}/gnome_sudoku/gtk_goodies/Undo.pyo
+${PYSITELIB}/gnome_sudoku/gtk_goodies/__init__.py
+${PYSITELIB}/gnome_sudoku/gtk_goodies/__init__.pyc
+${PYSITELIB}/gnome_sudoku/gtk_goodies/__init__.pyo
+${PYSITELIB}/gnome_sudoku/gtk_goodies/dialog_extras.py
+${PYSITELIB}/gnome_sudoku/gtk_goodies/dialog_extras.pyc
+${PYSITELIB}/gnome_sudoku/gtk_goodies/dialog_extras.pyo
+${PYSITELIB}/gnome_sudoku/gtk_goodies/gconf_wrapper.py
+${PYSITELIB}/gnome_sudoku/gtk_goodies/gconf_wrapper.pyc
+${PYSITELIB}/gnome_sudoku/gtk_goodies/gconf_wrapper.pyo
+${PYSITELIB}/gnome_sudoku/gtk_goodies/image_extras.py
+${PYSITELIB}/gnome_sudoku/gtk_goodies/image_extras.pyc
+${PYSITELIB}/gnome_sudoku/gtk_goodies/image_extras.pyo
+${PYSITELIB}/gnome_sudoku/pausable.py
+${PYSITELIB}/gnome_sudoku/pausable.pyc
+${PYSITELIB}/gnome_sudoku/pausable.pyo
+${PYSITELIB}/gnome_sudoku/printing.py
+${PYSITELIB}/gnome_sudoku/printing.pyc
+${PYSITELIB}/gnome_sudoku/printing.pyo
+${PYSITELIB}/gnome_sudoku/saver.py
+${PYSITELIB}/gnome_sudoku/saver.pyc
+${PYSITELIB}/gnome_sudoku/saver.pyo
+${PYSITELIB}/gnome_sudoku/simple_debug.py
+${PYSITELIB}/gnome_sudoku/simple_debug.pyc
+${PYSITELIB}/gnome_sudoku/simple_debug.pyo
+${PYSITELIB}/gnome_sudoku/sudoku.py
+${PYSITELIB}/gnome_sudoku/sudoku.pyc
+${PYSITELIB}/gnome_sudoku/sudoku.pyo
+${PYSITELIB}/gnome_sudoku/sudoku_generator_gui.py
+${PYSITELIB}/gnome_sudoku/sudoku_generator_gui.pyc
+${PYSITELIB}/gnome_sudoku/sudoku_generator_gui.pyo
+${PYSITELIB}/gnome_sudoku/sudoku_labeller.py
+${PYSITELIB}/gnome_sudoku/sudoku_labeller.pyc
+${PYSITELIB}/gnome_sudoku/sudoku_labeller.pyo
+${PYSITELIB}/gnome_sudoku/sudoku_maker.py
+${PYSITELIB}/gnome_sudoku/sudoku_maker.pyc
+${PYSITELIB}/gnome_sudoku/sudoku_maker.pyo
+${PYSITELIB}/gnome_sudoku/timer.py
+${PYSITELIB}/gnome_sudoku/timer.pyc
+${PYSITELIB}/gnome_sudoku/timer.pyo
 share/applications/blackjack.desktop
 share/applications/freecell.desktop
-share/applications/gataxx.desktop
+share/applications/glchess.desktop
 share/applications/glines.desktop
 share/applications/gnect.desktop
 share/applications/gnibbles.desktop
 share/applications/gnobots2.desktop
+share/applications/gnome-sudoku.desktop
 share/applications/gnometris.desktop
 share/applications/gnomine.desktop
 share/applications/gnotravex.desktop
@@ -40,7 +201,7 @@
 share/examples/gnome2-games/sound/events/iagno.soundlist
 share/gconf/schemas/aisleriot.schemas
 share/gconf/schemas/blackjack.schemas
-share/gconf/schemas/gataxx.schemas
+share/gconf/schemas/glchess.schemas
 share/gconf/schemas/glines.schemas
 share/gconf/schemas/gnect.schemas
 share/gconf/schemas/gnibbles.schemas
@@ -54,6 +215,26 @@
 share/gconf/schemas/libgnomegames.schemas
 share/gconf/schemas/mahjongg.schemas
 share/gconf/schemas/same-gnome.schemas
+share/ggz/gnome-games/about_bg.png
+share/ggz/gnome-games/ggz_gtk_admin.svg
+share/ggz/gnome-games/ggz_gtk_bot.svg
+share/ggz/gnome-games/ggz_gtk_guest.svg
+share/ggz/gnome-games/ggz_gtk_lag0.svg
+share/ggz/gnome-games/ggz_gtk_lag1.svg
+share/ggz/gnome-games/ggz_gtk_lag2.svg
+share/ggz/gnome-games/ggz_gtk_lag3.svg
+share/ggz/gnome-games/ggz_gtk_lag4.svg
+share/ggz/gnome-games/ggz_gtk_lag5.svg
+share/ggz/gnome-games/ggz_gtk_registered.svg
+share/glchess/ai.glade
+share/glchess/ai.xml
+share/glchess/chess_view.glade
+share/glchess/error_dialog.glade
+share/glchess/glchess.glade
+share/glchess/glchess.svg
+share/glchess/load_game.glade
+share/glchess/new_game.glade
+share/glchess/save_game.glade
 share/gnect/white_ob.cn4.gz
 share/gnibbles/level001.gnl
 share/gnibbles/level002.gnl
@@ -86,10 +267,16 @@
 share/gnobots2/robots2.cfg
 share/gnobots2/robots2_easy.cfg
 share/gnobots2/robots_with_safe_teleport.cfg
-share/gnome-games/ataxx/themes/2.14/classic.png
 share/gnome-games/mahjongg/maps/mahjongg.map
 share/gnome-games/same-gnome/themes/2.10/planets.png



Home | Main Index | Thread Index | Old Index