diff --git a/drkonqi5.changes b/drkonqi5.changes index ebad312..913252f 100644 --- a/drkonqi5.changes +++ b/drkonqi5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 13 06:49:28 UTC 2022 - Wolfgang Bauer + +- Add missing runtime dependencies + ------------------------------------------------------------------- Thu Jun 9 11:14:57 UTC 2022 - Fabian Vogt diff --git a/drkonqi5.spec b/drkonqi5.spec index 8c05935..3444a3a 100644 --- a/drkonqi5.spec +++ b/drkonqi5.spec @@ -60,6 +60,11 @@ BuildRequires: cmake(Qt5Quick) BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5X11Extras) +# QML runtime dependencies (not detected automatically because the QML code is embedded as Qt Resource) +# if kirigami2 is not installed, it falls back to the old QWidgets-based UI though and doesn't need them... +Requires: (kdeclarative-components if kirigami2) +Requires: (kitemmodels-imports if kirigami2) +Requires: (syntax-highlighting-imports if kirigami2) # We want useful backtraces Recommends: gdb # we want symbol install support