diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-20 08:41:35 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-20 08:41:35 +0800 |
commit | 995b2c429b32d258c6c989f43816303b6f9b5f0e (patch) | |
tree | 3dce0c1dd37e96d65c371c9904433a170976697a /games/gnomegames2/files | |
parent | 2d33609538572c7ad423ea9fd55c791436e87c0b (diff) | |
download | marcuscom-ports-995b2c429b32d258c6c989f43816303b6f9b5f0e.tar marcuscom-ports-995b2c429b32d258c6c989f43816303b6f9b5f0e.tar.gz marcuscom-ports-995b2c429b32d258c6c989f43816303b6f9b5f0e.tar.bz2 marcuscom-ports-995b2c429b32d258c6c989f43816303b6f9b5f0e.tar.lz marcuscom-ports-995b2c429b32d258c6c989f43816303b6f9b5f0e.tar.xz marcuscom-ports-995b2c429b32d258c6c989f43816303b6f9b5f0e.tar.zst marcuscom-ports-995b2c429b32d258c6c989f43816303b6f9b5f0e.zip |
Update to 2.5.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1341 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnomegames2/files')
-rw-r--r-- | games/gnomegames2/files/patch-ab | 11 | ||||
-rw-r--r-- | games/gnomegames2/files/patch-ac | 11 | ||||
-rw-r--r-- | games/gnomegames2/files/patch-configure | 28 | ||||
-rw-r--r-- | games/gnomegames2/files/patch-gnome-stones_Makefile.in | 11 | ||||
-rw-r--r-- | games/gnomegames2/files/patch-gtali_Makefile.in | 11 |
5 files changed, 72 insertions, 0 deletions
diff --git a/games/gnomegames2/files/patch-ab b/games/gnomegames2/files/patch-ab new file mode 100644 index 000000000..67cea1ce8 --- /dev/null +++ b/games/gnomegames2/files/patch-ab @@ -0,0 +1,11 @@ +--- 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 new file mode 100644 index 000000000..4f62486fb --- /dev/null +++ b/games/gnomegames2/files/patch-ac @@ -0,0 +1,11 @@ +--- gdk-card-image/Makefile.in.orig Wed May 8 16:32:35 2002 ++++ gdk-card-image/Makefile.in Wed May 8 16:32:41 2002 +@@ -164,7 +164,7 @@ + libgdkcardimage_la_SOURCES = gdk-card-image.c + libgdkcardimageincludedir = $(includedir)/gdkcardimage + libgdkcardimageinclude_HEADERS = gdk-card-image.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@ + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../../config.h diff --git a/games/gnomegames2/files/patch-configure b/games/gnomegames2/files/patch-configure new file mode 100644 index 000000000..ad46f4ce2 --- /dev/null +++ b/games/gnomegames2/files/patch-configure @@ -0,0 +1,28 @@ +--- configure.orig Wed Nov 19 05:43:17 2003 ++++ configure Wed Nov 19 18:58:16 2003 +@@ -18545,6 +18545,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -18622,7 +18623,7 @@ + + + +-if test "x$CXX_PRESENT" == xyes; then ++if test "x$CXX_PRESENT" = xyes; then + HAVE_CXX_TRUE= + HAVE_CXX_FALSE='#' + else +@@ -22454,7 +22455,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 new file mode 100644 index 000000000..92fbe9e88 --- /dev/null +++ b/games/gnomegames2/files/patch-gnome-stones_Makefile.in @@ -0,0 +1,11 @@ +--- 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 diff --git a/games/gnomegames2/files/patch-gtali_Makefile.in b/games/gnomegames2/files/patch-gtali_Makefile.in new file mode 100644 index 000000000..38ba5b719 --- /dev/null +++ b/games/gnomegames2/files/patch-gtali_Makefile.in @@ -0,0 +1,11 @@ +--- gtali/Makefile.in.orig Wed Nov 19 19:18:18 2003 ++++ gtali/Makefile.in Wed Nov 19 19:18:26 2003 +@@ -688,7 +688,7 @@ + @INTLTOOL_DESKTOP_RULE@ + + install-data-local: +-@GCONF_SCHEMAS_INSTALL_TRUE@ -GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_buildir)/gtali/$(schema_DATA) ++@GCONF_SCHEMAS_INSTALL_TRUE@ -GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/gtali/$(schema_DATA) + -$(mkinstalldirs) $(DESTDIR)$(scoredir) + -touch $(DESTDIR)$(scoredir)/gtali.scores + -chown $(scores_user):$(scores_group) $(DESTDIR)$(scoredir)/gtali.scores |