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 BA39A158094 for ; Sat, 8 Oct 2022 23:08:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD3F4E086A; Sat, 8 Oct 2022 23:08:31 +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 BF186E086A for ; Sat, 8 Oct 2022 23:08:31 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97A7B34113C for ; Sat, 8 Oct 2022 23:08:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0808E5E8 for ; Sat, 8 Oct 2022 23:08:29 +0000 (UTC) From: "Stefan Strogin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stefan Strogin" Message-ID: <1665270318.95c3b965332b174e0ce24aca3e6048bafe36d773.steils@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/element-desktop-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/element-desktop-bin/element-desktop-bin-1.11.8-r1.ebuild X-VCS-Directories: net-im/element-desktop-bin/ X-VCS-Committer: steils X-VCS-Committer-Name: Stefan Strogin X-VCS-Revision: 95c3b965332b174e0ce24aca3e6048bafe36d773 X-VCS-Branch: master Date: Sat, 8 Oct 2022 23:08:29 +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: daff0c58-cd25-401e-a969-6d1334849830 X-Archives-Hash: f67fafbe91387646f1fb8a33c65b5892 commit: 95c3b965332b174e0ce24aca3e6048bafe36d773 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Thu Sep 29 11:59:03 2022 +0000 Commit: Stefan Strogin gentoo org> CommitDate: Sat Oct 8 23:05:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c3b965 net-im/element-desktop-bin: update SRC_URI, add files to QA_PREBUILT The Debian repo changed from packages.riot.im to packages.element.io, the files are the same. Closes: https://bugs.gentoo.org/861386 Closes: https://bugs.gentoo.org/861821 Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/27525 Signed-off-by: Stefan Strogin gentoo.org> net-im/element-desktop-bin/element-desktop-bin-1.11.8-r1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net-im/element-desktop-bin/element-desktop-bin-1.11.8-r1.ebuild b/net-im/element-desktop-bin/element-desktop-bin-1.11.8-r1.ebuild index 60b6ee4a0616..b06fc2ffab40 100644 --- a/net-im/element-desktop-bin/element-desktop-bin-1.11.8-r1.ebuild +++ b/net-im/element-desktop-bin/element-desktop-bin-1.11.8-r1.ebuild @@ -9,7 +9,7 @@ MY_PN="${PN/-bin}" DESCRIPTION="A glossy Matrix collaboration client for desktop (binary package)" HOMEPAGE="https://element.io" -SRC_URI="https://packages.riot.im/debian/pool/main/e/element-desktop/${MY_PN}_${PV}_amd64.deb" +SRC_URI="https://packages.element.io/debian/pool/main/e/element-desktop/${MY_PN}_${PV}_amd64.deb" S="${WORKDIR}" LICENSE="Apache-2.0" @@ -54,7 +54,9 @@ QA_PREBUILT="opt/Element/chrome-sandbox opt/Element/libGLESv2.so opt/Element/libffmpeg.so opt/Element/libvk_swiftshader.so - opt/Element/libvulkan.so.1" + opt/Element/libvulkan.so.1 + opt/Element/resources/app.asar.unpacked/node_modules/matrix-seshat/native/index.node + opt/Element/resources/app.asar.unpacked/node_modules/keytar/build/Release/keytar.node" src_prepare() { default