This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goplasmabindings. commit 3edb456aa7d99873dcc12e3ec09788c8281d59c0 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Aug 11 05:54:44 2023 +0200 x2goplasmabindings.spec: update file list with Plasma 5 files. --- debian/changelog | 1 + x2goplasmabindings.spec | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index d8d0a7a..bfcff0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -57,6 +57,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium + Add BRs on kf5umbrella for *SuSE-based systems and kf5-rpm-macros for RedHat-based systems to get ECMQmlModule support. + Fix Plasma 5 detection on OpenSuSE Tumbleweed. + + Update file list with Plasma 5 files. * debian/control: + Adapt description to also mention KDE 5. + Build-Depend on libkf5plasma-dev and libkf5i18n-dev, with a fallback to diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec index d37bac7..0f66956 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -155,10 +155,19 @@ fi %endif %doc debian/changelog %doc debian/copyright +%if 0%{?plasma5} +%dir %{_libdir}/qt5/qml/org +%dir %{_libdir}/qt5/qml/org/x2go +%dir %{_libdir}/qt5/qml/org/x2go/plasmoid +%{_libdir}/qt5/qml/org/x2go/plasmoid/libX2GoPlasmoidPlugin.so +%{_datadir}/plasma/plasmoids/org.x2go.plasmoid +%{_datadir}/metainfo/org.x2go.plasmoid.appdata.xml +%else %dir %{_libdir}/kde4 %{_libdir}/kde4/* %dir %{_datadir}/kde4/services %{_datadir}/kde4/services/* +%endif %{_datadir}/icons/* %{_datadir}/locale/*/LC_MESSAGES/*.mo -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git