1890d13ee5
Keep some basic application in the base image until we can replace them with Flatpaks.
32 lines
782 B
YAML
32 lines
782 B
YAML
include: kde-desktop-pkgs.yaml
|
|
ref: fedora/36/${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
|
|
# Keep some basic apps installed until we have Flatpaks available
|
|
# See https://pagure.io/fedora-kde/SIG/issue/13
|
|
- gwenview
|
|
- kcalc
|
|
- kwrite
|
|
- okular
|
|
|
|
# Make sure the following are not pulled in when Recommended by other packages
|
|
exclude-packages:
|
|
- plasma-discover-offline-updates
|
|
- plasma-discover-packagekit
|
|
- plasma-pk-updates
|
|
|
|
repos:
|
|
- fedora-36
|