termoid
termoid copied to clipboard
Adding cmake + qmltermwidget build
- Initial commit
I tried using the pkgbuild in the branch https://pastebin.com/vcZMiFEt
I tried using the pkgbuild in the branch https://pastebin.com/vcZMiFEt
@ShayBox Can you please try again on a separate path? I think the "#" in the path "/home/shaybox/Documents/AUR/#local" is causing some issue.
That was the problem, interesting, probably a qmake issue. You should add qmltermwidget as a depends
Thanks for checking it out.
That was the problem, interesting, probably a qmake issue.
Yes, I am not sure if I can fix it here. Its a upstream issue.
You should add qmltermwidget as a depends
qmltermwidget is included as a submodule in the repo. It gets build as a dependency aliased with a different name.
You still have to depend on it for it to be installed on the system after building, without it installed the module just says qmltermwidget not installed
You still have to depend on it for it to be installed on the system after building, without it installed the module just says qmltermwidget not installed
This doesn't sound right. It should be able to use the included qmlkonsole lib built through cmake and not depend on qmltermwidget.
Try this
- Remove all termoid instances.
- Uninstall qmltermwidget. (note down the version installed, just in case)
- Uninstall the termoid plasmoid.
- Build and install from this branch again.
- Restart Plasma or logout/login.