summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-02 07:38:45 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:54:22 +0000
commit5a5833a4373063e030dd17ee80b29ed44adfa62e (patch)
tree8efc460eacbf8ffd169984174a785fa3dab67f74 /documentation/ref-manual/ref-classes.xml
parent881b9ab252f9f73f5dffaf274a715d94210d38a8 (diff)
downloadpoky-5a5833a4373063e030dd17ee80b29ed44adfa62e.tar.gz
ref-manual: Added gtk-icon-cache class.
(From yocto-docs rev: c19238e50847518695ae6e46d63e353757059495) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 0ec878edab..98084f9d5e 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -734,7 +734,15 @@
734 <title><filename>gtk-icon-cache.bbclass</filename></title> 734 <title><filename>gtk-icon-cache.bbclass</filename></title>
735 735
736 <para> 736 <para>
737 The GNOME (<filename>gtk-icon-cache</filename>) class 737 The GIMP Toolkit icon cache (<filename>gtk-icon-cache</filename>) class
738 Generates the proper post-install and post-remove (postinst/postrm)
739 scriptlets for packages that use GTK+ and install icons.
740 These scriptlets call <filename>gtk-update-icon-cache</filename> to add
741 the fonts to GTK+'s icon cache.
742 Since the cache files are architecture-specific,
743 <filename>gtk-update-icon-cache</filename> is run using QEMU if the
744 postinst scriptlets need to be run on the build host during image
745 creation.
738 </para> 746 </para>
739</section> 747</section>
740 748