162f65dcad
``` $ 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 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
0001-Defuse-root-block.patch | ||
applications.keyring | ||
kate-24.05.2.tar.xz | ||
kate-24.05.2.tar.xz.sig | ||
kate-24.08.0.tar.xz | ||
kate-24.08.0.tar.xz.sig | ||
kate-24.08.1.tar.xz | ||
kate-24.08.1.tar.xz.sig | ||
kate-24.08.3.tar.xz | ||
kate-24.08.3.tar.xz.sig | ||
kate-24.12.0.tar.xz | ||
kate-24.12.0.tar.xz.sig | ||
kate.changes | ||
kate.spec |