diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-08-08 14:20:46 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-08-08 14:23:58 +0200 |
commit | 3bd68653f0630b192244078e6117d58fd54dde49 (patch) | |
tree | 7ed3b54be331a8259a49c72fa8036b7f893b0e4a /www-client | |
parent | www-client/firefox: Removed old. (diff) | |
download | gentoo-3bd68653f0630b192244078e6117d58fd54dde49.tar.gz gentoo-3bd68653f0630b192244078e6117d58fd54dde49.tar.bz2 gentoo-3bd68653f0630b192244078e6117d58fd54dde49.zip |
www-client/firefox: 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/firefox-52.2.0.ebuild | 4 | ||||
-rw-r--r-- | www-client/firefox/firefox-52.3.0.ebuild | 4 | ||||
-rw-r--r-- | www-client/firefox/firefox-55.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www-client/firefox/firefox-52.2.0.ebuild b/www-client/firefox/firefox-52.2.0.ebuild index a78e0ef84f83..dc138aa48e08 100644 --- a/www-client/firefox/firefox-52.2.0.ebuild +++ b/www-client/firefox/firefox-52.2.0.ebuild @@ -30,7 +30,7 @@ MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases" MOZCONFIG_OPTIONAL_GTK2ONLY=1 MOZCONFIG_OPTIONAL_WIFI=1 -inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v6.52 pax-utils fdo-mime autotools virtualx mozlinguas-v2 +inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v6.52 pax-utils xdg-utils autotools virtualx mozlinguas-v2 DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox" @@ -382,7 +382,7 @@ pkg_preinst() { pkg_postinst() { # Update mimedb for the new .desktop file - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update if ! use gmp-autoupdate ; then diff --git a/www-client/firefox/firefox-52.3.0.ebuild b/www-client/firefox/firefox-52.3.0.ebuild index 47251cfd209a..c8eb336971bd 100644 --- a/www-client/firefox/firefox-52.3.0.ebuild +++ b/www-client/firefox/firefox-52.3.0.ebuild @@ -30,7 +30,7 @@ MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases" MOZCONFIG_OPTIONAL_GTK2ONLY=1 MOZCONFIG_OPTIONAL_WIFI=1 -inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v6.52 pax-utils fdo-mime autotools virtualx mozlinguas-v2 +inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v6.52 pax-utils xdg-utils autotools virtualx mozlinguas-v2 DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox" @@ -382,7 +382,7 @@ pkg_preinst() { pkg_postinst() { # Update mimedb for the new .desktop file - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update if ! use gmp-autoupdate ; then diff --git a/www-client/firefox/firefox-55.0.ebuild b/www-client/firefox/firefox-55.0.ebuild index a670672bb267..60e5112d4ff4 100644 --- a/www-client/firefox/firefox-55.0.ebuild +++ b/www-client/firefox/firefox-55.0.ebuild @@ -29,7 +29,7 @@ MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases" MOZCONFIG_OPTIONAL_WIFI=1 -inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v6.55 pax-utils fdo-mime autotools virtualx mozlinguas-v2 +inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v6.55 pax-utils xdg-utils autotools virtualx mozlinguas-v2 DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox" @@ -372,7 +372,7 @@ pkg_preinst() { pkg_postinst() { # Update mimedb for the new .desktop file - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update if ! use gmp-autoupdate ; then |