Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : lutris | name : lutris | ||||
| version : 0.5.0 | version : 0.5.0.1 | ||||
| release : 31 | release : 32 | ||||
| source : | source : | ||||
| - https://github.com/lutris/lutris/archive/v0.5.0.tar.gz : 4bc58106dac4cc19ece590504e2328ca787ec4dd6f2d9f83d18dc820335fd3ea | - https://github.com/lutris/lutris/archive/v0.5.0.1.tar.gz : 547b19ad2f975dfa68c635984225969090db11252e6ea87dc6b86766f69c7388 | ||||
| license : GPL-3.0-or-later | license : GPL-3.0-or-later | ||||
| component : games | component : games | ||||
| summary : Install and play any video game easily | summary : Install and play any video game easily | ||||
| description: | | description: | | ||||
| Lutris is a gaming platform for GNU/Linux. Its goal is to make gaming on Linux as easy as possible by taking care of installing and setting up the game for the user. The only thing you have to do is play the game. It aims to support every game that is playable on Linux. | Lutris is a gaming platform for GNU/Linux. Its goal is to make gaming on Linux as easy as possible by taking care of installing and setting up the game for the user. The only thing you have to do is play the game. It aims to support every game that is playable on Linux. | ||||
| builddeps : | |||||
| - pkgconfig(gtk+-3.0) | |||||
| - pkgconfig(python3) | |||||
| - python-evdev | |||||
| - python-inotify | |||||
| - python3-dbus | |||||
| - python3-gobject-devel | |||||
| - pyxdg | |||||
| - pyyaml | |||||
| rundeps : | rundeps : | ||||
| - gsm | |||||
| - keyutils | |||||
| - libgnome-desktop | - libgnome-desktop | ||||
| - libgnome-keyring | |||||
| - libwebkit-gtk | |||||
| - notify-python | |||||
| - python-evdev | - python-evdev | ||||
| - python3-dbus | |||||
| - python3-gobject | |||||
| - python-inotify | |||||
| - python-pillow | - python-pillow | ||||
| - python-requests | - python-requests | ||||
| - python3-gobject | |||||
livingsilver94: Since you're here, please also fix the order of the rundeps. | |||||
| - pyyaml | - pyyaml | ||||
Done Inline ActionsWhy was this removed? They have YAML functionality for configuration and their installer bits. You can easily see it in lutris/util/yaml.py, lutris/config.py, lutris/installer/interpreter.py, etc. JoshStrobl: Why was this removed? They have YAML functionality for configuration and their installer bits. | |||||
Done Inline ActionsIt was removed by mistake because it wasn't on the test list from @livingsilver94, I see that it is needed and I will add it back ? Jacalz: It was removed by mistake because it wasn't on the test list from @livingsilver94, I see that… | |||||
| - pyxdg | |||||
| build : | | build : | | ||||
| %python3_setup | %python3_setup | ||||
| install : | | install : | | ||||
| %python3_install | %python3_install | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
Since you're here, please also fix the order of the rundeps.