Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23895/10.4/unstable/main/finkinfo/gnome

Modified Files:
        gnome-games.info gnome-games.patch 
Log Message:
Remove now-fixed and no-longer-needed stuff from .patch


Index: gnome-games.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gnome-games.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gnome-games.info    20 Feb 2006 22:01:17 -0000      1.2
+++ gnome-games.info    21 Feb 2006 19:34:43 -0000      1.3
@@ -117,12 +117,6 @@
 
   Add patch to prevent game_server symbol collisions. See:
   http://bugzilla.gnome.org/show_bug.cgi?id=315473
-
-  Shuffle *_LDADD to put $(GNOME_GAMES_LIB) last. I don't know why.
-
-  Fix xml formatting error in /schemas/apps/gtali/PlayerNames for
-  locale="fa" that caused a gconftool warning during package
-  installation. See: http://bugzilla.gnome.org/show_bug.cgi?id=315572
 <<
 DescPackaging: <<
   gnome-games 2.12.0 dropped the shared library (no other packages

Index: gnome-games.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gnome-games.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gnome-games.patch   14 Feb 2006 18:34:26 -0000      1.1
+++ gnome-games.patch   21 Feb 2006 19:34:43 -0000      1.2
@@ -1,141 +1,3 @@
-diff -Nurd -x'*~' gnome-games-2.12.0.orig/aisleriot/Makefile.in 
gnome-games-2.12.0/aisleriot/Makefile.in
---- gnome-games-2.12.0.orig/aisleriot/Makefile.in      2005-09-05 
03:51:11.000000000 -0400
-+++ gnome-games-2.12.0/aisleriot/Makefile.in   2005-09-08 14:40:45.000000000 
-0400
-@@ -255,10 +255,10 @@
-       statistics.h
- 
- 
--sol_LDADD = $(GNOME_GAMES_LIBS) \
-+sol_LDADD = \
-       $(GLADE_LIBS)                              \
--      $(GUILE_LDFLAGS) 
--
-+      $(GUILE_LDFLAGS) \
-+      $(GNOME_GAMES_LIBS)
- 
- glade_DATA = \
-       statistics.glade
-diff -Nurd -x'*~' gnome-games-2.12.0.orig/blackjack/src/Makefile.in 
gnome-games-2.12.0/blackjack/src/Makefile.in
---- gnome-games-2.12.0.orig/blackjack/src/Makefile.in  2005-09-05 
03:51:12.000000000 -0400
-+++ gnome-games-2.12.0/blackjack/src/Makefile.in       2005-09-08 
14:40:29.000000000 -0400
-@@ -250,8 +250,8 @@
- 
- 
- blackjack_LDADD = \
--      $(GNOME_GAMES_LIBS)                             \
--      ../../libgames-support/libgames-support.la      
-+      ../../libgames-support/libgames-support.la \
-+      $(GNOME_GAMES_LIBS)
- 
- subdir = blackjack/src
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-diff -Nurd -x'*~' gnome-games-2.12.0.orig/gataxx/Makefile.in 
gnome-games-2.12.0/gataxx/Makefile.in
---- gnome-games-2.12.0.orig/gataxx/Makefile.in 2005-09-05 03:51:12.000000000 
-0400
-+++ gnome-games-2.12.0/gataxx/Makefile.in      2005-09-08 14:40:21.000000000 
-0400
-@@ -235,9 +235,9 @@
-       properties.h
- 
- 
--gataxx_LDADD = $(GNOME_GAMES_LIBS) \
--      ../libgames-support/libgames-support.la
--
-+gataxx_LDADD = \
-+      ../libgames-support/libgames-support.la \
-+      $(GNOME_GAMES_LIBS)
- 
- appicon_DATA = gataxx.png
- 
-diff -Nurd -x'*~' gnome-games-2.12.0.orig/glines/Makefile.in 
gnome-games-2.12.0/glines/Makefile.in
---- gnome-games-2.12.0.orig/glines/Makefile.in 2005-09-05 03:51:12.000000000 
-0400
-+++ gnome-games-2.12.0/glines/Makefile.in      2005-09-08 14:40:11.000000000 
-0400
-@@ -231,9 +231,9 @@
- 
- 
- glines_LDADD = \
--      $(GNOME_GAMES_LIBS) \
-       ../libgames-support/libgames-support.la \
--      $(INTLLIBS)
-+      $(INTLLIBS) \
-+      $(GNOME_GAMES_LIBS)
- 
- 
- pixmap_DATA = balls.svg shapes.svg
-diff -Nurd -x'*~' gnome-games-2.12.0.orig/gnect/src/Makefile.in 
gnome-games-2.12.0/gnect/src/Makefile.in
---- gnome-games-2.12.0.orig/gnect/src/Makefile.in      2005-09-05 
03:51:13.000000000 -0400
-+++ gnome-games-2.12.0/gnect/src/Makefile.in   2005-09-08 14:40:02.000000000 
-0400
-@@ -243,8 +243,8 @@
- 
- gnect_LDADD = \
-       ../../libgames-support/libgames-support.la         \
--      $(GNOME_GAMES_LIBS)     \
--      $(INTLLIBS)
-+      $(INTLLIBS) \
-+      $(GNOME_GAMES_LIBS)
- 
- subdir = gnect/src
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-diff -Nurd -x'*~' gnome-games-2.12.0.orig/gnibbles/Makefile.in 
gnome-games-2.12.0/gnibbles/Makefile.in
---- gnome-games-2.12.0.orig/gnibbles/Makefile.in       2005-09-05 
03:51:13.000000000 -0400
-+++ gnome-games-2.12.0/gnibbles/Makefile.in    2005-09-08 14:39:56.000000000 
-0400
-@@ -250,9 +250,9 @@
- 
- 
- gnibbles_LDADD = \
--      $(GNOME_GAMES_LIBS) \
-       ../libgames-support/libgames-support.la \
--      $(INTLLIBS)
-+      $(INTLLIBS) \
-+      $(GNOME_GAMES_LIBS)
- 
- 
- pixmap_DATA = \
-diff -Nurd -x'*~' gnome-games-2.12.0.orig/gnobots2/Makefile.in 
gnome-games-2.12.0/gnobots2/Makefile.in
---- gnome-games-2.12.0.orig/gnobots2/Makefile.in       2005-09-05 
03:51:13.000000000 -0400
-+++ gnome-games-2.12.0/gnobots2/Makefile.in    2005-09-08 14:39:46.000000000 
-0400
-@@ -256,9 +256,9 @@
- 
- 
- gnobots2_LDADD = \
--      $(GNOME_GAMES_LIBS) \
-       ../libgames-support/libgames-support.la \
--      $(INTLLIBS)
-+      $(INTLLIBS) \
-+      $(GNOME_GAMES_LIBS)
- 
- 
- appicon_DATA = gnome-gnobots2.png teleport.png rteleport.png
-diff -Nurd -x'*~' gnome-games-2.12.0.orig/gnome-stones/Makefile.in 
gnome-games-2.12.0/gnome-stones/Makefile.in
---- gnome-games-2.12.0.orig/gnome-stones/Makefile.in   2005-09-05 
03:51:13.000000000 -0400
-+++ gnome-games-2.12.0/gnome-stones/Makefile.in        2005-09-08 
14:39:41.000000000 -0400
-@@ -256,10 +256,10 @@
- 
- 
- gnome_stones_LDADD = \
--      $(GNOME_GAMES_LIBS)                     \
-       ../libgames-support/libgames-support.la \
-       $(ESD_LIBS)                             \
--      $(INTLLIBS)
-+      $(INTLLIBS) \
-+      $(GNOME_GAMES_LIBS)
- 
- 
- gnome_stones_LDFLAGS = -export-dynamic
-diff -Nurd -x'*~' gnome-games-2.12.0.orig/gnometris/Makefile.in 
gnome-games-2.12.0/gnometris/Makefile.in
---- gnome-games-2.12.0.orig/gnometris/Makefile.in      2005-09-05 
03:51:14.000000000 -0400
-+++ gnome-games-2.12.0/gnometris/Makefile.in   2005-09-08 14:39:34.000000000 
-0400
-@@ -250,10 +250,10 @@
- 
- 
- gnometris_LDADD = \
--      $(GNOME_GAMES_LIBS) \
-       ../libgames-support/libgames-support.la \
-       $(ESD_LIBS) \
--      $(INTLLIBS)
-+      $(INTLLIBS) \
-+      $(GNOME_GAMES_LIBS)
- 
- 
- Games_in_files = gnometris.desktop.in
 diff -Nurd -x'*~' gnome-games-2.12.0.orig/gnomine/Makefile.in 
gnome-games-2.12.0/gnomine/Makefile.in
 --- gnome-games-2.12.0.orig/gnomine/Makefile.in        2005-09-05 
03:51:14.000000000 -0400
 +++ gnome-games-2.12.0/gnomine/Makefile.in     2005-09-08 19:27:12.000000000 
-0400
@@ -149,15 +11,8 @@
  
  
  bin_PROGRAMS = gnomine
-@@ -230,12 +229,12 @@
- 
- 
- gnomine_LDADD = \
--      $(GNOME_GAMES_LIBS) \
-       ../libgames-support/libgames-support.la \
--      $(INTLLIBS) 
-+      $(INTLLIBS) \
-+      $(GNOME_GAMES_LIBS)
+@@ -235,7 +234,7 @@
+       $(INTLLIBS) 
  
  
 -gnomine_LDFLAGS = `pkg-config --libs gstreamer-0.8`
@@ -165,80 +20,6 @@
  
  schemadir = @GCONF_SCHEMA_FILE_DIR@
  schema_in_files = gnomine.schemas.in
-diff -Nurd -x'*~' gnome-games-2.12.0.orig/gnotravex/Makefile.in 
gnome-games-2.12.0/gnotravex/Makefile.in
---- gnome-games-2.12.0.orig/gnotravex/Makefile.in      2005-09-05 
03:51:14.000000000 -0400
-+++ gnome-games-2.12.0/gnotravex/Makefile.in   2005-09-08 14:38:17.000000000 
-0400
-@@ -228,9 +228,9 @@
- 
- 
- gnotravex_LDADD = \
--      $(GNOME_GAMES_LIBS) \
-       ../libgames-support/libgames-support.la \
--      $(INTLLIBS) 
-+      $(INTLLIBS) \
-+      $(GNOME_GAMES_LIBS)
- 
- 
- sharedpixmap_DATA = gnome-gnotravex.png
-diff -Nurd -x'*~' gnome-games-2.12.0.orig/gnotski/Makefile.in 
gnome-games-2.12.0/gnotski/Makefile.in
---- gnome-games-2.12.0.orig/gnotski/Makefile.in        2005-09-05 
03:51:14.000000000 -0400
-+++ gnome-games-2.12.0/gnotski/Makefile.in     2005-09-08 14:38:11.000000000 
-0400
-@@ -231,8 +231,8 @@
- 
- 
- gnotski_LDADD = \
--      $(GNOME_GAMES_LIBS) \
--      $(INTLLIBS) 
-+      $(INTLLIBS) \
-+      $(GNOME_GAMES_LIBS)
- 
- 
- pixmap_DATA = gnotski.svg gnotski-icon.png
-diff -Nurd -x'*~' gnome-games-2.12.0.orig/gtali/Makefile.in 
gnome-games-2.12.0/gtali/Makefile.in
---- gnome-games-2.12.0.orig/gtali/Makefile.in  2005-09-05 03:51:15.000000000 
-0400
-+++ gnome-games-2.12.0/gtali/Makefile.in       2005-09-08 14:38:05.000000000 
-0400
-@@ -232,9 +232,9 @@
- 
- 
- gtali_LDADD = \
--      $(GNOME_GAMES_LIBS) \
-       ../libgames-support/libgames-support.la \
--      $(INTLLIBS)
-+      $(INTLLIBS) \
-+      $(GNOME_GAMES_LIBS)
- 
- 
- schemadir = @GCONF_SCHEMA_FILE_DIR@
-diff -Nurd -x'*~' gnome-games-2.12.0.orig/iagno/Makefile.in 
gnome-games-2.12.0/iagno/Makefile.in
---- gnome-games-2.12.0.orig/iagno/Makefile.in  2005-09-05 03:51:16.000000000 
-0400
-+++ gnome-games-2.12.0/iagno/Makefile.in       2005-09-08 14:37:58.000000000 
-0400
-@@ -233,9 +233,9 @@
- 
- 
- iagno_LDADD = \
--      $(GNOME_GAMES_LIBS) \
-       ../libgames-support/libgames-support.la \
--      $(INTLLIBS)
-+      $(INTLLIBS) \
-+      $(GNOME_GAMES_LIBS)
- 
- 
- pixmap_DATA = \
-diff -Nurd -x'*~' gnome-games-2.12.0.orig/mahjongg/Makefile.in 
gnome-games-2.12.0/mahjongg/Makefile.in
---- gnome-games-2.12.0.orig/mahjongg/Makefile.in       2005-09-05 
03:51:16.000000000 -0400
-+++ gnome-games-2.12.0/mahjongg/Makefile.in    2005-09-08 14:37:22.000000000 
-0400
-@@ -241,9 +241,9 @@
- 
- 
- mahjongg_LDADD = \
--      $(GNOME_GAMES_LIBS)                             \
-       ../libgames-support/libgames-support.la         \
--      $(INTLLIBS)
-+      $(INTLLIBS) \
-+      $(GNOME_GAMES_LIBS)
- 
- 
- map_DATA = mahjongg.map
 diff -Nurd -x'*~' gnome-games-2.12.0.orig/po/Makefile.in.in 
gnome-games-2.12.0/po/Makefile.in.in
 --- gnome-games-2.12.0.orig/po/Makefile.in.in  2005-09-05 03:51:06.000000000 
-0400
 +++ gnome-games-2.12.0/po/Makefile.in.in       2005-09-08 14:46:05.000000000 
-0400
@@ -251,29 +32,3 @@
  gnulocaledir = $(datadir)/locale
  gettextsrcdir = $(datadir)/glib-2.0/gettext/po
  subdir = po
-diff -Nurd -x'*~' gnome-games-2.12.0.orig/po/fa.po gnome-games-2.12.0/po/fa.po
---- gnome-games-2.12.0.orig/po/fa.po   2005-08-27 10:45:50.000000000 -0400
-+++ gnome-games-2.12.0/po/fa.po        2005-09-08 15:59:18.000000000 -0400
-@@ -4543,7 +4543,7 @@
- 
- #: ../gtali/gtali.schemas.in.h:5
- msgid "[Human,Wilber,Bill,Monica,Kenneth,Janet]"
--msgstr "{انسان،ویلبر،بیل،مونیکا،کِنِت،جنت}"
-+msgstr "[انسان،ویلبر،بیل،مونیکا،کِنِت،جنت]"
- 
- #: ../gtali/gyahtzee.c:118
- msgid "The game is a draw!"
-diff -Nurd -x'*~' gnome-games-2.12.0.orig/same-gnome/Makefile.in 
gnome-games-2.12.0/same-gnome/Makefile.in
---- gnome-games-2.12.0.orig/same-gnome/Makefile.in     2005-09-05 
03:51:17.000000000 -0400
-+++ gnome-games-2.12.0/same-gnome/Makefile.in  2005-09-08 14:37:45.000000000 
-0400
-@@ -239,8 +239,8 @@
- 
- same_gnome_LDADD = \
-       ../libgames-support/libgames-support.la \
--      $(GNOME_GAMES_LIBS)      \
--      $(INTLLIBS)
-+      $(INTLLIBS) \
-+      $(GNOME_GAMES_LIBS)
- 
- 
- schemadir = @GCONF_SCHEMA_FILE_DIR@



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to