Skip to content

Commit ea4e488

Browse files
committed
Add keywords to desktop file, bump version number to 0.2, update release notes
1 parent 4d4efea commit ea4e488

File tree

6 files changed

+17
-4
lines changed

6 files changed

+17
-4
lines changed

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
SGT Puzzles Collection (sgt-launcher) NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3+
08 Dec 2016, SGT Puzzles Collection 0.2
4+
5+
- Install to PREFIX/games
6+
- Improved manpage
7+
- Add keywords to desktop file
8+
- Upgraded license to GPL-3 or newer
9+
10+
311
03 Nov 2016, SGT Puzzles Collection 0.1
412

513
- Initial release

po/sgt-launcher.pot

Lines changed: 5 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: 2016-12-08 06:43-0500\n"
11+
"POT-Creation-Date: 2016-12-08 19:35-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"
@@ -30,6 +30,10 @@ msgstr ""
3030
msgid "Launcher for Simon Tatham's Portable Puzzle Collection"
3131
msgstr ""
3232

33+
#: ../sgt-launcher.desktop.in.h:4
34+
msgid "Games;Puzzles;"
35+
msgstr ""
36+
3337
#: ../sgtlauncher/SgtLauncher.py:85
3438
msgid "New Game"
3539
msgstr ""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def run(self):
250250

251251
DistUtilsExtra.auto.setup(
252252
name='sgt-launcher',
253-
version='0.1',
253+
version='0.2',
254254
license='GPL-3+',
255255
author='Sean Davis',
256256
author_email='[email protected]',

sgt-launcher.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH SGT-LAUNCHER "1" "December 2016" "sgt-launcher 0.1" "User Commands"
1+
.TH SGT-LAUNCHER "1" "December 2016" "sgt-launcher 0.2" "User Commands"
22
.SH NAME
33
sgt-launcher \- launcher for Simon Tatham's Portable Puzzle Collection
44
.SH SYNOPSIS

sgt-launcher.desktop.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ StartupNotify=true
99
StartupWmClass=sgt-launcher
1010
Icon=sgt-launcher
1111
Categories=Game;LogicGame;
12+
_Keywords=Games;Puzzles;

sgtlauncher_lib/sgtlauncherconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# files). By default, this is ../data, relative your trunk layout
2424
__sgtlauncher_data_directory__ = '../data/'
2525
__license__ = 'GPL-3+'
26-
__version__ = '0.1'
26+
__version__ = '0.2'
2727

2828
import os # nopep8
2929

0 commit comments

Comments
 (0)