Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Wed, 26 Apr 2017 18:08:51
Message-Id: 1493230104.7d92d160ed9986f23d531c8cbb6b3e95d01f4f00.asturm@gentoo
1 commit: 7d92d160ed9986f23d531c8cbb6b3e95d01f4f00
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 17 10:42:53 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 26 18:08:24 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7d92d160
7
8 kde4-base.eclass: Move GNOME2_ECLASS_ICONS conditional from gnome2-utils
9
10 eclass/kde4-base.eclass | 4 +++-
11 1 file changed, 3 insertions(+), 1 deletion(-)
12
13 diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
14 index 0f750fccfc..47b3770ba4 100644
15 --- a/eclass/kde4-base.eclass
16 +++ b/eclass/kde4-base.eclass
17 @@ -960,7 +960,9 @@ kde4-base_pkg_preinst() {
18 kde4-base_pkg_postinst() {
19 debug-print-function ${FUNCNAME} "$@"
20
21 - gnome2_icon_cache_update
22 + if [[ -n ${GNOME2_ECLASS_ICONS} ]]; then
23 + gnome2_icon_cache_update
24 + fi
25 fdo-mime_desktop_database_update
26 fdo-mime_mime_database_update
27 buildsycoca