PINE64
Compile spacebar - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: General Discussion on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=127)
+--- Thread: Compile spacebar (/showthread.php?tid=13906)



Compile spacebar - wizardofthemodem - 05-14-2021

I'm on a updated manjaro image that came with the pinephone beta edition.

I'm trying to get spacebar to compile.  To help fix some bugs in this thing.

It has a required library called libqofono . But when I go to install it on a mostly stock system it complains about existing files in the install directory.

libqofono: /usr/share/qt5/mkspecs/features/qofono-qt5.prf exists in filesystem (owned by libqofono-qt5)

And many others.

Was this library compile and installed with make install manually on the shipped image? I'm not sure how to proceed from this.


RE: Compile spacebar - wizardofthemodem - 05-15-2021

(05-14-2021, 08:37 AM)wizardofthemodem Wrote: I'm on a updated manjaro image that came with the pinephone beta edition.

I'm trying to get spacebar to compile.  To help fix some bugs in this thing.

It has a required library called libqofono . But when I go to install it on a mostly stock system it complains about existing files in the install directory.

libqofono: /usr/share/qt5/mkspecs/features/qofono-qt5.prf exists in filesystem (owned by libqofono-qt5)

And many others.

Was this library compile and installed with make install manually on the shipped image? I'm not sure how to proceed from this.


I got it to compile. Had to install the kirigami2 requirements. 



Code:
sudo pacman -Syu base-devel extra-cmake-modules cmake kirigami2 kde-sdk-meta gettext


Takes forever to build on the pinephone. Not sure how to install it and test it yet.


RE: Compile spacebar - wizardofthemodem - 05-15-2021

https://invent.kde.org/plasma-mobile/spacebar/-/merge_requests/24

check it out linux phone friends, Made my first PR into spacebar.  Anyone know someone from kde that can code review it?