summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-08-08 14:23:18 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-08-08 14:24:02 +0200
commit43ffe5aa201f86750c65b4abaebba75aa417772c (patch)
tree23322c5810916ff198cf103f15745f10c13d0776 /mail-client
parentmail-client/thunderbird: Removed unused patches. (diff)
downloadgentoo-43ffe5aa201f86750c65b4abaebba75aa417772c.tar.gz
gentoo-43ffe5aa201f86750c65b4abaebba75aa417772c.tar.bz2
gentoo-43ffe5aa201f86750c65b4abaebba75aa417772c.zip
mail-client/thunderbird: Replace fdo-mime with xdg-utils.
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/thunderbird/thunderbird-45.8.0.ebuild6
-rw-r--r--mail-client/thunderbird/thunderbird-52.2.0.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/mail-client/thunderbird/thunderbird-45.8.0.ebuild b/mail-client/thunderbird/thunderbird-45.8.0.ebuild
index ca2930bd89e2..1d60a04de05f 100644
--- a/mail-client/thunderbird/thunderbird-45.8.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-45.8.0.ebuild
@@ -29,7 +29,7 @@ fi
MOZ_P="${PN}-${MOZ_PV}"
MOZCONFIG_OPTIONAL_JIT="enabled"
-inherit flag-o-matic toolchain-funcs mozconfig-v6.45 makeedit autotools pax-utils check-reqs nsplugins mozlinguas-v2 fdo-mime gnome2-utils
+inherit flag-o-matic toolchain-funcs mozconfig-v6.45 makeedit autotools pax-utils check-reqs nsplugins mozlinguas-v2 xdg-utils gnome2-utils
DESCRIPTION="Thunderbird Mail Client"
HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/"
@@ -348,7 +348,7 @@ pkg_preinst() {
}
pkg_postinst() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
gnome2_icon_cache_update
elog "If you experience problems with plugins please issue the"
@@ -364,6 +364,6 @@ pkg_postinst() {
}
pkg_postrm() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
gnome2_icon_cache_update
}
diff --git a/mail-client/thunderbird/thunderbird-52.2.0.ebuild b/mail-client/thunderbird/thunderbird-52.2.0.ebuild
index a1b0a3cc6c22..1b9d0cf57930 100644
--- a/mail-client/thunderbird/thunderbird-52.2.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-52.2.0.ebuild
@@ -30,7 +30,7 @@ MOZ_P="${PN}-${MOZ_PV}"
MOZCONFIG_OPTIONAL_GTK2ONLY=1
MOZCONFIG_OPTIONAL_WIFI=1
-inherit flag-o-matic toolchain-funcs mozconfig-v6.52 makeedit autotools pax-utils check-reqs nsplugins mozlinguas-v2 fdo-mime gnome2-utils
+inherit flag-o-matic toolchain-funcs mozconfig-v6.52 makeedit autotools pax-utils check-reqs nsplugins mozlinguas-v2 xdg-utils gnome2-utils
DESCRIPTION="Thunderbird Mail Client"
HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/"
@@ -339,7 +339,7 @@ pkg_preinst() {
}
pkg_postinst() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
gnome2_icon_cache_update
elog
@@ -357,6 +357,6 @@ pkg_postinst() {
}
pkg_postrm() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
gnome2_icon_cache_update
}