Kate is missing SQL plugin in the latest build(s)
``` $ rpm -ql kate-plugins| grep sql ... no file found ... ``` that's because of missing dependency (cmake output) in the OBS: ``` [ 35s] * Qt6Keychain [ 35s] Required to build the katesql addon ``` this patch fixes it: ``` $ rpm -ql /var/tmp/build-root/KDE_Frameworks5_openSUSE_Tumbleweed-x86_64/home/abuild/rpmbuild/RPMS/x86_64/kate-plugins-debuginfo-24.12.0-0.x86_64.rpm | grep sql /usr/lib/debug/usr/lib64/qt6/plugins/kf6/ktexteditor/katesqlplugin.so.debug ``` I'm not sure if it is a proper solution to depend on qtkeychain-qt6-devel directly. But cmake(Qt6Keychain) was not found at all. OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kate?expand=0&rev=238
This commit is contained in:
parent
d62c062624
commit
162f65dcad
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 26 20:20:14 UTC 2024 - Petr Vanek <petr@yarpen.cz>
|
||||||
|
|
||||||
|
- new Qt keychain dependency to re-enable SQL plugin build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 8 09:27:17 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
Sun Dec 8 09:27:17 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ BuildRequires: cmake(Qt6Concurrent) >= %{qt6_version}
|
|||||||
BuildRequires: cmake(Qt6Sql) >= %{qt6_version}
|
BuildRequires: cmake(Qt6Sql) >= %{qt6_version}
|
||||||
BuildRequires: cmake(Qt6Test) >= %{qt6_version}
|
BuildRequires: cmake(Qt6Test) >= %{qt6_version}
|
||||||
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
|
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
|
||||||
|
BuildRequires: qtkeychain-qt6-devel
|
||||||
Requires: kate-plugins = %{version}
|
Requires: kate-plugins = %{version}
|
||||||
Recommends: kuiviewer
|
Recommends: kuiviewer
|
||||||
Recommends: markdownpart
|
Recommends: markdownpart
|
||||||
|
Loading…
x
Reference in New Issue
Block a user