Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/audacity/
Date: Wed, 21 Feb 2018 10:18:55
Message-Id: 1519208326.d966fd1089fc0d1219c105b7bd47b773f702696c.polynomial-c@gentoo
1 commit: d966fd1089fc0d1219c105b7bd47b773f702696c
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 21 10:18:46 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 21 10:18:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d966fd10
7
8 media-sound/audacity: Update icon cache.
9
10 Closes: https://bugs.gentoo.org/640264
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 media-sound/audacity/audacity-2.2.2.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/media-sound/audacity/audacity-2.2.2.ebuild b/media-sound/audacity/audacity-2.2.2.ebuild
17 index da0be8df73c..af62f464499 100644
18 --- a/media-sound/audacity/audacity-2.2.2.ebuild
19 +++ b/media-sound/audacity/audacity-2.2.2.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 -inherit eutils wxwidgets xdg-utils
25 +inherit eutils gnome2-utils wxwidgets xdg-utils
26
27 MY_P="${PN}-minsrc-${PV}"
28 DOC_PV="${PV}"
29 @@ -106,11 +106,13 @@ src_install() {
30 }
31
32 pkg_postinst() {
33 + gnome2_icon_cache_update
34 xdg_desktop_database_update
35 xdg_mimeinfo_database_update
36 }
37
38 pkg_postrm() {
39 + gnome2_icon_cache_update
40 xdg_desktop_database_update
41 xdg_mimeinfo_database_update
42 }