mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
Signal-Desktop: rebuild for new nodejs version
This commit is contained in:
parent
8591e21aff
commit
866738a88f
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'Signal-Desktop'
|
# Template file for 'Signal-Desktop'
|
||||||
pkgname=Signal-Desktop
|
pkgname=Signal-Desktop
|
||||||
version=7.17.0
|
version=7.17.0
|
||||||
revision=1
|
revision=2
|
||||||
# Signal officially only supports x86_64
|
# Signal officially only supports x86_64
|
||||||
# x86_64-musl could potentially work based on the Alpine port:
|
# x86_64-musl could potentially work based on the Alpine port:
|
||||||
# https://git.alpinelinux.org/aports/tree/testing/signal-desktop
|
# https://git.alpinelinux.org/aports/tree/testing/signal-desktop
|
||||||
|
@ -21,9 +21,7 @@ post_extract() {
|
||||||
# git-lfs hook needs to be installed for one of the dependencies
|
# git-lfs hook needs to be installed for one of the dependencies
|
||||||
git lfs install
|
git lfs install
|
||||||
|
|
||||||
# FIXME: We currently don't have the latest Node so let's force Signal
|
vsed 's/"node": ".*"/"node": ">=20.0.0"/' -i package.json
|
||||||
# to use what we have. This is very far from ideal.
|
|
||||||
vsed 's/"node": ".*"/"node": ">=18.19.1"/' -i package.json
|
|
||||||
|
|
||||||
npm install -g yarn
|
npm install -g yarn
|
||||||
# Dependencies have to be installed before applying patch
|
# Dependencies have to be installed before applying patch
|
||||||
|
|
Loading…
Add table
Reference in a new issue