termoid icon indicating copy to clipboard operation
termoid copied to clipboard

Adding cmake + qmltermwidget build

Open koldbyte opened this issue 5 years ago • 6 comments

  • Initial commit

koldbyte avatar Apr 26 '20 10:04 koldbyte

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

ShayBox avatar Aug 24 '20 00:08 ShayBox

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.

koldbyte avatar Aug 27 '20 11:08 koldbyte

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

ShayBox avatar Aug 27 '20 13:08 ShayBox

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.

koldbyte avatar Aug 28 '20 09:08 koldbyte

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

ShayBox avatar Aug 28 '20 09:08 ShayBox

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.

koldbyte avatar Aug 28 '20 10:08 koldbyte