20 Commits

Author SHA1 Message Date
landry
bea9ec657c games/puzzles: update to a newer git checkout
upstream added cmake support, which vastly simplifies the build..

New puzzle: 'Mosaic'.

This is similar in concept to Minesweeper, in that each clue tells you
the number of things (in this case, just 'black squares') in the
surrounding 3x3 grid section.

But unlike Minesweeper, there's no separation between squares that can
contain clues, and squares that can contain the things you're looking
for - a clue square may or may not itself be coloured black, and if
so, its clue counts itself.

So there's also no hidden information: the clues can all be shown up
front, and the difficulty arises from the game generator choosing
which squares to provide clues for at all.
2021-10-30 07:14:21 +00:00
cwen
01dadf65f7 puzzles: unbreak on archs where char is unsigned by default (ppc, arm)
OK landry@
2019-08-19 18:12:31 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
landry
e060338ef0 Update to puzzles 20190415.
Switches to gtk+3, reuse configure/autohell provided toolchain instead
of patching generated makefiles and having an horrible dist target.
2019-07-04 15:58:53 +00:00
bentley
f69349a2a5 HTTPS for chiark.greenend.org.uk. 2019-01-17 10:13:40 +00:00
espie
c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
landry
9a5bac13c6 Update to a newer git snapshot, fix urls while here 2017-05-07 16:45:12 +00:00
landry
0a3084baeb Update to a newer git snapshot, adds a new 'palisade' puzzle. 2015-11-22 19:34:00 +00:00
landry
ee486cd937 Package a new tarball of Simon Thatham's puzzles collection, adding
Flood and Tracks.
2015-04-05 15:51:49 +00:00
ajacoutot
f33b253e38 x11/gtk+2,-guic -> x11/gtk+3,-guic && bump 2015-03-27 08:41:04 +00:00
landry
f30cbfe2b9 Update to puzzles 20141206.
- Adds two new puzzles, unruly and undead
- Add a convenience dist target to fetch a tarball from gitweb and
  repackage it, with Makefile.gtk and icons properly generated from the
source. Selfhost the resulting distfiles.
2014-12-06 23:05:11 +00:00
espie
9cd014a3ca PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:02:49 +00:00
ajacoutot
a1b7c39eb5 gtk-update-icon-cache:
Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.

Some hidden issues may appear, in which case please contact me.

discussed with and ok blind jasper@
2012-06-15 08:32:14 +00:00
landry
9dbefb4c94 Update to puzzles r9534, fix WANTLIB and regen PLIST while here.
Thx sthen@ for distfile mirroring..
2012-05-24 08:23:02 +00:00
landry
7d56859f27 Minor tweak: use perl magic with ucfirst to capitalize first letter in
Desktop file name/comment.
2012-04-08 20:54:34 +00:00
sthen
5974ee947f Allow puzzle's online help to work with the puzzles with a space in the name.
ok landry@
2012-04-02 10:06:13 +00:00
ajacoutot
8ce06071cf Missing dependency on gtk-update-icon-cache. 2012-03-28 13:03:28 +00:00
landry
f71512ba15 Import puzzles svn rev9411:
WWW: http://www.chiark.greenend.org.uk/~sgtatham/puzzles/

This is is a collection of 34 well-known puzzle games, all built around a
common portable framework by Simon Tatham. They're perfect to slack
during a compilation. Local improvements :
- add 'online help' menu item opening help in web browser through xdg-open
- install icons and generate .desktop files for nice desktop integration

ok sthen@
2012-03-28 12:53:53 +00:00