summaryrefslogtreecommitdiffstats
path: root/kweather/CMakeL10n.txt
diff options
context:
space:
mode:
authorEmanoil Kotsev <deloptes@gmail.com>2021-01-07 16:29:35 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-01-24 14:29:38 +0100
commitf48efce5614763d16beeb150af1a4eb030148b38 (patch)
tree558bf14fd1801a4c257e5185a7e9b30a432215cb /kweather/CMakeL10n.txt
parentf89d317e769be7af5399d7d52d3b0d3099c7d025 (diff)
downloadtdetoys-f48efce5614763d16beeb150af1a4eb030148b38.tar.gz
tdetoys-f48efce5614763d16beeb150af1a4eb030148b38.zip
kweather: Improve station list processing
+ Add a README file with information about the processing stations + Automatically generate stations.dat and weather_stations.desktop from data/nsd_cccc.txt before cmake checks + File downloaded from https://tgftp.nws.noaa.gov/data/nsd_cccc.txt + Clean up weather_stations.desktop.in and moved relevant information to data/station_names.txt + Added GG to EU and NU, PE to Canada + Mapped most of African countries to AF region + Mapped few other countries to their regions + Algeria is not in the ME region + Christmas Islands code is CX + Added Greenland to Atlantic + Added some more states to Oceania + Added some more states to Cenetral and South Americas + Antarctica as new region + Renamed Australiasia to Australia and Oceania + Region abbreviations in alphabetic order + Removed Atlantic and Mexico regions and added North America + Mapped most of the outstanding stations in Canada and elsewhere + J Leslie Turriff provided information on the stations in Canada Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> Modify the generation of weather_stations.desktop so that it is possible to merge translations into a generated file. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kweather/CMakeL10n.txt')
-rw-r--r--kweather/CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/CMakeL10n.txt b/kweather/CMakeL10n.txt
index 202c1cf..673a747 100644
--- a/kweather/CMakeL10n.txt
+++ b/kweather/CMakeL10n.txt
@@ -11,7 +11,7 @@ tde_l10n_create_template(
tde_l10n_create_template(
CATALOG "desktop_files/kweather-stations/"
- SOURCES weather_stations.desktop
+ SOURCES_DESKTOP weather_stations.desktop.in
KEYWORDS name
DESTINATION "${CMAKE_SOURCE_DIR}/translations"
)