[X2Go-Commits] [x2goplasmabindings] 02/02: x2goplasmabindings.spec: add cmake(Qt5{, Quick, Core}) BRs.
git-admin at x2go.org
git-admin at x2go.org
Wed May 3 20:32:00 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 3ff5071e8001c68d8b9624468052f108af631f71
Author: Mihai Moldovan <ionic at ionic.de>
Date: Wed May 3 20:31:38 2023 +0200
x2goplasmabindings.spec: add cmake(Qt5{,Quick,Core}) BRs.
---
debian/changelog | 1 +
x2goplasmabindings.spec | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index da4f45b..7091867 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium
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.
+ - x2goplasmabindings.spec: add cmake(Qt5{,Quick,Core}) BRs.
* 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 5348ee3..52dd4c5 100644
--- a/x2goplasmabindings.spec
+++ b/x2goplasmabindings.spec
@@ -32,6 +32,9 @@ BuildRequires: kde-filesystem
%if 0%{?plasma5}
BuildRequires: cmake(KF5Plasma)
BuildRequires: cmake(KF5I18n)
+BuildRequires: cmake(Qt5)
+BuildRequires: cmake(Qt5Quick)
+BuildRequires: cmake(Qt5Core)
%else
%if 0%{?rhel}
BuildRequires: kdelibs4-devel
--
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