diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-21 21:44:56 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-21 21:44:56 +0200 |
commit | 1d811969c250cd7f6a3709cdb643edd285624988 (patch) | |
tree | c61a1410d3e25958f3c7967f4a68279b4fca125b /media-gfx/mandelbulber | |
parent | sci-biology/clustalx: EAPI-7 bump, update HOMEPAGE (diff) | |
download | gentoo-1d811969c250cd7f6a3709cdb643edd285624988.tar.gz gentoo-1d811969c250cd7f6a3709cdb643edd285624988.tar.bz2 gentoo-1d811969c250cd7f6a3709cdb643edd285624988.zip |
media-gfx/mandelbulber: EAPI-7 bump, xdg-utils, use https
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/mandelbulber')
-rw-r--r-- | media-gfx/mandelbulber/mandelbulber-2.12-r1.ebuild | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/media-gfx/mandelbulber/mandelbulber-2.12-r1.ebuild b/media-gfx/mandelbulber/mandelbulber-2.12-r1.ebuild index 31967ec72549..b50cfb100e6b 100644 --- a/media-gfx/mandelbulber/mandelbulber-2.12-r1.ebuild +++ b/media-gfx/mandelbulber/mandelbulber-2.12-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 MY_P="${PN}2-${PV}-1" -inherit desktop gnome2-utils qmake-utils +inherit desktop qmake-utils xdg-utils DESCRIPTION="Tool to render 3D fractals" -HOMEPAGE="http://www.mandelbulber.com" +HOMEPAGE="https://www.mandelbulber.com" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="CC-BY-4.0 GPL-3" @@ -15,6 +15,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="opencl openexr sndfile tiff" +BDEPEND=" + virtual/pkgconfig +" RDEPEND=" dev-libs/lzo dev-qt/qtcore:5 @@ -35,7 +38,6 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-qt/designer:5 - virtual/pkgconfig " S=${WORKDIR}/${MY_P} @@ -74,9 +76,9 @@ src_install() { } pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update } |