This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goplasmabindings.

commit 4dd8a736873969b809601381a0fab53d14c91c2d
Author: Mihai Moldovan <io...@ionic.de>
Date:   Sun Aug 13 21:43:08 2023 +0200

    debian/control: very old Ubuntu versions didn't have libkf5plasma-dev, but 
plasma-framework-dev, so try to add this as an alternative before falling back 
to kdelibs5-dev.
---
 debian/changelog | 3 +++
 debian/control   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6b35fcb..ed38535 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -97,6 +97,9 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium
     + Add BD for qtdeclarative5-dev and qtbase5-dev or qtbase5-gles-dev.
     + Add BD for extra-cmake-modules for ECMQmlModule support.
     + Make extra-cmake-modules a noop for older systems that do not have it.
+    + Very old Ubuntu versions didn't have libkf5plasma-dev, but
+      plasma-framework-dev, so try to add this as an alternative before
+      falling back to kdelibs5-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 e379ce5..a5acd8a 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
  lsb-release,
  cmake,
  libkf5i18n-dev | kdelibs5-dev,
- libkf5plasma-dev | kdelibs5-dev,
+ libkf5plasma-dev | plasma-framework-dev | kdelibs5-dev,
  qtdeclarative5-dev,
  qtbase5-dev | qtbase5-gles-dev,
  extra-cmake-modules | kdelibs5-dev,

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2goplasmabindings.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to