diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-02-10 21:13:39 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-02-11 19:14:10 +0200 |
commit | 8d89c4d87d51c3d07ebcdc916b046ea9726abe8b (patch) | |
tree | 4e8065dfbc783cf643afe6e012f74721187bc673 /eclass/xdg-utils.eclass | |
parent | gnome.org.eclass: keep inheriting versionator.eclass for older EAPI (diff) | |
download | gentoo-8d89c4d87d51c3d07ebcdc916b046ea9726abe8b.tar.gz gentoo-8d89c4d87d51c3d07ebcdc916b046ea9726abe8b.tar.bz2 gentoo-8d89c4d87d51c3d07ebcdc916b046ea9726abe8b.zip |
xdg-utils: Clarify icon cache comment to not suggest GTK only
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'eclass/xdg-utils.eclass')
-rw-r--r-- | eclass/xdg-utils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xdg-utils.eclass b/eclass/xdg-utils.eclass index c65c91c0cd2a..f5121830d888 100644 --- a/eclass/xdg-utils.eclass +++ b/eclass/xdg-utils.eclass @@ -12,7 +12,7 @@ # This eclass provides a set of auxiliary functions needed by most XDG # compliant packages. # It provides XDG stack related functions such as: -# * Gtk+ icon cache management +# * GTK/Qt5 icon theme cache management # * XDG .desktop files cache management # * XDG mime information database management @@ -72,7 +72,7 @@ xdg_desktop_database_update() { # @FUNCTION: xdg_icon_cache_update # @DESCRIPTION: -# Updates Gtk+ icon cache files under /usr/share/icons. +# Updates icon theme cache files under /usr/share/icons. # This function should be called from pkg_postinst and pkg_postrm. xdg_icon_cache_update() { if [[ ${EBUILD_PHASE} != post* ]] ; then |