forked from pool/drkonqi5
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
This commit is contained in:
parent
0ec05c7903
commit
29aa418369
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 13 06:49:28 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
|
||||
|
||||
- Add missing runtime dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 9 11:14:57 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user