Date: Friday, January 14, 2022 @ 18:10:20 Author: alucryd Revision: 1103366
FS#72397: lutris 0.5.9.1-4 Modified: lutris/trunk/PKGBUILD ----------+ PKGBUILD | 55 +++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 43 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-14 17:59:12 UTC (rev 1103365) +++ PKGBUILD 2022-01-14 18:10:20 UTC (rev 1103366) @@ -1,25 +1,54 @@ # Maintainer: Filipe Laíns (FFY00) <[email protected]> +# Maintainer: Maxime Gauduin <[email protected]> # Contributor: Frederik “Freso” S. Olesen <[email protected]> -# Contributor: Maxime Gauduin <[email protected]> pkgname=lutris pkgver=0.5.9.1 -pkgrel=3 +pkgrel=4 pkgdesc='Open Gaming Platform' arch=('any') url='https://lutris.net' license=('GPL3') -depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 'cabextract' 'unzip' 'p7zip' 'curl' 'xorg-xrandr' - 'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk' 'mesa-utils' 'python-dbus' 'python-distro' 'python-lxml') +depends=( + 'cabextract' + 'curl' + 'glib2' + 'gnome-desktop' + 'gtk3' + 'mesa-utils' + 'p7zip' + 'psmisc' + 'python-dbus' + 'python-distro' + 'python-evdev' + 'python-gobject' + 'python-lxml' + 'python-pillow' + 'python-requests' + 'python-yaml' + 'unzip' + 'webkit2gtk' + 'xorg-xrandr' +) makedepends=('python-setuptools') -checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm') -optdepends=('wine: Windows support' - 'vulkan-icd-loader: Vulkan support' - 'lib32-vulkan-icd-loader: Vulkan support' - 'vkd3d: Vulkan 3D support' - 'lib32-vkd3d: Vulkan 3D support' - 'gvfs: GVFS backend') -makedepends=('python-setuptools') +checkdepends=( + 'python-nose-cover3' + 'wine' + 'xorg-server-xvfb' + 'xterm' +) +optdepends=( + 'gamemode: Allows games to request a temporary set of optimisations' + 'gvfs: GVFS backend' + 'innoextract: Extract Inno Setup installers' + 'lib32-gamemode: Allows games to request a temporary set of optimisations' + 'lib32-vkd3d: Vulkan 3D support' + 'lib32-vulkan-icd-loader: Vulkan support' + 'vkd3d: Vulkan 3D support' + 'vulkan-icd-loader: Vulkan support' + 'wine: Windows support' + 'xorg-xgamma: Restore gamma on game exit' +) source=("$pkgname-$pkgver.tar.gz::https://github.com/lutris/lutris/archive/v$pkgver.tar.gz") sha512sums=('7cfe897ea15366dda20da5f6324a422d94e064cb3794bfeda9733f3a5c3aeb71f52354e2571f365514e965e6346f0ebef8813e577b271d9ff40fe36dac212b19') @@ -40,3 +69,5 @@ python setup.py install --root="$pkgdir" --optimize=1 --skip-build } + +# vim: ts=2 sw=2 et:
