An unofficial Matrix.org client for Sailfish OS based upon QMatrixClient
- Rooms
GNU General Public License v3.0
You will need opt-gcc6
to build it.
You could get it thanks to rinigus merproject repo something like:
- ssh to mersdk
sdk-assistant list
sb2 -t SailfishOS-3.0.0-super-fresh-armv7hl -R -m sdk-install
zypper ar -f http://repo.merproject.org/obs/home:/rinigus:/toolbox/sailfish_latest_armv7hl/ merproject-rinigus
zypper install opt-gcc6
- answer
yes
to accept rinigus repo andi
after that to ignore signature check
You also could try live coding via qmllive for the qml parts that don't require rebuilding the package. Do it via SailfishSDK or manually with archlinux and aa13q qt5-qmllive-git:
yaourt -S qt5-qmllive-git
- run
qmllivebench
on a host, specify hosts and workspace to qml directory - run
qmlliveruntime-sailfish --update-on-connect /usr/bin/harbour-matrix
on a device - make edits at qml via qt creator and save them
- ???
- PROFIT!
If you hate docker less than sailfish sdk, feel free to try sailfish sdk CODeRUS docker version:
- Run container (update it to newer sdk version if you want to),
- Check ssh keys mounted (it could be broken currently),
- ssh to mersdk,
- add rinigus repo
docker ps
,docker commit my_contaner_id sailfishos-platform-sdk-local:opt-gcc6
,- create new build helper script similar to
sdk-build-package
from the repo with new name - ???
- PROFIT!