From e69206ae50e19b6244411b296bf2338ceeadfde8 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sat, 28 Jun 2025 17:34:09 -0400 Subject: [PATCH] Isolate repos to only needed, move xpadneo to rpm-ostree to see if it would resolve kernel modules to proper kernel version --- recipes/components/dnf-module.yml | 15 +++++---------- recipes/components/rpm-ostree/core.yml | 8 +++++++- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/recipes/components/dnf-module.yml b/recipes/components/dnf-module.yml index 619cc90..78788bf 100644 --- a/recipes/components/dnf-module.yml +++ b/recipes/components/dnf-module.yml @@ -1,16 +1,15 @@ modules: - type: dnf repos: - nonfree: negativo17 + files: + - https://negativo17.org/repos/fedora-steam.repo + - https://negativo17.org/repos/fedora-multimedia.repo install: packages: - steam - gamescope - mangohud - # xpadneo - - dkms-xpadneo - - libheif remove: @@ -20,7 +19,7 @@ modules: - firefox-langpacks replace: - - from-repo: fedora-multimedia + - from-repo: https://negativo17.org/repos/fedora-multimedia.repo packages: - libva - libva-intel-media-driver @@ -31,8 +30,4 @@ modules: - mesa-libgbm - mesa-va-drivers - mesa-vulkan-drivers - - gstreamer1-plugin-libav - - - type: script - scripts: - - install-xpadneo.sh \ No newline at end of file + - gstreamer1-plugin-libav \ No newline at end of file diff --git a/recipes/components/rpm-ostree/core.yml b/recipes/components/rpm-ostree/core.yml index af55b43..99847bf 100644 --- a/recipes/components/rpm-ostree/core.yml +++ b/recipes/components/rpm-ostree/core.yml @@ -40,4 +40,10 @@ modules: # networking - bluez - bluez-tools - - firewall-config \ No newline at end of file + - firewall-config + + - type: rpm-ostree + repos: + - https://negativo17.org/repos/fedora-steam.repo + install: + - dkms-xpadneo \ No newline at end of file