Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 11 Feb 2019 17:18:57
Message-Id: 1549905250.8d89c4d87d51c3d07ebcdc916b046ea9726abe8b.leio@gentoo
1 commit: 8d89c4d87d51c3d07ebcdc916b046ea9726abe8b
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 10 19:13:39 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 11 17:14:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d89c4d8
7
8 xdg-utils: Clarify icon cache comment to not suggest GTK only
9
10 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
11
12 eclass/xdg-utils.eclass | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/xdg-utils.eclass b/eclass/xdg-utils.eclass
16 index c65c91c0cd2..f5121830d88 100644
17 --- a/eclass/xdg-utils.eclass
18 +++ b/eclass/xdg-utils.eclass
19 @@ -12,7 +12,7 @@
20 # This eclass provides a set of auxiliary functions needed by most XDG
21 # compliant packages.
22 # It provides XDG stack related functions such as:
23 -# * Gtk+ icon cache management
24 +# * GTK/Qt5 icon theme cache management
25 # * XDG .desktop files cache management
26 # * XDG mime information database management
27
28 @@ -72,7 +72,7 @@ xdg_desktop_database_update() {
29
30 # @FUNCTION: xdg_icon_cache_update
31 # @DESCRIPTION:
32 -# Updates Gtk+ icon cache files under /usr/share/icons.
33 +# Updates icon theme cache files under /usr/share/icons.
34 # This function should be called from pkg_postinst and pkg_postrm.
35 xdg_icon_cache_update() {
36 if [[ ${EBUILD_PHASE} != post* ]] ; then