This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goplasmabindings. commit 8fc3f26be8d2c03b0d5f87d3de8b8e0a8775f7b1 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Aug 12 04:18:42 2023 +0200 CMakeLists.txt: add a debugging message to see if the desktoptojson target actually exists (at that point in time). --- CMakeLists.txt | 1 + debian/changelog | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 362725a..97a9c78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -222,6 +222,7 @@ if (USE_PLASMA5) # For very old systems, make sure that the desktop file exists # before they try to run desktoptojson on it... if (TARGET org.x2go.plasmoid-metadata-json) + message (STATUS "Target org.x2go.plasmoid-metadata-json exists, adding CopyDesktopFile target as a dependency ...") add_dependencies ( org.x2go.plasmoid-metadata-json CopyDesktopFile diff --git a/debian/changelog b/debian/changelog index d1591b1..f7f298a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -50,6 +50,8 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium - CMakeLists.txt: fix warning due to mismatched if/endif parameters. - CMakeLists.txt: fix builds on Debian Stretch/9 by depending upon CopyDesktopFile before desktoptojson is called on it. + - CMakeLists.txt: add a debugging message to see if the desktoptojson + target actually exists (at that point in time). * 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