Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/
Date: Sat, 31 Aug 2019 16:45:08
Message-Id: 1567269889.bf6d5b71581fc85a955c604b7891ae98f71f93e5.anarchy@gentoo
1 commit: bf6d5b71581fc85a955c604b7891ae98f71f93e5
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 31 16:44:49 2019 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 31 16:44:49 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=bf6d5b71
7
8 mail-client/thunderbird: update to xdg_icon_cache_update
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 mail-client/thunderbird/thunderbird-68.0-r1.ebuild | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/mail-client/thunderbird/thunderbird-68.0-r1.ebuild b/mail-client/thunderbird/thunderbird-68.0-r1.ebuild
17 index 813aba3..e3d2ccf 100644
18 --- a/mail-client/thunderbird/thunderbird-68.0-r1.ebuild
19 +++ b/mail-client/thunderbird/thunderbird-68.0-r1.ebuild
20 @@ -732,8 +732,6 @@ src_install() {
21 }
22
23 pkg_preinst() {
24 - gnome2_icon_savelist
25 -
26 # if the apulse libs are available in MOZILLA_FIVE_HOME then apulse
27 # doesn't need to be forced into the LD_LIBRARY_PATH
28 if use pulseaudio && has_version ">=media-sound/apulse-0.1.9" ; then
29 @@ -752,8 +750,8 @@ pkg_preinst() {
30 }
31
32 pkg_postinst() {
33 - gnome2_icon_cache_update
34 xdg_desktop_database_update
35 + xdg_icon_cache_update
36
37 if ! use gmp-autoupdate && ! use eme-free ; then
38 elog "USE='-gmp-autoupdate' has disabled the following plugins from updating or"
39 @@ -772,6 +770,6 @@ pkg_postinst() {
40 }
41
42 pkg_postrm() {
43 - gnome2_icon_cache_update
44 xdg_desktop_database_update
45 + xdg_icon_cache_update
46 }