mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-21 00:40:01 +00:00
chore: Split gamescope version variable
This commit is contained in:
parent
3c3f433194
commit
fb51b61bf4
@ -1,7 +1,8 @@
|
||||
%global libliftoff_minver 0.4.1
|
||||
%global gamescope_version 3.13.19
|
||||
|
||||
Name: gamescope
|
||||
Version: 100.3.13.19
|
||||
Version: 100.%{gamescope_version}
|
||||
Release: 1%{?dist}.bazzite.{{{ git_dir_version }}}
|
||||
Summary: Micro-compositor for video games on Wayland
|
||||
|
||||
@ -76,7 +77,7 @@ Summary: libs for %{name}
|
||||
%summary
|
||||
|
||||
%prep
|
||||
git clone --single-branch --branch %{version} https://github.com/ValveSoftware/gamescope.git
|
||||
git clone --single-branch --branch %{gamescope_version} https://github.com/ValveSoftware/gamescope.git
|
||||
cd gamescope
|
||||
git submodule update --init --recursive
|
||||
mkdir -p pkgconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user