This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goplasmabindings. from 06aac53 /: add package/metadata.json, created with desktoptojson (mostly) with an unknown key removed. new 2969b52 x2goplasmabindings.spec: stop duplicating Group tag. new 6a78bb4 x2goplasmabindings.spec: fix typo in %else directive. new 5b71b68 x2goplasmabindings.spec: use cmake()-based BR where appropriate, add KF5I18n BR. new aa5a2da x2goplasmabindings.spec: fix short description. new 9e9a4cf x2goplasmabindings.spec: pass -DUSE_PLASMA5=OFF if we build for KDE 4 and add a guard comment to fix potential problems in the future. new df5db46 debian/control: adapt description to also mention KDE 5. new 62f3a55 debian/control: Build-Depend on libkf5plasma-dev and libkf5i18n-dev, with a fallback to kdelibs5-dev, which doesn't exist any longer past-buster. The 7 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 | 11 +++++++++++ debian/control | 5 +++-- x2goplasmabindings.spec | 25 ++++++++++++------------- 3 files changed, 26 insertions(+), 15 deletions(-) -- 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 2969b52e121f5f6974619d356687af15f0bf93c4 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue May 2 22:16:58 2023 +0200 x2goplasmabindings.spec: stop duplicating Group tag. --- debian/changelog | 1 + x2goplasmabindings.spec | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d881ae0..a1fa9c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium - CMakeLists.txt: rename project to plasma_applet_org.x2go.plasmoid. - /: add package/metadata.json, created with desktoptojson (mostly) with an unknown key removed. + - x2goplasmabindings.spec: stop duplicating Group tag. -- X2Go Release Manager <git-admin@x2go.org> Thu, 22 Nov 2018 00:21:33 +0100 diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec index 8d55efe..1fe16cc 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -11,7 +11,6 @@ Name: x2goplasmabindings Summary: Plasma widget for control X2Go sessions -Group: Applications/Communications Version: 3.0.2.3 Release: 0.0x2go1%{?dist} %if 0%{?suse_version} -- 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 6a78bb4c8b7691aa924d5b1171b997574d08d76b Author: Mihai Moldovan <ionic@ionic.de> Date: Tue May 2 22:19:11 2023 +0200 x2goplasmabindings.spec: fix typo in %else directive. --- debian/changelog | 1 + x2goplasmabindings.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a1fa9c0..63ff60c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium - /: add package/metadata.json, created with desktoptojson (mostly) with an unknown key removed. - x2goplasmabindings.spec: stop duplicating Group tag. + - x2goplasmabindings.spec: fix typo in %else directive. -- X2Go Release Manager <git-admin@x2go.org> Thu, 22 Nov 2018 00:21:33 +0100 diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec index 1fe16cc..8a96954 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -35,7 +35,7 @@ BuildRequires: libkde4-devel BuildRequires: kde-filesystem %if 0%{?plasma5} BuildRequires: kf5-plasma-devel -%els +%else BuildRequires: kdelibs4-devel %endif %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 5b71b687f138acd82ab808e172cbb5730e34af5e Author: Mihai Moldovan <ionic@ionic.de> Date: Tue May 2 22:29:54 2023 +0200 x2goplasmabindings.spec: use cmake()-based BR where appropriate, add KF5I18n BR. --- debian/changelog | 2 ++ x2goplasmabindings.spec | 12 ++++-------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 63ff60c..826cde1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,8 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium an unknown key removed. - x2goplasmabindings.spec: stop duplicating Group tag. - x2goplasmabindings.spec: fix typo in %else directive. + - x2goplasmabindings.spec: use cmake()-based BR where appropriate, add + KF5I18n BR. -- X2Go Release Manager <git-admin@x2go.org> Thu, 22 Nov 2018 00:21:33 +0100 diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec index 8a96954..926ffb6 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -26,18 +26,14 @@ Source0: https://code.x2go.org/releases/source/%{name}/%{name}-%{version} BuildRequires: cmake %if 0%{?suse_version} BuildRequires: kde4-filesystem -%if 0%{?plasma5} -BuildRequires: plasma-framework-devel -%else -BuildRequires: libkde4-devel -%endif %else BuildRequires: kde-filesystem +%endif %if 0%{?plasma5} -BuildRequires: kf5-plasma-devel +BuildRequires: cmake(KF5Plasma) +BuildRequires: cmake(KF5I18n) %else -BuildRequires: kdelibs4-devel -%endif +BuildRequires: cmake(KDeclarative) %endif BuildRequires: intltool Requires: plasma-addons-x2go -- 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 9e9a4cfb1bb5d7c8af0b6e131293c6506481227a Author: Mihai Moldovan <ionic@ionic.de> Date: Tue May 2 22:34:50 2023 +0200 x2goplasmabindings.spec: pass -DUSE_PLASMA5=OFF if we build for KDE 4 and add a guard comment to fix potential problems in the future. --- debian/changelog | 2 ++ x2goplasmabindings.spec | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7564386..0203bd9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,8 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium - x2goplasmabindings.spec: use cmake()-based BR where appropriate, add KF5I18n BR. - x2goplasmabindings.spec: fix short description. + - x2goplasmabindings.spec: pass -DUSE_PLASMA5=OFF if we build for KDE 4 + and add a guard comment to fix potential problems in the future. -- X2Go Release Manager <git-admin@x2go.org> Thu, 22 Nov 2018 00:21:33 +0100 diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec index 513df5b..8f93b3f 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -104,8 +104,12 @@ cmake .. \ -DCMAKE_C_FLAGS:STRING="%optflags" \ -DCMAKE_CXX_FLAGS:STRING="%optflags" \ %if 0%{?plasma5} - -DUSE_PLASMA5="ON" + '-DUSE_PLASMA5=ON' +%else + '-DUSE_PLASMA5=OFF' %endif +# This comment also serves as a guard in case the else branch is incorrectly +# removed without noticing the last escaped newline. make %{?_smp_mflags} -- 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 aa5a2da0800624f311e3998d9e5c975462f18341 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue May 2 22:31:26 2023 +0200 x2goplasmabindings.spec: fix short description. --- debian/changelog | 1 + x2goplasmabindings.spec | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 826cde1..7564386 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium - x2goplasmabindings.spec: fix typo in %else directive. - x2goplasmabindings.spec: use cmake()-based BR where appropriate, add KF5I18n BR. + - x2goplasmabindings.spec: fix short description. -- X2Go Release Manager <git-admin@x2go.org> Thu, 22 Nov 2018 00:21:33 +0100 diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec index 926ffb6..513df5b 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -10,7 +10,7 @@ %endif Name: x2goplasmabindings -Summary: Plasma widget for control X2Go sessions +Summary: Plasma widget for X2Go session control Version: 3.0.2.3 Release: 0.0x2go1%{?dist} %if 0%{?suse_version} @@ -65,7 +65,7 @@ This package adds a plasma widget (KDE4) for controlling your X2Go session. %package -n plasma-addons-x2go -Summary: Plasma widget for control X2Go sessions +Summary: Plasma widget for X2Go session control Group: Applications/Communications Requires: hicolor-icon-theme Requires: x2goserver >= 3.1.1.2 -- 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 62f3a55b88184d2da783b52462deee67fa20617b Author: Mihai Moldovan <ionic@ionic.de> Date: Tue May 2 22:47:40 2023 +0200 debian/control: Build-Depend on libkf5plasma-dev and libkf5i18n-dev, with a fallback to kdelibs5-dev, which doesn't exist any longer past-buster. --- debian/changelog | 2 ++ debian/control | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6f78960..51cee47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,8 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium and add a guard comment to fix potential problems in the future. * debian/control: + Adapt description to also mention KDE 5. + + Build-Depend on libkf5plasma-dev and libkf5i18n-dev, with a fallback to + kdelibs5-dev, which doesn't exist any longer past-buster. -- X2Go Release Manager <git-admin@x2go.org> Thu, 22 Nov 2018 00:21:33 +0100 diff --git a/debian/control b/debian/control index 72365f8..83ea353 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,8 @@ Uploaders: Build-Depends: debhelper (>= 7.0.50~), cmake, - kdelibs5-dev + libkf5i18n-dev | kdelibs5-dev, + libkf5plasma-dev | kdelibs5-dev, Standards-Version: 3.9.5 Homepage: https://code.x2go.org/releases/source/x2goplasmabindings Vcs-Git: git://code.x2g.org/x2goplasmabindings.git -- 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 df5db46cef9ef71b5a9dbbe518e829e8feef96be Author: Mihai Moldovan <ionic@ionic.de> Date: Tue May 2 22:45:16 2023 +0200 debian/control: adapt description to also mention KDE 5. --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0203bd9..6f78960 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,8 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium - x2goplasmabindings.spec: fix short description. - x2goplasmabindings.spec: pass -DUSE_PLASMA5=OFF if we build for KDE 4 and add a guard comment to fix potential problems in the future. + * debian/control: + + Adapt description to also mention KDE 5. -- X2Go Release Manager <git-admin@x2go.org> Thu, 22 Nov 2018 00:21:33 +0100 diff --git a/debian/control b/debian/control index 714b2c9..72365f8 100644 --- a/debian/control +++ b/debian/control @@ -33,5 +33,5 @@ Description: Plasma widget for control X2Go sessions - audio support - authentication by smartcard and USB stick . - This package adds a plasma widget (KDE4) for controlling your + This package adds a plasma widget (KDE4 or KDE5) for controlling your X2Go session. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git