# HG changeset patch # User Hans-G?nter Theisgen # Date 1584262202 -3600 # Node ID 1d1c21c9b5be3ba92762363ff84002255b8fcb73 # Parent a6b3117d9ecb3867dbd2d0f3a90b05315fc7a4cb updated lutris (0.3.4 -> 0.5.4) diff -r a6b3117d9ecb -r 1d1c21c9b5be lutris/receipt --- a/lutris/receipt Sun Mar 15 09:31:30 2020 +0100 +++ b/lutris/receipt Sun Mar 15 09:50:02 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lutris" -VERSION="0.3.4" +VERSION="0.5.4" CATEGORY="games" SHORT_DESC="An open gaming platform for Linux." MAINTAINER="pascal.bellard@slitaz.org" @@ -10,21 +10,20 @@ WEB_SITE="https://lutris.net/" WGET_URL="${WEB_SITE}releases/$TARBALL" -DEPENDS="python python-xdg pygobject python-pyyaml libsoup" -BUILD_DEPENDS="python python-xdg" - SUGGESTED="wine scummvm gens-gs mupen64plus dosbox pcsxr-svn" # uae mednafen sdlmame snes9x-gtk steam atari800 dolphin-emu frotz hatari # jzintv mednafen nulldc o2em openmsx osmose +DEPENDS="py3k python-xdg pygobject python-pyyaml libsoup" +BUILD_DEPENDS="py3k python-setuptools python-xdg" # Rules to configure and make the package. compile_rules() { - python setup.py install --root=$DESTDIR + python3 setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }