mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
* 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:
@@ -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}
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user