summaryrefslogtreecommitdiffstats
path: root/kweather/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* KWeather Konqueror sidebar revivalMavridis Philippe2021-08-291-0/+26
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* cmake: a couple of small fixesAlexander Golubev2021-02-271-0/+5
| | | | | | | * Fix project name * Add explicit dependencies for a custom command in kweather Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Do not list files that are part of the source code as DEPENDS.Slávek Banko2021-01-291-2/+0
| | | | | | This resolves FTBS, which may occur due to commit 07d616b7e2. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Generate kweather station information files during the build phaseSlávek Banko2021-01-271-1/+4
| | | | | | instead of the configuration phase. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* kweather: Improve station list processingEmanoil Kotsev2021-01-241-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + 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>
* Simplify CMake rules for desktop file translations.Slávek Banko2020-07-091-9/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Desktop file translations:Slávek Banko2020-05-141-6/+14
| | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-271-2/+2
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-3/+3
|
* Initial conversion to cmakeSlávek Banko2012-11-181-0/+139
Thanks to Fat-Zer