diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-08 10:34:56 -0500 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-20 21:44:42 +0200 |
commit | 78416d4ef1815b3911ad605bf8241077e6341a84 (patch) | |
tree | eb55b2c881d4211a2d3fa351f806f9e501c29ba4 /media-sound/xnoise | |
parent | media-sound/quodlibet: fdo-mime->xdg-utils (diff) | |
download | gentoo-78416d4ef1815b3911ad605bf8241077e6341a84.tar.gz gentoo-78416d4ef1815b3911ad605bf8241077e6341a84.tar.bz2 gentoo-78416d4ef1815b3911ad605bf8241077e6341a84.zip |
media-sound/xnoise: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'media-sound/xnoise')
-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 } |