-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add quazip-qt-devel build requirement (#1380)
Signed-off-by: Trung Lê <[email protected]> (cherry picked from commit 6ac624b)
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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) | ||
|
@@ -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 | ||
|
||
|