This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goplasmabindings. from 3edb456 x2goplasmabindings.spec: update file list with Plasma 5 files. new f9f348e debian/rules: fix syntax. new 15be6f0 x2goplasmabindings.spec: add missing qmldir file to Plasma 5 files. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 2 ++ debian/rules | 1 - x2goplasmabindings.spec | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goplasmabindings. commit f9f348ef2b80614e756afccba36f5c9cca8502be Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Aug 11 06:30:25 2023 +0200 debian/rules: fix syntax. --- debian/changelog | 1 + debian/rules | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bfcff0e..5dacc57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -73,6 +73,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium + Select Ubuntu 16.04 (Xenial) as the first version to use the Plasma 5 code. + Add USE_DESKTOP_FILE selector to support older systems. + + Fix syntax. * debian/copyright: + Add information for x2goplasmoidkf5.cpp, which is GPL-3.0-only. + Add information for package/contents/ui/main.qml. diff --git a/debian/rules b/debian/rules index 6171413..72cc92d 100755 --- a/debian/rules +++ b/debian/rules @@ -87,7 +87,6 @@ ifeq ($(VENDOR_DEBIAN),yes) ifeq ($(shell /bin/bash -c '(( $(RELEASE_VER) >= 10 )) && echo '"'"'yes'"'"),yes) USE_PLASMA5 = ON endif -ifeq ($(VENDOR_DEBIAN),yes) ifeq ($(shell /bin/bash -c '(( $(RELEASE_VER) < 12 )) && echo '"'"'yes'"'"),yes) USE_DESKTOP_FILE = ON endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goplasmabindings. commit 15be6f01d6b085df22f995f89d412e6af880b665 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Aug 11 06:33:22 2023 +0200 x2goplasmabindings.spec: add missing qmldir file to Plasma 5 files. --- debian/changelog | 1 + x2goplasmabindings.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5dacc57..67bd98a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -58,6 +58,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium RedHat-based systems to get ECMQmlModule support. + Fix Plasma 5 detection on OpenSuSE Tumbleweed. + Update file list with Plasma 5 files. + + Add missing qmldir file to 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 0f66956..92276e1 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -160,6 +160,7 @@ fi %dir %{_libdir}/qt5/qml/org/x2go %dir %{_libdir}/qt5/qml/org/x2go/plasmoid %{_libdir}/qt5/qml/org/x2go/plasmoid/libX2GoPlasmoidPlugin.so +%{_libdir}/qt5/qml/org/x2go/plasmoid/qmldir %{_datadir}/plasma/plasmoids/org.x2go.plasmoid %{_datadir}/metainfo/org.x2go.plasmoid.appdata.xml %else -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git