Requires plasmashell

plasmashell is virtual provides for packages that provide Plasma shells,
like plasma-desktop
epel9
Dan Vrátil 10 years ago
parent 319b173b00
commit 64be0ee918

@ -1,3 +1,7 @@
# Enable bootstrap when building plasma-workspace on a new repo
# or arch where there's no package that would provide plasmashell
%define bootstrap 1
Name: plasma-workspace Name: plasma-workspace
Version: 5.3.0 Version: 5.3.0
Release: 1%{?dist} Release: 1%{?dist}
@ -161,7 +165,14 @@ Requires: oxygen-sound-theme
Requires: oxygen-fonts Requires: oxygen-fonts
# PolicyKit authentication agent # PolicyKit authentication agent
Requires: polkit-kde Requires: polkit-kde
# Require any plasmashell (plasma-desktop provides plasmashell(desktop))
%if 0%{?bootstrap}
Provides: plasmashell = %{version}
%else
Requires: plasmashell >= %{version}
%endif
%description %description
Plasma 5 libraries and runtime components Plasma 5 libraries and runtime components
@ -286,6 +297,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/{plasma-windowed,org
%changelog %changelog
* Wed Apr 29 2015 Daniel Vrátil <dvratil@redhat.com> - 5.3.0-2
- Requires plasmashell (virtual provides for packages that provide Plasma shells, like plasma-desktop)
* Mon Apr 27 2015 Daniel Vrátil <dvratil@redhat.com> - 5.3.0-1 * Mon Apr 27 2015 Daniel Vrátil <dvratil@redhat.com> - 5.3.0-1
- Plasma 5.3.0 - Plasma 5.3.0

Loading…
Cancel
Save