4 Commits

Author SHA256 Message Date
Christophe Marin
162f65dcad 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
2024-12-26 22:25:19 +00:00
Christophe Marin
d62c062624 KDE release gear 24.12.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kate?expand=0&rev=237
2024-12-12 10:45:51 +00:00
Christophe Marin
ad748231a7 KDE Release gear 24.12 RC
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kate?expand=0&rev=236
2024-12-02 08:58:53 +00:00
Christophe Marin
270e862ac0 KDE release gear 24.12 beta
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kate?expand=0&rev=235
2024-11-21 08:26:32 +00:00