Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : riot | name : riot | ||||
| version : 1.3.6 | version : 1.4.0 | ||||
| release : 43 | release : 44 | ||||
| homepage : https://riot.im/ | homepage : https://riot.im/ | ||||
| source : | source : | ||||
| - https://github.com/vector-im/riot-web/archive/v1.3.6.tar.gz : 098ec76042fbf067a36567f591d7bb2049acc2f7a3eb4f48fb09a164bcd57394 | - https://github.com/vector-im/riot-web/archive/v1.4.0.tar.gz : 980d2f90245851d5095940807ecc9278ab0d20a5e44e53dd84fb182630b23295 | ||||
| license : Apache-2.0 | license : Apache-2.0 | ||||
| component : network.im | component : network.im | ||||
| networking : yes | networking : yes | ||||
| summary : Electron based Matrix client built using the Matrix React SDK | summary : Electron based Matrix client built using the Matrix React SDK | ||||
| description: | | description: | | ||||
| Riot is an electron based Matrix client that allows cross platform communication between IRC, slack, gitter and riot/matrix users. Also has secure end to end encrypted chat through text, audio and video with users of riot/matrix on Android, iOS, Windows, OSX, Linux and web browsers. | Riot is an electron based Matrix client that allows cross platform communication between IRC, slack, gitter and riot/matrix users. Also has secure end to end encrypted chat through text, audio and video with users of riot/matrix on Android, iOS, Windows, OSX, Linux and web browsers. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(alsa) | - pkgconfig(alsa) | ||||
| Show All 9 Lines | builddeps : | ||||
| - git | - git | ||||
| - yarn | - yarn | ||||
| rundeps : | rundeps : | ||||
| - nodejs | - nodejs | ||||
| setup : | | setup : | | ||||
| yarn | yarn | ||||
| build : | | build : | | ||||
| yarn build | yarn build | ||||
| node_modules/.bin/build -l --x64 --dir | node_modules/.bin/electron-builder -l --x64 --dir | ||||
| install : | | install : | | ||||
| install -dm00644 $installdir/usr/bin | install -dm00644 $installdir/usr/bin | ||||
| install -dm00644 $installdir/usr/share/riot | install -dm00644 $installdir/usr/share/riot | ||||
| cp -Rv electron_app/dist/linux-unpacked/* $installdir/usr/share/riot/ | cp -Rv electron_app/dist/linux-unpacked/* $installdir/usr/share/riot/ | ||||
| ln -sv ../share/riot/riot-web $installdir/usr/bin/riot-web | ln -sv ../share/riot/riot-web $installdir/usr/bin/riot-web | ||||
| # Install default configuration | # Install default configuration | ||||
| install -Dm00644 electron_app/riot.im/config.json $installdir/usr/share/riot/resources/webapp/ | install -Dm00644 electron_app/riot.im/config.json $installdir/usr/share/riot/resources/webapp/ | ||||
| Show All 9 Lines | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.