[X2Go-Commits] [x2goplasmabindings] 02/11: /: remove plasma_compat.h.
git-admin at x2go.org
git-admin at x2go.org
Thu Jun 29 22:45:05 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 b5a258e4deddd2f437e1677ed094df5eceb166cf
Author: Mihai Moldovan <ionic at ionic.de>
Date: Thu Jun 29 22:00:58 2023 +0200
/: remove plasma_compat.h.
---
debian/changelog | 1 +
plasma_compat.h | 24 ------------------------
2 files changed, 1 insertion(+), 24 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 61b7d27..8ce7e9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium
using a StyledFrame with the default lineWidth of one.
- plasmoidhoveredicon.{cpp,h}: revert QFrame change. We will use a new
QML-based plugin for KF5.
+ - /: remove plasma_compat.h.
* debian/control:
+ Adapt description to also mention KDE 5.
+ Build-Depend on libkf5plasma-dev and libkf5i18n-dev, with a fallback to
diff --git a/plasma_compat.h b/plasma_compat.h
deleted file mode 100644
index 32a7ff3..0000000
--- a/plasma_compat.h
+++ /dev/null
@@ -1,24 +0,0 @@
-#ifndef x2goplasmoid_plasma_compat_h_
-
-#define x2goplasmoid_plasma_compat_h_
-
-#include <plasma/version.h>
-
-/*
- * Plasma 5.85 deprecated plasma/version.h and wants users to use
- * plasma_version.h instead.
- *
- * While including plasma/version.h still works, prepare for using the other
- * header instead - and make sure that we will not use anything but things
- * defined in the other header for future compatibility.
- */
-#ifndef PLASMA_VERSION_MAJOR
-#include <Plasma/plasma_version.h>
-#endif /* !defined (PLASMA_VERSION_MAJOR) */
-
-#if PLASMA_VERSION_MAJOR >= 5
-/* Shorthand macro for Plasma 5 support. */
-#define X2GOPLASMOID_PLASMA5_COMPAT 1
-#endif
-
-#endif /* !defined (x2goplasmoid_plasma_compat_h_) */
--
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