44# License: GPLv3+
55# ~~~
66
7- # This program is free software; you can redistribute it and/or modify
8- # it under the terms of the GNU General Public License as published by
9- # the Free Software Foundation; either version 3 of the License, or
10- # (at your option) any later version.
11-
7+ # This program is free software; you can redistribute it and/or modify it under
8+ # the terms of the GNU General Public License as published by the Free Software
9+ # Foundation; either version 3 of the License, or (at your option) any later
10+ # version.
1211
1312# -------- Options ----------
1413
1514set (OCPN_TEST_REPO
1615 "nohal/opencpn-plugins"
17- CACHE STRING "Default repository for untagged builds"
18- )
16+ CACHE STRING "Default repository for untagged builds" )
1917set (OCPN_BETA_REPO
2018 "nohal/iacfleet_pi-beta"
21- CACHE STRING
22- "Default repository for tagged builds matching 'beta'"
23- )
19+ CACHE STRING "Default repository for tagged builds matching 'beta'" )
2420set (OCPN_RELEASE_REPO
2521 "nohal/iacfleet_pi-stable"
26- CACHE STRING
27- "Default repository for tagged builds not matching 'beta'"
28- )
22+ CACHE STRING "Default repository for tagged builds not matching 'beta'" )
2923
30- #
3124#
3225# ------- Plugin setup --------
3326#
3427set (PKG_NAME iacfleet_pi)
35- set (PKG_VERSION 0.31 .0)
36- set (PKG_PRERELEASE "" ) # Empty, or a tag like 'beta'
28+ set (PKG_VERSION 0.32 .0)
29+ set (PKG_PRERELEASE "" ) # Empty, or a tag like 'beta'
3730
38- set (DISPLAY_NAME iacfleet_pi) # Dialogs, installer artifacts, ...
31+ set (DISPLAY_NAME iacfleet_pi) # Dialogs, installer artifacts, ...
3932set (PLUGIN_API_NAME IACFleet) # As of GetCommonName() in plugin API
4033set (PKG_SUMMARY "IAC Fleetcode plugin for OpenCPN" )
41- set (PKG_DESCRIPTION [=[
34+ set (PKG_DESCRIPTION
35+ [=[
4236IAC Fleetcode plugin for OpenCPN
4337]=] )
4438
@@ -52,22 +46,21 @@ add_definitions(-DocpnUSE_GL)
5246include_directories (include )
5347
5448set (SRC
55- src/folder.xpm
56- src/iacfile.cpp
57- src/iacfile.h
58- src/iacfleet.cpp
59- src/iacfleet.h
60- src/iacfleet_pi.cpp
61- src/iacfleet_pi.h
62- src/TexFont.h
63- src/TexFont.cpp
64- )
49+ src/folder.xpm
50+ src/iacfile.cpp
51+ src/iacfile.h
52+ src/iacfleet.cpp
53+ src/iacfleet.h
54+ src/iacfleet_pi.cpp
55+ src/iacfleet_pi.h
56+ src/TexFont.h
57+ src/TexFont.cpp)
6558
66- set (PKG_API_LIB api-18) # A dir in opencpn-libs/ e. g., api-17 or api-16
59+ set (PKG_API_LIB api-18) # A dir in opencpn-libs/ e. g., api-17 or api-16
6760
6861macro (late_init )
69- # Perform initialization after the PACKAGE_NAME library, compilers
70- # and ocpn::api is available.
62+ # Perform initialization after the PACKAGE_NAME library, compilers and
63+ # ocpn::api is available.
7164endmacro ()
7265
7366macro (add_plugin_libraries )
0 commit comments