summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-02 08:02:38 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:33 +0000
commit11c3ed6c64f1fbc6c96803481f31ec291b32997d (patch)
treec6503d250cd348275169c0e86fe5f913cd6895f8 /documentation
parent02af524762a2a36c9ece539220ea1d21955c0fcf (diff)
downloadpoky-11c3ed6c64f1fbc6c96803481f31ec291b32997d.tar.gz
ref-manual: Added the gtk-immodules-cache class and GTKIMMODULES_PACKAGES variable.
(From yocto-docs rev: 3bbec60f64e6a0b7cb3d42548f837466bec44312) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-classes.xml25
-rw-r--r--documentation/ref-manual/ref-variables.xml16
2 files changed, 41 insertions, 0 deletions
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 @@
746 </para> 746 </para>
747</section> 747</section>
748 748
749<section id='ref-classes-gtk-immodules-cache'>
750 <title><filename>gtk-immodules-cache.bbclass</filename></title>
751
752 <para>
753 The GIMP Toolkit input method modules
754 (<filename>gtk-immodules-cache</filename>) class
755 generates the proper post-install and post-remove (postinst/postrm)
756 scriptlets for packages that install GTK+ input method modules for
757 virtual keyboards.
758 These scriptlets call <filename>gtk-update-icon-cache</filename> to add
759 the input method modules to the cache.
760 Since the cache files are architecture-specific,
761 <filename>gtk-update-icon-cache</filename> is run using QEMU if the
762 postinst scriptlets need to be run on the build host during image
763 creation.
764 </para>
765
766 <para>
767 If the input method modules being installed are in packages other than
768 the main package, set
769 <link linkend='var-GTKIMMODULES_PACKAGES'><filename>GTKIMMODULES_PACKAGES</filename></link>
770 to include the packages containing the modules.
771 </para>
772</section>
773
749<section id='ref-classes-mime'> 774<section id='ref-classes-mime'>
750 <title><filename>mime.bbclass</filename></title> 775 <title><filename>mime.bbclass</filename></title>
751 776
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 @@
2205 </glossdef> 2205 </glossdef>
2206 </glossentry> 2206 </glossentry>
2207 2207
2208 <glossentry id='var-GTKIMMODULES_PACKAGES'><glossterm>GTKIMMODULES_PACKAGES</glossterm>
2209 <glossdef>
2210 <para>
2211 Includes the packages that contain the GIMP Toolkit input
2212 method modules being installed when the modules are in
2213 packages other than the main package.
2214 </para>
2215
2216 <para>
2217 See the
2218 <link linkend='ref-classes-gtk-immodules-cache'><filename>gtk-immodules-cache</filename></link>
2219 class for more information on how this variable is used.
2220 </para>
2221 </glossdef>
2222 </glossentry>
2223
2208 </glossdiv> 2224 </glossdiv>
2209 2225
2210 <glossdiv id='var-glossary-h'><title>H</title> 2226 <glossdiv id='var-glossary-h'><title>H</title>