Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/calf/
Date: Sat, 26 Jan 2019 11:51:02
Message-Id: 1548503289.b582dbcd054f30e40332f5f69b68c4e87cbb7a9f.fordfrog@gentoo
1 commit: b582dbcd054f30e40332f5f69b68c4e87cbb7a9f
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 26 11:48:09 2019 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 26 11:48:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b582dbcd
7
8 media-plugins/calf-{0.90.0-r2,9999}: fixed gnome2 icon cache update
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 .../calf/{calf-0.90.0-r1.ebuild => calf-0.90.0-r2.ebuild} | 12 ++++++++++--
14 media-plugins/calf/calf-9999.ebuild | 12 ++++++++++--
15 2 files changed, 20 insertions(+), 4 deletions(-)
16
17 diff --git a/media-plugins/calf/calf-0.90.0-r1.ebuild b/media-plugins/calf/calf-0.90.0-r2.ebuild
18 similarity index 88%
19 rename from media-plugins/calf/calf-0.90.0-r1.ebuild
20 rename to media-plugins/calf/calf-0.90.0-r2.ebuild
21 index f5485eed1bf..f39ee8bb02a 100644
22 --- a/media-plugins/calf/calf-0.90.0-r1.ebuild
23 +++ b/media-plugins/calf/calf-0.90.0-r2.ebuild
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 -inherit autotools
31 +inherit autotools gnome2-utils
32
33 DESCRIPTION="A set of open source instruments and effects for digital audio workstations"
34 HOMEPAGE="http://calf-studio-gear.org/"
35 @@ -54,3 +54,11 @@ src_configure() {
36 $(use_enable cpu_flags_x86_sse sse) \
37 $(use_enable experimental)
38 }
39 +
40 +pkg_postinst() {
41 + gnome2_icon_cache_update
42 +}
43 +
44 +pkg_postrm() {
45 + gnome2_icon_cache_update
46 +}
47
48 diff --git a/media-plugins/calf/calf-9999.ebuild b/media-plugins/calf/calf-9999.ebuild
49 index f5485eed1bf..f39ee8bb02a 100644
50 --- a/media-plugins/calf/calf-9999.ebuild
51 +++ b/media-plugins/calf/calf-9999.ebuild
52 @@ -1,8 +1,8 @@
53 -# Copyright 1999-2018 Gentoo Foundation
54 +# Copyright 1999-2019 Gentoo Authors
55 # Distributed under the terms of the GNU General Public License v2
56
57 EAPI=6
58 -inherit autotools
59 +inherit autotools gnome2-utils
60
61 DESCRIPTION="A set of open source instruments and effects for digital audio workstations"
62 HOMEPAGE="http://calf-studio-gear.org/"
63 @@ -54,3 +54,11 @@ src_configure() {
64 $(use_enable cpu_flags_x86_sse sse) \
65 $(use_enable experimental)
66 }
67 +
68 +pkg_postinst() {
69 + gnome2_icon_cache_update
70 +}
71 +
72 +pkg_postrm() {
73 + gnome2_icon_cache_update
74 +}