config.py.in (revelation-0.5.3.tar.xz) | : | config.py.in (revelation-0.5.4.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 33 | skipping to change at line 33 | |||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |||
# | # | |||
from . import util | from . import util | |||
import gettext | import gettext | |||
_ = gettext.gettext | _ = gettext.gettext | |||
DIR_ICONS = "@pkgdatadir@/icons" | DIR_ICONS = "@pkgdatadir@/icons" | |||
DIR_LOCALE = "@datadir@/locale" | DIR_LOCALE = "@datadir@/locale" | |||
DIR_UI = "@pkgdatadir@/ui" | DIR_UI = "@pkgdatadir@" | |||
DIR_GSCHEMAS = "@pkgdatadir@/schemas" | DIR_GSCHEMAS = "@pkgdatadir@/schemas" | |||
APPNAME = "Revelation" | APPNAME = "Revelation" | |||
PACKAGE = "@PACKAGE@" | PACKAGE = "@PACKAGE@" | |||
VERSION = "@VERSION@" | VERSION = "@VERSION@" | |||
DATAVERSION = 2 | DATAVERSION = 2 | |||
RELNAME = "Gora mirotzak!" | RELNAME = "Drifting through the marsh we made it just outside the bend" | |||
URL = "https://revelation.olasagasti.info/" | URL = "https://revelation.olasagasti.info/" | |||
AUTHORS = [ "Erik Grinaker <erikg@codepoet.no>","Mikel Olasagasti Uranga <mi kel@olasagasti.info>" ] | AUTHORS = [ "Erik Grinaker <erikg@codepoet.no>","Mikel Olasagasti Uranga <mi kel@olasagasti.info>" ] | |||
ARTISTS = [ "Erik Grinaker <erikg@codepoet.no>" ] | ARTISTS = [ "Erik Grinaker <erikg@codepoet.no>" ] | |||
COPYRIGHT = _('Copyright') + " \251 2003-2007 Erik Grinaker\n2010-2020 Mikel O lasagasti Uranga" | COPYRIGHT = _('Copyright') + " \251 2003-2007 Erik Grinaker\n2010-2020 Mikel O lasagasti Uranga" | |||
LICENSE = _("""Revelation is free software; you can redistribute it and/or m odify | LICENSE = _("""Revelation is free software; you can redistribute it and/or m odify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
Revelation is distributed in the hope that it will be useful, | Revelation is distributed in the hope that it will be useful, | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |