diff options
-rw-r--r-- | games/gnome-games/Makefile | 2 | ||||
-rw-r--r-- | games/gnome-games/distinfo | 2 | ||||
-rw-r--r-- | games/gnome-games/files/patch-ab | 23 | ||||
-rw-r--r-- | games/gnome-games/files/patch-mahjongg_Makefile.in | 10 | ||||
-rw-r--r-- | games/gnome-games/pkg-install | 17 | ||||
-rw-r--r-- | games/gnome-games/pkg-plist | 186 | ||||
-rw-r--r-- | games/gnomegames2/Makefile | 2 | ||||
-rw-r--r-- | games/gnomegames2/distinfo | 2 | ||||
-rw-r--r-- | games/gnomegames2/files/patch-ab | 23 | ||||
-rw-r--r-- | games/gnomegames2/files/patch-mahjongg_Makefile.in | 10 | ||||
-rw-r--r-- | games/gnomegames2/pkg-install | 17 | ||||
-rw-r--r-- | games/gnomegames2/pkg-plist | 186 |
12 files changed, 272 insertions, 208 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index fb5e61126..027f9dec8 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomegames2 -PORTVERSION= 2.3.2 +PORTVERSION= 2.3.3 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-games/2.3 diff --git a/games/gnome-games/distinfo b/games/gnome-games/distinfo index b9d1a1058..6e2270a33 100644 --- a/games/gnome-games/distinfo +++ b/games/gnome-games/distinfo @@ -1 +1 @@ -MD5 (gnome2/gnome-games-2.3.2.tar.bz2) = 4af0c596ba7dd67dce56773c8eba9535 +MD5 (gnome2/gnome-games-2.3.3.tar.bz2) = 8d0211893f5cdcb641d5b815fca397b8 diff --git a/games/gnome-games/files/patch-ab b/games/gnome-games/files/patch-ab index 0075d0dd4..67cea1ce8 100644 --- a/games/gnome-games/files/patch-ab +++ b/games/gnome-games/files/patch-ab @@ -1,24 +1,11 @@ ---- gnome-stones/objects/Makefile.in.orig Wed Aug 28 22:11:08 2002 -+++ gnome-stones/objects/Makefile.in Wed Aug 28 23:17:53 2002 -@@ -133,7 +133,7 @@ +--- gnome-stones/objects/Makefile.in.orig Sun Jun 15 20:28:06 2003 ++++ gnome-stones/objects/Makefile.in Sun Jun 15 20:28:06 2003 +@@ -136,7 +136,7 @@ GSTONES_SRC_DIR = $(srcdir)/../ -objectdir = $(libdir)/gnome-stones/objects +objectdir = $(datadir)/gnome-stones/objects - INCLUDES = -I$(GSTONES_SRC_DIR) $(GNOME_GAMES_CFLAGS) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -I$(includedir) -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED - -@@ -150,10 +150,10 @@ - - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libgnome_stones_la_LDFLAGS = -+libgnome_stones_la_LDFLAGS = -avoid-version - libgnome_stones_la_LIBADD = - libgnome_stones_la_OBJECTS = gnome-stones.lo --libgnomekoban_la_LDFLAGS = -+libgnomekoban_la_LDFLAGS = -avoid-version - libgnomekoban_la_LIBADD = - libgnomekoban_la_OBJECTS = gnomekoban.lo - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + INCLUDES = \ + -I$(GSTONES_SRC_DIR) \ diff --git a/games/gnome-games/files/patch-mahjongg_Makefile.in b/games/gnome-games/files/patch-mahjongg_Makefile.in index 917c74206..b6977a948 100644 --- a/games/gnome-games/files/patch-mahjongg_Makefile.in +++ b/games/gnome-games/files/patch-mahjongg_Makefile.in @@ -1,11 +1,11 @@ ---- mahjongg/Makefile.in.orig Sun Jan 19 14:54:47 2003 -+++ mahjongg/Makefile.in Sun Jan 19 14:56:21 2003 -@@ -593,9 +593,12 @@ +--- mahjongg/Makefile.in.orig Sun Jun 15 20:31:43 2003 ++++ mahjongg/Makefile.in Sun Jun 15 23:49:44 2003 +@@ -615,9 +615,12 @@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) -$(mkinstalldirs) $(DESTDIR)$(scoredir) $(mkinstalldirs) $(DESTDIR)$(bgdir) - touch $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores -- -chown games.games $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores +- -chown $(scores_user).$(scores_group) $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores - -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores + touch $(DESTDIR)$(scoredir)/mahjongg.easy.scores + touch $(DESTDIR)$(scoredir)/mahjongg.difficult.scores @@ -13,6 +13,6 @@ + -chown games:games $(DESTDIR)$(scoredir)/mahjongg.difficult.scores + -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.easy.scores + -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.difficult.scores - -chgrp games $(DESTDIR)$(bindir)/mahjongg && chmod 2555 $(DESTDIR)$(bindir)/mahjongg + -if test "x$(setgid)" = "xtrue"; then chgrp $(scores_group) $(DESTDIR)$(bindir)/mahjongg && chmod 2555 $(DESTDIR)$(bindir)/mahjongg ; fi $(mkinstalldirs) $(DESTDIR)$(Gamesdir) diff --git a/games/gnome-games/pkg-install b/games/gnome-games/pkg-install new file mode 100644 index 000000000..d0a798a7d --- /dev/null +++ b/games/gnome-games/pkg-install @@ -0,0 +1,17 @@ +#!/bin/sh + +if [ -n "${PACKAGE_BUILDING}" ]; then + exit 0 +fi + +if [ "$2" = "POST-INSTALL" ]; then + mkdir -p ${PKG_PREFIX}/share/gnome/games + SCORES="glines.scores gnibbles.1.0.scores gnibbles.1.1.scores gnibbles.2.0.scores gnibbles.2.1.scores gnibbles.3.0.scores gnibbles.3.1.scores gnibbles.4.0.scores gnibbles.4.1.scores gnobots2.classic_robots-safe.scores gnobots2.classic_robots-super-safe.scores gnobots2.classic_robots.scores gnobots2.nightmare-safe.scores gnobots2.nightmare-super-safe.scores gnobots2.nightmare.scores gnobots2.robots2-safe.scores gnobots2.robots2-super-safe.scores gnobots2.robots2.scores gnobots2.robots2_easy-safe.scores gnobots2.robots2_easy-super-safe.scores gnobots2.robots2_easy.scores gnobots2.robots_with_safe_teleport-safe.scores gnobots2.robots_with_safe_teleport-super-safe.scores gnobots2.robots_with_safe_teleport.scores gnome-stones.scores gnometris.scores gnomine.Custom.scores gnomine.Large.scores gnomine.Medium.scores gnomine.Small.scores gnotravex.2.scores gnotravex.3.scores gnotravex.4.scores gnotravex.5.scores gnotravex.6.scores gnotski.1.scores gnotski.11.scores gnotski.12.scores gnotski.13.scores gnotski.14.scores gnotski.15.scores gnotski.16.scores gnotski.17.scores gnotski.2.scores gnotski.21.scores gnotski.22.scores gnotski.23.scores gnotski.24.scores gnotski.25.scores gnotski.26.scores gnotski.3.scores gnotski.4.scores gnotski.5.scores gnotski.6.scores gnotski.7.scores gtali.scores iagno.b1.scores iagno.b2.scores iagno.b3.scores iagno.w1.scores iagno.w2.scores iagno.w3.scores mahjongg.difficult.scores mahjongg.easy.scores same-gnome.scores" + for i in ${SCORES}; do + if [ ! -f ${PKG_PREFIX}/share/gnome/games/${i} ]; then + touch -f ${PKG_PREFIX}/share/gnome/games/${i} + chown games:games ${PKG_PREFIX}/share/gnome/games/${i} + chmod 664 ${PKG_PREFIX}/share/gnome/games/${i} + fi + done +fi diff --git a/games/gnome-games/pkg-plist b/games/gnome-games/pkg-plist index 167c5cdae..c625a9de0 100644 --- a/games/gnome-games/pkg-plist +++ b/games/gnome-games/pkg-plist @@ -50,6 +50,7 @@ include/gdkcardimage/gdk-card-image.h lib/libgdkcardimage.a lib/libgdkcardimage.so lib/libgdkcardimage.so.1 +share/gnome/applications/blackjack.desktop share/gnome/applications/freecell.desktop share/gnome/applications/gataxx.desktop share/gnome/applications/glines.desktop @@ -66,71 +67,76 @@ share/gnome/applications/iagno.desktop share/gnome/applications/mahjongg.desktop share/gnome/applications/same-gnome.desktop share/gnome/applications/sol.desktop -share/gnome/games/glines.scores -share/gnome/games/gnibbles.1.0.scores -share/gnome/games/gnibbles.1.1.scores -share/gnome/games/gnibbles.2.0.scores -share/gnome/games/gnibbles.2.1.scores -share/gnome/games/gnibbles.3.0.scores -share/gnome/games/gnibbles.3.1.scores -share/gnome/games/gnibbles.4.0.scores -share/gnome/games/gnibbles.4.1.scores -share/gnome/games/gnobots2.classic_robots-safe.scores -share/gnome/games/gnobots2.classic_robots-super-safe.scores -share/gnome/games/gnobots2.classic_robots.scores -share/gnome/games/gnobots2.nightmare-safe.scores -share/gnome/games/gnobots2.nightmare-super-safe.scores -share/gnome/games/gnobots2.nightmare.scores -share/gnome/games/gnobots2.robots2-safe.scores -share/gnome/games/gnobots2.robots2-super-safe.scores -share/gnome/games/gnobots2.robots2.scores -share/gnome/games/gnobots2.robots2_easy-safe.scores -share/gnome/games/gnobots2.robots2_easy-super-safe.scores -share/gnome/games/gnobots2.robots2_easy.scores -share/gnome/games/gnobots2.robots_with_safe_teleport-safe.scores -share/gnome/games/gnobots2.robots_with_safe_teleport-super-safe.scores -share/gnome/games/gnobots2.robots_with_safe_teleport.scores -share/gnome/games/gnome-stones.scores -share/gnome/games/gnometris.scores -share/gnome/games/gnomine.Custom.scores -share/gnome/games/gnomine.Large.scores -share/gnome/games/gnomine.Medium.scores -share/gnome/games/gnomine.Small.scores -share/gnome/games/gnotravex.2x2.scores -share/gnome/games/gnotravex.3x3.scores -share/gnome/games/gnotravex.4x4.scores -share/gnome/games/gnotravex.5x5.scores -share/gnome/games/gnotravex.6x6.scores -share/gnome/games/gnotski.1.scores -share/gnome/games/gnotski.11.scores -share/gnome/games/gnotski.12.scores -share/gnome/games/gnotski.13.scores -share/gnome/games/gnotski.14.scores -share/gnome/games/gnotski.15.scores -share/gnome/games/gnotski.16.scores -share/gnome/games/gnotski.17.scores -share/gnome/games/gnotski.2.scores -share/gnome/games/gnotski.21.scores -share/gnome/games/gnotski.22.scores -share/gnome/games/gnotski.23.scores -share/gnome/games/gnotski.24.scores -share/gnome/games/gnotski.25.scores -share/gnome/games/gnotski.26.scores -share/gnome/games/gnotski.3.scores -share/gnome/games/gnotski.4.scores -share/gnome/games/gnotski.5.scores -share/gnome/games/gnotski.6.scores -share/gnome/games/gnotski.7.scores -share/gnome/games/gtali.scores -share/gnome/games/iagno.b1.scores -share/gnome/games/iagno.b2.scores -share/gnome/games/iagno.b3.scores -share/gnome/games/iagno.w1.scores -share/gnome/games/iagno.w2.scores -share/gnome/games/iagno.w3.scores -share/gnome/games/mahjongg.difficult.scores -share/gnome/games/mahjongg.easy.scores -share/gnome/games/same-gnome.scores +share/gnome/blackjack/Ameristar.rules +share/gnome/blackjack/Atlantic_City.rules +share/gnome/blackjack/Vegas_Downtown.rules +share/gnome/blackjack/Vegas_Strip.rules +share/gnome/blackjack/Vegas_Strip.rules.dat +@unexec [ -s %D/share/gnome/games/glines.scores ] || rm -f %D/share/gnome/games/glines.scores +@unexec [ -s %D/share/gnome/games/gnibbles.1.0.scores ] || rm -f %D/share/gnome/games/gnibbles.1.0.scores +@unexec [ -s %D/share/gnome/games/gnibbles.1.1.scores ] || rm -f %D/share/gnome/games/gnibbles.1.1.scores +@unexec [ -s %D/share/gnome/games/gnibbles.2.0.scores ] || rm -f %D/share/gnome/games/gnibbles.2.0.scores +@unexec [ -s %D/share/gnome/games/gnibbles.2.1.scores ] || rm -f %D/share/gnome/games/gnibbles.2.1.scores +@unexec [ -s %D/share/gnome/games/gnibbles.3.0.scores ] || rm -f %D/share/gnome/games/gnibbles.3.0.scores +@unexec [ -s %D/share/gnome/games/gnibbles.3.1.scores ] || rm -f %D/share/gnome/games/gnibbles.3.1.scores +@unexec [ -s %D/share/gnome/games/gnibbles.4.0.scores ] || rm -f %D/share/gnome/games/gnibbles.4.0.scores +@unexec [ -s %D/share/gnome/games/gnibbles.4.1.scores ] || rm -f %D/share/gnome/games/gnibbles.4.1.scores +@unexec [ -s %D/share/gnome/games/gnobots2.classic_robots-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.classic_robots-safe.scores +@unexec [ -s %D/share/gnome/games/gnobots2.classic_robots-super-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.classic_robots-super-safe.scores +@unexec [ -s %D/share/gnome/games/gnobots2.classic_robots.scores ] || rm -f %D/share/gnome/games/gnobots2.classic_robots.scores +@unexec [ -s %D/share/gnome/games/gnobots2.nightmare-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.nightmare-safe.scores +@unexec [ -s %D/share/gnome/games/gnobots2.nightmare-super-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.nightmare-super-safe.scores +@unexec [ -s %D/share/gnome/games/gnobots2.nightmare.scores ] || rm -f %D/share/gnome/games/gnobots2.nightmare.scores +@unexec [ -s %D/share/gnome/games/gnobots2.robots2-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots2-safe.scores +@unexec [ -s %D/share/gnome/games/gnobots2.robots2-super-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots2-super-safe.scores +@unexec [ -s %D/share/gnome/games/gnobots2.robots2.scores ] || rm -f %D/share/gnome/games/gnobots2.robots2.scores +@unexec [ -s %D/share/gnome/games/gnobots2.robots2_easy-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots2_easy-safe.scores +@unexec [ -s %D/share/gnome/games/gnobots2.robots2_easy-super-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots2_easy-super-safe.scores +@unexec [ -s %D/share/gnome/games/gnobots2.robots2_easy.scores ] || rm -f %D/share/gnome/games/gnobots2.robots2_easy.scores +@unexec [ -s %D/share/gnome/games/gnobots2.robots_with_safe_teleport-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots_with_safe_teleport-safe.scores +@unexec [ -s %D/share/gnome/games/gnobots2.robots_with_safe_teleport-super-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots_with_safe_teleport-super-safe.scores +@unexec [ -s %D/share/gnome/games/gnobots2.robots_with_safe_teleport.scores ] || rm -f %D/share/gnome/games/gnobots2.robots_with_safe_teleport.scores +@unexec [ -s %D/share/gnome/games/gnome-stones.scores ] || rm -f %D/share/gnome/games/gnome-stones.scores +@unexec [ -s %D/share/gnome/games/gnometris.scores ] || rm -f %D/share/gnome/games/gnometris.scores +@unexec [ -s %D/share/gnome/games/gnomine.Custom.scores ] || rm -f %D/share/gnome/games/gnomine.Custom.scores +@unexec [ -s %D/share/gnome/games/gnomine.Large.scores ] || rm -f %D/share/gnome/games/gnomine.Large.scores +@unexec [ -s %D/share/gnome/games/gnomine.Medium.scores ] || rm -f %D/share/gnome/games/gnomine.Medium.scores +@unexec [ -s %D/share/gnome/games/gnomine.Small.scores ] || rm -f %D/share/gnome/games/gnomine.Small.scores +@unexec [ -s %D/share/gnome/games/gnotravex.2.scores ] || rm -f %D/share/gnome/games/gnotravex.2.scores +@unexec [ -s %D/share/gnome/games/gnotravex.3.scores ] || rm -f %D/share/gnome/games/gnotravex.3.scores +@unexec [ -s %D/share/gnome/games/gnotravex.4.scores ] || rm -f %D/share/gnome/games/gnotravex.4.scores +@unexec [ -s %D/share/gnome/games/gnotravex.5.scores ] || rm -f %D/share/gnome/games/gnotravex.5.scores +@unexec [ -s %D/share/gnome/games/gnotravex.6.scores ] || rm -f %D/share/gnome/games/gnotravex.6.scores +@unexec [ -s %D/share/gnome/games/gnotski.1.scores ] || rm -f %D/share/gnome/games/gnotski.1.scores +@unexec [ -s %D/share/gnome/games/gnotski.11.scores ] || rm -f %D/share/gnome/games/gnotski.11.scores +@unexec [ -s %D/share/gnome/games/gnotski.12.scores ] || rm -f %D/share/gnome/games/gnotski.12.scores +@unexec [ -s %D/share/gnome/games/gnotski.13.scores ] || rm -f %D/share/gnome/games/gnotski.13.scores +@unexec [ -s %D/share/gnome/games/gnotski.14.scores ] || rm -f %D/share/gnome/games/gnotski.14.scores +@unexec [ -s %D/share/gnome/games/gnotski.15.scores ] || rm -f %D/share/gnome/games/gnotski.15.scores +@unexec [ -s %D/share/gnome/games/gnotski.16.scores ] || rm -f %D/share/gnome/games/gnotski.16.scores +@unexec [ -s %D/share/gnome/games/gnotski.17.scores ] || rm -f %D/share/gnome/games/gnotski.17.scores +@unexec [ -s %D/share/gnome/games/gnotski.2.scores ] || rm -f %D/share/gnome/games/gnotski.2.scores +@unexec [ -s %D/share/gnome/games/gnotski.21.scores ] || rm -f %D/share/gnome/games/gnotski.21.scores +@unexec [ -s %D/share/gnome/games/gnotski.22.scores ] || rm -f %D/share/gnome/games/gnotski.22.scores +@unexec [ -s %D/share/gnome/games/gnotski.23.scores ] || rm -f %D/share/gnome/games/gnotski.23.scores +@unexec [ -s %D/share/gnome/games/gnotski.24.scores ] || rm -f %D/share/gnome/games/gnotski.24.scores +@unexec [ -s %D/share/gnome/games/gnotski.25.scores ] || rm -f %D/share/gnome/games/gnotski.25.scores +@unexec [ -s %D/share/gnome/games/gnotski.26.scores ] || rm -f %D/share/gnome/games/gnotski.26.scores +@unexec [ -s %D/share/gnome/games/gnotski.3.scores ] || rm -f %D/share/gnome/games/gnotski.3.scores +@unexec [ -s %D/share/gnome/games/gnotski.4.scores ] || rm -f %D/share/gnome/games/gnotski.4.scores +@unexec [ -s %D/share/gnome/games/gnotski.5.scores ] || rm -f %D/share/gnome/games/gnotski.5.scores +@unexec [ -s %D/share/gnome/games/gnotski.6.scores ] || rm -f %D/share/gnome/games/gnotski.6.scores +@unexec [ -s %D/share/gnome/games/gnotski.7.scores ] || rm -f %D/share/gnome/games/gnotski.7.scores +@unexec [ -s %D/share/gnome/games/gtali.scores ] || rm -f %D/share/gnome/games/gtali.scores +@unexec [ -s %D/share/gnome/games/iagno.b1.scores ] || rm -f %D/share/gnome/games/iagno.b1.scores +@unexec [ -s %D/share/gnome/games/iagno.b2.scores ] || rm -f %D/share/gnome/games/iagno.b2.scores +@unexec [ -s %D/share/gnome/games/iagno.b3.scores ] || rm -f %D/share/gnome/games/iagno.b3.scores +@unexec [ -s %D/share/gnome/games/iagno.w1.scores ] || rm -f %D/share/gnome/games/iagno.w1.scores +@unexec [ -s %D/share/gnome/games/iagno.w2.scores ] || rm -f %D/share/gnome/games/iagno.w2.scores +@unexec [ -s %D/share/gnome/games/iagno.w3.scores ] || rm -f %D/share/gnome/games/iagno.w3.scores +@unexec [ -s %D/share/gnome/games/mahjongg.difficult.scores ] || rm -f %D/share/gnome/games/mahjongg.difficult.scores +@unexec [ -s %D/share/gnome/games/mahjongg.easy.scores ] || rm -f %D/share/gnome/games/mahjongg.easy.scores +@unexec [ -s %D/share/gnome/games/same-gnome.scores ] || rm -f %D/share/gnome/games/same-gnome.scores share/gnome/gnect/catseyes_40x40.gnect share/gnome/gnect/classic_40x40.gnect share/gnome/gnect/classic_50x50.gnect @@ -262,6 +268,10 @@ share/gnome/help/aisleriot/C/will_o_the_wisp.xml share/gnome/help/aisleriot/C/yield.xml share/gnome/help/aisleriot/C/yukon.xml share/gnome/help/aisleriot/C/zebra.xml +share/gnome/help/blackjack/C/blackjack.xml +share/gnome/help/blackjack/C/figures/blackjack_start_window.png +share/gnome/help/blackjack/C/figures/blackjack_win_window.png +share/gnome/help/blackjack/C/legal.xml share/gnome/help/gataxx/C/figures/gataxx-legalmoves.png share/gnome/help/gataxx/C/figures/gataxx-prefs.png share/gnome/help/gataxx/C/figures/gataxx-startgame.png @@ -354,6 +364,8 @@ share/gnome/mime-info/gnome-stones.keys share/gnome/mime-info/gnome-stones.mime share/gnome/omf/gnome-games/aisleriot-C.omf @exec scrollkeeper-install -q %D/share/gnome/omf/gnome-games/aisleriot-C.omf 2>/dev/null || /usr/bin/true +share/gnome/omf/gnome-games/blackjack-C.omf +@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-games/blackjack-C.omf 2>/dev/null || /usr/bin/true share/gnome/omf/gnome-games/gataxx-C.omf @exec scrollkeeper-install -q %D/share/gnome/omf/gnome-games/gataxx-C.omf 2>/dev/null || /usr/bin/true share/gnome/omf/gnome-games/glines-C.omf @@ -380,18 +392,29 @@ share/gnome/omf/gnome-games/mahjongg-C.omf @exec scrollkeeper-install -q %D/share/gnome/omf/gnome-games/mahjongg-C.omf 2>/dev/null || /usr/bin/true share/gnome/omf/gnome-games/same-gnome-C.omf @exec scrollkeeper-install -q %D/share/gnome/omf/gnome-games/same-gnome-C.omf 2>/dev/null || /usr/bin/true +share/gnome/pixmaps/blackjack/baize.png +share/gnome/pixmaps/blackjack/blackjack-splash.png +share/gnome/pixmaps/blackjack/chip-1.png +share/gnome/pixmaps/blackjack/chip-100.png +share/gnome/pixmaps/blackjack/chip-25.png +share/gnome/pixmaps/blackjack/chip-5.png +share/gnome/pixmaps/cards/backs/antique-red.png share/gnome/pixmaps/cards/backs/beige.png +share/gnome/pixmaps/cards/backs/dondorf-flower.png share/gnome/pixmaps/cards/backs/face.png share/gnome/pixmaps/cards/backs/grey.png share/gnome/pixmaps/cards/backs/rods.png +share/gnome/pixmaps/cards/backs/tux.png share/gnome/pixmaps/cards/baize.png share/gnome/pixmaps/cards/honors/bonded.png +share/gnome/pixmaps/cards/honors/dondorf.png share/gnome/pixmaps/cards/honors/xpat.png share/gnome/pixmaps/cards/jokers/gnome.png share/gnome/pixmaps/cards/ranks/bold-09x14.png share/gnome/pixmaps/cards/ranks/fine-07x12.png share/gnome/pixmaps/cards/slots/hand.png share/gnome/pixmaps/cards/slots/plain.png +share/gnome/pixmaps/cards/slots/white-outline.png share/gnome/pixmaps/cards/splash.png share/gnome/pixmaps/cards/suits_large/knuth-09x10.png share/gnome/pixmaps/cards/suits_large/knuth-15x19.png @@ -455,6 +478,7 @@ share/gnome/pixmaps/gnobots2/splat.png share/gnome/pixmaps/gnobots2/windows.png share/gnome/pixmaps/gnobots2/yahoo.png share/gnome/pixmaps/gnome-aisleriot.png +share/gnome/pixmaps/gnome-blackjack.png share/gnome/pixmaps/gnome-cardgame.png share/gnome/pixmaps/gnome-die1.png share/gnome/pixmaps/gnome-die2.png @@ -496,20 +520,20 @@ share/gnome/pixmaps/gnometris/7blocks-tig.png share/gnome/pixmaps/gnometris/7blocks.png share/gnome/pixmaps/gnometris/7stones-gn.png share/gnome/pixmaps/gnometris/7stones2-gn.png -share/gnome/pixmaps/gnometris/bg/dog-bg.png -share/gnome/pixmaps/gnometris/bg/fishy-bg.png -share/gnome/pixmaps/gnometris/bg/geschier-bg.png -share/gnome/pixmaps/gnometris/bg/gitter-bg.png -share/gnome/pixmaps/gnometris/bg/gnometris-bg.png -share/gnome/pixmaps/gnometris/bg/greyprint-bg.png -share/gnome/pixmaps/gnometris/bg/leaves-bg.png -share/gnome/pixmaps/gnometris/bg/rhinoceros-bg.png -share/gnome/pixmaps/gnometris/bg/scrcow-bg.png -share/gnome/pixmaps/gnometris/bg/sweet-bg.png -share/gnome/pixmaps/gnometris/bg/trees-bg.png -share/gnome/pixmaps/gnometris/bg/vortex-bg.png -share/gnome/pixmaps/gnometris/bg/watery-bg.png -share/gnome/pixmaps/gnometris/bg/weirdo-bg.png +share/gnome/pixmaps/gnometris/bg/dog-bg.jpg +share/gnome/pixmaps/gnometris/bg/fishy-bg.jpg +share/gnome/pixmaps/gnometris/bg/geschier-bg.jpg +share/gnome/pixmaps/gnometris/bg/gitter-bg.jpg +share/gnome/pixmaps/gnometris/bg/gnometris-bg.jpg +share/gnome/pixmaps/gnometris/bg/greyprint-bg.jpg +share/gnome/pixmaps/gnometris/bg/leaves-bg.jpg +share/gnome/pixmaps/gnometris/bg/rhinoceros-bg.jpg +share/gnome/pixmaps/gnometris/bg/scrcow-bg.jpg +share/gnome/pixmaps/gnometris/bg/sweet-bg.jpg +share/gnome/pixmaps/gnometris/bg/trees-bg.jpg +share/gnome/pixmaps/gnometris/bg/vortex-bg.jpg +share/gnome/pixmaps/gnometris/bg/watery-bg.jpg +share/gnome/pixmaps/gnometris/bg/weirdo-bg.jpg share/gnome/pixmaps/gnomine/face-cool.xpm share/gnome/pixmaps/gnomine/face-sad.xpm share/gnome/pixmaps/gnomine/face-smile.xpm @@ -645,6 +669,7 @@ share/locale/bg/LC_MESSAGES/gnome-games.mo share/locale/bn/LC_MESSAGES/gnome-games.mo share/locale/ca/LC_MESSAGES/gnome-games.mo share/locale/cs/LC_MESSAGES/gnome-games.mo +share/locale/cy/LC_MESSAGES/gnome-games.mo share/locale/da/LC_MESSAGES/gnome-games.mo share/locale/de/LC_MESSAGES/gnome-games.mo share/locale/el/LC_MESSAGES/gnome-games.mo @@ -689,6 +714,7 @@ share/locale/zh_CN/LC_MESSAGES/gnome-games.mo share/locale/zh_TW/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/sounds/gnome-stones @dirrm share/gnome/pixmaps/gnomine +@dirrm share/gnome/pixmaps/blackjack @dirrm share/gnome/help/same-gnome/C/figures @dirrm share/gnome/help/gnotski/C/figures @dirrm share/gnome/help/gnotski/C @@ -699,6 +725,7 @@ share/locale/zh_TW/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/help/glines/C/figures @dirrm share/gnome/help/glines/C @dirrm share/gnome/help/glines +@dirrm share/gnome/blackjack @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/same-gnome @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mahjongg @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/iagno @@ -720,6 +747,7 @@ share/locale/zh_TW/LC_MESSAGES/gnome-games.mo @dirrm etc/gconf/gconf.xml.defaults/apps/gnect @dirrm etc/gconf/gconf.xml.defaults/apps/gataxx @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/aisleriot-C.omf 2>/dev/null || /usr/bin/true +@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/blackjack-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/gataxx-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/glines-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/gnect-C.omf 2>/dev/null || /usr/bin/true diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index fb5e61126..027f9dec8 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomegames2 -PORTVERSION= 2.3.2 +PORTVERSION= 2.3.3 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-games/2.3 diff --git a/games/gnomegames2/distinfo b/games/gnomegames2/distinfo index b9d1a1058..6e2270a33 100644 --- a/games/gnomegames2/distinfo +++ b/games/gnomegames2/distinfo @@ -1 +1 @@ -MD5 (gnome2/gnome-games-2.3.2.tar.bz2) = 4af0c596ba7dd67dce56773c8eba9535 +MD5 (gnome2/gnome-games-2.3.3.tar.bz2) = 8d0211893f5cdcb641d5b815fca397b8 diff --git a/games/gnomegames2/files/patch-ab b/games/gnomegames2/files/patch-ab index 0075d0dd4..67cea1ce8 100644 --- a/games/gnomegames2/files/patch-ab +++ b/games/gnomegames2/files/patch-ab @@ -1,24 +1,11 @@ ---- gnome-stones/objects/Makefile.in.orig Wed Aug 28 22:11:08 2002 -+++ gnome-stones/objects/Makefile.in Wed Aug 28 23:17:53 2002 -@@ -133,7 +133,7 @@ +--- gnome-stones/objects/Makefile.in.orig Sun Jun 15 20:28:06 2003 ++++ gnome-stones/objects/Makefile.in Sun Jun 15 20:28:06 2003 +@@ -136,7 +136,7 @@ GSTONES_SRC_DIR = $(srcdir)/../ -objectdir = $(libdir)/gnome-stones/objects +objectdir = $(datadir)/gnome-stones/objects - INCLUDES = -I$(GSTONES_SRC_DIR) $(GNOME_GAMES_CFLAGS) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -I$(includedir) -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED - -@@ -150,10 +150,10 @@ - - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libgnome_stones_la_LDFLAGS = -+libgnome_stones_la_LDFLAGS = -avoid-version - libgnome_stones_la_LIBADD = - libgnome_stones_la_OBJECTS = gnome-stones.lo --libgnomekoban_la_LDFLAGS = -+libgnomekoban_la_LDFLAGS = -avoid-version - libgnomekoban_la_LIBADD = - libgnomekoban_la_OBJECTS = gnomekoban.lo - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + INCLUDES = \ + -I$(GSTONES_SRC_DIR) \ diff --git a/games/gnomegames2/files/patch-mahjongg_Makefile.in b/games/gnomegames2/files/patch-mahjongg_Makefile.in index 917c74206..b6977a948 100644 --- a/games/gnomegames2/files/patch-mahjongg_Makefile.in +++ b/games/gnomegames2/files/patch-mahjongg_Makefile.in @@ -1,11 +1,11 @@ ---- mahjongg/Makefile.in.orig Sun Jan 19 14:54:47 2003 -+++ mahjongg/Makefile.in Sun Jan 19 14:56:21 2003 -@@ -593,9 +593,12 @@ +--- mahjongg/Makefile.in.orig Sun Jun 15 20:31:43 2003 ++++ mahjongg/Makefile.in Sun Jun 15 23:49:44 2003 +@@ -615,9 +615,12 @@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) -$(mkinstalldirs) $(DESTDIR)$(scoredir) $(mkinstalldirs) $(DESTDIR)$(bgdir) - touch $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores -- -chown games.games $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores +- -chown $(scores_user).$(scores_group) $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores - -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores + touch $(DESTDIR)$(scoredir)/mahjongg.easy.scores + touch $(DESTDIR)$(scoredir)/mahjongg.difficult.scores @@ -13,6 +13,6 @@ + -chown games:games $(DESTDIR)$(scoredir)/mahjongg.difficult.scores + -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.easy.scores + -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.difficult.scores - -chgrp games $(DESTDIR)$(bindir)/mahjongg && chmod 2555 $(DESTDIR)$(bindir)/mahjongg + -if test "x$(setgid)" = "xtrue"; then chgrp $(scores_group) $(DESTDIR)$(bindir)/mahjongg && chmod 2555 $(DESTDIR)$(bindir)/mahjongg ; fi $(mkinstalldirs) $(DESTDIR)$(Gamesdir) diff --git a/games/gnomegames2/pkg-install b/games/gnomegames2/pkg-install new file mode 100644 index 000000000..d0a798a7d --- /dev/null +++ b/games/gnomegames2/pkg-install @@ -0,0 +1,17 @@ +#!/bin/sh + +if [ -n "${PACKAGE_BUILDING}" ]; then + exit 0 +fi + +if [ "$2" = "POST-INSTALL" ]; then + mkdir -p ${PKG_PREFIX}/share/gnome/games + SCORES="glines.scores gnibbles.1.0.scores gnibbles.1.1.scores gnibbles.2.0.scores gnibbles.2.1.scores gnibbles.3.0.scores gnibbles.3.1.scores gnibbles.4.0.scores gnibbles.4.1.scores gnobots2.classic_robots-safe.scores gnobots2.classic_robots-super-safe.scores gnobots2.classic_robots.scores gnobots2.nightmare-safe.scores gnobots2.nightmare-super-safe.scores gnobots2.nightmare.scores gnobots2.robots2-safe.scores gnobots2.robots2-super-safe.scores gnobots2.robots2.scores gnobots2.robots2_easy-safe.scores gnobots2.robots2_easy-super-safe.scores gnobots2.robots2_easy.scores gnobots2.robots_with_safe_teleport-safe.scores gnobots2.robots_with_safe_teleport-super-safe.scores gnobots2.robots_with_safe_teleport.scores gnome-stones.scores gnometris.scores gnomine.Custom.scores gnomine.Large.scores gnomine.Medium.scores gnomine.Small.scores gnotravex.2.scores gnotravex.3.scores gnotravex.4.scores gnotravex.5.scores gnotravex.6.scores gnotski.1.scores gnotski.11.scores gnotski.12.scores gnotski.13.scores gnotski.14.scores gnotski.15.scores gnotski.16.scores gnotski.17.scores gnotski.2.scores gnotski.21.scores gnotski.22.scores gnotski.23.scores gnotski.24.scores gnotski.25.scores gnotski.26.scores gnotski.3.scores gnotski.4.scores gnotski.5.scores gnotski.6.scores gnotski.7.scores gtali.scores iagno.b1.scores iagno.b2.scores iagno.b3.scores iagno.w1.scores iagno.w2.scores iagno.w3.scores mahjongg.difficult.scores mahjongg.easy.scores same-gnome.scores" + for i in ${SCORES}; do + if [ ! -f ${PKG_PREFIX}/share/gnome/games/${i} ]; then + touch -f ${PKG_PREFIX}/share/gnome/games/${i} + chown games:games ${PKG_PREFIX}/share/gnome/games/${i} + chmod 664 ${PKG_PREFIX}/share/gnome/games/${i} + fi + done +fi diff --git a/games/gnomegames2/pkg-plist b/games/gnomegames2/pkg-plist index 167c5cdae..c625a9de0 100644 --- a/games/gnomegames2/pkg-plist +++ b/games/gnomegames2/pkg-plist @@ -50,6 +50,7 @@ include/gdkcardimage/gdk-card-image.h lib/libgdkcardimage.a lib/libgdkcardimage.so lib/libgdkcardimage.so.1 +share/gnome/applications/blackjack.desktop share/gnome/applications/freecell.desktop share/gnome/applications/gataxx.desktop share/gnome/applications/glines.desktop @@ -66,71 +67,76 @@ share/gnome/applications/iagno.desktop share/gnome/applications/mahjongg.desktop share/gnome/applications/same-gnome.desktop share/gnome/applications/sol.desktop -share/gnome/games/glines.scores -share/gnome/games/gnibbles.1.0.scores -share/gnome/games/gnibbles.1.1.scores -share/gnome/games/gnibbles.2.0.scores -share/gnome/games/gnibbles.2.1.scores -share/gnome/games/gnibbles.3.0.scores -share/gnome/games/gnibbles.3.1.scores -share/gnome/games/gnibbles.4.0.scores -share/gnome/games/gnibbles.4.1.scores -share/gnome/games/gnobots2.classic_robots-safe.scores -share/gnome/games/gnobots2.classic_robots-super-safe.scores -share/gnome/games/gnobots2.classic_robots.scores -share/gnome/games/gnobots2.nightmare-safe.scores -share/gnome/games/gnobots2.nightmare-super-safe.scores -share/gnome/games/gnobots2.nightmare.scores -share/gnome/games/gnobots2.robots2-safe.scores -share/gnome/games/gnobots2.robots2-super-safe.scores -share/gnome/games/gnobots2.robots2.scores -share/gnome/games/gnobots2.robots2_easy-safe.scores -share/gnome/games/gnobots2.robots2_easy-super-safe.scores -share/gnome/games/gnobots2.robots2_easy.scores -share/gnome/games/gnobots2.robots_with_safe_teleport-safe.scores -share/gnome/games/gnobots2.robots_with_safe_teleport-super-safe.scores -share/gnome/games/gnobots2.robots_with_safe_teleport.scores -share/gnome/games/gnome-stones.scores -share/gnome/games/gnometris.scores -share/gnome/games/gnomine.Custom.scores -share/gnome/games/gnomine.Large.scores -share/gnome/games/gnomine.Medium.scores -share/gnome/games/gnomine.Small.scores -share/gnome/games/gnotravex.2x2.scores -share/gnome/games/gnotravex.3x3.scores -share/gnome/games/gnotravex.4x4.scores -share/gnome/games/gnotravex.5x5.scores -share/gnome/games/gnotravex.6x6.scores -share/gnome/games/gnotski.1.scores -share/gnome/games/gnotski.11.scores -share/gnome/games/gnotski.12.scores -share/gnome/games/gnotski.13.scores -share/gnome/games/gnotski.14.scores -share/gnome/games/gnotski.15.scores -share/gnome/games/gnotski.16.scores -share/gnome/games/gnotski.17.scores -share/gnome/games/gnotski.2.scores -share/gnome/games/gnotski.21.scores -share/gnome/games/gnotski.22.scores -share/gnome/games/gnotski.23.scores -share/gnome/games/gnotski.24.scores -share/gnome/games/gnotski.25.scores -share/gnome/games/gnotski.26.scores -share/gnome/games/gnotski.3.scores -share/gnome/games/gnotski.4.scores -share/gnome/games/gnotski.5.scores -share/gnome/games/gnotski.6.scores -share/gnome/games/gnotski.7.scores -share/gnome/games/gtali.scores -share/gnome/games/iagno.b1.scores -share/gnome/games/iagno.b2.scores -share/gnome/games/iagno.b3.scores -share/gnome/games/iagno.w1.scores -share/gnome/games/iagno.w2.scores -share/gnome/games/iagno.w3.scores -share/gnome/games/mahjongg.difficult.scores -share/gnome/games/mahjongg.easy.scores -share/gnome/games/same-gnome.scores +share/gnome/blackjack/Ameristar.rules +share/gnome/blackjack/Atlantic_City.rules +share/gnome/blackjack/Vegas_Downtown.rules +share/gnome/blackjack/Vegas_Strip.rules +share/gnome/blackjack/Vegas_Strip.rules.dat +@unexec [ -s %D/share/gnome/games/glines.scores ] || rm -f %D/share/gnome/games/glines.scores +@unexec [ -s %D/share/gnome/games/gnibbles.1.0.scores ] || rm -f %D/share/gnome/games/gnibbles.1.0.scores +@unexec [ -s %D/share/gnome/games/gnibbles.1.1.scores ] || rm -f %D/share/gnome/games/gnibbles.1.1.scores +@unexec [ -s %D/share/gnome/games/gnibbles.2.0.scores ] || rm -f %D/share/gnome/games/gnibbles.2.0.scores +@unexec [ -s %D/share/gnome/games/gnibbles.2.1.scores ] || rm -f %D/share/gnome/games/gnibbles.2.1.scores +@unexec [ -s %D/share/gnome/games/gnibbles.3.0.scores ] || rm -f %D/share/gnome/games/gnibbles.3.0.scores +@unexec [ -s %D/share/gnome/games/gnibbles.3.1.scores ] || rm -f %D/share/gnome/games/gnibbles.3.1.scores +@unexec [ -s %D/share/gnome/games/gnibbles.4.0.scores ] || rm -f %D/share/gnome/games/gnibbles.4.0.scores +@unexec [ -s %D/share/gnome/games/gnibbles.4.1.scores ] || rm -f %D/share/gnome/games/gnibbles.4.1.scores +@unexec [ -s %D/share/gnome/games/gnobots2.classic_robots-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.classic_robots-safe.scores +@unexec [ -s %D/share/gnome/games/gnobots2.classic_robots-super-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.classic_robots-super-safe.scores +@unexec [ -s %D/share/gnome/games/gnobots2.classic_robots.scores ] || rm -f %D/share/gnome/games/gnobots2.classic_robots.scores +@unexec [ -s %D/share/gnome/games/gnobots2.nightmare-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.nightmare-safe.scores +@unexec [ -s %D/share/gnome/games/gnobots2.nightmare-super-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.nightmare-super-safe.scores +@unexec [ -s %D/share/gnome/games/gnobots2.nightmare.scores ] || rm -f %D/share/gnome/games/gnobots2.nightmare.scores +@unexec [ -s %D/share/gnome/games/gnobots2.robots2-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots2-safe.scores +@unexec [ -s %D/share/gnome/games/gnobots2.robots2-super-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots2-super-safe.scores +@unexec [ -s %D/share/gnome/games/gnobots2.robots2.scores ] || rm -f %D/share/gnome/games/gnobots2.robots2.scores +@unexec [ -s %D/share/gnome/games/gnobots2.robots2_easy-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots2_easy-safe.scores +@unexec [ -s %D/share/gnome/games/gnobots2.robots2_easy-super-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots2_easy-super-safe.scores +@unexec [ -s %D/share/gnome/games/gnobots2.robots2_easy.scores ] || rm -f %D/share/gnome/games/gnobots2.robots2_easy.scores +@unexec [ -s %D/share/gnome/games/gnobots2.robots_with_safe_teleport-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots_with_safe_teleport-safe.scores +@unexec [ -s %D/share/gnome/games/gnobots2.robots_with_safe_teleport-super-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots_with_safe_teleport-super-safe.scores +@unexec [ -s %D/share/gnome/games/gnobots2.robots_with_safe_teleport.scores ] || rm -f %D/share/gnome/games/gnobots2.robots_with_safe_teleport.scores +@unexec [ -s %D/share/gnome/games/gnome-stones.scores ] || rm -f %D/share/gnome/games/gnome-stones.scores +@unexec [ -s %D/share/gnome/games/gnometris.scores ] || rm -f %D/share/gnome/games/gnometris.scores +@unexec [ -s %D/share/gnome/games/gnomine.Custom.scores ] || rm -f %D/share/gnome/games/gnomine.Custom.scores +@unexec [ -s %D/share/gnome/games/gnomine.Large.scores ] || rm -f %D/share/gnome/games/gnomine.Large.scores +@unexec [ -s %D/share/gnome/games/gnomine.Medium.scores ] || rm -f %D/share/gnome/games/gnomine.Medium.scores +@unexec [ -s %D/share/gnome/games/gnomine.Small.scores ] || rm -f %D/share/gnome/games/gnomine.Small.scores +@unexec [ -s %D/share/gnome/games/gnotravex.2.scores ] || rm -f %D/share/gnome/games/gnotravex.2.scores +@unexec [ -s %D/share/gnome/games/gnotravex.3.scores ] || rm -f %D/share/gnome/games/gnotravex.3.scores +@unexec [ -s %D/share/gnome/games/gnotravex.4.scores ] || rm -f %D/share/gnome/games/gnotravex.4.scores +@unexec [ -s %D/share/gnome/games/gnotravex.5.scores ] || rm -f %D/share/gnome/games/gnotravex.5.scores +@unexec [ -s %D/share/gnome/games/gnotravex.6.scores ] || rm -f %D/share/gnome/games/gnotravex.6.scores +@unexec [ -s %D/share/gnome/games/gnotski.1.scores ] || rm -f %D/share/gnome/games/gnotski.1.scores +@unexec [ -s %D/share/gnome/games/gnotski.11.scores ] || rm -f %D/share/gnome/games/gnotski.11.scores +@unexec [ -s %D/share/gnome/games/gnotski.12.scores ] || rm -f %D/share/gnome/games/gnotski.12.scores +@unexec [ -s %D/share/gnome/games/gnotski.13.scores ] || rm -f %D/share/gnome/games/gnotski.13.scores +@unexec [ -s %D/share/gnome/games/gnotski.14.scores ] || rm -f %D/share/gnome/games/gnotski.14.scores +@unexec [ -s %D/share/gnome/games/gnotski.15.scores ] || rm -f %D/share/gnome/games/gnotski.15.scores +@unexec [ -s %D/share/gnome/games/gnotski.16.scores ] || rm -f %D/share/gnome/games/gnotski.16.scores +@unexec [ -s %D/share/gnome/games/gnotski.17.scores ] || rm -f %D/share/gnome/games/gnotski.17.scores +@unexec [ -s %D/share/gnome/games/gnotski.2.scores ] || rm -f %D/share/gnome/games/gnotski.2.scores +@unexec [ -s %D/share/gnome/games/gnotski.21.scores ] || rm -f %D/share/gnome/games/gnotski.21.scores +@unexec [ -s %D/share/gnome/games/gnotski.22.scores ] || rm -f %D/share/gnome/games/gnotski.22.scores +@unexec [ -s %D/share/gnome/games/gnotski.23.scores ] || rm -f %D/share/gnome/games/gnotski.23.scores +@unexec [ -s %D/share/gnome/games/gnotski.24.scores ] || rm -f %D/share/gnome/games/gnotski.24.scores +@unexec [ -s %D/share/gnome/games/gnotski.25.scores ] || rm -f %D/share/gnome/games/gnotski.25.scores +@unexec [ -s %D/share/gnome/games/gnotski.26.scores ] || rm -f %D/share/gnome/games/gnotski.26.scores +@unexec [ -s %D/share/gnome/games/gnotski.3.scores ] || rm -f %D/share/gnome/games/gnotski.3.scores +@unexec [ -s %D/share/gnome/games/gnotski.4.scores ] || rm -f %D/share/gnome/games/gnotski.4.scores +@unexec [ -s %D/share/gnome/games/gnotski.5.scores ] || rm -f %D/share/gnome/games/gnotski.5.scores +@unexec [ -s %D/share/gnome/games/gnotski.6.scores ] || rm -f %D/share/gnome/games/gnotski.6.scores +@unexec [ -s %D/share/gnome/games/gnotski.7.scores ] || rm -f %D/share/gnome/games/gnotski.7.scores +@unexec [ -s %D/share/gnome/games/gtali.scores ] || rm -f %D/share/gnome/games/gtali.scores +@unexec [ -s %D/share/gnome/games/iagno.b1.scores ] || rm -f %D/share/gnome/games/iagno.b1.scores +@unexec [ -s %D/share/gnome/games/iagno.b2.scores ] || rm -f %D/share/gnome/games/iagno.b2.scores +@unexec [ -s %D/share/gnome/games/iagno.b3.scores ] || rm -f %D/share/gnome/games/iagno.b3.scores +@unexec [ -s %D/share/gnome/games/iagno.w1.scores ] || rm -f %D/share/gnome/games/iagno.w1.scores +@unexec [ -s %D/share/gnome/games/iagno.w2.scores ] || rm -f %D/share/gnome/games/iagno.w2.scores +@unexec [ -s %D/share/gnome/games/iagno.w3.scores ] || rm -f %D/share/gnome/games/iagno.w3.scores +@unexec [ -s %D/share/gnome/games/mahjongg.difficult.scores ] || rm -f %D/share/gnome/games/mahjongg.difficult.scores +@unexec [ -s %D/share/gnome/games/mahjongg.easy.scores ] || rm -f %D/share/gnome/games/mahjongg.easy.scores +@unexec [ -s %D/share/gnome/games/same-gnome.scores ] || rm -f %D/share/gnome/games/same-gnome.scores share/gnome/gnect/catseyes_40x40.gnect share/gnome/gnect/classic_40x40.gnect share/gnome/gnect/classic_50x50.gnect @@ -262,6 +268,10 @@ share/gnome/help/aisleriot/C/will_o_the_wisp.xml share/gnome/help/aisleriot/C/yield.xml share/gnome/help/aisleriot/C/yukon.xml share/gnome/help/aisleriot/C/zebra.xml +share/gnome/help/blackjack/C/blackjack.xml +share/gnome/help/blackjack/C/figures/blackjack_start_window.png +share/gnome/help/blackjack/C/figures/blackjack_win_window.png +share/gnome/help/blackjack/C/legal.xml share/gnome/help/gataxx/C/figures/gataxx-legalmoves.png share/gnome/help/gataxx/C/figures/gataxx-prefs.png share/gnome/help/gataxx/C/figures/gataxx-startgame.png @@ -354,6 +364,8 @@ share/gnome/mime-info/gnome-stones.keys share/gnome/mime-info/gnome-stones.mime share/gnome/omf/gnome-games/aisleriot-C.omf @exec scrollkeeper-install -q %D/share/gnome/omf/gnome-games/aisleriot-C.omf 2>/dev/null || /usr/bin/true +share/gnome/omf/gnome-games/blackjack-C.omf +@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-games/blackjack-C.omf 2>/dev/null || /usr/bin/true share/gnome/omf/gnome-games/gataxx-C.omf @exec scrollkeeper-install -q %D/share/gnome/omf/gnome-games/gataxx-C.omf 2>/dev/null || /usr/bin/true share/gnome/omf/gnome-games/glines-C.omf @@ -380,18 +392,29 @@ share/gnome/omf/gnome-games/mahjongg-C.omf @exec scrollkeeper-install -q %D/share/gnome/omf/gnome-games/mahjongg-C.omf 2>/dev/null || /usr/bin/true share/gnome/omf/gnome-games/same-gnome-C.omf @exec scrollkeeper-install -q %D/share/gnome/omf/gnome-games/same-gnome-C.omf 2>/dev/null || /usr/bin/true +share/gnome/pixmaps/blackjack/baize.png +share/gnome/pixmaps/blackjack/blackjack-splash.png +share/gnome/pixmaps/blackjack/chip-1.png +share/gnome/pixmaps/blackjack/chip-100.png +share/gnome/pixmaps/blackjack/chip-25.png +share/gnome/pixmaps/blackjack/chip-5.png +share/gnome/pixmaps/cards/backs/antique-red.png share/gnome/pixmaps/cards/backs/beige.png +share/gnome/pixmaps/cards/backs/dondorf-flower.png share/gnome/pixmaps/cards/backs/face.png share/gnome/pixmaps/cards/backs/grey.png share/gnome/pixmaps/cards/backs/rods.png +share/gnome/pixmaps/cards/backs/tux.png share/gnome/pixmaps/cards/baize.png share/gnome/pixmaps/cards/honors/bonded.png +share/gnome/pixmaps/cards/honors/dondorf.png share/gnome/pixmaps/cards/honors/xpat.png share/gnome/pixmaps/cards/jokers/gnome.png share/gnome/pixmaps/cards/ranks/bold-09x14.png share/gnome/pixmaps/cards/ranks/fine-07x12.png share/gnome/pixmaps/cards/slots/hand.png share/gnome/pixmaps/cards/slots/plain.png +share/gnome/pixmaps/cards/slots/white-outline.png share/gnome/pixmaps/cards/splash.png share/gnome/pixmaps/cards/suits_large/knuth-09x10.png share/gnome/pixmaps/cards/suits_large/knuth-15x19.png @@ -455,6 +478,7 @@ share/gnome/pixmaps/gnobots2/splat.png share/gnome/pixmaps/gnobots2/windows.png share/gnome/pixmaps/gnobots2/yahoo.png share/gnome/pixmaps/gnome-aisleriot.png +share/gnome/pixmaps/gnome-blackjack.png share/gnome/pixmaps/gnome-cardgame.png share/gnome/pixmaps/gnome-die1.png share/gnome/pixmaps/gnome-die2.png @@ -496,20 +520,20 @@ share/gnome/pixmaps/gnometris/7blocks-tig.png share/gnome/pixmaps/gnometris/7blocks.png share/gnome/pixmaps/gnometris/7stones-gn.png share/gnome/pixmaps/gnometris/7stones2-gn.png -share/gnome/pixmaps/gnometris/bg/dog-bg.png -share/gnome/pixmaps/gnometris/bg/fishy-bg.png -share/gnome/pixmaps/gnometris/bg/geschier-bg.png -share/gnome/pixmaps/gnometris/bg/gitter-bg.png -share/gnome/pixmaps/gnometris/bg/gnometris-bg.png -share/gnome/pixmaps/gnometris/bg/greyprint-bg.png -share/gnome/pixmaps/gnometris/bg/leaves-bg.png -share/gnome/pixmaps/gnometris/bg/rhinoceros-bg.png -share/gnome/pixmaps/gnometris/bg/scrcow-bg.png -share/gnome/pixmaps/gnometris/bg/sweet-bg.png -share/gnome/pixmaps/gnometris/bg/trees-bg.png -share/gnome/pixmaps/gnometris/bg/vortex-bg.png -share/gnome/pixmaps/gnometris/bg/watery-bg.png -share/gnome/pixmaps/gnometris/bg/weirdo-bg.png +share/gnome/pixmaps/gnometris/bg/dog-bg.jpg +share/gnome/pixmaps/gnometris/bg/fishy-bg.jpg +share/gnome/pixmaps/gnometris/bg/geschier-bg.jpg +share/gnome/pixmaps/gnometris/bg/gitter-bg.jpg +share/gnome/pixmaps/gnometris/bg/gnometris-bg.jpg +share/gnome/pixmaps/gnometris/bg/greyprint-bg.jpg +share/gnome/pixmaps/gnometris/bg/leaves-bg.jpg +share/gnome/pixmaps/gnometris/bg/rhinoceros-bg.jpg +share/gnome/pixmaps/gnometris/bg/scrcow-bg.jpg +share/gnome/pixmaps/gnometris/bg/sweet-bg.jpg +share/gnome/pixmaps/gnometris/bg/trees-bg.jpg +share/gnome/pixmaps/gnometris/bg/vortex-bg.jpg +share/gnome/pixmaps/gnometris/bg/watery-bg.jpg +share/gnome/pixmaps/gnometris/bg/weirdo-bg.jpg share/gnome/pixmaps/gnomine/face-cool.xpm share/gnome/pixmaps/gnomine/face-sad.xpm share/gnome/pixmaps/gnomine/face-smile.xpm @@ -645,6 +669,7 @@ share/locale/bg/LC_MESSAGES/gnome-games.mo share/locale/bn/LC_MESSAGES/gnome-games.mo share/locale/ca/LC_MESSAGES/gnome-games.mo share/locale/cs/LC_MESSAGES/gnome-games.mo +share/locale/cy/LC_MESSAGES/gnome-games.mo share/locale/da/LC_MESSAGES/gnome-games.mo share/locale/de/LC_MESSAGES/gnome-games.mo share/locale/el/LC_MESSAGES/gnome-games.mo @@ -689,6 +714,7 @@ share/locale/zh_CN/LC_MESSAGES/gnome-games.mo share/locale/zh_TW/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/sounds/gnome-stones @dirrm share/gnome/pixmaps/gnomine +@dirrm share/gnome/pixmaps/blackjack @dirrm share/gnome/help/same-gnome/C/figures @dirrm share/gnome/help/gnotski/C/figures @dirrm share/gnome/help/gnotski/C @@ -699,6 +725,7 @@ share/locale/zh_TW/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/help/glines/C/figures @dirrm share/gnome/help/glines/C @dirrm share/gnome/help/glines +@dirrm share/gnome/blackjack @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/same-gnome @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mahjongg @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/iagno @@ -720,6 +747,7 @@ share/locale/zh_TW/LC_MESSAGES/gnome-games.mo @dirrm etc/gconf/gconf.xml.defaults/apps/gnect @dirrm etc/gconf/gconf.xml.defaults/apps/gataxx @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/aisleriot-C.omf 2>/dev/null || /usr/bin/true +@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/blackjack-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/gataxx-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/glines-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-games/gnect-C.omf 2>/dev/null || /usr/bin/true |