Bug 4285

Summary: clawsker 1.3.1 doesn't display version properly
Product: clawsker Reporter: djh <claws>
Component: defaultAssignee: users
Status: RESOLVED INVALID    
Severity: minor    
Priority: P3    
Version: GIT   
Hardware: PC   
OS: Linux   

Description djh 2019-12-14 12:47:59 UTC
I just downloaded clawsker 1.3.1 on openSUSE Leap 15.0 and built it. When it tries to display the version, either in the GUI or on the command line, instead of displaying an actual version number it displays the string @VERSION@

e.g.:

$ ./clawsker -v
Clawsker :: A Claws Mail Tweaker
Version: @VERSION@
Perl-GLib version 1.326, built for 2.54.3, running with 2.54.3.
Perl-GTK3 version 0.034, built for 30, running with 3.22.30.
Claws Mail returned version 3.16.0.0.
Comment 1 Ricardo Mones 2019-12-16 10:17:45 UTC
In the given example you're running the git version not the built version.

After running "make", you should install it somewhere with "make install", as explained in the README.

The built script is available in the "build" subdirectory, the source is not modified at all. Nevertheless you can still check version before installing by running "perl build/clawsker -v".
Comment 2 djh 2019-12-16 12:58:43 UTC
Ah, thanks. Sorry for the noise.