Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar/
Date: Sat, 02 Sep 2017 08:16:10
Message-Id: 1504340161.636c34562782922cd179d3355795da81995e6e19.mgorny@gentoo
1 commit: 636c34562782922cd179d3355795da81995e6e19
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 2 07:16:18 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 08:16:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=636c3456
7
8 xfce-base/thunar: Update icon cache
9
10 xfce-base/thunar/thunar-1.6.12.ebuild | 4 +++-
11 1 file changed, 3 insertions(+), 1 deletion(-)
12
13 diff --git a/xfce-base/thunar/thunar-1.6.12.ebuild b/xfce-base/thunar/thunar-1.6.12.ebuild
14 index 7f0e7ed3946..c34167b9a8a 100644
15 --- a/xfce-base/thunar/thunar-1.6.12.ebuild
16 +++ b/xfce-base/thunar/thunar-1.6.12.ebuild
17 @@ -2,7 +2,7 @@
18 # Distributed under the terms of the GNU General Public License v2
19
20 EAPI=6
21 -inherit virtualx xdg-utils
22 +inherit gnome2-utils virtualx xdg-utils
23
24 MY_P=${P^}
25
26 @@ -68,8 +68,10 @@ src_test() {
27
28 pkg_postinst() {
29 xdg_desktop_database_update
30 + gnome2_icon_cache_update
31 }
32
33 pkg_postrm() {
34 xdg_desktop_database_update
35 + gnome2_icon_cache_update
36 }