Revision: 6949
Author: nogu.dev
Date: Sun Feb 13 03:01:22 2011
Log: * gtk3/toolbar/Makefile.am
  - Add support for translation.
* gtk3/toolbar/UimApplet.panel-applet.in
  - Rename to UimApplet.panel-applet.in.in.
* gtk3/toolbar/UimApplet.panel-applet.in.in
  - Rename from UimApplet.panel-applet.in.
http://code.google.com/p/uim/source/detail?r=6949

Added:
 /trunk/gtk3/toolbar/UimApplet.panel-applet.in.in
Deleted:
 /trunk/gtk3/toolbar/UimApplet.panel-applet.in
Modified:
 /trunk/gtk3/toolbar/Makefile.am

=======================================
--- /dev/null
+++ /trunk/gtk3/toolbar/UimApplet.panel-applet.in.in Sun Feb 13 03:01:22 2011
@@ -0,0 +1,10 @@
+[Applet Factory]
+Id=UimAppletFactory
+Location=@LIBEXECDIR@/uim-toolbar-applet-gnome3
+_Name=uim Applet Factory
+_Description=uim applet factory
+
+[UimApplet]
+_Name=Input Method Indicator
+_Description=Indicates and controls the state of input method (for uim)
+Icon=@UIM_PIXMAPSDIR@/uim-icon.png
=======================================
--- /trunk/gtk3/toolbar/UimApplet.panel-applet.in       Sat Feb 12 19:58:37 2011
+++ /dev/null
@@ -1,10 +0,0 @@
-[Applet Factory]
-Id=UimAppletFactory
-Location=@LIBEXECDIR@/uim-toolbar-applet-gnome3
-Name=uim Applet Factory
-Description=uim applet factory
-
-[UimApplet]
-Name=Input Method Indicator
-Description=Indicates and controls the state of input method (for uim)
-Icon=@UIM_PIXMAPSDIR@/uim-icon.png
=======================================
--- /trunk/gtk3/toolbar/Makefile.am     Sun Feb 13 03:00:59 2011
+++ /trunk/gtk3/toolbar/Makefile.am     Sun Feb 13 03:01:22 2011
@@ -19,11 +19,16 @@
 appletdir = $(datadir)/gnome-panel/applets
 applet_DATA = UimApplet.panel-applet
 applet_in_files = $(applet_DATA:=.in)
-
-$(applet_DATA): $(applet_in_files) Makefile
+applet_in_in_files = $(applet_in_files:=.in)
+
+$(applet_in_files): $(applet_in_in_files) Makefile
        sed s,@LIBEXECDIR@,$(libexecdir),g <$< >[email protected]
        sed s,@UIM_PIXMAPSDIR@,$(uim_pixmapsdir),g <[email protected] >$@

+po_files = $(wildcard $(top_srcdir)/po/*.po)
+$(applet_DATA): $(applet_in_files) $(INTLTOOL_MERGE) $(po_files)
+ LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+
 servicedir = $(datadir)/dbus-1/services
 service_DATA = org.gnome.panel.applet.UimAppletFactory.service
 service_in_files = $(service_DATA:=.in)

Reply via email to