Skip to content

Commit

Permalink
feat: add quazip-qt-devel build requirement (#1380)
Browse files Browse the repository at this point in the history
Signed-off-by: Trung Lê <[email protected]>
(cherry picked from commit 6ac624b)
  • Loading branch information
runlevel5 authored and raboneko committed Jun 23, 2024
1 parent 1667b7f commit 1f0cd92
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion anda/games/prismlauncher/prismlauncher.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Name: prismlauncher
Name: prismlauncher-qt5
%endif
Version: 8.4
Release: 1%?dist
Release: 2%?dist
Summary: Minecraft launcher with ability to manage multiple instances
# see COPYING.md for more information
# each file in the source also contains a SPDX-License-Identifier header that declares its license
Expand All @@ -46,11 +46,16 @@ BuildRequires: cmake(Qt%{qt_version}Network) >= %{min_qt_version}
BuildRequires: cmake(Qt%{qt_version}Test) >= %{min_qt_version}
BuildRequires: cmake(Qt%{qt_version}Widgets) >= %{min_qt_version}
BuildRequires: cmake(Qt%{qt_version}Xml) >= %{min_qt_version}
BuildRequires: tomlplusplus-devel

%if %{with qt6}
BuildRequires: cmake(Qt6Core5Compat)
BuildRequires: quazip-qt6-devel
%else
BuildRequires: quazip-qt5-devel
%endif


BuildRequires: pkgconfig(libcmark)
BuildRequires: pkgconfig(scdoc)
BuildRequires: pkgconfig(zlib)
Expand Down Expand Up @@ -132,6 +137,9 @@ sed -i "s|\$ORIGIN/||" CMakeLists.txt


%changelog
* Sun Jun 23 2024 Trung Lê <[email protected]> - 8.2-2
- update to 8.4. Add quazip-qt deps

* Wed Apr 03 2024 seth <getchoo at tuta dot io> - 8.2-2
- move JREs to weak deps, add java 21 for snapshots

Expand Down

0 comments on commit 1f0cd92

Please sign in to comment.