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>
This commit is contained in:
Scott Rifenbark 2013-12-02 07:38:45 -06:00 committed by Richard Purdie
parent 881b9ab252
commit 5a5833a437
1 changed files with 9 additions and 1 deletions

View File

@ -734,7 +734,15 @@
<title><filename>gtk-icon-cache.bbclass</filename></title>
<para>
The GNOME (<filename>gtk-icon-cache</filename>) class
The GIMP Toolkit icon cache (<filename>gtk-icon-cache</filename>) class
Generates the proper post-install and post-remove (postinst/postrm)
scriptlets for packages that use GTK+ and install icons.
These scriptlets call <filename>gtk-update-icon-cache</filename> to add
the fonts to GTK+'s icon cache.
Since the cache files are architecture-specific,
<filename>gtk-update-icon-cache</filename> is run using QEMU if the
postinst scriptlets need to be run on the build host during image
creation.
</para>
</section>