Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/mandelbulber/
Date: Thu, 21 May 2020 19:45:11
Message-Id: 1590090296.1d811969c250cd7f6a3709cdb643edd285624988.asturm@gentoo
1 commit: 1d811969c250cd7f6a3709cdb643edd285624988
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 19:44:56 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 19:44:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d811969
7
8 media-gfx/mandelbulber: EAPI-7 bump, xdg-utils, use https
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-gfx/mandelbulber/mandelbulber-2.12-r1.ebuild | 16 +++++++++-------
14 1 file changed, 9 insertions(+), 7 deletions(-)
15
16 diff --git a/media-gfx/mandelbulber/mandelbulber-2.12-r1.ebuild b/media-gfx/mandelbulber/mandelbulber-2.12-r1.ebuild
17 index 31967ec7254..b50cfb100e6 100644
18 --- a/media-gfx/mandelbulber/mandelbulber-2.12-r1.ebuild
19 +++ b/media-gfx/mandelbulber/mandelbulber-2.12-r1.ebuild
20 @@ -1,13 +1,13 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 MY_P="${PN}2-${PV}-1"
29 -inherit desktop gnome2-utils qmake-utils
30 +inherit desktop qmake-utils xdg-utils
31
32 DESCRIPTION="Tool to render 3D fractals"
33 -HOMEPAGE="http://www.mandelbulber.com"
34 +HOMEPAGE="https://www.mandelbulber.com"
35 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
36
37 LICENSE="CC-BY-4.0 GPL-3"
38 @@ -15,6 +15,9 @@ SLOT="0"
39 KEYWORDS="~amd64 ~x86"
40 IUSE="opencl openexr sndfile tiff"
41
42 +BDEPEND="
43 + virtual/pkgconfig
44 +"
45 RDEPEND="
46 dev-libs/lzo
47 dev-qt/qtcore:5
48 @@ -35,7 +38,6 @@ RDEPEND="
49 "
50 DEPEND="${RDEPEND}
51 dev-qt/designer:5
52 - virtual/pkgconfig
53 "
54
55 S=${WORKDIR}/${MY_P}
56 @@ -74,9 +76,9 @@ src_install() {
57 }
58
59 pkg_postinst() {
60 - gnome2_icon_cache_update
61 + xdg_icon_cache_update
62 }
63
64 pkg_postrm() {
65 - gnome2_icon_cache_update
66 + xdg_icon_cache_update
67 }