From 8241e2c3a71a7decb9670031ee6ceedd0d33e7ac Mon Sep 17 00:00:00 2001 From: Mathieu Comandon Date: Tue, 16 May 2023 11:59:36 -0700 Subject: [PATCH] Update release date and contact email --- AUTHORS | 4 ++-- CONTRIBUTING.md | 8 +++++--- debian/changelog | 2 +- debian/control | 2 +- debian/copyright | 6 +++--- lutris/database/games.py | 3 ++- lutris/gui/application.py | 2 +- setup.py | 2 +- share/metainfo/net.lutris.Lutris.metainfo.xml | 4 ++-- 9 files changed, 18 insertions(+), 15 deletions(-) diff --git a/AUTHORS b/AUTHORS index 0aa827840..9b45bcb68 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,8 +1,8 @@ -Copyright (C) 2010-2022 Mathieu Comandon +Copyright (C) 2009 Mathieu Comandon Contributors: - Mathieu Comandon + Mathieu Comandon Pascal Reinhard (Xodetaetl) Daniel J (@djazz) Tom Todd diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 10efd3110..8a7261f1b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,10 @@ Contributing to Lutris ====================== +IMPORTANT! + +If you contribute to Lutris on a somewhat regular basis, be sure to add yourself to the AUTHORS file! + Finding features to work on --------------------------- @@ -19,9 +23,7 @@ issues](https://github.com/lutris/lutris/issues?q=is%3Aissue+is%3Aopen+label%3A% that can't be reproduced on the developers setup. Other issues, tagged [need help](https://github.com/lutris/lutris/issues?q=is%3Aissue+is%3Aopen+label%3A%22need+help%22) might be a bit more technical to resolve but you can always have a look and see -if they fit your area of expertise. Also, while not fully ready, we do -appreciate receiving translations for other languages, support for i18n will -come in a future update. +if they fit your area of expertise. Note that Lutris is not a playground or a toy project. One cannot submit new features that aren't on the roadmap and submit a pull request for them without diff --git a/debian/changelog b/debian/changelog index 3d4575214..72cb85094 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,7 +25,7 @@ lutris (0.5.13) jammy; urgency=medium * Improved High-DPI support for custom media * Performance improvements - -- Mathieu Comandon Fri, 10 Feb 2023 13:15:40 -0800 + -- Mathieu Comandon Fri, 16 May 2023 13:15:40 -0800 lutris (0.5.12) jammy; urgency=medium diff --git a/debian/control b/debian/control index ba81029ce..80e52a53b 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: lutris Section: games Priority: optional -Maintainer: Mathieu Comandon +Maintainer: Mathieu Comandon Build-Depends: debhelper-compat (= 12), appstream, dh-sequence-python3, diff --git a/debian/copyright b/debian/copyright index 372a012d7..7cbd60a6b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,16 +1,16 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: lutris -Upstream-Contact: Mathieu Comandon +Upstream-Contact: Mathieu Comandon Upstream-Source: https://github.com/lutris Files: * -Copyright: 2009 Mathieu Comandon +Copyright: 2009 Mathieu Comandon License: GPL-3.0-or-later On Debian systems, the complete text of the General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". Files: share/metainfo/net.lutris.Lutris.metainfo.xml -Copyright: Lutris Team +Copyright: Lutris Team License: CC0-1.0 On Debian systems, the complete text of the CC0-1.0 license can be found in "/usr/share/common-licenses/CC0-1.0". diff --git a/lutris/database/games.py b/lutris/database/games.py index 0c68048c0..ede0a7af4 100644 --- a/lutris/database/games.py +++ b/lutris/database/games.py @@ -247,7 +247,8 @@ def get_unusued_game_name(game_name): return assigned_name + def get_game_count(param, value): res = sql.db_select(settings.PGA_DB, "games", fields=("COUNT(id)",), condition=(param, value)) if res: - return res[0]["COUNT(id)"] \ No newline at end of file + return res[0]["COUNT(id)"] diff --git a/lutris/gui/application.py b/lutris/gui/application.py index c4cc82617..de02abab4 100644 --- a/lutris/gui/application.py +++ b/lutris/gui/application.py @@ -1,6 +1,6 @@ # pylint: disable=wrong-import-position # -# Copyright (C) 2009 Mathieu Comandon +# Copyright (C) 2009 Mathieu Comandon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/setup.py b/setup.py index df249e04f..a2553471f 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( version=VERSION, license='GPL-3', author='Mathieu Comandon', - author_email='strider@strycore.com', + author_email='mathieucomandon@gmail.com', packages=[ 'lutris', 'lutris.database', diff --git a/share/metainfo/net.lutris.Lutris.metainfo.xml b/share/metainfo/net.lutris.Lutris.metainfo.xml index 93aee5e5d..0b7c41e97 100644 --- a/share/metainfo/net.lutris.Lutris.metainfo.xml +++ b/share/metainfo/net.lutris.Lutris.metainfo.xml @@ -6,7 +6,7 @@ CC0-1.0 lutris Lutris Team - strider@strycore.com + mathieucomandon@gmail.com Lutris Video game preservation platform @@ -24,7 +24,7 @@ https://github.com/lutris/lutris/issues net.lutris.Lutris.desktop - +