[maemo-commits] [maemo-commits] r19013 - in projects/haf/trunk/hildon-input-method-plugins-example: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Jul 31 14:21:00 EEST 2009
Author: murrayc
Date: 2009-07-31 14:20:58 +0300 (Fri, 31 Jul 2009)
New Revision: 19013

Modified:
   projects/haf/trunk/hildon-input-method-plugins-example/ChangeLog
   projects/haf/trunk/hildon-input-method-plugins-example/README
   projects/haf/trunk/hildon-input-method-plugins-example/src/Makefile.am
Log:
2009-06-23  Murray Cumming  <murrayc at murrayc.com>

* src/Makefile.am: Call hildon-im-recache after install and uninstall,
so people do not need to do it manually.
* README: Tell people how to activate the plugin (setting the gconf key).

Modified: projects/haf/trunk/hildon-input-method-plugins-example/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-input-method-plugins-example/ChangeLog	2009-07-31 11:20:52 UTC (rev 19012)
+++ projects/haf/trunk/hildon-input-method-plugins-example/ChangeLog	2009-07-31 11:20:58 UTC (rev 19013)
@@ -1,5 +1,11 @@
 2009-06-23  Murray Cumming  <murrayc at murrayc.com>
 
+	* src/Makefile.am: Call hildon-im-recache after install and uninstall, 
+	so people do not need to do it manually. 
+	* README: Tell people how to activate the plugin (setting the gconf key).
+
+2009-06-23  Murray Cumming  <murrayc at murrayc.com>
+
 	* README: Added a link to the live.gnome.org page, as in hildon-input-method.
 	* configure.ac:
 	* src/Makefile.am: Use just one _CFLAGS/_LIBS variable. There is no need 

Modified: projects/haf/trunk/hildon-input-method-plugins-example/README
===================================================================
--- projects/haf/trunk/hildon-input-method-plugins-example/README	2009-07-31 11:20:52 UTC (rev 19012)
+++ projects/haf/trunk/hildon-input-method-plugins-example/README	2009-07-31 11:20:58 UTC (rev 19013)
@@ -1 +1,5 @@
 Visit http://live.gnome.org/Hildon/HildonInputMethod
+
+After installing, you can activate the plugin like so:
+gconftool-2 --type string --set /apps/osso/inputmethod/input_method_plugin "himExample_vkb"
+

Modified: projects/haf/trunk/hildon-input-method-plugins-example/src/Makefile.am
===================================================================
--- projects/haf/trunk/hildon-input-method-plugins-example/src/Makefile.am	2009-07-31 11:20:52 UTC (rev 19012)
+++ projects/haf/trunk/hildon-input-method-plugins-example/src/Makefile.am	2009-07-31 11:20:58 UTC (rev 19013)
@@ -11,3 +11,12 @@
 him_vkb_example_la_LIBADD = $(HIM_PLUGINS_EXAMPLE_LIBS)
 him_vkb_example_la_LDFLAGS = -avoid-version -module 
 
+# After installation, update the cache so that hildon-input-method knows about 
+# the new plugin:
+install-data-hook:
+	@$(POST_INSTALL)
+	hildon-im-recache
+
+uninstall-hook:
+	@$(POST_UNINSTALL)
+	hildon-im-recache

More information about the maemo-commits mailing list