wok rev 23146
updated lutris (0.3.4 -> 0.5.4)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 15 09:50:02 2020 +0100 (2020-03-15) |
parents | a6b3117d9ecb |
children | 8f4d7f7edd9e |
files | lutris/receipt |
line diff
1.1 --- a/lutris/receipt Sun Mar 15 09:31:30 2020 +0100 1.2 +++ b/lutris/receipt Sun Mar 15 09:50:02 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lutris" 1.7 -VERSION="0.3.4" 1.8 +VERSION="0.5.4" 1.9 CATEGORY="games" 1.10 SHORT_DESC="An open gaming platform for Linux." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -10,21 +10,20 @@ 1.13 WEB_SITE="https://lutris.net/" 1.14 WGET_URL="${WEB_SITE}releases/$TARBALL" 1.15 1.16 -DEPENDS="python python-xdg pygobject python-pyyaml libsoup" 1.17 -BUILD_DEPENDS="python python-xdg" 1.18 - 1.19 SUGGESTED="wine scummvm gens-gs mupen64plus dosbox pcsxr-svn" 1.20 # uae mednafen sdlmame snes9x-gtk steam atari800 dolphin-emu frotz hatari 1.21 # jzintv mednafen nulldc o2em openmsx osmose 1.22 +DEPENDS="py3k python-xdg pygobject python-pyyaml libsoup" 1.23 +BUILD_DEPENDS="py3k python-setuptools python-xdg" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - python setup.py install --root=$DESTDIR 1.29 + python3 setup.py install --root=$DESTDIR 1.30 } 1.31 1.32 # Rules to gen a SliTaz package suitable for Tazpkg. 1.33 genpkg_rules() 1.34 { 1.35 - cp -a $install/usr $fs 1.36 + cp -a $install/usr $fs 1.37 }