Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/
Date: Sat, 07 Apr 2018 20:49:33
Message-Id: 1523134125.bb6e872865d032decf26a8174b49e1c136d1bb51.asturm@gentoo
1 commit: bb6e872865d032decf26a8174b49e1c136d1bb51
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 7 18:12:16 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 7 20:48:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb6e8728
7
8 sci-mathematics/octave: Update GTK+ icon cache
9
10 Closes: https://bugs.gentoo.org/646470
11 Package-Manager: Portage-2.3.28, Repoman-2.3.9
12
13 sci-mathematics/octave/octave-4.2.2.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-mathematics/octave/octave-4.2.2.ebuild b/sci-mathematics/octave/octave-4.2.2.ebuild
17 index 70a76ad3ef6..3992dc9da4e 100644
18 --- a/sci-mathematics/octave/octave-4.2.2.ebuild
19 +++ b/sci-mathematics/octave/octave-4.2.2.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -inherit autotools flag-o-matic fortran-2 java-pkg-opt-2 pax-utils toolchain-funcs xdg-utils
25 +inherit autotools flag-o-matic fortran-2 gnome2-utils java-pkg-opt-2 pax-utils toolchain-funcs xdg-utils
26
27 DESCRIPTION="High-level interactive language for numerical computations"
28 LICENSE="GPL-3"
29 @@ -177,11 +177,13 @@ src_install() {
30 }
31
32 pkg_postinst() {
33 + gnome2_icon_cache_update
34 xdg_mimeinfo_database_update
35 xdg_desktop_database_update
36 }
37
38 pkg_postrm() {
39 + gnome2_icon_cache_update
40 xdg_mimeinfo_database_update
41 xdg_desktop_database_update
42 }