koldbyte / termoid

Terminal in a Plasmoid
https://store.kde.org/p/1169451/
45 stars 6 forks source link

Adding cmake + qmltermwidget build #17

Open koldbyte opened 4 years ago

koldbyte commented 4 years ago
ShayBox commented 3 years ago

I tried using the pkgbuild in the branch https://pastebin.com/vcZMiFEt

koldbyte commented 3 years ago

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.

ShayBox commented 3 years ago

That was the problem, interesting, probably a qmake issue. You should add qmltermwidget as a depends

koldbyte commented 3 years ago

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.

ShayBox commented 3 years ago

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

koldbyte commented 3 years ago

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

  1. Remove all termoid instances.
  2. Uninstall qmltermwidget. (note down the version installed, just in case)
  3. Uninstall the termoid plasmoid.
  4. Build and install from this branch again.
  5. Restart Plasma or logout/login.