This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goplasmabindings. commit e7dc1ba80c9fc9756c30eecdfaea29a5e1a87868 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Aug 12 01:58:38 2023 +0200 x2goplasmabindings.spec: only BR kde(4)-filesystem if not building for Plasma 5. --- debian/changelog | 1 + x2goplasmabindings.spec | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 969fa54..d1591b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -77,6 +77,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium + 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. + + Only BR kde(4)-filesystem if not building for Plasma 5. * 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 ae54dd7..c8c9245 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -25,11 +25,6 @@ URL: https://www.x2go.org Source0: https://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz BuildRequires: cmake -%if 0%{?suse_version} -BuildRequires: kde4-filesystem -%else -BuildRequires: kde-filesystem -%endif %if 0%{?plasma5} BuildRequires: cmake(KF5Plasma) BuildRequires: cmake(KF5I18n) @@ -43,6 +38,11 @@ BuildRequires: kf5-rpm-macros BuildRequires: kf5umbrella %endif %else +%if 0%{?suse_version} +BuildRequires: kde4-filesystem +%else +BuildRequires: kde-filesystem +%endif %if 0%{?rhel} BuildRequires: kdelibs4-devel %else -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git