Skip to content

Commit

Permalink
mail-client/thunderbird: Replace fdo-mime with xdg-utils.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
Lars Wendler committed Aug 8, 2017
1 parent 73e8cf3 commit 43ffe5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions mail-client/thunderbird/thunderbird-45.8.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -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"
Expand All @@ -364,6 +364,6 @@ pkg_postinst() {
}

pkg_postrm() {
fdo-mime_desktop_database_update
xdg_desktop_database_update
gnome2_icon_cache_update
}
6 changes: 3 additions & 3 deletions mail-client/thunderbird/thunderbird-52.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -339,7 +339,7 @@ pkg_preinst() {
}

pkg_postinst() {
fdo-mime_desktop_database_update
xdg_desktop_database_update
gnome2_icon_cache_update

elog
Expand All @@ -357,6 +357,6 @@ pkg_postinst() {
}

pkg_postrm() {
fdo-mime_desktop_database_update
xdg_desktop_database_update
gnome2_icon_cache_update
}

0 comments on commit 43ffe5a

Please sign in to comment.