appdata: mark for translation

This commit is contained in:
Michael Catanzaro 2013-09-26 09:02:01 -05:00
parent b39d71625c
commit d2d2dfb3ce
3 changed files with 16 additions and 9 deletions

View file

@ -6,7 +6,9 @@ desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
@INTLTOOL_DESKTOP_RULE@ @INTLTOOL_DESKTOP_RULE@
appdatadir = $(datadir)/appdata appdatadir = $(datadir)/appdata
dist_appdata_DATA = gnome-chess.appdata.xml appdata_in_files = gnome-chess.appdata.xml.in
appdata_DATA = $(appdata_in_files:.appdata.xml.in=.appdata.xml)
@INTLTOOL_XML_RULE@
uidir = $(pkgdatadir) uidir = $(pkgdatadir)
dist_ui_DATA = \ dist_ui_DATA = \
@ -22,9 +24,13 @@ dist_sysconf_DATA = chess-engines.conf
dist_man_MANS = gnome-chess.6 dist_man_MANS = gnome-chess.6
EXTRA_DIST = $(gsettings_SCHEMAS) EXTRA_DIST = \
$(appdata_in_files) \
$(gsettings_SCHEMAS)
CLEANFILES = glchess.desktop CLEANFILES = \
$(appdata_DATA) \
glchess.desktop
DISTCLEANFILES = glchess.desktop.in DISTCLEANFILES = glchess.desktop.in

View file

@ -2,20 +2,20 @@
<application> <application>
<id type="desktop">glchess.desktop</id> <id type="desktop">glchess.desktop</id>
<licence>CC0</licence> <licence>CC0</licence>
<name>GNOME Chess</name> <_name>GNOME Chess</_name>
<description> <description>
<p> <_p>
GNOME Chess is a simple chess game. You can play against your computer at GNOME Chess is a simple chess game. You can play against your computer at
three different difficulty levels, or against a friend at your computer. three different difficulty levels, or against a friend at your computer.
</p> </_p>
<p> <_p>
Computer chess enthusiasts will appreciate GNOME Chess's compatibility with Computer chess enthusiasts will appreciate GNOME Chess's compatibility with
nearly all modern computer chess engines, and its ability to detect several nearly all modern computer chess engines, and its ability to detect several
popular engines automatically if installed. popular engines automatically if installed.
</p> </_p>
</description> </description>
<screenshots> <screenshots>
<screenshot type="default" width="702" height="590">https://people.gnome.org/~mcatanzaro/gnome-chess.png</screenshot> <_screenshot type="default" width="702" height="590">https://people.gnome.org/~mcatanzaro/gnome-chess.png</_screenshot>
</screenshots> </screenshots>
<url type="homepage">https://wiki.gnome.org/Apps/Chess</url> <url type="homepage">https://wiki.gnome.org/Apps/Chess</url>
<updatecontact>mcatanzaro_at_gnome.org</updatecontact> <updatecontact>mcatanzaro_at_gnome.org</updatecontact>

View file

@ -2,6 +2,7 @@
# Please keep this file in alphabetical order. # Please keep this file in alphabetical order.
[encoding: UTF-8] [encoding: UTF-8]
data/glchess.desktop.in.in data/glchess.desktop.in.in
data/gnome-chess.appdata.xml.in
[type: gettext/glade]data/gnome-chess.ui [type: gettext/glade]data/gnome-chess.ui
[type: gettext/glade]data/menu.ui [type: gettext/glade]data/menu.ui
data/org.gnome.gnome-chess.gschema.xml data/org.gnome.gnome-chess.gschema.xml