Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gargantuan-icon-theme/
Date: Fri, 27 Sep 2019 13:30:56
Message-Id: 1569591048.4611cefc6005fdce8a1e9da79d4bdb842dc39914.jer@gentoo
1 commit: 4611cefc6005fdce8a1e9da79d4bdb842dc39914
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 27 13:30:31 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 27 13:30:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4611cefc
7
8 x11-themes/gargantuan-icon-theme: gnome2-utils => xdg-utils
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Bug: https://bugs.gentoo.org/695372
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 .../gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild | 14 +++++++++-----
15 1 file changed, 9 insertions(+), 5 deletions(-)
16
17 diff --git a/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild b/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild
18 index 87de72850d1..c14fd842fb2 100644
19 --- a/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild
20 +++ b/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild
21 @@ -1,8 +1,8 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 -inherit gnome2-utils
28 +inherit xdg-utils
29
30 DESCRIPTION="Gargantuan Icon Theme"
31 HOMEPAGE="https://www.gnome-look.org/content/show.php?content=24364"
32 @@ -25,6 +25,10 @@ src_install() {
33 doins -r *
34 }
35
36 -pkg_preinst() { gnome2_icon_savelist; }
37 -pkg_postinst() { gnome2_icon_cache_update; }
38 -pkg_postrm() { gnome2_icon_cache_update; }
39 +pkg_postinst() {
40 + xdg_icon_cache_update
41 +}
42 +
43 +pkg_postrm() {
44 + xdg_icon_cache_update
45 +}