Gentoo Archives: gentoo-commits

From: "Amadeusz Piotr Żołnowski" <aidecoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/gajim/
Date: Tue, 14 Nov 2017 23:00:33
Message-Id: 1510700423.a7199a9035a796574db32ed35ae6a41e44ebd321.aidecoe@gentoo
1 commit: a7199a9035a796574db32ed35ae6a41e44ebd321
2 Author: Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 14 22:53:27 2017 +0000
4 Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 14 23:00:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7199a90
7
8 net-im/gajim: Update desktop mimeinfo cache
9
10 net-im/gajim/gajim-0.16.8-r1.ebuild | 10 +++++++++-
11 1 file changed, 9 insertions(+), 1 deletion(-)
12
13 diff --git a/net-im/gajim/gajim-0.16.8-r1.ebuild b/net-im/gajim/gajim-0.16.8-r1.ebuild
14 index 43925d69412..abbc4efb8a7 100644
15 --- a/net-im/gajim/gajim-0.16.8-r1.ebuild
16 +++ b/net-im/gajim/gajim-0.16.8-r1.ebuild
17 @@ -8,7 +8,7 @@ PYTHON_REQ_USE="sqlite,xml"
18
19 AUTOTOOLS_AUTORECONF=true
20
21 -inherit autotools-utils python-r1 versionator
22 +inherit autotools-utils python-r1 versionator xdg-utils
23
24 MY_PV=${PV/_/-}
25 MY_P="${PN}-${MY_PV}"
26 @@ -113,3 +113,11 @@ src_install() {
27 }
28 python_foreach_impl installation
29 }
30 +
31 +pkg_postinst() {
32 + xdg_desktop_database_update
33 +}
34 +
35 +pkg_postrm() {
36 + xdg_desktop_database_update
37 +}