Skip to content

Commit

Permalink
rpm: apply patch
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jan 14, 2025
1 parent 2721017 commit 5b56396
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packaging/rpm/umu-launcher.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Summary: A tool for launching non-steam games with proton
License: GPLv3
URL: https://github.com/Open-Wine-Components/umu-launcher

Patch0: 0001-rpm-use-fedora-pyzstd.patch

BuildArch: x86_64
BuildRequires: meson >= 0.54.0
BuildRequires: ninja-build
Expand Down Expand Up @@ -53,9 +55,11 @@ git clone --single-branch --branch main https://github.com/Open-Wine-Components/
cd umu-launcher
git submodule update --init --recursive

%setup -q
%patch -P 0

%build
cd umu-launcher
git apply ../0001-rpm-use-fedora-pyzstd.patch
./configure.sh --prefix=/usr
make

Expand Down

0 comments on commit 5b56396

Please sign in to comment.