e414f58612
Move the fedora-release-* package requirement to each variant treefile to enable per variant specifc release package. Silverblue keeps its existing release package and Kinoite gets its own for Fedora 35: https://fedoraproject.org/wiki/Changes/Fedora_Kinoite For now, all other unofficial variants will use the Fedora generic release package (or the corresponding Spin release package) with the ostree counting and desktop sub packages to enable those features by default.
25 lines
607 B
YAML
25 lines
607 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
|
|
|
|
# Make sure the following are not pulled in when Recommended by other packages
|
|
exclude-packages:
|
|
- plasma-discover-offline-updates
|
|
- plasma-discover-packagekit
|
|
|
|
repos:
|
|
- fedora-rawhide
|