Skip to content

Commit 88d6c53

Browse files
committed
Initial release
1 parent e16dc48 commit 88d6c53

File tree

5 files changed

+66
-12
lines changed

5 files changed

+66
-12
lines changed

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
Copyright (C) 2016 Sean Davis <[email protected]>

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
SGT Puzzles Collection (sgt-launcher) NEWS
2+
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3+
03 Nov 2016, SGT Puzzles Collection 0.1
14

5+
- Initial release

README

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1+
SGT Puzzles Collection
12

3+
This application provides a single launcher for all the games in
4+
Simon Tatham's Portable Puzzle Collection. It wraps each game
5+
within the launcher window and seeks to add additional value
6+
to the games by adding accessible controls and new features.
7+
8+
This application has been tested in Ubuntu 16.10 and later as
9+
well as Fedora 24.
10+
11+
Dependencies: gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0,
12+
gir1.2-gtk-3.0, python3-gi (>= 3.0), python3-xcffib,
13+
sgt-puzzles
14+
15+
Installation:
16+
1. Install requirements. For Debian-based systems, this should suffice:
17+
sudo apt-get install gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 \
18+
gir1.2-gtk-3.0 python3 python3-gi python3-xcffib sgt-puzzles
19+
2. Run the installer:
20+
sudo python3 setup.py install
21+
22+
Please report comments, suggestions, and bugs to:
23+
https://launchpad.net/sgt-launcher

po/sgt-launcher.pot

Lines changed: 10 additions & 10 deletions
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-10-29 06:40-0400\n"
11+
"POT-Creation-Date: 2016-11-03 22:35-0400\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"
@@ -18,7 +18,7 @@ msgstr ""
1818
"Content-Transfer-Encoding: 8bit\n"
1919

2020
#: ../sgt-launcher.desktop.in.h:1 ../sgtlauncher/SgtLauncher.py:39
21-
#: ../sgtlauncher/SgtLauncher.py:366
21+
#: ../sgtlauncher/SgtLauncher.py:373
2222
msgid "SGT Puzzles Collection"
2323
msgstr ""
2424

@@ -30,35 +30,35 @@ msgstr ""
3030
msgid "Launcher for Simon Tatham's Portable Puzzle Collection"
3131
msgstr ""
3232

33-
#: ../sgtlauncher/SgtLauncher.py:84
33+
#: ../sgtlauncher/SgtLauncher.py:91
3434
msgid "New Game"
3535
msgstr ""
3636

37-
#: ../sgtlauncher/SgtLauncher.py:86
37+
#: ../sgtlauncher/SgtLauncher.py:93
3838
msgid "Undo"
3939
msgstr ""
4040

41-
#: ../sgtlauncher/SgtLauncher.py:87
41+
#: ../sgtlauncher/SgtLauncher.py:94
4242
msgid "Redo"
4343
msgstr ""
4444

45-
#: ../sgtlauncher/SgtLauncher.py:165
45+
#: ../sgtlauncher/SgtLauncher.py:172
4646
msgid "Please wait..."
4747
msgstr ""
4848

49-
#: ../sgtlauncher/SgtLauncher.py:200
49+
#: ../sgtlauncher/SgtLauncher.py:207
5050
#, python-format
5151
msgid "Loading %s"
5252
msgstr ""
5353

54-
#: ../sgtlauncher/SgtLauncher.py:421
54+
#: ../sgtlauncher/SgtLauncher.py:428
5555
msgid "Preferences"
5656
msgstr ""
5757

58-
#: ../sgtlauncher/SgtLauncher.py:422
58+
#: ../sgtlauncher/SgtLauncher.py:429
5959
msgid "About"
6060
msgstr ""
6161

62-
#: ../sgtlauncher/SgtLauncher.py:423
62+
#: ../sgtlauncher/SgtLauncher.py:430
6363
msgid "Quit"
6464
msgstr ""

sgt-launcher.1

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,29 @@
1-
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
2+
.TH SGT-LAUNCHER "1" "November 2016" "sgt-launcher 0.1" "User Commands"
3+
.SH NAME
4+
sgt-launcher \- manual page for sgt-launcher 0.1
5+
.SH SYNOPSIS
6+
.B sgt-launcher
7+
[\fI\,options\/\fR]
8+
.SH OPTIONS
9+
.TP
10+
\fB\-\-version\fR
11+
show program's version number and exit
12+
.TP
13+
\fB\-h\fR, \fB\-\-help\fR
14+
show this help message and exit
15+
.TP
16+
\fB\-v\fR, \fB\-\-verbose\fR
17+
Show debug messages
18+
.SH "SEE ALSO"
19+
The full documentation for
20+
.B sgt-launcher
21+
is maintained as a Texinfo manual. If the
22+
.B info
23+
and
24+
.B sgt-launcher
25+
programs are properly installed at your site, the command
26+
.IP
27+
.B info sgt-launcher
28+
.PP
29+
should give you access to the complete manual.

0 commit comments

Comments
 (0)