Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/seamonkey-bin/
Date: Tue, 08 Aug 2017 12:33:51
Message-Id: 1502195623.87944ce975ecddd6e0316cae2f700d914da2660c.polynomial-c@gentoo
1 commit: 87944ce975ecddd6e0316cae2f700d914da2660c
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 8 12:33:43 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 8 12:33:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87944ce9
7
8 www-client/seamonkey-bin: Replace fdo-mime with xdg-utils.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 www-client/seamonkey-bin/seamonkey-bin-2.48.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/www-client/seamonkey-bin/seamonkey-bin-2.48.ebuild b/www-client/seamonkey-bin/seamonkey-bin-2.48.ebuild
16 index 3afb559231d..67375ce49a5 100644
17 --- a/www-client/seamonkey-bin/seamonkey-bin-2.48.ebuild
18 +++ b/www-client/seamonkey-bin/seamonkey-bin-2.48.ebuild
19 @@ -21,7 +21,7 @@ MOZ_LANGPACK_SUFFIX=".langpack.xpi"
20
21 MOZ_HTTP_URI="http://archive.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases"
22
23 -inherit eutils multilib mozextension pax-utils nsplugins fdo-mime gnome2-utils mozlinguas-v2
24 +inherit eutils multilib mozextension pax-utils nsplugins xdg-utils gnome2-utils mozlinguas-v2
25
26 DESCRIPTION="Mozilla Application Suite - web browser, email, HTML editor, IRC"
27 SRC_URI="${SRC_URI}
28 @@ -131,7 +131,7 @@ pkg_preinst() {
29
30 pkg_postinst() {
31 # Update mimedb for the new .desktop file
32 - fdo-mime_desktop_database_update
33 + xdg_desktop_database_update
34 gnome2_icon_cache_update
35 }