diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-08-08 14:31:56 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-08-08 14:31:56 +0200 |
commit | 817cb352387a4e91489c47f22d59d1aa59eba0ca (patch) | |
tree | bb68536299a236f158036bf6b4a859705f22a298 /www-client | |
parent | mail-client/thunderbird: Replace fdo-mime with xdg-utils. (diff) | |
download | gentoo-817cb352387a4e91489c47f22d59d1aa59eba0ca.tar.gz gentoo-817cb352387a4e91489c47f22d59d1aa59eba0ca.tar.bz2 gentoo-817cb352387a4e91489c47f22d59d1aa59eba0ca.zip |
www-client/firefox-bin: Replace fdo-mime with xdg-utils.
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox-bin/firefox-bin-52.2.0.ebuild | 4 | ||||
-rw-r--r-- | www-client/firefox-bin/firefox-bin-52.3.0.ebuild | 4 | ||||
-rw-r--r-- | 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 2d864ef84ce0..3fb7e4771de7 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 63712e923b1c..7e64aae6521d 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 da78aea4869d..899dbbd75150 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 } |