From: Lars Wendler Date: Wed, 16 Aug 2017 14:01:06 +0000 (+0200) Subject: mail-client/claws-mail: Call xdg_desktop_database_update (bug #628002). X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=60e574d48eb6fe444bc685e265182b92b6689a26;p=gentoo.git mail-client/claws-mail: Call xdg_desktop_database_update (bug #628002). Package-Manager: Portage-2.3.7, Repoman-2.3.3 --- 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 c92913afd868..6a0a35b07a3d 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 }