Skip to content

Commit

Permalink
Add keywords to desktop file, bump version number to 0.2, update rele…
Browse files Browse the repository at this point in the history
…ase notes
  • Loading branch information
bluesabre committed Dec 9, 2016
1 parent 4d4efea commit ea4e488
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 4 deletions.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
SGT Puzzles Collection (sgt-launcher) NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
08 Dec 2016, SGT Puzzles Collection 0.2

- Install to PREFIX/games
- Improved manpage
- Add keywords to desktop file
- Upgraded license to GPL-3 or newer


03 Nov 2016, SGT Puzzles Collection 0.1

- Initial release
6 changes: 5 additions & 1 deletion po/sgt-launcher.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-08 06:43-0500\n"
"POT-Creation-Date: 2016-12-08 19:35-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -30,6 +30,10 @@ msgstr ""
msgid "Launcher for Simon Tatham's Portable Puzzle Collection"
msgstr ""

#: ../sgt-launcher.desktop.in.h:4
msgid "Games;Puzzles;"
msgstr ""

#: ../sgtlauncher/SgtLauncher.py:85
msgid "New Game"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def run(self):

DistUtilsExtra.auto.setup(
name='sgt-launcher',
version='0.1',
version='0.2',
license='GPL-3+',
author='Sean Davis',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion sgt-launcher.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH SGT-LAUNCHER "1" "December 2016" "sgt-launcher 0.1" "User Commands"
.TH SGT-LAUNCHER "1" "December 2016" "sgt-launcher 0.2" "User Commands"
.SH NAME
sgt-launcher \- launcher for Simon Tatham's Portable Puzzle Collection
.SH SYNOPSIS
Expand Down
1 change: 1 addition & 0 deletions sgt-launcher.desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ StartupNotify=true
StartupWmClass=sgt-launcher
Icon=sgt-launcher
Categories=Game;LogicGame;
_Keywords=Games;Puzzles;
2 changes: 1 addition & 1 deletion sgtlauncher_lib/sgtlauncherconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# files). By default, this is ../data, relative your trunk layout
__sgtlauncher_data_directory__ = '../data/'
__license__ = 'GPL-3+'
__version__ = '0.1'
__version__ = '0.2'

import os # nopep8

Expand Down

0 comments on commit ea4e488

Please sign in to comment.