diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-08 10:29:55 -0500 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-20 21:44:33 +0200 |
commit | accc02d6ea0787970073a8f07ce2bbdd7c205475 (patch) | |
tree | 6effee993bf5a173771aaa53152f7b50d9607ce6 | |
parent | media-sound/gmusicbrowser: fdo-mime->xdg-utils (diff) | |
download | gentoo-accc02d6ea0787970073a8f07ce2bbdd7c205475.tar.gz gentoo-accc02d6ea0787970073a8f07ce2bbdd7c205475.tar.bz2 gentoo-accc02d6ea0787970073a8f07ce2bbdd7c205475.zip |
media-sound/exaile: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
-rw-r--r-- | media-sound/exaile/exaile-3.4.5.ebuild | 12 |
1 files 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 de353fde214d..7f6bd3b77284 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 } |