Compare commits

3 Commits

Author SHA1 Message Date
7b21c06b2c Attempt to use fedora built-in multimedia packages
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 32s
2025-06-26 17:56:52 -04:00
526300c89e Corrected format for rpm-ostree
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 3m15s
2025-06-26 16:36:02 -04:00
9323e51388 Change from dnf back to rpm-ostree. changed repos to respective versions
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 35s
2025-06-26 15:31:10 -04:00

View File

@@ -1,142 +1,127 @@
modules: modules:
- type: dnf - type: rpm-ostree
repos: repos:
copr: - https://copr.fedorainfracloud.org/coprs/ublue-os/packages/repo/fedora-%OS_VERSION%/ublue-os-packages-fedora-%OS_VERSION%.repo
- ublue-os/packages - https://copr.fedorainfracloud.org/coprs/solopasha/hyprland/repo/fedora-%OS_VERSION%/solopasha-hyprland-fedora-%OS_VERSION%.repo
- solopasha/hyprland - https://copr.fedorainfracloud.org/coprs/peterwu/rendezvous/repo/fedora-%OS_VERSION%/peterwu-rendezvous-fedora-%OS_VERSION%.repo
- peterwu/rendezvous - https://negativo17.org/repos/fedora-steam.repo
nonfree: negativo17
install: install:
packages: # sddm
# sddm - sddm
- sddm - sddm-themes
- sddm-themes - qt5-qtgraphicaleffects
- qt5-qtgraphicaleffects - qt5-qtquickcontrols2
- qt5-qtquickcontrols2 - qt5-qtsvg
- qt5-qtsvg
# password keeper # password keeper
- kf6-kwallet - kf6-kwallet
- kwalletmanager - kwalletmanager
- pam-kwallet - pam-kwallet
# hyprland # hyprland
- hyprland-git - hyprland-git
- hyprpanel - hyprpanel
- hyprpolkitagent - hyprpolkitagent
- hyprshot - hyprshot
# ublue udev rules and signing # ublue udev rules and signing
- ublue-os-udev-rules - ublue-os-udev-rules
- ublue-os-signing - ublue-os-signing
# environment # environment
# xwayland # xwayland
- xorg-x11-server-Xwayland - xorg-x11-server-Xwayland
# headset control # headset control
- headsetcontrol - headsetcontrol
# media related # media related
- mediainfo - mediainfo
- playerctl - playerctl
- alsa-firmware - alsa-firmware
# zip utilities # zip utilities
- p7zip - p7zip
# qt libraries # qt libraries
- qt5-qtwayland - qt5-qtwayland
- qt6-qtwayland - qt6-qtwayland
# vulkan # vulkan
- vulkan-tools - vulkan-tools
- vulkan-validation-layers - vulkan-validation-layers
# polkit # polkit
- polkit - polkit
# sound # sound
- wireplumber - wireplumber
- pipewire - pipewire
- headsetcontrol - headsetcontrol
# networking # networking
- bluez - bluez
- bluez-tools - bluez-tools
- firewall-config - firewall-config
# applications # applications
# fuzzy finder # fuzzy finder
- fzf - fzf
# dmenu runner # dmenu runner
- fuzzel - fuzzel
# file manager # file manager
- nautilus - nautilus
- file-roller - file-roller
- file-roller-nautilus - file-roller-nautilus
# text editor # text editor
- neovim - neovim
# software store # software store
- gnome-software - gnome-software
# disk management # disk management
- gnome-disk-utility - gnome-disk-utility
# kdeconnect # kdeconnect
- kde-connect - kde-connect
# settings apps # settings apps
# qt # qt
- qt5ct - qt5ct
- qt6ct - qt6ct
# gtk # gtk
- nwg-look - nwg-look
# Themes and fonts # Themes and fonts
# emoji fonts # emoji fonts
- google-noto-emoji-fonts - google-noto-emoji-fonts
# theme and GUI # theme and GUI
- fontawesome-fonts-all - fontawesome-fonts-all
- gnome-themes-extra - gnome-themes-extra
- papirus-icon-theme - papirus-icon-theme
- bibata-cursor-themes - bibata-cursor-themes
# zsh # zsh
- zsh - zsh
# zoxide for z stuff # zoxide for z stuff
- zoxide - zoxide
# steam # steam
- steam - steam
# for game mode and big picture mode # for game mode and big picture mode
- gamescope - gamescope
# for performance view # for performance view
- mangohud - mangohud
# xpadneo # xpadneo
- dkms-xpadneo - dkms-xpadneo
# multimedia
- gstreamer1-plugin-libav
remove: remove:
packages: # remove firefox
# remove firefox - firefox
- firefox - firefox-langpacks
- firefox-langpacks
replace:
- from-repo: fedora-multimedia
packages:
- libheif
- libva
- libva-intel-media-driver
- mesa-dri-drivers
- mesa-filesystem
- mesa-libEGL
- mesa-libGL
- mesa-libgbm
- mesa-va-drivers
- mesa-vulkan-drivers
- gstreamer1-plugin-libav
- type: script - type: script
scripts: scripts: