diff options
-rw-r--r-- | media-sound/xnoise/xnoise-0.2.21.ebuild | 8 | ||||
-rw-r--r-- | media-sound/xnoise/xnoise-9999.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/media-sound/xnoise/xnoise-0.2.21.ebuild b/media-sound/xnoise/xnoise-0.2.21.ebuild index f5abf7d7f05f..d5590f18edb4 100644 --- a/media-sound/xnoise/xnoise-0.2.21.ebuild +++ b/media-sound/xnoise/xnoise-0.2.21.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 -inherit fdo-mime gnome2-utils +inherit xdg-utils gnome2-utils DESCRIPTION="A media player for Gtk+ with a slick GUI, great speed and lots of features" @@ -63,11 +63,11 @@ pkg_preinst() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } diff --git a/media-sound/xnoise/xnoise-9999.ebuild b/media-sound/xnoise/xnoise-9999.ebuild index 9d103460ed61..386d1f993e88 100644 --- a/media-sound/xnoise/xnoise-9999.ebuild +++ b/media-sound/xnoise/xnoise-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 VALA_MIN_API_VERSION=0.20 -inherit fdo-mime gnome2-utils git-2 vala +inherit xdg-utils gnome2-utils git-2 vala DESCRIPTION="A media player for Gtk+ with a slick GUI, great speed and lots of features" @@ -69,11 +69,11 @@ pkg_preinst() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } |