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: 1510700424.809890ec3f964005f63ebc2064f04232ff1f4813.aidecoe@gentoo
1 commit: 809890ec3f964005f63ebc2064f04232ff1f4813
2 Author: Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 14 22:55:18 2017 +0000
4 Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 14 23:00:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809890ec
7
8 net-im/gajim: Update GTK+ icon cache
9
10 net-im/gajim/gajim-0.16.8-r1.ebuild | 4 +++-
11 1 file changed, 3 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 abbc4efb8a7..f9965310b5b 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 xdg-utils
22 +inherit autotools-utils gnome2-utils python-r1 versionator xdg-utils
23
24 MY_PV=${PV/_/-}
25 MY_P="${PN}-${MY_PV}"
26 @@ -115,9 +115,11 @@ src_install() {
27 }
28
29 pkg_postinst() {
30 + gnome2_icon_cache_update
31 xdg_desktop_database_update
32 }
33
34 pkg_postrm() {
35 + gnome2_icon_cache_update
36 xdg_desktop_database_update
37 }