diff --git a/lutris.spec b/lutris.spec index 983cf02c4..e2adcf954 100644 --- a/lutris.spec +++ b/lutris.spec @@ -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} diff --git a/lutris/settings.py b/lutris/settings.py index 36c7bb3bd..347393461 100644 --- a/lutris/settings.py +++ b/lutris/settings.py @@ -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 diff --git a/setup.py b/setup.py index 17fc59067..99a4d7f3b 100755 --- a/setup.py +++ b/setup.py @@ -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',