Bug 420586 - ECM Dependency version requirement needs to be raised..
Summary: ECM Dependency version requirement needs to be raised..
Status: RESOLVED FIXED
Alias: None
Product: plasma-browser-integration
Classification: Plasma
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Debian unstable Linux
: NOR normal
Target Milestone: ---
Assignee: Kai Uwe Broulik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-25 19:05 UTC by Scarlett Moore
Modified: 2020-05-14 15:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scarlett Moore 2020-04-25 19:05:46 UTC
SUMMARY
While trying to package the latest release 5.18.4.1 I was greeted with failure:

CMake Error at CMakeLists.txt:97 (kde_clang_format):
  Unknown CMake command "kde_clang_format".

After perusing the ECM repo I see that this feature is introduced in 5.64 so minimum required ECM is wrong.

set(KF5_MIN_VERSION "5.42.0")

find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)

Sadly debian is still at 5.62 so no new PBI here :(


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION