Don't install ares

This commit is contained in:
2026-04-27 15:01:16 -04:00
parent 2092f632c6
commit d63ba10ae1
2 changed files with 33 additions and 32 deletions
+1 -19
View File
@@ -2,24 +2,6 @@
set -euo pipefail 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 / cd /
mkdir out mkdir out
git clone --branch "${ARES_VERSION:-master}" https://github.com/ares-emulator/ares git clone --branch "${ARES_VERSION:-master}" https://github.com/ares-emulator/ares
@@ -29,4 +11,4 @@ cmake .. -G Ninja
cmake --build . cmake --build .
cmake --install . --prefix /out cmake --install . --prefix /out
sed -i 's|Exec=.*|Exec=/usr/bin/ares|' /out/share/applications/ares.desktop 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
+32 -13
View File
@@ -1,14 +1,33 @@
--- ---
# yaml-language-server: $schema=https://schema.blue-build.org/module-stage-list-v1.json # yaml-language-server: $schema=https://schema.blue-build.org/module-stage-list-v1.json
stages: stages: []
- from: fedora # - from: fedora
name: ares # name: ares
modules: # modules:
- type: script # - type: dnf
env: # install:
ARES_VERSION: v147 # packages:
scripts: # - cmake
- build-ares.sh # - 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: modules:
- type: dnf - type: dnf
repos: repos:
@@ -31,7 +50,7 @@ modules:
scripts: scripts:
- install-archipelago.sh - install-archipelago.sh
- type: copy # - type: copy
from: ares # from: ares
src: /out # src: /out
dest: /usr/ # dest: /usr/