This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goplasmabindings. commit 1dc7ff77281035d63af8ec0c7969bf3898e9423e Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Aug 11 21:28:01 2023 +0200 x2goplasmabindings.spec: enable verbose Makefiles. --- debian/changelog | 1 + x2goplasmabindings.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 75c9b74..5b96e4a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -69,6 +69,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium no-op for them. + Try to BuildIgnore: kinfocenter5, since it contains a rich dependency on /usr/bin/vulkaninfo if libvulkan1 is installed, which breaks obs-build. + + Enable verbose Makefiles. * debian/control: + Adapt description to also mention KDE 5. + Build-Depend on libkf5plasma-dev and libkf5i18n-dev, with a fallback to diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec index 9256379..ae54dd7 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -134,6 +134,7 @@ cmake .. \ -DPLUGIN_INSTALL_DIR="%_libdir/kde4" \ -DCMAKE_C_FLAGS:STRING="%optflags" \ -DCMAKE_CXX_FLAGS:STRING="%optflags" \ + -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \ %if 0%{?plasma5} '-DUSE_PLASMA5=ON' %else -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git