commit: 817cb352387a4e91489c47f22d59d1aa59eba0ca
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 8 12:31:56 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Aug 8 12:31:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=817cb352
www-client/firefox-bin: Replace fdo-mime with xdg-utils.
Package-Manager: Portage-2.3.6, Repoman-2.3.3
www-client/firefox-bin/firefox-bin-52.2.0.ebuild | 4 ++--
www-client/firefox-bin/firefox-bin-52.3.0.ebuild | 4 ++--
www-client/firefox-bin/firefox-bin-55.0.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/www-client/firefox-bin/firefox-bin-52.2.0.ebuild
b/www-client/firefox-bin/firefox-bin-52.2.0.ebuild
index 2d864ef84ce..3fb7e4771de 100644
--- a/www-client/firefox-bin/firefox-bin-52.2.0.ebuild
+++ b/www-client/firefox-bin/firefox-bin-52.2.0.ebuild
@@ -24,7 +24,7 @@ MOZ_P="${MOZ_PN}-${MOZ_PV}"
MOZ_HTTP_URI="http://archive.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/"
-inherit eutils pax-utils fdo-mime gnome2-utils mozlinguas-v2 nsplugins
+inherit eutils pax-utils xdg-utils gnome2-utils mozlinguas-v2 nsplugins
DESCRIPTION="Firefox Web Browser"
SRC_URI="${SRC_URI}
@@ -174,7 +174,7 @@ pkg_postinst() {
use pulseaudio || ewarn "USE=-pulseaudio : audio will not play without
pulseaudio installed"
# Update mimedb for the new .desktop file
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
gnome2_icon_cache_update
}
diff --git a/www-client/firefox-bin/firefox-bin-52.3.0.ebuild
b/www-client/firefox-bin/firefox-bin-52.3.0.ebuild
index 63712e923b1..7e64aae6521 100644
--- a/www-client/firefox-bin/firefox-bin-52.3.0.ebuild
+++ b/www-client/firefox-bin/firefox-bin-52.3.0.ebuild
@@ -24,7 +24,7 @@ MOZ_P="${MOZ_PN}-${MOZ_PV}"
MOZ_HTTP_URI="http://archive.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/"
-inherit eutils pax-utils fdo-mime gnome2-utils mozlinguas-v2 nsplugins
+inherit eutils pax-utils xdg-utils gnome2-utils mozlinguas-v2 nsplugins
DESCRIPTION="Firefox Web Browser"
SRC_URI="${SRC_URI}
@@ -174,7 +174,7 @@ pkg_postinst() {
use pulseaudio || ewarn "USE=-pulseaudio : audio will not play without
pulseaudio installed"
# Update mimedb for the new .desktop file
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
gnome2_icon_cache_update
}
diff --git a/www-client/firefox-bin/firefox-bin-55.0.ebuild
b/www-client/firefox-bin/firefox-bin-55.0.ebuild
index da78aea4869..899dbbd7515 100644
--- a/www-client/firefox-bin/firefox-bin-55.0.ebuild
+++ b/www-client/firefox-bin/firefox-bin-55.0.ebuild
@@ -23,7 +23,7 @@ MOZ_P="${MOZ_PN}-${MOZ_PV}"
MOZ_HTTP_URI="http://archive.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/"
-inherit eutils pax-utils fdo-mime gnome2-utils mozlinguas-v2 nsplugins
+inherit eutils pax-utils xdg-utils gnome2-utils mozlinguas-v2 nsplugins
DESCRIPTION="Firefox Web Browser"
SRC_URI="${SRC_URI}
@@ -173,7 +173,7 @@ pkg_postinst() {
use pulseaudio || ewarn "USE=-pulseaudio : audio will not play without
pulseaudio installed"
# Update mimedb for the new .desktop file
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
gnome2_icon_cache_update
}