[evolution-patches] 2 Patches for Wombat Translations and Server File Generation



The following two patches fix a couple small issues with wombat.
The first patch fixes po/ so that the right files are in POTFILES.in,
and POTFILES.skip, and intltool-update -m is happy. The second patch
fixes the wombat/Makefile.am so that the server.in file is deleted
after the sed rule is run on the server.in.in and the .server is
generated from the intltool scripts.

-- dobey


Index: po/POTFILES.in
===================================================================
RCS file: /cvs/gnome/evolution/po/POTFILES.in,v
retrieving revision 1.176.4.1
diff -u -r1.176.4.1 POTFILES.in
--- po/POTFILES.in	11 Sep 2003 22:18:49 -0000	1.176.4.1
+++ po/POTFILES.in	11 Sep 2003 23:21:19 -0000
@@ -398,6 +398,5 @@
 widgets/misc/e-filter-bar.h
 widgets/misc/e-messagebox.c
 widgets/misc/e-search-bar.c
-wombat/GNOME_Evolution_WombatLDAP.server.in.in
-wombat/GNOME_Evolution_WombatNOLDAP.server.in.in
+wombat/GNOME_Evolution_Wombat.server.in.in
 wombat/wombat.c
Index: po/POTFILES.skip
===================================================================
RCS file: /cvs/gnome/evolution/po/POTFILES.skip,v
retrieving revision 1.12
diff -u -r1.12 POTFILES.skip
--- po/POTFILES.skip	11 May 2003 22:43:50 -0000	1.12
+++ po/POTFILES.skip	11 Sep 2003 23:21:19 -0000
@@ -18,3 +18,6 @@
 notes/main.c
 tests/ui-tests/message-browser.c
 tests/ui-tests/store_listing.glade
+wombat/GNOME_Evolution_WombatLDAP.server.in.in
+wombat/GNOME_Evolution_WombatNOLDAP.server.in.in
+
Index: wombat/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/wombat/Makefile.am,v
retrieving revision 1.66
diff -u -r1.66 Makefile.am
--- wombat/Makefile.am	16 Jun 2003 17:19:59 -0000	1.66
+++ wombat/Makefile.am	11 Sep 2003 23:22:07 -0000
@@ -76,7 +76,7 @@
 server_in_files = GNOME_Evolution_Wombat.server.in.in
 
 server_DATA = $(server_in_files:.server.in.in=.server)
-$(server_in_files:.server.in.in=.server.in): $(server_in_files)
+%.server.in: $(server_in_files)
 	sed -e "s|\ LIBEXECDIR\@|$(privlibexecdir)|" $< > $@
 
 @INTLTOOL_SERVER_RULE@

Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]