Package: sgt-puzzles / 20230410.71cf891-2

Metadata

Package Version Patches format
sgt-puzzles 20230410.71cf891-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Apply version string substitutions from the tarball.patch | (download)

devel.but | 2 2 + 0 - 0 !
osx/Info.plist | 4 2 + 2 - 0 !
puzzles.but | 2 2 + 0 - 0 !
version.h | 13 2 + 11 - 0 !
4 files changed, 8 insertions(+), 13 deletions(-)

 apply version string substitutions from the tarball


206_translate docs.diff | (download)

.gitignore | 3 3 + 0 - 0 !
Makefile.doc | 31 31 + 0 - 0 !
po/puzzles-doc.pot | 6494 6494 + 0 - 0 !
po/puzzles-doc.pot.head | 7 7 + 0 - 0 !
4 files changed, 6535 insertions(+)

 support translated docs using po4a

Bug-Debian: https://bugs.debian.org/483665

0003 Add German translation of documentation.patch | (download)

po/de.po | 8395 8395 + 0 - 0 !
1 file changed, 8395 insertions(+)

 add german translation of documentation

This was done by Helge Kreutzmann.

201_make more docs.diff | (download)

.gitignore | 4 3 + 1 - 0 !
Makefile.doc | 36 36 + 0 - 0 !
cmake/setup.cmake | 6 6 + 0 - 0 !
mkmanpages.pl | 158 158 + 0 - 0 !
4 files changed, 203 insertions(+), 1 deletion(-)

 add rules and script to build manual pages and html

Halibut already supports these formats but since the documentation is
all combined we need to do a bit more work to extract the right
information for each game's manual page.

202_online help.diff | (download)

gtk.c | 39 35 + 4 - 0 !
1 file changed, 35 insertions(+), 4 deletions(-)

 add html-based online help

This works along the same lines as the Windows implementation,
though we have to try a bit harder to find a help browser.

207_slant shade filled.diff | (download)

slant.c | 6 1 + 5 - 0 !
1 file changed, 1 insertion(+), 5 deletions(-)

 slant: shade filled squares

Bug-Debian: https://bugs.debian.org/419836

303_show debian version number.diff | (download)

version.c | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 show debian package version number

Include Debian version number in any version display to make
it obvious that the binaries are built from modified source.

install two icon sizes.patch | (download)

cmake/platforms/unix.cmake | 4 3 + 1 - 0 !
puzzle.desktop.in | 2 1 + 1 - 0 !
2 files changed, 4 insertions(+), 2 deletions(-)

 install both 48x48 and 96x96 icons
Bug-Debian: https://bugs.debian.org/887982

gnome-shell prefers to use 96x96 icons, so install them as well as the
48x48 icons.  Install them in size-specific directories instead of
using suffixes to the filename, and change the desktop files
accordingly.