diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-02 07:38:45 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:32 +0000 |
commit | 02af524762a2a36c9ece539220ea1d21955c0fcf (patch) | |
tree | d9362655f69dde73f91e03a1717f956b621682c0 /documentation | |
parent | 694a1712cef283fa1ca3daeb2b555fb78a1c2eb6 (diff) | |
download | poky-02af524762a2a36c9ece539220ea1d21955c0fcf.tar.gz |
ref-manual: Added gtk-icon-cache class.
(From yocto-docs rev: cf53ebcc18437bf4dc7c41a80577268f65f597d2)
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.xml | 10 |
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 | ||