Fix Lutris install directory

This commit is contained in:
Mark Wagie 2026-02-21 12:34:55 -07:00
parent 3da15b6e3f
commit 95a0a1b0de
2 changed files with 11 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = protonplus
pkgdesc = A simple Wine and Proton-based compatiblity tools manager for GNOME
pkgver = 0.5.16
pkgrel = 1
pkgrel = 2
url = https://github.com/Vysp3r/ProtonPlus
arch = x86_64
license = GPL-3.0-or-later

View file

@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=protonplus
pkgver=0.5.16
pkgrel=1
pkgrel=2
pkgdesc="A simple Wine and Proton-based compatiblity tools manager for GNOME"
arch=('x86_64')
url="https://github.com/Vysp3r/ProtonPlus"
@ -22,6 +22,15 @@ checkdepends=('appstream-glib')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('2ed82b873b154033b4790a496887bf7098dfea1dfa3253827aad1879de82db4a')
prepare() {
cd "ProtonPlus-$pkgver"
# Fix Lutris install directory
# https://github.com/Vysp3r/ProtonPlus/issues/820
# https://github.com/Vysp3r/ProtonPlus/pull/822
sed -i 's|runners/proton|runners/wine|g' data/runners.json
}
build() {
arch-meson "ProtonPlus-$pkgver" build
meson compile -C build