forked from pool/element-desktop
Accepting request 1008248 from home:dziobian:gulgul-ultron:19
- Fix FTBFS on ix86 and arm. OBS-URL: https://build.opensuse.org/request/show/1008248 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=20
This commit is contained in:
parent
700e58f9ce
commit
c1c765d0bd
@ -1,3 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 5 15:28:09 UTC 2022 - Bruno Pitrus <brunopitrus@hotmail.com>
|
||||
- Fix FTBFS on ix86 and arm.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 16:51:37 UTC 2022 - Bruno Pitrus <brunopitrus@hotmail.com>
|
||||
- Remove ExcludeArch, we build Electron for 32-bit too now.
|
||||
|
@ -72,17 +72,13 @@ yarn install --offline --pure-lockfile
|
||||
export PATH="$PATH:node_modules/.bin"
|
||||
#export ELECTRON_BUILDER_CACHE="$(pwd)/electron-builder-offline-cache/"
|
||||
#yarn run build:native
|
||||
yarn run build
|
||||
yarn run build:universal
|
||||
|
||||
%install
|
||||
install -d %{buildroot}{%{_datadir}/element/,%{_sysconfdir}/webapps/element}
|
||||
|
||||
# Install the app content, replace the webapp with a symlink to the system package
|
||||
if [ "$(arch)" == "aarch64" ] ; then
|
||||
cp -r dist/linux-arm64-unpacked/resources/* "%{buildroot}%{_datadir}/element/"
|
||||
else
|
||||
cp -r dist/linux-unpacked/resources/* "%{buildroot}%{_datadir}/element/"
|
||||
fi
|
||||
cp -pr dist/linux-universal-unpacked/resources/* "%{buildroot}%{_datadir}/element/"
|
||||
ln -s %{_datadir}/webapps/element "%{buildroot}%{_datadir}/element/webapp"
|
||||
|
||||
# Config file
|
||||
|
Loading…
Reference in New Issue
Block a user