https://bugs.kde.org/show_bug.cgi?id=511320
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/kdeplasma-addons/-/commi | |t/968b0aa97de54b6696190d7ce | |350d600e81543df Version| |6.7.0 Fixed/Implemented| | In| | Resolution|--- |FIXED --- Comment #4 from Nate Graham <[email protected]> --- Git commit 968b0aa97de54b6696190d7ce350d600e81543df by Nate Graham, on behalf of Hua Zhang. Committed on 04/03/2026 at 19:49. Pushed by ngraham into branch 'master'. Install header files for libplasmaweatherdata and libplasmaweatherion Install into `<prefix>/include/plasma/weather` directory, which allows Ion developers create their own Ions easily. Also added CMake config files so we can use `find_package(PlasmaWeather)` to find it out. This will import 2 targets: `Plasma::Weather::Ion` and `Plasma::Weather::Data`, developers should link their custom Ion implementations to `Plasma::Weather::Ion`. FIXED-IN: 6.7.0 M +25 -0 applets/weather/CMakeLists.txt A +12 -0 applets/weather/PlasmaWeather.cmake.in M +8 -1 applets/weather/ions/CMakeLists.txt M +16 -1 applets/weather/weatherdata/CMakeLists.txt https://invent.kde.org/plasma/kdeplasma-addons/-/commit/968b0aa97de54b6696190d7ce350d600e81543df -- You are receiving this mail because: You are watching all bug changes.
