Skip to content

Commit 100a986

Browse files
committed
Add AppStream to POTFILES.in, Add release notes for 0.2.2
1 parent 82a2c5c commit 100a986

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
SGT Puzzles Collection (sgt-launcher) NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3+
29 Jan 2017, SGT Puzzles Collection 0.2.2
4+
5+
- Do not display non-existent launchers
6+
- Link the launcher to the correct binary when packaged
7+
- Add AppStream data
8+
9+
310
08 Dec 2016, SGT Puzzles Collection 0.2.1
411

512
- Fix typo in sgt-launcher.desktop

data/appdata/sgt-launcher.appdata.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
​ </provides>
3131
3232
​ <releases>
33-
​ <release version="0.2.2" date="2017-01-28">
33+
​ <release version="0.2.2" date="2017-01-29">
3434
​ <description>
3535
​ <_p>Non-existent launchers are no longer displayed. The application launcher now links to the correct binary.</_p>
3636
​ </description>

po/POTFILES.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ sgt-launcher.desktop.in
44
# Python Files
55
sgtlauncher/SgtLauncher.py
66

7+
# XML Files
8+
[type: gettext/xml]data/appdata/sgt-launcher.appdata.xml.in

po/sgt-launcher.pot

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2017-01-28 16:20-0500\n"
11+
"POT-Creation-Date: 2017-01-29 09:05-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -27,6 +27,7 @@ msgid "Collection of short puzzle games"
2727
msgstr ""
2828

2929
#: ../sgt-launcher.desktop.in.h:3
30+
#: ../data/appdata/sgt-launcher.appdata.xml.in.h:1
3031
msgid "Launcher for Simon Tatham's Portable Puzzle Collection"
3132
msgstr ""
3233

@@ -66,3 +67,29 @@ msgstr ""
6667
#: ../sgtlauncher/SgtLauncher.py:424
6768
msgid "Quit"
6869
msgstr ""
70+
71+
#: ../data/appdata/sgt-launcher.appdata.xml.in.h:2
72+
msgid ""
73+
"SGT Puzzles Collection is a simple-to-use launcher for Simon Tatham's "
74+
"Portable Puzzle Collection."
75+
msgstr ""
76+
77+
#: ../data/appdata/sgt-launcher.appdata.xml.in.h:3
78+
msgid ""
79+
"The collection is presented as a related but diverse set of logic games. "
80+
"Each game is displayed in the launcher window with simplified controls."
81+
msgstr ""
82+
83+
#: ../data/appdata/sgt-launcher.appdata.xml.in.h:4
84+
msgid "The launcher window"
85+
msgstr ""
86+
87+
#: ../data/appdata/sgt-launcher.appdata.xml.in.h:5
88+
msgid "Playing a short game of Galaxies"
89+
msgstr ""
90+
91+
#: ../data/appdata/sgt-launcher.appdata.xml.in.h:6
92+
msgid ""
93+
"Non-existent launchers are no longer displayed. The application launcher now "
94+
"links to the correct binary."
95+
msgstr ""

0 commit comments

Comments
 (0)