GNU bug report logs -
#62228
[PATCH 0/2] gnu: Add sgt-puzzles
Previous Next
Reported by: Sergey Trofimov <sarg <at> sarg.org.ru>
Date: Thu, 16 Mar 2023 21:20:01 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi,
On 2023-03-16 21:25, Sergey Trofimov wrote:
> + (arguments
> + `(#:tests? #f ; No tests.
> + #:configure-flags '("-DNAME_PREFIX=sgt-")
> + #:phases (modify-phases %standard-phases
> + (add-after 'unpack 'set-xdg-open-path
> + (lambda* (#:key inputs #:allow-other-keys)
> + (substitute* "gtk.c"
> + (("(#define HELP_BROWSER_PATH ).+" all define)
> + (string-append define "\""
> + (search-input-file inputs "/bin/xdg-open") "\"" "\n")))
> + #t)))))
Use G-Expressions here.
You can drop the trailing #t as well.
> + (home-page "https://www.chiark.greenend.org.uk/~sgtatham/puzzles/")
> + (synopsis "Simon Tatham's portable puzzle collection")
> + (description "Simon Tatham's Portable Puzzle Collection contains a number of
> +popular puzzle games for one player. It currently consists of these games:
> + * Black Box, ball-finding puzzle
> + * Bridges, bridge-placing puzzle
> + * Cube, rolling cube puzzle
> + * Dominosa, domino tiling puzzle
> + * Fifteen, sliding block puzzle
> + * Filling, polyomino puzzle
> + * Flip, tile inversion puzzle
> + * Galaxies, symmetric polyomino puzzle
> + * Guess, combination-guessing puzzle
> + * Inertia, gem-collecting puzzle
> + * Keen, arithmetic Latin square puzzle
> + * Light Up, light-bulb placing puzzle
> + * Loopy, loop-drawing puzzle
> + * Magnets, magnet-placing puzzle
> + * Map, map-colouring puzzle
> + * Mines, mine-finding puzzle
> + * Net, network jigsaw puzzle
> + * Netslide, toroidal sliding network puzzle
> + * Pattern
> + * Pearl, loop-drawing puzzle
> + * Pegs, peg solitaire puzzle
> + * Range, visible-distance puzzle
> + * Rectangles
> + * Same Game, block-clearing puzzle
> + * Signpost, square-connecting puzzle
> + * Singles, number-removing puzzle
> + * Sixteen, toroidal sliding block puzzle
> + * Slant, maze-drawing puzzle
> + * Solo, number placement puzzle
> + * Tents, tent-placing puzzle
> + * Towers, tower-placing Latin square puzzle
> + * Twiddle, rotational sliding block puzzle
> + * Undead, monster-placing puzzle
> + * Unequal, Latin square puzzle
> + * Unruly, black and white grid puzzle
> + * Untangle, planar graph layout puzzle")
Format with @itemize here:
@itemize
@item Black Box, ball-finding puzzle
...
@end itemize
Cheers,
Bruno
This bug report was last modified 1 year and 60 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.