diff options
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 25 |
1 files changed, 25 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 | ||