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 4EC88158041 for ; Sat, 24 Feb 2024 00:47:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0838E29C4; Sat, 24 Feb 2024 00:47:34 +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 B2855E29B3 for ; Sat, 24 Feb 2024 00:47:34 +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 BE41A3430B6 for ; Sat, 24 Feb 2024 00:47:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5687D131B for ; Sat, 24 Feb 2024 00:47:32 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1708734771.8fec2249576f3752fbeb2650411117873a2298a9.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/1password/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/1password/1password-8.10.16.ebuild X-VCS-Directories: gui-apps/1password/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 8fec2249576f3752fbeb2650411117873a2298a9 X-VCS-Branch: master Date: Sat, 24 Feb 2024 00:47:32 +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: 8ae8681f-4ed0-43f7-9607-3b804b4a4c5e X-Archives-Hash: b1a75bf480f8051f8eecf47656fddca2 commit: 8fec2249576f3752fbeb2650411117873a2298a9 Author: Vitaly Zdanevich ya ru> AuthorDate: Sat Feb 24 00:32:51 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Feb 24 00:32:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8fec2249 gui-apps/1password: fix dependencies Closes: https://bugs.gentoo.org/914217 Signed-off-by: Vitaly Zdanevich ya.ru> gui-apps/1password/1password-8.10.16.ebuild | 39 +++++++++++++---------------- 1 file changed, 17 insertions(+), 22 deletions(-) diff --git a/gui-apps/1password/1password-8.10.16.ebuild b/gui-apps/1password/1password-8.10.16.ebuild index 8db1760aab..765016b8e3 100644 --- a/gui-apps/1password/1password-8.10.16.ebuild +++ b/gui-apps/1password/1password-8.10.16.ebuild @@ -19,7 +19,23 @@ DEPEND=" x11-misc/xdg-utils acct-group/1password " -RDEPEND="${DEPEND}" +RDEPEND=" + ${DEPEND} + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXfixes + x11-libs/libXrandr + media-libs/alsa-lib + app-accessibility/at-spi2-core + net-print/cups + x11-libs/libdrm + media-libs/mesa + x11-libs/gtk+ + dev-libs/nspr + dev-libs/nss + x11-libs/pango + x11-libs/libxkbcommon +" S=${WORKDIR} @@ -34,27 +50,6 @@ src_unpack() { QA_PREBUILT="opt/1Password/*" -QA_SONAME=" -/usr/lib64/libXcomposite.so.1 -/usr/lib64/libXdamage.so.1 -/usr/lib64/libXfixes.so.3 -/usr/lib64/libXrandr.so.2 -/usr/lib64/libasound.so.2 -/usr/lib64/libatk-1.0.so.0 -/usr/lib64/libatk-bridge-2.0.so.0 -/usr/lib64/libatspi.so.0 -/usr/lib64/libcups.so.2 -/usr/lib64/libdrm.so.2 -/usr/lib64/libgbm.so.1 -/usr/lib64/libgtk-3.so.0 -/usr/lib64/libnspr4.so -/usr/lib64/libnss3.so -/usr/lib64/libnssutil3.so -/usr/lib64/libpango-1.0.so.0 -/usr/lib64/libsmime3.so -/usr/lib64/libxkbcommon.so.0 -" - src_install() { cp -ar "${S}/opt" "${D}" || die "Install failed!" cp -ar "${S}/usr" "${D}" || die "Install failed!"