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
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
+32 -13
View File
@@ -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/