This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goplasmabindings. from fa23b65 CMakeLists.txt: fix Qt5 package name. new 99832a4 debian/control: add BD for qtdeclarative5-dev and qtbase5-dev or qtbase5-gles-dev. new 1299e85 CMakeLists.txt: include ECMInstallIcons module. 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 | 1 + debian/changelog | 2 ++ debian/control | 2 ++ 3 files changed, 5 insertions(+) -- 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 1299e8583bd48f692c9b3cf9c2d01e5cd76c1ed6 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri May 5 20:15:00 2023 +0200 CMakeLists.txt: include ECMInstallIcons module. --- CMakeLists.txt | 1 + debian/changelog | 1 + 2 files changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c9f01d..1b06afe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,7 @@ if (USE_PLASMA5) include (KDECMakeSettings) include (KDECompilerSettings NO_POLICY_SCOPE) include (FeatureSummary) + include (ECMInstallIcons) find_package ( KF5 REQUIRED COMPONENTS diff --git a/debian/changelog b/debian/changelog index 62fb1a0..452dc87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium distributions by depending upon kdelibs4-devel. - x2goplasmabindings.spec: add cmake(Qt5{,Quick,Core}) BRs. - CMakeLists.txt: fix Qt5 package name. + - CMakeLists.txt: include ECMInstallIcons module. * 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 99832a4d26b9a96a1cfcf1b8b195f7c98822a8ba Author: Mihai Moldovan <ionic@ionic.de> Date: Fri May 5 20:09:03 2023 +0200 debian/control: add BD for qtdeclarative5-dev and qtbase5-dev or qtbase5-gles-dev. --- debian/changelog | 1 + debian/control | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0e2b9c5..62fb1a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,6 +30,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium + Build-Depend on libkf5plasma-dev and libkf5i18n-dev, with a fallback to kdelibs5-dev, which doesn't exist any longer past-buster. + Pull in lsb-release as BD, needed for debian/rules. + + Add BD for qtdeclarative5-dev and qtbase5-dev or qtbase5-gles-dev. * debian/rules: + Add Plasma 4/5 bridge based on distro version and pass down to build system. diff --git a/debian/control b/debian/control index 23eee0f..8b44344 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,8 @@ Build-Depends: cmake, libkf5i18n-dev | kdelibs5-dev, libkf5plasma-dev | kdelibs5-dev, + qtdeclarative5-dev, + qtbase5-dev | qtbase5-gles-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