From 9b8db41721a6e10e89f371c814920f8ce2f5528a Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 20 Jun 2025 00:18:29 -0700 Subject: [PATCH] feat(heroic, steam): Recommend falcond OR gamemode (#5579) (#5582) * feat(heroic, steam): Recommend falcond OR gamemode * fix(steam): Only recommend i386 Gamemode if x86_64 is also installed (cherry picked from commit f36ecb41f09f2eb8bb1a771bd4207d82d8249ded) Co-authored-by: Gilver --- anda/games/heroic-games-launcher/heroic-games-launcher.spec | 4 ++-- anda/games/steam/steam.spec | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/games/heroic-games-launcher/heroic-games-launcher.spec b/anda/games/heroic-games-launcher/heroic-games-launcher.spec index a7c1d5feb4..d186c601f7 100644 --- a/anda/games/heroic-games-launcher/heroic-games-launcher.spec +++ b/anda/games/heroic-games-launcher/heroic-games-launcher.spec @@ -16,7 +16,7 @@ Name: %{shortname}-games-launcher Version: 2.17.2 -Release: 1%?dist +Release: 2%?dist Summary: A games launcher for GOG, Amazon, and Epic Games License: GPL-3.0-only AND MIT AND BSD-3-Clause URL: https://heroicgameslauncher.com @@ -37,7 +37,7 @@ Requires: hicolor-icon-theme Requires: nss Requires: python3 Requires: which -Recommends: gamemode +Recommends: (falcond or gamemode) Recommends: mangohud Recommends: umu-launcher Provides: bundled(comet) = %{comet_version} diff --git a/anda/games/steam/steam.spec b/anda/games/steam/steam.spec index 3e3dc00710..0f5ddf6410 100644 --- a/anda/games/steam/steam.spec +++ b/anda/games/steam/steam.spec @@ -5,7 +5,7 @@ Name: steam Version: 1.0.0.83 -Release: 1%?dist +Release: 2%?dist Summary: Installer for the Steam software distribution service # Redistribution and repackaging for Linux is allowed, see license file. udev rules are MIT. License: Steam License Agreement and MIT @@ -111,8 +111,8 @@ Requires: SDL2%{?_isa} %endif # Game performance is increased with gamemode (for games that support it) -Recommends: gamemode -Recommends: gamemode%{?_isa} +Recommends: (falcond or gamemode) +Recommends: (gamemode%{?_isa} if gamemode(x86-64)) Recommends: (gnome-shell-extension-appindicator if gnome-shell) Recommends: (gnome-shell-extension-appindicator if gnome-shell)