Merge pull request #3707 from bra1nwave/lutris
lutris: Add missing runtime dependencies
This commit is contained in:
commit
7108d2e6df
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'Lutris'
|
# Template file for 'Lutris'
|
||||||
pkgname=lutris
|
pkgname=lutris
|
||||||
version=0.3.7.3
|
version=0.3.7.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="lutris"
|
pycompile_module="lutris"
|
||||||
short_desc="Open gaming platform for managing games in a unified way"
|
short_desc="Open gaming platform for managing games in a unified way"
|
||||||
|
@ -10,7 +10,7 @@ homepage="https://lutris.net/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="http://lutris.net/releases/${pkgname}_${version}.tar.gz"
|
distfiles="http://lutris.net/releases/${pkgname}_${version}.tar.gz"
|
||||||
checksum=a07dc2e7d27bf5d593032c5eafd671b1e458b104abc4078c6d193d28ef297fc6
|
checksum=a07dc2e7d27bf5d593032c5eafd671b1e458b104abc4078c6d193d28ef297fc6
|
||||||
depends="python python-gobject python-yaml python-xdg gvfs"
|
depends="python python-gobject python-yaml python-xdg python-dbus gvfs xrandr"
|
||||||
makedepends="python python-devel python-xdg"
|
makedepends="python python-devel python-xdg"
|
||||||
hostmakedepends="python-setuptools python-gobject"
|
hostmakedepends="python-setuptools python-gobject"
|
||||||
wrksrc=lutris
|
wrksrc=lutris
|
||||||
|
|
Loading…
Reference in a new issue