Add Provides/Obsoletes to replace plasma 5
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kwin6?expand=0&rev=3
This commit is contained in:
parent
e58244e9cb
commit
a2a5331871
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 4 20:05:29 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Add Provides/Obsoletes to replace Plasma 5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 21 18:36:15 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
Wed Feb 21 18:36:15 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
10
kwin6.spec
10
kwin6.spec
@ -140,8 +140,8 @@ Requires(verify): permissions
|
|||||||
Recommends: hwdata
|
Recommends: hwdata
|
||||||
# xorg-x11-server-wayland is required by plasma6-session-wayland, but not kwin6 itself
|
# xorg-x11-server-wayland is required by plasma6-session-wayland, but not kwin6 itself
|
||||||
Recommends: xorg-x11-server-wayland
|
Recommends: xorg-x11-server-wayland
|
||||||
Conflicts: kwin5
|
Provides: kwin5 = %{version}
|
||||||
Conflicts: kwin5-lang
|
Obsoletes: kwin5 < %{version}
|
||||||
# /usr/share/kwin/tabbox/thumbnail_grid/metadata.json conflicts with plasma5-addons
|
# /usr/share/kwin/tabbox/thumbnail_grid/metadata.json conflicts with plasma5-addons
|
||||||
Conflicts: plasma5-addons
|
Conflicts: plasma5-addons
|
||||||
Conflicts: plasma5-addons-lang
|
Conflicts: plasma5-addons-lang
|
||||||
@ -156,9 +156,8 @@ KWin is Plasma window manager.
|
|||||||
|
|
||||||
%package x11
|
%package x11
|
||||||
Summary: KDE Window Manager for X11
|
Summary: KDE Window Manager for X11
|
||||||
Conflicts: kwin5
|
|
||||||
Requires: xorg-x11-server
|
Requires: xorg-x11-server
|
||||||
Requires: %{name} = %{version}
|
Requires: kwin6 = %{version}
|
||||||
|
|
||||||
%description x11
|
%description x11
|
||||||
KWin is Plasma window manager.
|
KWin is Plasma window manager.
|
||||||
@ -177,7 +176,8 @@ Requires: libkwin6 = %{version}
|
|||||||
Requires: kdecoration6-devel >= %{_plasma6_bugfix}
|
Requires: kdecoration6-devel >= %{_plasma6_bugfix}
|
||||||
Requires: pkgconfig(epoxy)
|
Requires: pkgconfig(epoxy)
|
||||||
Conflicts: kdebase4-workspace-devel
|
Conflicts: kdebase4-workspace-devel
|
||||||
Conflicts: kwin5-devel
|
Provides: kwin5-devel = %{version}
|
||||||
|
Obsoletes: kwin5-devel < %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
KWin is Plasma window manager.
|
KWin is Plasma window manager.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user