summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-07-01 08:43:45 -0700
committerMatt Turner <mattst88@gentoo.org>2019-07-01 08:43:45 -0700
commit3f8086f84b9ecb23954304badde55371f2b7725f (patch)
treea91a8c640c19b6e5890635c4c231a76e0b7b56a4
parentapp-emulation/libvirt: drop old (diff)
downloadgentoo-3f8086f84b9ecb23954304badde55371f2b7725f.tar.gz
gentoo-3f8086f84b9ecb23954304badde55371f2b7725f.tar.bz2
gentoo-3f8086f84b9ecb23954304badde55371f2b7725f.zip
sci-electronics/gwave: Use xdg_icon_cache_update
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--sci-electronics/gwave/gwave-20190116.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-electronics/gwave/gwave-20190116.ebuild b/sci-electronics/gwave/gwave-20190116.ebuild
index b82fb8c73281..131a84037433 100644
--- a/sci-electronics/gwave/gwave-20190116.ebuild
+++ b/sci-electronics/gwave/gwave-20190116.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools desktop gnome2-utils xdg-utils
+inherit autotools desktop xdg-utils
DESCRIPTION="Analog waveform viewer for SPICE-like simulations"
HOMEPAGE="http://gwave.sourceforge.net"
@@ -45,11 +45,11 @@ src_install() {
pkg_postinst() {
xdg_desktop_database_update
xdg_mimeinfo_database_update
- gnome2_icon_cache_update
+ xdg_icon_cache_update
}
pkg_postrm() {
xdg_desktop_database_update
xdg_mimeinfo_database_update
- gnome2_icon_cache_update
+ xdg_icon_cache_update
}