Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / lutris
Commits: b8ec2230 by Robin Candau at 2025-02-21T23:17:56+01:00 upgpkg: 0.5.18-3: Backport a patch to fix compatibility with evdev 1.9.0 Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/lutris/-/issues/5 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = lutris pkgdesc = Open Gaming Platform pkgver = 0.5.18 - pkgrel = 2 + pkgrel = 3 url = https://lutris.net arch = any license = GPL-3.0-only ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=lutris pkgver=0.5.18 -pkgrel=2 +pkgrel=3 pkgdesc='Open Gaming Platform' arch=(any) url=https://lutris.net @@ -84,6 +84,11 @@ prepare() { # And https://github.com/lutris/lutris/issues/5659 protoc --proto_path=galaxy_blizzard_plugin/src --python_out=. product_db.proto cp -vf product_db_pb2.py lutris/lutris/util/battlenet/product_db_pb2.py + + cd "${pkgname}" + # Backported patch to provide compatibility with evdev 1.9.0 + # See https://github.com/lutris/lutris/issues/5939 + git cherry-pick -n 63de766a30b271a003fcc01da545f602c3053a17 } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lutris/-/commit/b8ec2230b5432605c27c4fe73df6346dd2bbea58 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lutris/-/commit/b8ec2230b5432605c27c4fe73df6346dd2bbea58 You're receiving this email because of your account on gitlab.archlinux.org.