From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 198D0158170 for ; Thu, 18 Jul 2024 16:40:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6642EE2AFA; Thu, 18 Jul 2024 16:40:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48D75E2AFA for ; Thu, 18 Jul 2024 16:40:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90DAC342FF8 for ; Thu, 18 Jul 2024 16:39:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00B891E3E for ; Thu, 18 Jul 2024 16:39:31 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1721317453.8c163199776d93213ffeea456b95a74af56af566.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/via/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/via/via-3.0.0.ebuild X-VCS-Directories: app-misc/via/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 8c163199776d93213ffeea456b95a74af56af566 X-VCS-Branch: master Date: Thu, 18 Jul 2024 16:39:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 528a28f9-93f8-44e1-9885-933fbdf4ef0a X-Archives-Hash: f8b30b6b02f26f02af85187755fb8f5c Message-ID: <20240718163931.znqQfpYuGJtlupkbxdmjjvxC13xFAusGkhRk_tKHM1s@z> commit: 8c163199776d93213ffeea456b95a74af56af566 Author: Lucio Sauer posteo net> AuthorDate: Thu Jul 18 15:44:13 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Thu Jul 18 15:44:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c163199 app-misc/via: add missing rdeps, tighten existing ones extract AppImage and scanelf -n via-nativia Signed-off-by: Lucio Sauer posteo.net> app-misc/via/via-3.0.0.ebuild | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/app-misc/via/via-3.0.0.ebuild b/app-misc/via/via-3.0.0.ebuild index 040cc82c2..c8f73a888 100644 --- a/app-misc/via/via-3.0.0.ebuild +++ b/app-misc/via/via-3.0.0.ebuild @@ -18,21 +18,25 @@ KEYWORDS="~amd64" # filesystem. RESTRICT="strip" -# These dependencies were extracted from the shared libraries required by the -# via-nativia executable; it's not clear whether these are all _actually_ -# required, or whether the list is extensive because the executable is an -# Electron app. +# Except for sys-libs/zlib, these dependencies were extracted from the shared +# libraries required by the via-nativia executable; it's not clear whether +# these are all _actually_ required, or whether the list is extensive because +# the executable is an Electron app. RDEPEND=" app-accessibility/at-spi2-core dev-libs/expat - dev-libs/glib + dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa + media-video/ffmpeg + net-print/cups sys-apps/dbus + sys-fs/fuse:0 + sys-libs/zlib x11-libs/cairo - x11-libs/gtk+ + x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage