morpheus

A Matrix client written in Go-QT
git clone git://archive.git.mtrnord.blog/Nordgedanken/morpheus.git
Log | Files | Refs | README | LICENSE

commit b242637b0068e0d96b20f921f879ac58ed1b08a3
parent e681df00f5996ff4c4fc200dbde6c1a879c205b6
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Mon, 29 Jan 2018 20:17:21 +0100

Update snapcraft.yaml
Diffstat:
Msnap/snapcraft.yaml | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml @@ -17,8 +17,6 @@ parts: plugin: nil build-packages: - golang-go - - qt5-qmake - - qtbase5-dev - build-essential - libgl1-mesa-dev - libpulse-dev @@ -26,6 +24,9 @@ parts: build: | export GOPATH="$HOME/go/" mkdir $GOPATH + add-apt-repository -y ppa:forkotov02/opt-qt-5.10.0-trusty + apt-get -qq update + apt-get -y -qq install qt510base qt510connectivity qt510declarative qt510doc qt510location qt510multimedia qt510quickcontrols qt510quickcontrols2 qt510script qt510serialport qt510svg qt510tools qt510translations qt510webchannel qt510webengine qt510websockets qt510x11extras qt510xmlpatterns go get -u -v github.com/therecipe/qt/cmd/... QT_PKG_CONFIG=true $GOPATH/bin/qtsetup $GOPATH/bin/qtdeploy build linux