-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpitti-desktop.yaml
153 lines (142 loc) · 2.59 KB
/
pitti-desktop.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
variables:
bootable_container: false
include: common.yaml
ref: pitti-desktop
rojig:
name: pitti-desktop
summary: "Pitti Desktop"
license: MIT
repos:
- fedora-41
- fedora-41-updates
- fedora-cisco-openh264
- rpmfusion-free
- rpmfusion-free-updates
packages:
# hardware/drivers
- kernel
- kernel-modules-extra
- iwlwifi-mvm-firmware
- alsa-sof-firmware
- NetworkManager-wifi
- NetworkManager-openvpn-gnome
- powertop
- wpa_supplicant
- bluez
- bluez-tools
# basic system
- acl
- attr
- basesystem
- cryptsetup
- dnsmasq
- fedora-workstation-backgrounds
- filesystem
- glibc-langpack-de
- glibc-langpack-en
- hostname
- iproute
- kbd
- nss-altfiles
- pciutils
- rpm-ostree
# don't care, but rpm-ostree build fails otherwise
- selinux-policy-targeted
- sudo
- usbutils
# shell tools and development
- bash-completion
- bc
- bzip2
# authenticate to gmail
- cyrus-sasl-plain
- fpaste
- git
- gnupg2
- isync
- krb5-workstation
- lsof
- man-db
- mtr
- mutt
- neovim
- nmap-ncat
- openssh-server
- openvpn
- podman
- restic
- rsync
- strace
- syncthing
- systemd-container
- toolbox
- tree
- w3m
- wget
# desktop plumbing/apps
- dejavu-sans-fonts
- dejavu-serif-fonts
- dejavu-sans-mono-fonts
- fontawesome-fonts
- google-noto-emoji-color-fonts
- gvfs-mtp
- pulseaudio-utils
- alsa-plugins-pulseaudio
- gstreamer1-plugins-good
- gstreamer1-plugins-bad-free
- gstreamer1-plugin-openh264
- gstreamer1-libav
# for wf-recorder
- libavdevice
- xdg-desktop-portal-gtk
- pavucontrol
- pcmanfm
- nm-connection-editor
- blueman
- eog
- evince
- rhythmbox
- gnome-keyring
- pinentry-gnome3
- mate-polkit
- lxterminal
- gnome-disk-utility
- rofimoji
# sway/wayland desktop
- sway
- swayidle
- swaylock
- kanshi
- mako
- waybar
- slurp
- grim
- xorg-x11-server-Xwayland
- firefox
- wofi
- brightnessctl
- wl-clipboard
exclude-packages:
# recommended by sway
- alacritty
- brltty
- glibc-all-langpacks
# recommended by gtk3
- tracker
- tracker-miners
# recommended by toolbox
- subscription-manager
# recommended by udisks
- exfatprogs
- f2fs-tools
- btrfs-progs
- nilfs-utils
- udftools
# does not work
- xdg-desktop-portal-wlr
# recommended by containers-common-extra
- qemu-user-static
add-files:
- ["2015-RH-IT-Root-CA.pem", "/etc/pki/ca-trust/source/anchors/2015-RH-IT-Root-CA.pem"]
- ["2022-RH-IT-Root-CA.pem", "/etc/pki/ca-trust/source/anchors/2022-RH-IT-Root-CA.pem"]
postprocess-script: pitti-post.sh