This repository has been archived by the owner on Oct 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fedora-kinoite.yaml
58 lines (55 loc) · 1.68 KB
/
fedora-kinoite.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
include: kde-desktop-pkgs.yaml
ref: fedora/37/${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
# Install some minor optional tools for KInfoCenter
- vulkan-tools
- xdpyinfo
# Includes a KIO & KCM (can not be Flatpak'ed), used by Dolphin and Gwenview
# See https://pagure.io/fedora-kde/SIG/issue/291
- kamera
# Install gdb-minimal to make getting backtraces work with DrKonqi
- gdb-minimal
# Testing https://pagure.io/fedora-kde/SIG/issue/109
- kdenetwork-filesharing
- samba-usershares
# 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
# Manually excluded as recommended by gtk3 (and likely gtk4 in the future)
# See https://pagure.io/fedora-kde/SIG/issue/124
- tracker
- tracker-miners
# Kinoite specific workarounds
postprocess:
- |
#!/bin/bash
set -xeuo pipefail
# Setup a symlink for gdb-minimal to use it as default gdb
echo "L /usr/local/bin/gdb - - - - /usr/bin/gdb-minimal" > /usr/lib/tmpfiles.d/kinoite-gdb.conf
repos:
- fedora-37
- fedora-37-updates