Update release date and contact email

This commit is contained in:
Mathieu Comandon 2023-05-16 11:59:36 -07:00
parent 1a4c31163c
commit 8241e2c3a7
9 changed files with 18 additions and 15 deletions

View file

@ -1,8 +1,8 @@
Copyright (C) 2010-2022 Mathieu Comandon <strider@strycore.com>
Copyright (C) 2009 Mathieu Comandon <mathieucomandon@gmail.com>
Contributors:
Mathieu Comandon <strider@strycore.com>
Mathieu Comandon <mathieucomandon@gmail.com>
Pascal Reinhard (Xodetaetl) <dev@xod.me>
Daniel J (@djazz)
Tom Todd

View file

@ -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

2
debian/changelog vendored
View file

@ -25,7 +25,7 @@ lutris (0.5.13) jammy; urgency=medium
* Improved High-DPI support for custom media
* Performance improvements
-- Mathieu Comandon <mathieucomandon@gmail.com> Fri, 10 Feb 2023 13:15:40 -0800
-- Mathieu Comandon <mathieucomandon@gmail.com> Fri, 16 May 2023 13:15:40 -0800
lutris (0.5.12) jammy; urgency=medium

2
debian/control vendored
View file

@ -1,7 +1,7 @@
Source: lutris
Section: games
Priority: optional
Maintainer: Mathieu Comandon <strider@strycore.com>
Maintainer: Mathieu Comandon <mathieucomandon@gmail.com>
Build-Depends: debhelper-compat (= 12),
appstream,
dh-sequence-python3,

6
debian/copyright vendored
View file

@ -1,16 +1,16 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: lutris
Upstream-Contact: Mathieu Comandon <strider@strycore.com>
Upstream-Contact: Mathieu Comandon <mathieucomandon@gmail.com>
Upstream-Source: https://github.com/lutris
Files: *
Copyright: 2009 Mathieu Comandon <strider@strycore.com>
Copyright: 2009 Mathieu Comandon <mathieucomandon@gmail.com>
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 <strider@lutris.net>
Copyright: Lutris Team <mathieucomandon@gmail.com>
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".

View file

@ -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)"]
return res[0]["COUNT(id)"]

View file

@ -1,6 +1,6 @@
# pylint: disable=wrong-import-position
#
# Copyright (C) 2009 Mathieu Comandon <strider@strycore.com>
# Copyright (C) 2009 Mathieu Comandon <mathieucomandon@gmail.com>
#
# 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

View file

@ -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',

View file

@ -6,7 +6,7 @@
<metadata_license>CC0-1.0</metadata_license>
<translation type="gettext">lutris</translation>
<developer_name translatable="no">Lutris Team</developer_name>
<update_contact>strider@strycore.com</update_contact>
<update_contact>mathieucomandon@gmail.com</update_contact>
<name translatable="no">Lutris</name>
<summary>Video game preservation platform</summary>
<screenshots>
@ -24,7 +24,7 @@
<url type="bugtracker">https://github.com/lutris/lutris/issues</url>
<launchable type="desktop-id">net.lutris.Lutris.desktop</launchable>
<releases>
<release date="2023-02-11" version="0.5.13" />
<release date="2023-05-16" version="0.5.13" />
</releases>
<content_rating type="oars-1.1" />
</component>