Make core Plasma (KDE) packages mandatory
This makes core Plasma desktop packages mandatory. That means the group they are in (kde-desktop) will not be considered to be 'installed' if they are removed, and importantly, image composes will fail (as opposed to 'succeeding', but with the packages left out) if they are missing or not installable. That's the main benefit here. Amendments to the list welcome, this was just my best guess at what constitutes the really core packages. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
50c3e367a2
commit
774123baee
@ -3594,7 +3594,7 @@
|
||||
<packagereq>phonon-qt5-backend-gstreamer</packagereq>
|
||||
<packagereq>pinentry-qt</packagereq>
|
||||
<packagereq>plasma-breeze</packagereq>
|
||||
<packagereq>plasma-desktop</packagereq>
|
||||
<packagereq type="mandatory">plasma-desktop</packagereq>
|
||||
<packagereq>plasma-desktop-doc</packagereq>
|
||||
<packagereq>plasma-discover</packagereq>
|
||||
<packagereq>plasma-drkonqi</packagereq>
|
||||
@ -3608,14 +3608,14 @@
|
||||
<packagereq>plasma-pa</packagereq>
|
||||
<packagereq>plasma-pk-updates</packagereq>
|
||||
<packagereq>plasma-user-manager</packagereq>
|
||||
<packagereq>plasma-workspace</packagereq>
|
||||
<packagereq type="mandatory">plasma-workspace</packagereq>
|
||||
<packagereq>plasma-workspace-geolocation</packagereq>
|
||||
<packagereq>polkit-kde</packagereq>
|
||||
<packagereq>qt5-qtbase-gui</packagereq>
|
||||
<packagereq type="mandatory">qt5-qtbase-gui</packagereq>
|
||||
<packagereq>qt5-qtdeclarative</packagereq>
|
||||
<packagereq>sddm</packagereq>
|
||||
<packagereq>sddm-breeze</packagereq>
|
||||
<packagereq>sddm-kcm</packagereq>
|
||||
<packagereq type="mandatory">sddm</packagereq>
|
||||
<packagereq type="mandatory">sddm-breeze</packagereq>
|
||||
<packagereq type="mandatory">sddm-kcm</packagereq>
|
||||
<packagereq>sni-qt</packagereq>
|
||||
<packagereq>spectacle</packagereq>
|
||||
<packagereq>xorg-x11-drv-libinput</packagereq>
|
||||
|
Loading…
Reference in New Issue
Block a user