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