From d63ba10ae14d6b015ee22077206096d143b5beef Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Mon, 27 Apr 2026 15:01:16 -0400 Subject: [PATCH] Don't install ares --- files/scripts/build-ares.sh | 20 +---------------- recipes/common/gaming.yml | 45 ++++++++++++++++++++++++++----------- 2 files changed, 33 insertions(+), 32 deletions(-) diff --git a/files/scripts/build-ares.sh b/files/scripts/build-ares.sh index 5163296..8029ebe 100644 --- a/files/scripts/build-ares.sh +++ b/files/scripts/build-ares.sh @@ -2,24 +2,6 @@ set -euo pipefail -dnf -y install \ - cmake \ - pkg-config \ - curl \ - git \ - clang \ - ninja-build \ - ccache \ - libX11-devel \ - libXrandr-devel \ - mesa-libGL-devel \ - gtk3-devel \ - openal-soft-devel \ - alsa-lib-devel \ - SDL3-devel \ - pulseaudio-libs-devel \ - libao-devel - cd / mkdir out git clone --branch "${ARES_VERSION:-master}" https://github.com/ares-emulator/ares @@ -29,4 +11,4 @@ cmake .. -G Ninja cmake --build . cmake --install . --prefix /out sed -i 's|Exec=.*|Exec=/usr/bin/ares|' /out/share/applications/ares.desktop -sed -i 's|Icon=.*|Icon=/usr/share/ares/ares.png|' /out/share/applications/ares.desktop +sed -i 's|Icon=.*|Icon=/usr/share/icons/hicolor/256x256/apps/ares.png|' /out/share/applications/ares.desktop diff --git a/recipes/common/gaming.yml b/recipes/common/gaming.yml index 83ab169..1a810de 100644 --- a/recipes/common/gaming.yml +++ b/recipes/common/gaming.yml @@ -1,14 +1,33 @@ --- # yaml-language-server: $schema=https://schema.blue-build.org/module-stage-list-v1.json -stages: - - from: fedora - name: ares - modules: - - type: script - env: - ARES_VERSION: v147 - scripts: - - build-ares.sh +stages: [] + # - from: fedora + # name: ares + # modules: + # - type: dnf + # install: + # packages: + # - cmake + # - pkg-config + # - curl + # - git + # - clang + # - ninja-build + # - ccache + # - libX11-devel + # - libXrandr-devel + # - mesa-libGL-devel + # - gtk3-devel + # - openal-soft-devel + # - alsa-lib-devel + # - SDL3-devel + # - pulseaudio-libs-devel + # - libao-devel + # - type: script + # env: + # ARES_VERSION: v147 + # scripts: + # - build-ares.sh modules: - type: dnf repos: @@ -31,7 +50,7 @@ modules: scripts: - install-archipelago.sh - - type: copy - from: ares - src: /out - dest: /usr/ + # - type: copy + # from: ares + # src: /out + # dest: /usr/