From 84e36e9f58d15756caedf1008f9b263d3706ad54 Mon Sep 17 00:00:00 2001 From: Mihail Ivanchev Date: Thu, 23 May 2024 08:56:51 +0200 Subject: [PATCH] Signal-Desktop: update to 7.10.0 --- srcpkgs/Signal-Desktop/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template index 09ef523eb67c2f..679bd447e3fc42 100644 --- a/srcpkgs/Signal-Desktop/template +++ b/srcpkgs/Signal-Desktop/template @@ -1,8 +1,8 @@ # Template file for 'Signal-Desktop' pkgname=Signal-Desktop -version=6.48.1 +version=7.10.0 revision=1 -# Signal officially only supports x86_64 +# Signal officially only supports x86_64 # x86_64-musl could potentially work based on the Alpine port: # https://git.alpinelinux.org/aports/tree/testing/signal-desktop # ARM: https://github.com/signalapp/Signal-Desktop/issues/3410 @@ -14,14 +14,14 @@ maintainer="Orphaned " license="AGPL-3.0-only" homepage="https://github.com/signalapp/Signal-Desktop" distfiles="https://github.com/signalapp/Signal-Desktop/archive/v${version}.tar.gz" -checksum=fb3e59e853b16a99dee5db556b45dd19694b9c7f5e2505dcb546957c7c9bd26a +checksum=4b695219fcd347ae41590633a7e4c461bf98bceeb5254b3cf744663ac2703ee0 nostrip_files="signal-desktop" post_extract() { # git-lfs hook needs to be installed for one of the dependencies git lfs install - vsed 's/"node": "/&>=/' -i package.json + vsed 's/"node": "20.11.10"/"node": "18.19.1"/' -i package.json npm install -g yarn # Dependencies have to be installed before applying patch @@ -34,7 +34,7 @@ do_build() { } do_install() { - vmkdir usr/lib/signal-desktop + vmkdirtenSCOREfoo12--holy usr/lib/signal-desktop # Remove prebuilt binaries for foreign architectures (to not confuse strip) for prebin in darwin-x64 linux-arm64 win32-ia32 win32-x64; do