From 485d3b4ffca819872ecca879afc99ddde4b8ed10 Mon Sep 17 00:00:00 2001 From: Sergey Torokhov Date: Thu, 13 Oct 2022 18:51:43 +0300 Subject: [PATCH] media-gfx/WebPlotDIgitizer: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit At least I tried ¯\_(ツ)_/¯ Closes: https://bugs.gentoo.org/876831 Closes: https://bugs.gentoo.org/876833 Closes: https://bugs.gentoo.org/876835 Signed-off-by: Sergey Torokhov --- .../WebPlotDigitizer-bin-4.5.ebuild | 18 +++--------------- .../WebPlotDigitizer-bin-4.6.ebuild | 18 +++--------------- 2 files changed, 6 insertions(+), 30 deletions(-) diff --git a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild index af608c9478..dcae2a7220 100644 --- a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild +++ b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild @@ -18,13 +18,7 @@ KEYWORDS="~amd64" #RESTRICT="strip" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -QA_PREBUILT=" - */libGLESv2.so - */libEGL.so - */libffmpeg.so - */libvk_swiftshader.so - */${MY_PN}-${PV} - " +QA_PREBUILT="*" ## RDEPEND is still required to be filled with actual runtime-deps: ## python is just assumed runtime-dependency. @@ -37,17 +31,11 @@ BDEPEND="app-arch/unzip" S="${WORKDIR}/${MY_PN}-${PV}-linux-x64" -QA_FLAGS_IGNORED=" - /opt/${P}/chrome-sandbox - /opt/${P}/libvulkan.* -" +QA_FLAGS_IGNORED="*" ## It seems media-libs/alsa-lib is required by chrome-sandbox. ## Actually this library isn't required to work. -QA_SONAME=" - /usr/lib64/libasound.so.2 - /usr/lib64/libxkbcommon.so.0 -" +QA_SONAME="*" src_install() { insinto "/opt/${P}" diff --git a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.6.ebuild b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.6.ebuild index 65a58ebe08..1166e00338 100644 --- a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.6.ebuild +++ b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.6.ebuild @@ -18,13 +18,7 @@ KEYWORDS="~amd64" #RESTRICT="strip" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -QA_PREBUILT=" - */libGLESv2.so - */libEGL.so - */libffmpeg.so - */libvk_swiftshader.so - */${MY_PN}-${PV} - " +QA_PREBUILT="*" ## RDEPEND is still required to be filled with actual runtime-deps: ## python is just assumed runtime-dependency. @@ -37,17 +31,11 @@ BDEPEND="app-arch/unzip" S="${WORKDIR}/${MY_PN}-${PV}-linux-x64" -QA_FLAGS_IGNORED=" - /opt/${P}/chrome-sandbox - /opt/${P}/libvulkan.* -" +QA_FLAGS_IGNORED="*" ## It seems media-libs/alsa-lib is required by chrome-sandbox. ## Actually this library isn't required to work. -QA_SONAME=" - /usr/lib64/libasound.so.2 - /usr/lib64/libxkbcommon.so.0 -" +QA_SONAME="*" src_install() { insinto "/opt/${P}"