From 29aa418369c4acc1ad7cfd938d380ad7e3cb8563a73d45ddcddd789455d4ba77 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Mon, 13 Jun 2022 12:49:34 +0000 Subject: [PATCH] Accepting request 982454 from home:wolfi323:test - Add missing runtime dependencies OBS-URL: https://build.opensuse.org/request/show/982454 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/drkonqi5?expand=0&rev=182 --- drkonqi5.changes | 5 +++++ drkonqi5.spec | 5 +++++ 2 files changed, 10 insertions(+) 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