Add compatibility with qml-autoreqprov
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-workspace?expand=0&rev=566
This commit is contained in:
parent
b5e332d34e
commit
8a04b69ac7
@ -21,6 +21,11 @@ Wed Dec 30 13:12:07 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
|||||||
|
|
||||||
- RPM got fixed, so use %fdupes on TW again
|
- RPM got fixed, so use %fdupes on TW again
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 30 12:19:16 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
- Add compatibility with qml-autoreqprov
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 1 15:22:18 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
Tue Dec 1 15:22:18 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
@ -19,6 +19,9 @@
|
|||||||
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
||||||
%{!?_fillupdir: %global _fillupdir %{_localstatedir}/adm/fillup-templates}
|
%{!?_fillupdir: %global _fillupdir %{_localstatedir}/adm/fillup-templates}
|
||||||
|
|
||||||
|
# Internal QML imports
|
||||||
|
%global __requires_exclude qmlimport\\((org\\.kde\\.plasma\\.private|org\\.kde\\.private\\.kcm).*
|
||||||
|
|
||||||
%define kf5_version 5.58.0
|
%define kf5_version 5.58.0
|
||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
@ -191,6 +194,7 @@ Provides: %{name}-branding = %{_plasma5_bugfix}
|
|||||||
Provides: %{name}-branding-upstream = %{version}
|
Provides: %{name}-branding-upstream = %{version}
|
||||||
Provides: dbus(org.freedesktop.Notifications)
|
Provides: dbus(org.freedesktop.Notifications)
|
||||||
Obsoletes: %{name}-branding-upstream < %{version}
|
Obsoletes: %{name}-branding-upstream < %{version}
|
||||||
|
Provides: qt5qmlimport(org.kde.plasma.shell.2) = 0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the basic packages for a Plasma workspace.
|
This package contains the basic packages for a Plasma workspace.
|
||||||
@ -339,6 +343,9 @@ Plasma 5 session with Wayland from a display manager.
|
|||||||
touch %{buildroot}%{_sysconfdir}/alternatives/default-xsession.desktop
|
touch %{buildroot}%{_sysconfdir}/alternatives/default-xsession.desktop
|
||||||
ln -s %{_sysconfdir}/alternatives/default-xsession.desktop %{buildroot}%{_datadir}/xsessions/default.desktop
|
ln -s %{_sysconfdir}/alternatives/default-xsession.desktop %{buildroot}%{_datadir}/xsessions/default.desktop
|
||||||
|
|
||||||
|
# Backport of https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/588
|
||||||
|
rm -r %{buildroot}%{_kf5_plasmadir}/wallpapers/org.kde.image/platformcontents/touch
|
||||||
|
|
||||||
%fdupes %{buildroot}/%{_prefix}
|
%fdupes %{buildroot}/%{_prefix}
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user