This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goplasmabindings. from e7dc1ba x2goplasmabindings.spec: only BR kde(4)-filesystem if not building for Plasma 5. new 8fc3f26 CMakeLists.txt: add a debugging message to see if the desktoptojson target actually exists (at that point in time). The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: CMakeLists.txt | 1 + debian/changelog | 2 ++ 2 files changed, 3 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git
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