Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/
Date: Tue, 08 Aug 2017 12:30:35
Message-Id: 1502195412.dacfdffd561fc3c60047df3c327f508f4c21d5df.polynomial-c@gentoo
1 commit: dacfdffd561fc3c60047df3c327f508f4c21d5df
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 8 12:30:12 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 8 12:30:12 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=dacfdffd
7
8 thunderbird: Replace fdo-mime with xdg-utils.
9
10 mail-client/thunderbird/thunderbird-52.2.0.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/mail-client/thunderbird/thunderbird-52.2.0.ebuild b/mail-client/thunderbird/thunderbird-52.2.0.ebuild
14 index 442be8a..194e01b 100644
15 --- a/mail-client/thunderbird/thunderbird-52.2.0.ebuild
16 +++ b/mail-client/thunderbird/thunderbird-52.2.0.ebuild
17 @@ -30,7 +30,7 @@ MOZ_P="${PN}-${MOZ_PV}"
18 MOZCONFIG_OPTIONAL_GTK2ONLY=1
19 MOZCONFIG_OPTIONAL_WIFI=1
20
21 -inherit flag-o-matic toolchain-funcs mozconfig-v6.52 makeedit autotools pax-utils check-reqs nsplugins mozlinguas-v2 fdo-mime gnome2-utils
22 +inherit flag-o-matic toolchain-funcs mozconfig-v6.52 makeedit autotools pax-utils check-reqs nsplugins mozlinguas-v2 xdg-utils gnome2-utils
23
24 DESCRIPTION="Thunderbird Mail Client"
25 HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/"
26 @@ -339,7 +339,7 @@ pkg_preinst() {
27 }
28
29 pkg_postinst() {
30 - fdo-mime_desktop_database_update
31 + xdg_desktop_database_update
32 gnome2_icon_cache_update
33
34 elog
35 @@ -357,6 +357,6 @@ pkg_postinst() {
36 }
37
38 pkg_postrm() {
39 - fdo-mime_desktop_database_update
40 + xdg_desktop_database_update
41 gnome2_icon_cache_update
42 }