This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goplasmabindings. from 62f3a55 debian/control: Build-Depend on libkf5plasma-dev and libkf5i18n-dev, with a fallback to kdelibs5-dev, which doesn't exist any longer past-buster. new 72f274f x2goplasmabindings.spec: support older KDE4-only RHEL-based distributions by depending upon kdelibs4-devel. 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: debian/changelog | 2 ++ x2goplasmabindings.spec | 4 ++++ 2 files changed, 6 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 72f274fc80c64eaaeec8166d230d0e6170271a5d Author: Mihai Moldovan <ionic@ionic.de> Date: Tue May 2 22:58:57 2023 +0200 x2goplasmabindings.spec: support older KDE4-only RHEL-based distributions by depending upon kdelibs4-devel. --- debian/changelog | 2 ++ x2goplasmabindings.spec | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 51cee47..68b91e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,8 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium - x2goplasmabindings.spec: fix short description. - x2goplasmabindings.spec: pass -DUSE_PLASMA5=OFF if we build for KDE 4 and add a guard comment to fix potential problems in the future. + - x2goplasmabindings.spec: support older KDE4-only RHEL-based + distributions by depending upon kdelibs4-devel. * 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 8f93b3f..5348ee3 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -33,8 +33,12 @@ BuildRequires: kde-filesystem BuildRequires: cmake(KF5Plasma) BuildRequires: cmake(KF5I18n) %else +%if 0%{?rhel} +BuildRequires: kdelibs4-devel +%else BuildRequires: cmake(KDeclarative) %endif +%endif BuildRequires: intltool Requires: plasma-addons-x2go -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git