Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30809/10.3/unstable/main/finkinfo/gnome

Modified Files:
        pong.info pong.patch 
Log Message:
Fix gettext catalog location


Index: pong.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome/pong.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pong.info   17 Apr 2006 15:40:07 -0000      1.4
+++ pong.info   24 May 2006 05:19:48 -0000      1.5
@@ -1,6 +1,6 @@
 Package: pong
 Version: 1.0.2
-Revision: 4
+Revision: 5
 Maintainer: None <fink-devel@lists.sourceforge.net>
 Source: gnome
 Source-MD5: 6d794f21b5e6d09eb438f432725cb3d4
@@ -64,6 +64,8 @@
  patch pong-widget-interface.h for strict variable type-checking
 
  patch docs/C/Makefile.in: blank sgml_ents gives spurious install error
+
+ patch po/Makefile.in.in: fix regex for determining language code
 <<
 License: GPL/LGPL
 Homepage: http://www.5z.com/jirka/pong.html

Index: pong.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome/pong.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pong.patch  11 Apr 2006 06:47:44 -0000      1.2
+++ pong.patch  24 May 2006 05:19:48 -0000      1.3
@@ -34,6 +34,36 @@
  
  omf_dir = $(top_srcdir)/omf-install
  
+diff -Nurd -x'*~' pong-1.0.2.orig/po/Makefile.in.in 
pong-1.0.2/po/Makefile.in.in
+--- pong-1.0.2.orig/po/Makefile.in.in  2001-07-02 19:54:08.000000000 -0400
++++ pong-1.0.2/po/Makefile.in.in       2006-05-24 01:12:47.000000000 -0400
+@@ -106,7 +106,7 @@
+       @catalogs='$(CATALOGS)'; \
+       for cat in $$catalogs; do \
+         cat=`basename $$cat`; \
+-        lang=`echo $$cat | sed 's/\.gmo$$//'`; \
++        lang=`echo $$cat | sed 's/\..*$$//'`; \
+         dir=$(localedir)/$$lang/LC_MESSAGES; \
+         $(mkinstalldirs) $(DESTDIR)$$dir; \
+         if test -r $$cat; then \
+@@ -126,7 +126,7 @@
+       catalogs='$(CATALOGS)'; \
+       for cat in $$catalogs; do \
+         cat=`basename $$cat`; \
+-        lang=`echo $$cat | sed 's/\.gmo$$//'`; \
++        lang=`echo $$cat | sed 's/\..*$$//'`; \
+         rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE).mo; \
+       done
+       if test "$(PACKAGE)" = "gettext"; then \
+@@ -172,7 +172,7 @@
+       catalogs='$(GMOFILES)'; \
+       for cat in $$catalogs; do \
+         cat=`basename $$cat`; \
+-        lang=`echo $$cat | sed 's/\.gmo$$//'`; \
++        lang=`echo $$cat | sed 's/\..*$$//'`; \
+         cp $$lang.po $$lang.old.po; \
+         echo "$$lang:"; \
+         if $(MSGMERGE) $$lang ; then \
 diff -Nurd -x'*~' pong-1.0.2.orig/pong/pong-widget-interface.h 
pong-1.0.2/pong/pong-widget-interface.h
 --- pong-1.0.2.orig/pong/pong-widget-interface.h       2001-04-14 
21:05:21.000000000 -0400
 +++ pong-1.0.2/pong/pong-widget-interface.h    2006-04-11 01:49:37.000000000 
-0400



_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to