Bug 4285 - clawsker 1.3.1 doesn't display version properly
Summary: clawsker 1.3.1 doesn't display version properly
Status: RESOLVED INVALID
Alias: None
Product: clawsker
Classification: Unclassified
Component: default (show other bugs)
Version: GIT
Hardware: PC Linux
: P3 minor
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2019-12-14 12:47 UTC by djh
Modified: 2019-12-16 12:58 UTC (History)
0 users

See Also:


Attachments

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.

Note You need to log in before you can comment on or make changes to this bug.