File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11
11
<key >CFBundleSignature</key >
12
12
<string >QGIS</string >
13
13
<key >CFBundleGetInfoString</key >
14
- <string >QGIS @VERSION, © 2002-2006 QGIS Development Team</string >
14
+ <string >QGIS @VERSION (@SVNVERSION) , © 2002-2006 QGIS Development Team</string >
15
15
<key >CFBundleShortVersionString</key >
16
- <string >@SHORTVERSION</string >
16
+ <string >@SHORTVERSION (@SVNVERSION) </string >
17
17
<key >CFBundleVersion</key >
18
18
<string >@VERSION</string >
19
19
<key >CFBundleIconFile</key >
Original file line number Diff line number Diff line change @@ -19,10 +19,12 @@ contents_DATA = \
19
19
Info.plist \
20
20
Pkginfo
21
21
22
- Info.plist : Info.plist.in $(top_builddir ) /configure.in
22
+ Info.plist : Info.plist.in $(top_builddir ) /configure.in $( top_builddir ) /qgssvnversion.h
23
23
@SHORTVERSION=$(MAJOR_VERSION ) .$(MINOR_VERSION ) .$(MICRO_VERSION ) && \
24
+ SVNVERSION=` svnversion $( top_builddir) ` && \
24
25
sed -e " s/@VERSION/$( VERSION) /" \
25
26
-e " s/@SHORTVERSION/$$ SHORTVERSION/" \
27
+ -e " s/@SVNVERSION/$$ SVNVERSION/" \
26
28
< Info.plist.in > $@
27
29
28
30
Pkginfo : Makefile
You can’t perform that action at this time.
0 commit comments