commit: 60e574d48eb6fe444bc685e265182b92b6689a26
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 14:01:06 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 14:01:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60e574d4
mail-client/claws-mail: Call xdg_desktop_database_update (bug #628002).
Package-Manager: Portage-2.3.7, Repoman-2.3.3
.../{claws-mail-3.15.0-r1.ebuild => claws-mail-3.15.0-r2.ebuild} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/mail-client/claws-mail/claws-mail-3.15.0-r1.ebuild
b/mail-client/claws-mail/claws-mail-3.15.0-r2.ebuild
similarity index 97%
rename from mail-client/claws-mail/claws-mail-3.15.0-r1.ebuild
rename to mail-client/claws-mail/claws-mail-3.15.0-r2.ebuild
index c92913afd86..6a0a35b07a3 100644
--- a/mail-client/claws-mail/claws-mail-3.15.0-r1.ebuild
+++ b/mail-client/claws-mail/claws-mail-3.15.0-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 )
-inherit autotools gnome2-utils eutils python-single-r1
+inherit autotools gnome2-utils python-single-r1 xdg-utils
DESCRIPTION="An email client (and news reader) based on GTK+"
HOMEPAGE="http://www.claws-mail.org/"
@@ -200,8 +200,10 @@ pkg_postinst() {
ewarn "- Plugins with no special dependencies are just built and can be
loaded through the interface"
ewarn "- The gtkhtml2, dillo and trayicon plugins have been dropped
entirely"
gnome2_icon_cache_update
+ xdg_desktop_database_update
}
pkg_postrm() {
gnome2_icon_cache_update
+ xdg_desktop_database_update
}