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/yasis-icon-theme/
Date: Fri, 27 Sep 2019 13:06:55
Message-Id: 1569589606.6c5bb67fc8bed9784f950893e3a9435c4e83f6b5.jer@gentoo
1 commit: 6c5bb67fc8bed9784f950893e3a9435c4e83f6b5
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 27 13:06:07 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 27 13:06:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5bb67f
7
8 x11-themes/yasis-icon-theme: gnome2-utils => xdg-utils
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Bug: https://bugs.gentoo.org/695366
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild | 13 ++++++++-----
15 1 file changed, 8 insertions(+), 5 deletions(-)
16
17 diff --git a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild
18 index 2dfde6c04d3..f14489c8268 100644
19 --- a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild
20 +++ b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild
21 @@ -1,8 +1,8 @@
22 -# Copyright 1999-2016 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="A scalable icon theme called Yasis"
31 HOMEPAGE="http://www.silvestre.com.ar/"
32 @@ -28,6 +28,9 @@ src_install() {
33 doins -r yasis
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 +pkg_postrm() {
43 + xdg_icon_cache_update
44 +}