1
0
mirror of https://github.com/lutris/lutris synced 2024-07-02 23:18:43 +00:00

More wording changes

This commit is contained in:
Mathieu Comandon 2021-03-22 16:38:23 -07:00
parent ec65ff72da
commit 0042f8bcdc
3 changed files with 11 additions and 12 deletions

View File

@ -8,7 +8,7 @@
Name: lutris
Version: 0.5.8.3
Release: 7%{?dist}
Summary: Install and play any video game easily
Summary: Video game preservation platform
License: GPL-3.0+
Group: Amusements/Games/Other
@ -70,11 +70,10 @@ Requires: mesa-libGL
%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 helps you install and play video games from all eras and
from most gaming systems. By leveraging and combining existing
emulators, engine re-implementations and compatibility layers,
it gives you a central interface to launch all your games.
%prep
%setup -q -n %{name}

View File

@ -10,7 +10,7 @@ from lutris.util.settings import SettingsIO
PROJECT = "Lutris"
VERSION = __version__
COPYRIGHT = _("(c) 2010-2020 Lutris Gaming Platform")
COPYRIGHT = _("(c) 2010-2021 Lutris Team")
AUTHORS = [_("The Lutris team")]
# Paths

View File

@ -61,11 +61,11 @@ setup(
'Discord': ['pypresence~=3.3.2']
},
url='https://lutris.net',
description='Install and play any video game on Linux',
long_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.""",
description='Video game preservation platform',
long_description="""Lutris helps you install and play video games from all eras
and from most gaming systems. By leveraging and combining existing emulators,
engine re-implementations and compatibility layers, it gives you a central
interface to launch all your games.""",
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: End Users/Desktop',