From 67ac04df60074ea74dc23ee6c2f94b955d114861 Mon Sep 17 00:00:00 2001 From: askiiart Date: Mon, 10 Mar 2025 13:30:12 -0500 Subject: [PATCH] forgot deps oops --- fjord-launcher-unlocked.spec | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/fjord-launcher-unlocked.spec b/fjord-launcher-unlocked.spec index 1c85438..6efac41 100644 --- a/fjord-launcher-unlocked.spec +++ b/fjord-launcher-unlocked.spec @@ -2,12 +2,28 @@ Name: fjord-launcher-unlocked Version: 6.6.6 Release: %autorelease Summary: Prism Launcher fork with support for alternative auth servers (unlocked) - -License: GPL-3.0-only +License: GPL-3.0-only AND Apache-2.0 AND LGPL-3.0-only AND OFL-1.1 AND LGPL-2.1 AND MIT AND BSD-3-Clause URL: https://github.com/hero-persson/FjordLauncherUnlocked - BuildRequires: tar zstd +Requires: qt6-qtimageformats +Requires: qt6-qtsvg + +Requires: javapackages-filesystem +Recommends: java-21-openjdk +# See note above +%if 0%{?fedora} && 0%{?fedora} < 42 +Recommends: java-17-openjdk +Suggests: java-1.8.0-openjdk +%endif + +# xrandr needed for LWJGL [2.9.2, 3) https://github.com/LWJGL/lwjgl/issues/128 +Recommends: xrandr +# libflite needed for using narrator in minecraft +Recommends: flite +# Prism supports enabling gamemode +Suggests: gamemode + %description A Prism Launcher fork with support for alternative auth servers (unlocked)