parent
43a082ef16
commit
a9c1ba2344
1 changed files with 22 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
@ -38,5 +54,8 @@ cp -r ./usr/share/* %{buildroot}%{_datadir}
|
|||
%{_bindir}/fjordlauncher
|
||||
|
||||
%changelog
|
||||
* Mon Mar 10 2025 askiiart <rpm@askiiart.net>
|
||||
- Add deps
|
||||
|
||||
* Mon Mar 10 2025 askiiart <rpm@askiiart.net>
|
||||
- Initial version
|
Loading…
Add table
Add a link
Reference in a new issue