diff options
author | Mark Wagie | 2022-01-26 08:29:00 -0700 |
---|---|---|
committer | Mark Wagie | 2022-01-26 08:29:00 -0700 |
commit | 190ed0b9772f5de7ca119e896d02afc696537d0e (patch) | |
tree | 9afccf3561c97e4a3bc9b29cc6fedcbfab9701cc | |
parent | 661e7dc19da4d3cc8a9cd38f9752e71f747150bd (diff) | |
download | aur-190ed0b9772f5de7ca119e896d02afc696537d0e.tar.gz |
add optional gamescope dependency
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 7 insertions, 5 deletions
@@ -1,7 +1,7 @@ pkgbase = lutris-git pkgdesc = Open Gaming Platform - pkgver = 0.5.9.1.r25.ge03f91f7 - pkgrel = 3 + pkgver = 0.5.9.1.r186.g90e7e5c9 + pkgrel = 2 url = https://lutris.net/ arch = any license = GPL3 @@ -42,6 +42,7 @@ pkgbase = lutris-git optdepends = lib32-mangohud: Display the games' FPS + other information optdepends = innoextract: Extract Inno Setup installers optdepends = xorg-xgamma: Restore gamma on game exit + optdepends = gamescope: draw the game window isolated from your desktop provides = lutris conflicts = lutris source = git+https://github.com/lutris/lutris.git @@ -5,8 +5,8 @@ # Contributor: Frederik “Freso” S. Olesen <freso.dk@gmail.com> # Contributor: Maxime Gauduin <alucryd@archlinux.org> pkgname=lutris-git -pkgver=0.5.9.1.r25.ge03f91f7 -pkgrel=3 +pkgver=0.5.9.1.r186.g90e7e5c9 +pkgrel=2 pkgdesc='Open Gaming Platform' arch=('any') url='https://lutris.net/' @@ -30,7 +30,8 @@ optdepends=( "mangohud: Display the games' FPS + other information" "lib32-mangohud: Display the games' FPS + other information" 'innoextract: Extract Inno Setup installers' - 'xorg-xgamma: Restore gamma on game exit') + 'xorg-xgamma: Restore gamma on game exit' + 'gamescope: draw the game window isolated from your desktop') provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") source=('git+https://github.com/lutris/lutris.git') |