[X2Go-Commits] [x2goplasmabindings] 04/04: CMakeLists.txt: whitespace only.
git-admin at x2go.org
git-admin at x2go.org
Thu Aug 10 03:27:09 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 5c7d68479093c998924ee33f3a8de47c85ac5a07
Author: Mihai Moldovan <ionic at ionic.de>
Date: Thu Aug 10 03:25:58 2023 +0200
CMakeLists.txt: whitespace only.
---
CMakeLists.txt | 60 ++++++++++++++++++++++++++++----------------------------
debian/changelog | 1 +
2 files changed, 31 insertions(+), 30 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b347e22..4b5f361 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -206,15 +206,15 @@ if (USE_PLASMA5)
endif (NOT BUILD_SHARED_LIBS)
endif (HAVE_ECMQMLMODULE)
else (USE_PLASMA5)
-kde4_add_plugin(
- org.x2go.plasmoid
- ${x2goplasmoid_SRCS}
-)
-target_link_libraries(
- org.x2go.plasmoid
- ${KDE4_PLASMA_LIBS}
- ${KDE4_KDEUI_LIBS}
-)
+ kde4_add_plugin(
+ org.x2go.plasmoid
+ ${x2goplasmoid_SRCS}
+ )
+ target_link_libraries(
+ org.x2go.plasmoid
+ ${KDE4_PLASMA_LIBS}
+ ${KDE4_KDEUI_LIBS}
+ )
endif (USE_PLASMA5)
@@ -223,28 +223,28 @@ add_subdirectory(
)
if (USE_PLASMA5)
-ecm_install_icons (
- ${ICON_INSTALL_DIR}
-)
+ ecm_install_icons (
+ ${ICON_INSTALL_DIR}
+ )
-plasma_install_package (
- "package"
- "org.x2go.plasmoid"
- "plasmoids"
- "applet"
-)
+ plasma_install_package (
+ "package"
+ "org.x2go.plasmoid"
+ "plasmoids"
+ "applet"
+ )
else (USE_PLASMA5)
-kde4_install_icons(
- ${ICON_INSTALL_DIR}
-)
+ kde4_install_icons(
+ ${ICON_INSTALL_DIR}
+ )
-install(
- TARGETS org.x2go.plasmoid
- DESTINATION ${PLUGIN_INSTALL_DIR}
-)
-
-install(
- FILES plasma-applet-org.x2go.plasmoid.desktop
- DESTINATION ${SERVICES_INSTALL_DIR}
-)
+ install(
+ TARGETS org.x2go.plasmoid
+ DESTINATION ${PLUGIN_INSTALL_DIR}
+ )
+
+ install(
+ FILES plasma-applet-org.x2go.plasmoid.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR}
+ )
endif (USE_PLASMA5)
diff --git a/debian/changelog b/debian/changelog
index 369c30f..4623cbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium
- x2goplasmoidkf5.cpp: fix moc include.
- CMakeLists.txt: detect if ECMQmlModule is available and, if not, emulate
its behavior for older platforms.
+ - CMakeLists.txt: whitespace only.
* x2goplasmabindings.spec:
+ Prepare for Plasma 5 support.
+ Stop duplicating Group tag.
--
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