mail-client/claws-mail: Call xdg_desktop_database_update (bug #628002).
authorLars Wendler <polynomial-c@gentoo.org>
Wed, 16 Aug 2017 14:01:06 +0000 (16:01 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Wed, 16 Aug 2017 14:01:40 +0000 (16:01 +0200)
Package-Manager: Portage-2.3.7, Repoman-2.3.3

mail-client/claws-mail/claws-mail-3.15.0-r2.ebuild [moved from mail-client/claws-mail/claws-mail-3.15.0-r1.ebuild with 97% similarity]

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 c92913afd86805c9b0b0908f6ff548810036cfd5..6a0a35b07a3d1bfb4fef6fce2f25ec314ba225ae 100644 (file)
@@ -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
 }