From 312682c59fa703729650530e32ae8281551b3f1e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 2 Dec 2013 08:02:38 -0600 Subject: [PATCH] ref-manual: Added the gtk-immodules-cache class and GTKIMMODULES_PACKAGES variable. (From yocto-docs rev: 2c5476591e932951ed77c0b09265610cd102e2c7) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 25 ++++++++++++++++++++++ documentation/ref-manual/ref-variables.xml | 16 ++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 98084f9d5e..77ac7a9501 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -746,6 +746,31 @@ +
+ <filename>gtk-immodules-cache.bbclass</filename> + + + The GIMP Toolkit input method modules + (gtk-immodules-cache) class + generates the proper post-install and post-remove (postinst/postrm) + scriptlets for packages that install GTK+ input method modules for + virtual keyboards. + These scriptlets call gtk-update-icon-cache to add + the input method modules to the cache. + Since the cache files are architecture-specific, + gtk-update-icon-cache is run using QEMU if the + postinst scriptlets need to be run on the build host during image + creation. + + + + If the input method modules being installed are in packages other than + the main package, set + GTKIMMODULES_PACKAGES + to include the packages containing the modules. + +
+
<filename>mime.bbclass</filename> diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index f2ff49483c..2ebf88a4fd 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -2205,6 +2205,22 @@ + GTKIMMODULES_PACKAGES + + + Includes the packages that contain the GIMP Toolkit input + method modules being installed when the modules are in + packages other than the main package. + + + + See the + gtk-immodules-cache + class for more information on how this variable is used. + + + + H