Skip to content

Commit

Permalink
media-gfx/mandelbulber: EAPI-7 bump, xdg-utils, use https
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed May 21, 2020
1 parent 142e02c commit 1d81196
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions media-gfx/mandelbulber/mandelbulber-2.12-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
# 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"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="opencl openexr sndfile tiff"

BDEPEND="
virtual/pkgconfig
"
RDEPEND="
dev-libs/lzo
dev-qt/qtcore:5
Expand All @@ -35,7 +38,6 @@ RDEPEND="
"
DEPEND="${RDEPEND}
dev-qt/designer:5
virtual/pkgconfig
"

S=${WORKDIR}/${MY_P}
Expand Down Expand Up @@ -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
}

0 comments on commit 1d81196

Please sign in to comment.