From 072b549764aab44a550e32bd9b27100b1d7c3568 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 20 Sep 2021 11:36:08 +0200 Subject: [PATCH] media-gfx/WebPlotDigitizer-bin: add MissingUnpackerDep and fix ReferenceInMetadataVar Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild index 3e83c3d613..c71c37b4f6 100644 --- a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild +++ b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild @@ -9,7 +9,7 @@ MY_PN=${PN%-*} inherit desktop python-single-r1 xdg DESCRIPTION="Web based tool to extract data from plots, images, and maps" -HOMEPAGE="https://automeris.io/${MY_PN}/" +HOMEPAGE="https://automeris.io/WebPlotDigitizer/" SRC_URI="https://automeris.io/downloads/${MY_PN}-${PV}-linux-x64.zip" LICENSE="AGPL-3" @@ -33,6 +33,7 @@ RDEPEND=" dev-libs/nss x11-libs/gtk+:3[X,cups,introspection] " +BDEPEND="app-arch/unzip" S="${WORKDIR}/${MY_PN}-${PV}-linux-x64"