diff options
author | Mark Wagie | 2024-09-14 15:52:48 -0600 |
---|---|---|
committer | Mark Wagie | 2024-09-14 15:52:48 -0600 |
commit | 9513607a7307db0fc7c1debeec3dffdda58fd3c8 (patch) | |
tree | 775309760149dcfbe0d759885226d3b43dcbfa38 | |
parent | 304b239c43eaed7271f15c41e5ffdd48d7ada258 (diff) | |
download | aur-9513607a7307db0fc7c1debeec3dffdda58fd3c8.tar.gz |
add libayatana-appindicator optional dep
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ pkgbase = lutris-git pkgdesc = Open Gaming Platform - pkgver = 0.5.17.r218.g3d143a7 + pkgver = 0.5.17.r293.gac72cc3 pkgrel = 1 url = https://lutris.net arch = any @@ -42,6 +42,7 @@ pkgbase = lutris-git optdepends = lib32-mangohud: Display the games' FPS + other information optdepends = lib32-vkd3d: DirectX 12 support optdepends = lib32-vulkan-icd-loader: Vulkan support + optdepends = libayatana-appindicator: tray icon support optdepends = linux-steam-integration: start Steam with LSI optdepends = mangohud: Display the games' FPS + other information optdepends = python-evdev: Controller support @@ -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.17.r218.g3d143a7 +pkgver=0.5.17.r293.gac72cc3 pkgrel=1 pkgdesc='Open Gaming Platform' arch=('any') @@ -58,6 +58,7 @@ optdepends=( "lib32-mangohud: Display the games' FPS + other information" 'lib32-vkd3d: DirectX 12 support' 'lib32-vulkan-icd-loader: Vulkan support' + 'libayatana-appindicator: tray icon support' 'linux-steam-integration: start Steam with LSI' "mangohud: Display the games' FPS + other information" 'python-evdev: Controller support' |