summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-05-27 08:48:55 -0600
committerMark Wagie2023-05-27 08:48:55 -0600
commit6fa34c96b0553c2151bcada0ecb83fa34b45e4c1 (patch)
tree37102395e5cba16ae87da6525a8b39ca7b336d5f
parent9a6193f007c7fc06e434d7fd78f0afbaf6cc3955 (diff)
downloadaur-6fa34c96b0553c2151bcada0ecb83fa34b45e4c1.tar.gz
adjust dependencies
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79a98c99e016..443bb6869094 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lutris-git
pkgdesc = Open Gaming Platform
- pkgver = 0.5.13.beta1.r57.g0eea95f7d
+ pkgver = 0.5.13.r11.gc5ce4e926
pkgrel = 1
url = https://lutris.net/
arch = any
@@ -11,6 +11,7 @@ pkgbase = lutris-git
depends = cabextract
depends = curl
depends = glib2
+ depends = gnome-desktop
depends = gtk3
depends = mesa-utils
depends = p7zip
@@ -21,16 +22,18 @@ pkgbase = lutris-git
depends = python-distro
depends = python-gobject
depends = python-lxml
+ depends = python-moddb
depends = python-pillow
depends = python-requests
depends = python-yaml
depends = unzip
+ depends = vulkan-tools
depends = webkit2gtk-4.1
+ depends = xdg-desktop-portal
depends = xdg-utils
depends = xorg-xrandr
optdepends = gamemode: Allows games to request a temporary set of optimisations
optdepends = gamescope: Draw the game window isolated from your desktop
- optdepends = gnome-desktop: Get display and resolution using GnomeDesktop
optdepends = gvfs: GVFS backend
optdepends = innoextract: Extract Inno Setup installers
optdepends = lib32-gamemode: Allows games to request a temporary set of optimisations
@@ -42,7 +45,6 @@ pkgbase = lutris-git
optdepends = linux-steam-integration: start Steam with LSI
optdepends = mangohud: Display the games' FPS + other information
optdepends = python-evdev: Controller support
- optdepends = python-moddb: Handle ModDB downloads in installers
optdepends = python-pefile: Extract icons from Windows executables
optdepends = python-protobuf: BattleNet integration
optdepends = python-pypresence: Discord Rich Presence integration
diff --git a/PKGBUILD b/PKGBUILD
index 4d5885619825..3e669dbd0a43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,24 +5,22 @@
# Contributor: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=lutris-git
-pkgver=0.5.13.beta1.r57.g0eea95f7d
+pkgver=0.5.13.r11.gc5ce4e926
pkgrel=1
pkgdesc='Open Gaming Platform'
arch=('any')
url='https://lutris.net/'
license=('GPL3')
-depends=('cabextract' 'curl' 'glib2' 'gtk3' 'mesa-utils' 'p7zip' 'psmisc'
+depends=('cabextract' 'curl' 'glib2' 'gnome-desktop' 'gtk3' 'mesa-utils' 'p7zip' 'psmisc'
'python-cairo' 'python-certifi' 'python-dbus' 'python-distro' 'python-gobject'
- 'python-lxml' 'python-pillow' 'python-requests' 'python-yaml' 'unzip'
- 'webkit2gtk-4.1' 'xdg-utils' 'xorg-xrandr')
+ 'python-lxml' 'python-moddb' 'python-pillow' 'python-requests' 'python-yaml' 'unzip'
+ 'vulkan-tools' 'webkit2gtk-4.1' 'xdg-desktop-portal' 'xdg-utils' 'xorg-xrandr')
makedepends=('git' 'meson')
checkdepends=('appstream-glib')
-#checkdepends=('appstream-glib' 'libcanberra' 'pciutils' 'python-nose2'
-# 'xorg-server-xvfb' 'xterm')
+#checkdepends+=('libcanberra' 'pciutils' 'python-nose2' 'xorg-server-xvfb' 'xterm')
optdepends=(
'gamemode: Allows games to request a temporary set of optimisations'
'gamescope: Draw the game window isolated from your desktop'
- 'gnome-desktop: Get display and resolution using GnomeDesktop'
'gvfs: GVFS backend'
'innoextract: Extract Inno Setup installers'
'lib32-gamemode: Allows games to request a temporary set of optimisations'
@@ -34,7 +32,6 @@ optdepends=(
'linux-steam-integration: start Steam with LSI'
"mangohud: Display the games' FPS + other information"
'python-evdev: Controller support'
- 'python-moddb: Handle ModDB downloads in installers'
'python-pefile: Extract icons from Windows executables'
'python-protobuf: BattleNet integration'
'python-pypresence: Discord Rich Presence integration'