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


Commits:
3cdf1f43 by Robin Candau at 2025-06-25T21:00:10+02:00
upgpkg: 0.5.19-6: Add wine and procps-ng as check dependencies

Wine was removed from check dependencies in 
https://gitlab.archlinux.org/archlinux/packaging/packages/lutris/-/commit/3ffaedd0c71498077bddc9e8e1b289dd91a803f8
in order to not break repo hierarchy (see 
https://gitlab.archlinux.org/archlinux/devtools/-/issues/196 for details).
However, now that wine is in not in [multilib] anymore, we can safely add it 
back to the list of check dependencies.

Some tests also need the pgrep command, which is provided by our procps-ng 
package

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = lutris
        pkgdesc = Open Gaming Platform
        pkgver = 0.5.19
-       pkgrel = 5
+       pkgrel = 6
        url = https://lutris.net
        arch = any
        license = GPL-3.0-only
@@ -11,6 +11,8 @@ pkgbase = lutris
        checkdepends = fluidsynth
        checkdepends = vulkan-tools
        checkdepends = pciutils
+       checkdepends = procps-ng
+       checkdepends = wine
        makedepends = git
        makedepends = meson
        makedepends = ninja


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 
 pkgname=lutris
 pkgver=0.5.19
-pkgrel=5
+pkgrel=6
 pkgdesc='Open Gaming Platform'
 arch=(any)
 url=https://lutris.net
@@ -55,6 +55,8 @@ checkdepends=(
   fluidsynth
   vulkan-tools
   pciutils
+  procps-ng
+  wine
 )
 optdepends=(
   'fluidsynth: For games that have MIDI music'



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

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


Reply via email to