chore: Add epoch to match Negativo17

chore: Update umu launcher
This commit is contained in:
Kyle Gospodnetich 2024-10-07 12:16:24 -07:00
parent 526a4a2380
commit 5faaebb13c
3 changed files with 11 additions and 5 deletions

View File

@ -338,6 +338,8 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
# Install Valve's patched Mesa, Pipewire, Bluez, and Xwayland
# Install patched switcheroo control with proper discrete GPU support
RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
rpm-ostree override remove \
mesa-va-drivers && \
rpm-ostree override replace \
--experimental \
--from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite-multilib \
@ -364,6 +366,7 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
bluez-libs \
xorg-x11-server-Xwayland && \
rpm-ostree install \
mesa-va-drivers \
libaacs \
libbdplus \
libbluray && \

View File

@ -68,7 +68,8 @@ Name: mesa
Summary: Mesa graphics libraries
%global ver 24.1.7
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
Release: 100.bazzite.{{{ git_dir_version }}}
Epoch: 1
Release: 1
License: MIT AND BSD-3-Clause AND SGI-B-2.0
URL: http://www.mesa3d.org

View File

@ -1,12 +1,13 @@
%define commit 9b12f90b4e113275b5e8ea33a88674275bf3a1c8
%define commit 12ebba1bea5006aaa0493d4d9e5d1ba1fe434ac1
%define tag 1.1.1
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global build_timestamp %(date +"%Y%m%d")
%global rel_build 1.%{build_timestamp}.%{shortcommit}%{?dist}
%global rel_build 2.%{build_timestamp}.%{shortcommit}%{?dist}
Name: umu-launcher
Version: 1.0
Version: 1.1.1
Release: %{rel_build}
Summary: A tool for launching non-steam games with proton
@ -31,6 +32,7 @@ BuildRequires: python3
Requires: python
Requires: python3
Requires: python3-xlib
Requires: python3-filelock
%description
@ -39,7 +41,7 @@ Requires: python3-xlib
%prep
git clone --single-branch --branch main https://github.com/Open-Wine-Components/umu-launcher.git
cd umu-launcher
git checkout %{commit}
git checkout %{tag}
git submodule update --init --recursive
%build