mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
Rocket.Chat: rebuild for new nodejs version
This commit is contained in:
parent
d7b0cb4e61
commit
8591e21aff
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'Rocket.Chat-Desktop'
|
# Template file for 'Rocket.Chat-Desktop'
|
||||||
pkgname=Rocket.Chat-Desktop
|
pkgname=Rocket.Chat-Desktop
|
||||||
version=3.8.7
|
version=3.8.7
|
||||||
revision=2
|
revision=3
|
||||||
_electron_ver=19
|
_electron_ver=19
|
||||||
hostmakedepends="yarn nodejs python3 pkg-config app-builder"
|
hostmakedepends="yarn nodejs python3 pkg-config app-builder"
|
||||||
makedepends="electron${_electron_ver} libvips-devel"
|
makedepends="electron${_electron_ver} libvips-devel"
|
||||||
|
@ -31,6 +31,7 @@ do_configure() {
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
export NODE_ENV=production
|
export NODE_ENV=production
|
||||||
|
export NODE_OPTIONS=--openssl-legacy-provider
|
||||||
yarn build
|
yarn build
|
||||||
yarn run electron-builder --linux --x64 --dir \
|
yarn run electron-builder --linux --x64 --dir \
|
||||||
-c.electronDist=/usr/lib/electron${_electron_ver} \
|
-c.electronDist=/usr/lib/electron${_electron_ver} \
|
||||||
|
|
Loading…
Add table
Reference in a new issue