From a3129f91dc1deb5fedfcf510d32557afc81a13d6 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sat, 20 Jul 2024 06:35:26 -0700 Subject: [PATCH] fix: gamescope package (#1593) (#1595) * fix: gamescope package * remove mesa from stash * fix spec again (cherry picked from commit 675951d4e776a268496aa714ea7f32f346bc8448) Co-authored-by: Cappy Ishihara --- anda/games/gamescope/anda.hcl | 3 +++ anda/games/gamescope/terra-gamescope.spec | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/anda/games/gamescope/anda.hcl b/anda/games/gamescope/anda.hcl index 8986e2c381..cd18050ddc 100644 --- a/anda/games/gamescope/anda.hcl +++ b/anda/games/gamescope/anda.hcl @@ -2,4 +2,7 @@ project pkg { rpm { spec = "terra-gamescope.spec" } + labels { + multilib = 1 + } } diff --git a/anda/games/gamescope/terra-gamescope.spec b/anda/games/gamescope/terra-gamescope.spec index b4fff02195..bf92262f3d 100644 --- a/anda/games/gamescope/terra-gamescope.spec +++ b/anda/games/gamescope/terra-gamescope.spec @@ -89,8 +89,10 @@ BuildRequires: git # libliftoff hasn't bumped soname, but API/ABI has changed for 0.2.0 release Requires: libliftoff%{?_isa} >= %{libliftoff_minver} Requires: xorg-x11-server-Xwayland -Requires: gamescope-libs = %{version}-%{release} -Requires: gamescope-libs(x86-32) = %{version}-%{release} +Requires: %{name}-libs = %{version}-%{release} +%ifarch %{ix86} +Requires: %{name}-libs(x86-32) = %{version}-%{release} +%endif Recommends: mesa-dri-drivers Recommends: mesa-vulkan-drivers