From accc02d6ea0787970073a8f07ce2bbdd7c205475 Mon Sep 17 00:00:00 2001 From: "Marty E. Plummer" Date: Sun, 8 Apr 2018 10:29:55 -0500 Subject: [PATCH] media-sound/exaile: fdo-mime->xdg-utils Package-Manager: Portage-2.3.28, Repoman-2.3.9 --- media-sound/exaile/exaile-3.4.5.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/media-sound/exaile/exaile-3.4.5.ebuild b/media-sound/exaile/exaile-3.4.5.ebuild index de353fde214d8..7f6bd3b772840 100644 --- a/media-sound/exaile/exaile-3.4.5.ebuild +++ b/media-sound/exaile/exaile-3.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="sqlite" -inherit fdo-mime multilib python-r1 +inherit multilib python-r1 xdg-utils DESCRIPTION="a media player aiming to be similar to AmaroK, but for GTK+" HOMEPAGE="http://www.exaile.org/" @@ -54,11 +54,11 @@ src_install() { } pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update } pkg_postrm() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update }