[X2Go-Commits] [x2goplasmabindings] 01/01: x2goplasmabindings.spec: support older KDE4-only RHEL-based distributions by depending upon kdelibs4-devel.
git-admin at x2go.org
git-admin at x2go.org
Tue May 2 22:59:10 CEST 2023
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 at 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
More information about the x2go-commits
mailing list