#467 plasma-desktop cmake KF6KirigamiAddons2 complains need upstream fix
Opened a year ago by loise. Modified 11 months ago

https://invent.kde.org/plasma/plasma-desktop/-/blob/master/CMakeLists.txt?ref_type=heads

needs fixing:

find_package(KF6KirigamiAddons2 0.10.0 CONFIG)
set_package_properties(KF6KirigamiAddons2 PROPERTIES

to:

find_package(KF6KirigamiAddons 1.0.0 CONFIG)
set_package_properties(KF6KirigamiAddons PROPERTIES

which needs to be upstreamed to make cmake happy


Metadata Update from @ngompa:
- Issue set to the milestone: KDE Plasma 6.0
- Issue tagged with: easyfix, need-work

a year ago

This has been done for plasma desktop. I've done it for plasma workspace in https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4252

Metadata Update from @timaeos:
- Issue set to the milestone: KDE Plasma 6.2 (was: KDE Plasma 6.0)

11 months ago

Log in to comment on this ticket.

Metadata