Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / lutris


Commits:
f574a711 by Robin Candau at 2024-01-14T12:43:35+01:00
upgpkg: 0.5.15-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
 pkgbase = lutris
        pkgdesc = Open Gaming Platform
-       pkgver = 0.5.14
+       pkgver = 0.5.15
        pkgrel = 1
        url = https://lutris.net
        arch = any
        license = GPL3
        checkdepends = python-nose-cover3
-       checkdepends = wine
        checkdepends = xorg-server-xvfb
        checkdepends = xterm
        checkdepends = fluidsynth
@@ -57,9 +56,7 @@ pkgbase = lutris
        optdepends = vulkan-tools: Vulkan support
        optdepends = wine: Windows support
        optdepends = xorg-xgamma: Restore gamma on game exit
-       source = 
git+https://github.com/lutris/lutris.git#tag=ba9c0aea5a9db54dca2bc39dc7e9bad5c6a566b5
-       source = 
fix-scummvm-tests.patch::https://github.com/lutris/lutris/commit/7efc304f595a9547bb4f01a823250d95b7722506.patch
+       source = 
git+https://github.com/lutris/lutris.git#tag=8e0568ee295ee18a50346c9d707d6ac7e4957bb8
        b2sums = SKIP
-       b2sums = 
ace0ada78a15e6b1f0540f6a9da83d272eb3810761ada8a0ed77b92cf86da1730e5d51aef9234e3103751aa48bb262fe3812c033cd68e483050459ce98bdcf20
 
 pkgname = lutris


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 # Contributor: Frederik “Freso” S. Olesen <freso...@gmail.com>
 
 pkgname=lutris
-pkgver=0.5.14
+pkgver=0.5.15
 pkgrel=1
 pkgdesc='Open Gaming Platform'
 arch=(any)
@@ -69,25 +69,15 @@ optdepends=(
   'wine: Windows support'
   'xorg-xgamma: Restore gamma on game exit'
 )
-_tag=ba9c0aea5a9db54dca2bc39dc7e9bad5c6a566b5
-source=(git+https://github.com/lutris/lutris.git#tag=${_tag}
-        
fix-scummvm-tests.patch::https://github.com/lutris/lutris/commit/7efc304f595a9547bb4f01a823250d95b7722506.patch)
-b2sums=('SKIP'
-        
'ace0ada78a15e6b1f0540f6a9da83d272eb3810761ada8a0ed77b92cf86da1730e5d51aef9234e3103751aa48bb262fe3812c033cd68e483050459ce98bdcf20')
+_tag=8e0568ee295ee18a50346c9d707d6ac7e4957bb8
+source=(git+https://github.com/lutris/lutris.git#tag=${_tag})
+b2sums=('SKIP')
 
 pkgver() {
   cd lutris
   git describe --tags | sed 's/^v//'
 }
 
-prepare() {
-  cd lutris
-
-  # The scummvm tests would fail on a system where scummvm is not available, 
because 
https://github.com/K900/lutris/blob/7efc304f595a9547bb4f01a823250d95b7722506/lutris/runners/scummvm.py#L487
 attempted to access an element from an empty list. Fix that by propagating the 
empty list, and use mocks to ensure we test both cases.
-  # https://github.com/lutris/lutris/pull/5086
-  patch -Np1 <${srcdir}/fix-scummvm-tests.patch
-}
-
 build() {
   arch-meson lutris build
   ninja -C build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lutris/-/commit/f574a7113480a578ee9de64fb30b882423203582

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lutris/-/commit/f574a7113480a578ee9de64fb30b882423203582
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to