Closed floli closed 1 year ago
hey @floli, you are using the wrong tarball - github tarballs do not include the submodule. I'm explicitly adding tarballs with the submodules included for that purpose, see:
https://github.com/KDAB/hotspot/releases/tag/v1.4.0
either download the individual tarballs for the two submodules, or use the full tarball, e.g. https://github.com/KDAB/hotspot/releases/download/v1.4.0/hotspot-v1.4.0.tar.gz
either download the individual tarballs for the two submodules, or use the full tarball, e.g. https://github.com/KDAB/hotspot/releases/download/v1.4.0/hotspot-v1.4.0.tar.gz
The PKGBUILD uses
pkgver=1.4.0
source=("https://github.com/KDAB/hotspot/releases/download/v${pkgver}/hotspot-v${pkgver}.tar.gz")
that should resolve to the same URL, which is the full tarball. That though gives the error message above.
Or do I get something wrong?
ah, now I understand!
I'll create a new v1.4.1 release now with that fixed
https://github.com/KDAB/hotspot/releases/tag/v1.4.1
this should have it fixed, please reopen if you still suffer from any issues
Awesome, works now! Thanks a lot!
Hello,
I am the maintainer of the AUR packages hotspot and hotspot-git. While the latter build flawlessly, I am having trouble building the currently released version 1.4. Just downloading the tarball, extracting and
cmake .
gives meThanks!