xdg-utils: Clarify icon cache comment to not suggest GTK only
authorMart Raudsepp <leio@gentoo.org>
Sun, 10 Feb 2019 19:13:39 +0000 (21:13 +0200)
committerMart Raudsepp <leio@gentoo.org>
Mon, 11 Feb 2019 17:14:10 +0000 (19:14 +0200)
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
eclass/xdg-utils.eclass

index c65c91c0cd2a436eb17dcc7e04da834ab051c1a2..f5121830d88889dbc406bbbdb113b0253ba34b6f 100644 (file)
@@ -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