summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-04-11 08:27:03 -0600
committerMark Wagie2024-04-11 08:27:03 -0600
commit432d80ebaa3a9bbb4fcbaec11e2f5c07d186ef30 (patch)
tree88b6980527f88163f4a6eb1aa204360474013bcd
parent146e952cabe68bed63debe18b62119df1e93a1ee (diff)
downloadaur-432d80ebaa3a9bbb4fcbaec11e2f5c07d186ef30.tar.gz
adjust deps
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 7 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..779304d3453f 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,13 +33,12 @@ 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'
@@ -48,6 +47,7 @@ checkdepends=(
# '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')