summaryrefslogtreecommitdiffstats
path: root/games/gnomegames2/files
diff options
context:
space:
mode:
Diffstat (limited to 'games/gnomegames2/files')
-rw-r--r--games/gnomegames2/files/patch-ab11
-rw-r--r--games/gnomegames2/files/patch-ac11
-rw-r--r--games/gnomegames2/files/patch-aisleriot::sol.c37
-rw-r--r--games/gnomegames2/files/patch-configure11
-rw-r--r--games/gnomegames2/files/patch-gnome-stones_Makefile.in11
5 files changed, 0 insertions, 81 deletions
diff --git a/games/gnomegames2/files/patch-ab b/games/gnomegames2/files/patch-ab
deleted file mode 100644
index 67cea1ce8..000000000
--- a/games/gnomegames2/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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) \
diff --git a/games/gnomegames2/files/patch-ac b/games/gnomegames2/files/patch-ac
deleted file mode 100644
index 2605cefdf..000000000
--- a/games/gnomegames2/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- gdk-card-image/Makefile.in.orig Wed Dec 10 11:44:58 2003
-+++ gdk-card-image/Makefile.in Wed Dec 10 11:45:48 2003
-@@ -243,7 +243,7 @@
- libgdkcardimage_la_SOURCES = gdk-card-image.c card-style-file.c
- libgdkcardimageincludedir = $(includedir)/gdkcardimage
- libgdkcardimageinclude_HEADERS = gdk-card-image.h card-style-file.h
--libgdkcardimage_la_LDFLAGS = -version-info 0:0:0
-+libgdkcardimage_la_LDFLAGS = -version-info 1:0:0
- libgdkcardimage_la_LIBADD = $(GNOME_GAMES_LIBS) @UCB_LDFLAGS@
- subdir = gdk-card-image
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff --git a/games/gnomegames2/files/patch-aisleriot::sol.c b/games/gnomegames2/files/patch-aisleriot::sol.c
deleted file mode 100644
index 7a281c20a..000000000
--- a/games/gnomegames2/files/patch-aisleriot::sol.c
+++ /dev/null
@@ -1,37 +0,0 @@
---- aisleriot/sol.c.orig Wed Oct 1 20:19:36 2003
-+++ aisleriot/sol.c Tue Nov 25 16:30:44 2003
-@@ -83,6 +83,15 @@
- #define DEFAULT_VARIATION "klondike.scm"
- #define GNOME_SESSION_BUG
-
-+gchar* game_file_to_variation (const gchar* file)
-+{
-+ char* p, *buf = g_path_get_basename(file);
-+
-+ if ((p = strrchr (buf, '.'))) *p = '\0';
-+
-+ return buf;
-+}
-+
- gchar* game_file_to_name (const gchar* file)
- {
- char* p, *buf = g_path_get_basename(file);
-@@ -545,14 +554,14 @@
- n_games = 0;
-
- for (i = 0; i < n_games; i++) {
-- gchar *game_name = game_file_to_name (game_dents[i]->d_name);
-- if (!strcasecmp (variation, game_name)) {
-+ gchar *game_variation = game_file_to_variation (game_dents[i]->d_name);
-+ if (!strcasecmp (variation, game_variation)) {
- dont_save = TRUE;
- start_game = g_strdup ((gchar*) game_dents[i]->d_name);
-- g_free (game_name);
-+ g_free (game_variation);
- break;
- }
-- g_free (game_name);
-+ g_free (game_variation);
- }
-
- gh_enter(argc, argv, main_prog);
diff --git a/games/gnomegames2/files/patch-configure b/games/gnomegames2/files/patch-configure
deleted file mode 100644
index f8413ef3c..000000000
--- a/games/gnomegames2/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Wed Dec 17 11:58:34 2003
-+++ configure Wed Dec 17 11:58:35 2003
-@@ -22452,7 +22452,7 @@
- else
-
- cat >>confdefs.h <<_ACEOF
--#define GNOME_ICONDIR "${prefix}/share/pixmaps"
-+#define GNOME_ICONDIR "${datadir}/pixmaps"
- _ACEOF
-
- fi
diff --git a/games/gnomegames2/files/patch-gnome-stones_Makefile.in b/games/gnomegames2/files/patch-gnome-stones_Makefile.in
deleted file mode 100644
index 92fbe9e88..000000000
--- a/games/gnomegames2/files/patch-gnome-stones_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- gnome-stones/Makefile.in.orig Tue Jul 23 20:37:40 2002
-+++ gnome-stones/Makefile.in Tue Jul 23 20:38:10 2002
-@@ -202,7 +202,7 @@
- Caves_in_files = default.caves.in tutorial.caves.in gnomekoban.caves.in atari.caves.in
- Caves_DATA = $(Caves_in_files:.caves.in=.caves)
-
--gtkrcdir = $(datadir)
-+gtkrcdir = $(datadir)/gnome-stones
- gtkrc_DATA = gnome-stonesrc gnome-stonesrc.ko
-
- Mimedir = $(datadir)/mime-info