Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/WebPlotDigitizer-bin/
Date: Mon, 20 Sep 2021 09:36:16
Message-Id: 1632130568.072b549764aab44a550e32bd9b27100b1d7c3568.andrewammerlaan@gentoo
1 commit: 072b549764aab44a550e32bd9b27100b1d7c3568
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 20 09:36:08 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 20 09:36:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=072b5497
7
8 media-gfx/WebPlotDigitizer-bin: add MissingUnpackerDep
9
10 and fix ReferenceInMetadataVar
11
12 Package-Manager: Portage-3.0.23, Repoman-3.0.3
13 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
14
15 media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild
19 index 3e83c3d61..c71c37b4f 100644
20 --- a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild
21 +++ b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild
22 @@ -9,7 +9,7 @@ MY_PN=${PN%-*}
23 inherit desktop python-single-r1 xdg
24
25 DESCRIPTION="Web based tool to extract data from plots, images, and maps"
26 -HOMEPAGE="https://automeris.io/${MY_PN}/"
27 +HOMEPAGE="https://automeris.io/WebPlotDigitizer/"
28 SRC_URI="https://automeris.io/downloads/${MY_PN}-${PV}-linux-x64.zip"
29
30 LICENSE="AGPL-3"
31 @@ -33,6 +33,7 @@ RDEPEND="
32 dev-libs/nss
33 x11-libs/gtk+:3[X,cups,introspection]
34 "
35 +BDEPEND="app-arch/unzip"
36
37 S="${WORKDIR}/${MY_PN}-${PV}-linux-x64"