2019-04-06 16:38:45 +00:00
|
|
|
include: kde-desktop-pkgs.yaml
|
2019-03-21 08:13:27 +00:00
|
|
|
ref: fedora/rawhide/${basearch}/kinoite
|
|
|
|
rojig:
|
|
|
|
name: fedora-kde
|
|
|
|
summary: "Fedora Kinoite (KDE) base image"
|
|
|
|
license: MIT
|
2023-08-09 11:02:16 +00:00
|
|
|
|
2019-03-21 08:13:27 +00:00
|
|
|
packages:
|
2021-01-11 18:25:52 +00:00
|
|
|
- fedora-release-kinoite
|
2019-04-06 17:04:22 +00:00
|
|
|
# Wayland support
|
2019-03-21 08:13:27 +00:00
|
|
|
- kwayland-integration
|
|
|
|
- kwin-wayland
|
|
|
|
- plasma-workspace-wayland
|
|
|
|
- xorg-x11-server-Xwayland
|
2019-04-06 17:04:22 +00:00
|
|
|
# Portals for Flatpak
|
|
|
|
- xdg-desktop-portal-kde
|
2022-11-15 18:45:31 +00:00
|
|
|
# Install some minor optional tools for KInfoCenter
|
|
|
|
- vulkan-tools
|
|
|
|
- xdpyinfo
|
2023-01-14 14:49:05 +00:00
|
|
|
# Includes a KIO & KCM (can not be Flatpak'ed), used by Dolphin and Gwenview
|
|
|
|
# See https://pagure.io/fedora-kde/SIG/issue/291
|
|
|
|
- kamera
|
2023-01-23 19:34:14 +00:00
|
|
|
# Make sure that previous Anaconda dependencies are kept in the image
|
|
|
|
# See: https://pagure.io/fedora-kde/SIG/issue/243
|
|
|
|
- bcache-tools
|
|
|
|
- dmraid
|
|
|
|
- mobile-broadband-provider-info
|
2023-03-30 16:20:28 +00:00
|
|
|
# Make sure that modem support is installed
|
|
|
|
- NetworkManager-ppp
|
2023-06-26 18:20:02 +00:00
|
|
|
# Install gdb to make getting backtraces work with DrKonqi
|
|
|
|
# The dnf dependency is excluded in the common manifest
|
|
|
|
- gdb
|
2019-03-21 08:13:27 +00:00
|
|
|
|
2021-03-24 11:55:53 +00:00
|
|
|
# Make sure the following are not pulled in when Recommended by other packages
|
|
|
|
exclude-packages:
|
|
|
|
- plasma-discover-offline-updates
|
|
|
|
- plasma-discover-packagekit
|
2021-11-15 18:18:17 +00:00
|
|
|
- plasma-pk-updates
|
2022-12-12 18:26:49 +00:00
|
|
|
# Manually excluded as recommended by gtk3 (and likely gtk4 in the future)
|
|
|
|
# See https://pagure.io/fedora-kde/SIG/issue/124
|
|
|
|
- tracker
|
|
|
|
- tracker-miners
|
2021-03-24 11:55:53 +00:00
|
|
|
|
2023-06-26 16:50:46 +00:00
|
|
|
# Kinoite specific workarounds and configuration
|
|
|
|
postprocess:
|
|
|
|
- |
|
|
|
|
#!/bin/bash
|
|
|
|
set -xeuo pipefail
|
|
|
|
|
|
|
|
# Enable auto updates in Discover
|
|
|
|
echo -e "[Global]\nUseUnattendedUpdates=true\n" > /etc/xdg/PlasmaDiscoverUpdates
|
|
|
|
|
2019-03-21 08:13:27 +00:00
|
|
|
repos:
|
|
|
|
- fedora-rawhide
|
2023-08-08 22:54:22 +00:00
|
|
|
# - fedora-40
|
|
|
|
# - fedora-40-updates
|