[X2Go-Commits] [x2goplasmabindings] 02/03: x2goplasmabindings.spec: pull in plasma(5)-desktop as a BR and R for directory owning of /usr/share/plasma/plasmoids.
git-admin at x2go.org
git-admin at x2go.org
Fri Aug 11 19:58:54 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 9ca4393091fb3dd21d6a745e8c937b03e491e847
Author: Mihai Moldovan <ionic at ionic.de>
Date: Fri Aug 11 19:12:12 2023 +0200
x2goplasmabindings.spec: pull in plasma(5)-desktop as a BR and R for directory owning of /usr/share/plasma/plasmoids.
KDE 5 users, which are the intended target of this package, will already
have that installed, so it's essentially a no-op for them.
---
debian/changelog | 4 ++++
x2goplasmabindings.spec | 11 +++++++++++
2 files changed, 15 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 6dc6c6c..e068990 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -61,6 +61,10 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium
+ Add missing qmldir file to Plasma 5 files.
+ Rename binary package to plasma5-addons-x2go on *SuSE, keep it
plasma-addons-x2go everywhere else.
+ + Pull in plasma(5)-desktop as a BR and R for directory owning of
+ /usr/share/plasma/plasmoids. KDE 5 users, which are the intended target
+ of this package, will already have that installed, so it's essentially a
+ no-op for them.
* 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 26107c5..2d804d4 100644
--- a/x2goplasmabindings.spec
+++ b/x2goplasmabindings.spec
@@ -60,6 +60,17 @@ Requires: %{my_name}
BuildRequires: redhat-rpm-config
%endif
+%if 0%{?plasma5}
+# This is only really needed for directory owning.
+%if 0%{?suse_version}
+BuildRequires: plasma5-desktop
+Requires: plasma5-desktop
+%else
+BuildRequires: plasma-desktop
+Requires: plasma-desktop
+%endif
+%endif
+
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
--
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