82989adb2e
Exclude rpm-ostree backend for Discover from the base image as it is still not ready for general consumption. This used to be enabled only in Rawhide but let's keep it out until it's fixed as it's easily overlayed for debugging and testing.
32 lines
847 B
YAML
32 lines
847 B
YAML
include: kde-desktop-pkgs.yaml
|
|
ref: fedora/rawhide/${basearch}/kinoite
|
|
rojig:
|
|
name: fedora-kde
|
|
summary: "Fedora Kinoite (KDE) base image"
|
|
license: MIT
|
|
packages:
|
|
- fedora-release-kinoite
|
|
# Wayland support
|
|
- kwayland-integration
|
|
- kwin-wayland
|
|
- plasma-workspace-wayland
|
|
- xorg-x11-server-Xwayland
|
|
# Portals for Flatpak
|
|
- xdg-desktop-portal-kde
|
|
# Provide an archive manager by default
|
|
- ark
|
|
# Manually add missing packages for missing input-methods
|
|
- imsettings-systemd
|
|
|
|
# Make sure the following are not pulled in when Recommended by other packages
|
|
exclude-packages:
|
|
- plasma-discover-offline-updates
|
|
- plasma-discover-packagekit
|
|
# Exclude currently broken support for rpm-ostree in Discover
|
|
- plasma-discover-rpm-ostree
|
|
- plasma-pk-updates
|
|
|
|
repos:
|
|
- fedora-rawhide
|
|
# - fedora-38
|
|
# - fedora-38-updates
|