summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD19
2 files changed, 11 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35fe7800b6a0..6d6d6e389d88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = lutris-git
pkgdesc = Open Gaming Platform
- pkgver = 0.5.16.r493.gfa0454724
+ pkgver = 0.5.17.r1.ge8bfc73bb
pkgrel = 1
url = https://lutris.net
arch = any
license = GPL-3.0-or-later
- checkdepends = appstream
+ checkdepends = appstream-glib
makedepends = git
makedepends = meson
depends = cabextract
@@ -29,9 +29,9 @@ pkgbase = lutris-git
depends = python-yaml
depends = unzip
depends = webkit2gtk-4.1
- depends = xdg-desktop-portal-impl
depends = xdg-utils
depends = xorg-xrandr
+ optdepends = fluidsynth
optdepends = gamemode: Allows games to request a temporary set of optimisations
optdepends = gamescope: Draw the game window isolated from your desktop
optdepends = gvfs: GVFS backend
@@ -52,6 +52,7 @@ pkgbase = lutris-git
optdepends = vulkan-tools: Vulkan support
optdepends = wine: easiest way to get all the libraries missing from the Lutris runtime
optdepends = winetricks: use system winetricks
+ optdepends = xdg-desktop-portal-impl
provides = lutris
conflicts = lutris
source = git+https://github.com/lutris/lutris.git
diff --git a/PKGBUILD b/PKGBUILD
index 834f63423ba0..be9ee5ce4a2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=lutris-git
-pkgver=0.5.16.r493.gfa0454724
+pkgver=0.5.17.r1.ge8bfc73bb
pkgrel=1
pkgdesc='Open Gaming Platform'
arch=('any')
@@ -33,21 +33,21 @@ depends=(
'python-yaml'
'unzip'
'webkit2gtk-4.1'
- 'xdg-desktop-portal-impl'
'xdg-utils'
'xorg-xrandr'
)
makedepends=('git' 'meson')
checkdepends=(
- 'appstream'
+ 'appstream-glib'
# 'fluidsynth'
# 'pciutils'
-# 'python-nose-cover3'
+# 'python-nose'
# 'vulkan-tools'
# 'xorg-server-xvfb'
# 'xterm'
)
optdepends=(
+ 'fluidsynth'
'gamemode: Allows games to request a temporary set of optimisations'
'gamescope: Draw the game window isolated from your desktop'
'gvfs: GVFS backend'
@@ -67,7 +67,8 @@ optdepends=(
'vulkan-icd-loader: Vulkan support'
'vulkan-tools: Vulkan support'
'wine: easiest way to get all the libraries missing from the Lutris runtime'
- 'winetricks: use system winetricks')
+ 'winetricks: use system winetricks'
+ 'xdg-desktop-portal-impl')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/lutris/lutris.git')
@@ -91,13 +92,7 @@ check() {
meson test -C build --print-errorlogs
# cd "${pkgname%-git}"
-# xvfb-run nosetests \
-# --cover-erase \
-# --with-xunit \
-# --xunit-file=nosetests.xml \
-# --with-coverage \
-# --cover-package=lutris \
-# --cover-xml-file=coverage.xml
+# xvfb-run nosetests
}
package() {