This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goplasmabindings. from ff92b44 debian/control: pull in lsb-release as BD, needed for debian/rules. new 52ad447 debian/rules: fix override_dh_auto_configure rule/dh_auto_configure call. new fa23b65 CMakeLists.txt: fix Qt5 package name. 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: CMakeLists.txt | 2 +- debian/changelog | 2 ++ debian/rules | 2 +- 3 files changed, 4 insertions(+), 2 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 fa23b653f26044cf7211e1abc9847655dcbb4b86 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu May 4 17:22:21 2023 +0200 CMakeLists.txt: fix Qt5 package name. --- CMakeLists.txt | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5789c95..9c9f01d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ if (USE_PLASMA5) ) find_package ( - QT5 CONFIG REQUIRED COMPONENTS + Qt5 CONFIG REQUIRED COMPONENTS Quick Core ) diff --git a/debian/changelog b/debian/changelog index 9393e5a..0e2b9c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium - x2goplasmabindings.spec: support older KDE4-only RHEL-based distributions by depending upon kdelibs4-devel. - x2goplasmabindings.spec: add cmake(Qt5{,Quick,Core}) BRs. + - CMakeLists.txt: fix Qt5 package name. * debian/control: + Adapt description to also mention KDE 5. + Build-Depend on libkf5plasma-dev and libkf5i18n-dev, with a fallback to -- 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 52ad4478bef32bf8d617ce798cb99521456ed4ce Author: Mihai Moldovan <ionic@ionic.de> Date: Thu May 4 17:18:34 2023 +0200 debian/rules: fix override_dh_auto_configure rule/dh_auto_configure call. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e44730f..9393e5a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,6 +32,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium * debian/rules: + Add Plasma 4/5 bridge based on distro version and pass down to build system. + + Fix override_dh_auto_configure rule/dh_auto_configure call. -- X2Go Release Manager <git-admin@x2go.org> Thu, 22 Nov 2018 00:21:33 +0100 diff --git a/debian/rules b/debian/rules index 788d661..173981f 100755 --- a/debian/rules +++ b/debian/rules @@ -105,4 +105,4 @@ endif dh $@ override_dh_auto_configure: - dh_auto_configure $@ -DUSE_PLASMA5=$(USE_PLASMA5) + dh_auto_configure -- -DUSE_PLASMA5=$(USE_PLASMA5) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git