Closed charles2910 closed 1 year ago
I tried applying the patch in d88dd7bfd107dc8c22ae9b91a3b2a06bc7afe815, should be good now
Thanks!
And version 0.4 will be in Debian next stable release (12 - Bookworm, due around July) and also in Ubuntu 23.04, so people will be able to just apt install kristall
!
That's pretty cool. I hope i can spend some time on Kristall the next days, so i can finally tack a 1.0 to the program and officially go into "maintainence" mode
Hi,
while building kristall for Debian sergiodj noticed an error:
This happens because we don't build from the git repo, but from the downloaded tarball. So the following command from
src/kristall.pro
fails.And the built application doesn't get a proper version when
kristall -v
is invoked:We (sergiodj and I) came up with a solution to the problem - I'll attach below and will be very happy to open a PR. But I think it's very specific so you might not want it merged - it keeps working when in a git repo though.
TLDR we're exporting
KRISTALL_VERSION
to the build environment so the qmake variable is not empty in our case.