Revision: 6947
Author: nogu.dev
Date: Sat Feb 12 19:58:37 2011
Log: * gtk3/toolbar/Makefile.am
  - Add two files for gnome-panel.
* gtk3/toolbar/UimApplet.panel-applet.in
  - New file.
* gtk3/toolbar/org.gnome.panel.applet.UimAppletFactory.service.in
  - New file.
http://code.google.com/p/uim/source/detail?r=6947

Added:
 /trunk/gtk3/toolbar/UimApplet.panel-applet.in
 /trunk/gtk3/toolbar/org.gnome.panel.applet.UimAppletFactory.service.in
Modified:
 /trunk/gtk3/toolbar/Makefile.am

=======================================
--- /dev/null
+++ /trunk/gtk3/toolbar/UimApplet.panel-applet.in       Sat Feb 12 19:58:37 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
=======================================
--- /dev/null
+++ /trunk/gtk3/toolbar/org.gnome.panel.applet.UimAppletFactory.service.in Sat Feb 12 19:58:37 2011
@@ -0,0 +1,3 @@
+[D-BUS Service]
+Name=org.gnome.panel.applet.UimAppletFactory
+Exec=@LIBEXECDIR@/uim-toolbar-applet-gnome3
=======================================
--- /trunk/gtk3/toolbar/Makefile.am     Sat Feb 12 18:54:50 2011
+++ /trunk/gtk3/toolbar/Makefile.am     Sat Feb 12 19:58:37 2011
@@ -16,6 +16,26 @@
 uim_toolbar_applet_gnome3_SOURCES = toolbar-applet-gnome3.c \
                               ../../helper/toolbar-common-gtk.c

+appletdir = $(datadir)/gnome-panel/applets
+applet_DATA = UimApplet.panel-applet
+applet_in_files = $(applet_DATA:=.in)
+
+$(applet_DATA): $(applet_in_files) Makefile
+       sed s,@LIBEXECDIR@,$(libexecdir),g <$< >[email protected]
+       sed s,@UIM_PIXMAPSDIR@,$(uim_pixmapsdir),g <[email protected] >$@
+
+servicedir = $(datadir)/dbus-1/services
+service_DATA = org.gnome.panel.applet.UimAppletFactory.service
+service_in_files = $(service_DATA:=.in)
+
+$(service_DATA): $(service_in_files) Makefile
+       sed s,@LIBEXECDIR@,$(libexecdir),g <$< >$@
+
+DISTCLEANFILES = UimApplet.panel-applet.in UimApplet.panel-applet \
+                UimApplet.panel-applet.in.tmp \
+                org.gnome.panel.applet.UimAppletFactory.service.in \
+                org.gnome.panel.applet.UimAppletFactory.service
+
 endif

 if GTK3

Reply via email to