[X2Go-Commits] [x2goplasmabindings] 02/05: debian/rules: select Ubuntu 16.04 (Xenial) as the first version to use the Plasma 5 code.

git-admin at x2go.org git-admin at x2go.org
Fri Aug 11 05:55:02 CEST 2023


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

x2go pushed a commit to branch master
in repository x2goplasmabindings.

commit 2b59c3e38948f93808425393610c03bb1e95fe26
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Aug 11 05:23:54 2023 +0200

    debian/rules: select Ubuntu 16.04 (Xenial) as the first version to use the Plasma 5 code.
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 585ebe4..bdc6b2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -66,6 +66,8 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium
     + 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.
+    + Select Ubuntu 16.04 (Xenial) as the first version to use the Plasma 5
+      code.
   * debian/copyright:
     + Add information for x2goplasmoidkf5.cpp, which is GPL-3.0-only.
     + Add information for package/contents/ui/main.qml.
diff --git a/debian/rules b/debian/rules
index 173981f..f552160 100755
--- a/debian/rules
+++ b/debian/rules
@@ -95,7 +95,7 @@ else
     #    USE_PLASMA5 = ON
     #  endif
     #else
-    ifeq ($(shell /bin/bash -c '(( $(RELEASE_VER_MAJOR) >= 20 )) && echo '"'"'yes'"'"),yes)
+    ifeq ($(shell /bin/bash -c '(( $(RELEASE_VER_MAJOR) >= 16 )) && echo '"'"'yes'"'"),yes)
       USE_PLASMA5 = ON
     endif
   endif

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git


More information about the x2go-commits mailing list