Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : element | name : element | ||||
| version : 1.11.1 | version : 1.11.1 | ||||
| release : 120 | release : 121 | ||||
| homepage : https://element.io/ | homepage : https://element.io/ | ||||
| source : | source : | ||||
| - git|https://github.com/vector-im/element-desktop.git : v1.11.1 | - git|https://github.com/vector-im/element-desktop.git : v1.11.1 | ||||
| - git|https://github.com/vector-im/element-web.git : v1.11.1 | - git|https://github.com/vector-im/element-web.git : v1.11.1 | ||||
| license : Apache-2.0 | license : Apache-2.0 | ||||
| component : network.im | component : network.im | ||||
| networking : yes | networking : yes | ||||
| summary : A glossy Matrix collaboration client for desktop. | summary : A glossy Matrix collaboration client for desktop. | ||||
| Show All 22 Lines | |||||
| rundeps : | rundeps : | ||||
| - nodejs | - nodejs | ||||
| - libsecret | - libsecret | ||||
| - sqlcipher | - sqlcipher | ||||
| setup : | | setup : | | ||||
| # Copy element-web to the build directory | # Copy element-web to the build directory | ||||
| cp -a $sources/element-web.git element-web | cp -a $sources/element-web.git element-web | ||||
| # Temporary Electron override for a version with --ozone-platform-hint | |||||
| export ELECTRON_VERSION=19.0.10 | |||||
| npm install electron@$ELECTRON_VERSION | |||||
| # Disable updates/tracking, enable labs settings | # Disable updates/tracking, enable labs settings | ||||
| jq '.update_base_url = null | .piwik = null | .showLabsSettings = true' element.io/release/config.json > config.json | jq '.update_base_url = null | .piwik = null | .showLabsSettings = true' element.io/release/config.json > config.json | ||||
| # Perform yarn install on both | # Perform yarn install on both | ||||
| yarn install | yarn install | ||||
| yarn --cwd element-web install | yarn --cwd element-web install | ||||
| build : | | build : | | ||||
| # Build element-web | # Build element-web | ||||
| Show All 25 Lines | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.