mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
lutris: update to 0.4.1. (#4975)
This commit is contained in:
parent
50e5e53b27
commit
dfc3d7cffa
1 changed files with 10 additions and 10 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'Lutris'
|
# Template file for 'Lutris'
|
||||||
pkgname=lutris
|
pkgname=lutris
|
||||||
version=0.3.8
|
version=0.4.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python2-module
|
build_style=python3-module
|
||||||
pycompile_module="lutris"
|
wrksrc="${pkgname}"
|
||||||
|
pycompile_module="${pkgname}"
|
||||||
|
hostmakedepends="python3-setuptools python3-gobject"
|
||||||
|
depends="python3-dbus python3-gobject python3-xdg python3-yaml
|
||||||
|
python3-inotify xrandr"
|
||||||
short_desc="Open gaming platform for managing games in a unified way"
|
short_desc="Open gaming platform for managing games in a unified way"
|
||||||
maintainer="Jan Wey. <janwey.git@gmail.com>"
|
maintainer="Jan Wey. <janwey.git@gmail.com>"
|
||||||
homepage="https://lutris.net/"
|
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="http://lutris.net/releases/${pkgname}_${version}.tar.xz"
|
homepage="https://lutris.net"
|
||||||
checksum=404b8379dbf9dcab6e25bca781b8afe0b3f9cd9b27ff58cba8b8c98f54fb74f4
|
distfiles="${homepage}/releases/${pkgname}_${version}.tar.xz"
|
||||||
depends="python python-gobject python-yaml python-xdg python-dbus python-inotify gvfs xrandr"
|
checksum=8cbcaecb4706fc4894c84e2eff5db198d8bcb9364f83edd4816134253059c967
|
||||||
makedepends="python python-devel python-xdg"
|
|
||||||
hostmakedepends="python-setuptools python-gobject"
|
|
||||||
wrksrc=lutris
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue