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 f36ecb41f0)

Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-06-20 00:18:29 -07:00
committed by GitHub
parent b9a49d2f61
commit 9b8db41721
2 changed files with 5 additions and 5 deletions
@@ -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}
+3 -3
View File
@@ -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)