Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gwave/
Date: Mon, 01 Jul 2019 15:44:36
Message-Id: 1561995825.3f8086f84b9ecb23954304badde55371f2b7725f.mattst88@gentoo
1 commit: 3f8086f84b9ecb23954304badde55371f2b7725f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 1 15:43:45 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 1 15:43:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f8086f8
7
8 sci-electronics/gwave: Use xdg_icon_cache_update
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 sci-electronics/gwave/gwave-20190116.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/sci-electronics/gwave/gwave-20190116.ebuild b/sci-electronics/gwave/gwave-20190116.ebuild
16 index b82fb8c7328..131a8403743 100644
17 --- a/sci-electronics/gwave/gwave-20190116.ebuild
18 +++ b/sci-electronics/gwave/gwave-20190116.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -inherit autotools desktop gnome2-utils xdg-utils
24 +inherit autotools desktop xdg-utils
25
26 DESCRIPTION="Analog waveform viewer for SPICE-like simulations"
27 HOMEPAGE="http://gwave.sourceforge.net"
28 @@ -45,11 +45,11 @@ src_install() {
29 pkg_postinst() {
30 xdg_desktop_database_update
31 xdg_mimeinfo_database_update
32 - gnome2_icon_cache_update
33 + xdg_icon_cache_update
34 }
35
36 pkg_postrm() {
37 xdg_desktop_database_update
38 xdg_mimeinfo_database_update
39 - gnome2_icon_cache_update
40 + xdg_icon_cache_update
41 }