[X2Go-Commits] [x2goplasmabindings] 03/07: x2goplasmabindings.spec: use cmake()-based BR where appropriate, add KF5I18n BR.
git-admin at x2go.org
git-admin at x2go.org
Tue May 2 22:49:36 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 5b71b687f138acd82ab808e172cbb5730e34af5e
Author: Mihai Moldovan <ionic at ionic.de>
Date: Tue May 2 22:29:54 2023 +0200
x2goplasmabindings.spec: use cmake()-based BR where appropriate, add KF5I18n BR.
---
debian/changelog | 2 ++
x2goplasmabindings.spec | 12 ++++--------
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 63ff60c..826cde1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium
an unknown key removed.
- x2goplasmabindings.spec: stop duplicating Group tag.
- x2goplasmabindings.spec: fix typo in %else directive.
+ - x2goplasmabindings.spec: use cmake()-based BR where appropriate, add
+ KF5I18n BR.
-- X2Go Release Manager <git-admin at x2go.org> Thu, 22 Nov 2018 00:21:33 +0100
diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec
index 8a96954..926ffb6 100644
--- a/x2goplasmabindings.spec
+++ b/x2goplasmabindings.spec
@@ -26,18 +26,14 @@ Source0: https://code.x2go.org/releases/source/%{name}/%{name}-%{version}
BuildRequires: cmake
%if 0%{?suse_version}
BuildRequires: kde4-filesystem
-%if 0%{?plasma5}
-BuildRequires: plasma-framework-devel
-%else
-BuildRequires: libkde4-devel
-%endif
%else
BuildRequires: kde-filesystem
+%endif
%if 0%{?plasma5}
-BuildRequires: kf5-plasma-devel
+BuildRequires: cmake(KF5Plasma)
+BuildRequires: cmake(KF5I18n)
%else
-BuildRequires: kdelibs4-devel
-%endif
+BuildRequires: cmake(KDeclarative)
%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