-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mikel Olasagasti Uranga <[email protected]>
- Loading branch information
1 parent
6149683
commit fb3e297
Showing
6 changed files
with
30 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,9 +29,9 @@ | |
<updatecontact>[email protected]</updatecontact> | ||
<content_rating type="oars-1.1" /> | ||
<releases> | ||
<release version="0.5.0" date="2020-08-10" /> | ||
<release version="0.4.14" date="2012-07-01" /> | ||
<release version="0.4.13" date="2012-05-27" /> | ||
<release version="0.4.12" date="2011-11-12" /> | ||
</releases> | ||
|
||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
# | ||
|
||
from . import util | ||
import gettext, os | ||
import gettext | ||
|
||
_ = gettext.gettext | ||
|
||
|
@@ -37,11 +37,11 @@ APPNAME = "Revelation" | |
PACKAGE = "@PACKAGE@" | ||
VERSION = "@VERSION@" | ||
DATAVERSION = 2 | ||
RELNAME = "One Toke Over the Line" | ||
URL = "http://revelation.olasagasti.info/" | ||
RELNAME = "No estaba muerto, estaba de parranda" | ||
URL = "https://revelation.olasagasti.info/" | ||
AUTHORS = [ "Erik Grinaker <[email protected]>","Mikel Olasagasti Uranga <[email protected]>" ] | ||
ARTISTS = [ "Erik Grinaker <[email protected]>" ] | ||
COPYRIGHT = _('Copyright') + " \302\251 2003-2007 Erik Grinaker\n2010-2012 Mikel Olasagasti Uranga" | ||
COPYRIGHT = _('Copyright') + " \302\251 2003-2007 Erik Grinaker\n2010-2020 Mikel Olasagasti Uranga" | ||
LICENSE = _("""Revelation is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation; either version 2 of the License, or | ||
|