mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
Signal-Desktop: update to 6.19.0.
This commit is contained in:
parent
e9db831e6f
commit
ae575af88b
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'Signal-Desktop'
|
# Template file for 'Signal-Desktop'
|
||||||
pkgname=Signal-Desktop
|
pkgname=Signal-Desktop
|
||||||
version=6.18.1
|
version=6.19.0
|
||||||
revision=1
|
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:
|
# x86_64-musl could potentially work based on the Alpine port:
|
||||||
|
@ -14,14 +14,15 @@ maintainer="anelki <akierig@fastmail.de>"
|
||||||
license="AGPL-3.0-only"
|
license="AGPL-3.0-only"
|
||||||
homepage="https://github.com/signalapp/Signal-Desktop"
|
homepage="https://github.com/signalapp/Signal-Desktop"
|
||||||
distfiles="https://github.com/signalapp/Signal-Desktop/archive/v${version}.tar.gz"
|
distfiles="https://github.com/signalapp/Signal-Desktop/archive/v${version}.tar.gz"
|
||||||
checksum=1527060bb666a459f6797d7161e237095fc3665323fed30d1cc0bc0828d5311c
|
checksum=965702b217b39131c61e62c63fb25b073750a8f6febdffa9db236626124c6e50
|
||||||
nostrip_files="signal-desktop"
|
nostrip_files="signal-desktop"
|
||||||
|
|
||||||
post_extract() {
|
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
|
||||||
|
|
||||||
vsed 's/"node": "/&>=/' -i package.json
|
#vsed 's/"node": "/&>=/' -i package.json
|
||||||
|
vsed 's/"node": "18.14.0"/"node": ">=16.19.0"/' -i package.json
|
||||||
|
|
||||||
# Dependencies have to be installed before applying patch
|
# Dependencies have to be installed before applying patch
|
||||||
yarn install --ignore-engines --frozen-lockfile
|
yarn install --ignore-engines --frozen-lockfile
|
||||||
|
|
Loading…
Add table
Reference in a new issue