Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m7s
118 lines
2.4 KiB
YAML
118 lines
2.4 KiB
YAML
modules:
|
|
- type: dnf
|
|
repos:
|
|
copr:
|
|
- ublue-os/packages
|
|
install:
|
|
packages:
|
|
- ublue-os-udev-rules
|
|
- ublue-os-update-services
|
|
- ublue-os-signing
|
|
|
|
- type: systemd
|
|
system:
|
|
enabled:
|
|
- rpm-ostreed-automatic.timer
|
|
- podman-auto-update.timer
|
|
- flatpak-system-update.timer
|
|
user:
|
|
enabled:
|
|
- podman-auto-update.timer
|
|
- flatpak-user-update.timer
|
|
|
|
- type: dnf
|
|
repos:
|
|
copr:
|
|
- erikreider/SwayNotificationCenter
|
|
nonfree: rpmfusion
|
|
install:
|
|
packages:
|
|
# environment
|
|
# fuzzy finder
|
|
- fzf
|
|
# power profiles like
|
|
- tuned-ppd
|
|
# xwayland
|
|
- xorg-x11-server-Xwayland
|
|
# headset control
|
|
- headsetcontrol
|
|
# media related
|
|
- mediainfo
|
|
- playerctl
|
|
- alsa-firmware
|
|
# nofitications
|
|
- SwayNotificationCenter
|
|
# text editor
|
|
- neovim
|
|
# tools for evocation
|
|
- just
|
|
# zip utilities
|
|
- p7zip
|
|
# qt libraries
|
|
- qt5-qtwayland
|
|
- qt6-qtwayland
|
|
# emoji fonts
|
|
- google-noto-emoji-fonts
|
|
# vulkan
|
|
- vulkan-tools
|
|
- vulkan-validation-layers
|
|
|
|
# polkit
|
|
- polkit
|
|
|
|
# sound
|
|
- wireplumber
|
|
- pipewire
|
|
- pamixer
|
|
- pulseaudio-utils
|
|
|
|
# networking
|
|
- bluez
|
|
- bluez-tools
|
|
- firewall-config
|
|
|
|
# file manager
|
|
- nautilus
|
|
- file-roller
|
|
- file-roller-nautilus
|
|
|
|
# theme and GUI
|
|
- fontawesome-fonts-all
|
|
- gnome-themes-extra
|
|
- gnome-icon-theme
|
|
- paper-icon-theme
|
|
- breeze-icon-theme
|
|
- papirus-icon-theme
|
|
|
|
# software
|
|
- gnome-software
|
|
|
|
# power
|
|
- powerstat
|
|
|
|
remove:
|
|
packages:
|
|
# remove firefox
|
|
- firefox
|
|
- firefox-langpacks
|
|
|
|
replace:
|
|
- from-repo: rpmfusion
|
|
packages:
|
|
- libheif
|
|
- libva
|
|
- libva-intel-media-driver
|
|
- mesa-dri-drivers
|
|
- mesa-filesystem
|
|
- mesa-libEGL
|
|
- mesa-libGL
|
|
- mesa-libgbm
|
|
- mesa-libxatracker
|
|
- mesa-va-drivers
|
|
- mesa-vulkan-drivers
|
|
- gstreamer1-plugin-libav
|
|
- gstreamer1-plugin-vaapi
|
|
- rar
|
|
|
|
|