diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-09 08:36:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-09 08:36:28 +0000 |
commit | 483c661396a5bb27618618a94823d0e9375c8640 (patch) | |
tree | 2300ec396919d93a0557f9924b18623c6e312c88 /games/puzzles | |
parent | a6eb61785b2cf662c1af801fe2da93589b85aad1 (diff) | |
download | pkgsrc-483c661396a5bb27618618a94823d0e9375c8640.tar.gz |
Update to 9861:
Remove spurious "unfinished/" that appeared at the start of the
unfinished puzzles' gamedesc.txt lines due to a Perl error. Ahem.
Add comment to remind myself (and anyone else) how to refresh the XFCE
menu.
Script to read the new gamedesc.txt and create .desktop files. My
immediate intention is to run this locally so that my XFCE main menu
acquires shortcuts for my locally compiled puzzle binaries, but I
expect the script could probably be adapted for systemwide
distribution use if any distribution hasn't already done this job in
their own way by now.
Rename wingames.lst to gamedesc.txt, and add a couple of extra fields
to it giving each game's "internal" name (as seen in the source file,
.R etc) and also a brief description of the game. The idea of the
latter is that it should be usable as a comment field in .desktop
files and similar.
Diffstat (limited to 'games/puzzles')
-rw-r--r-- | games/puzzles/Makefile | 5 | ||||
-rw-r--r-- | games/puzzles/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/games/puzzles/Makefile b/games/puzzles/Makefile index a4ea83dca6f..4a00eb6f644 100644 --- a/games/puzzles/Makefile +++ b/games/puzzles/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2013/06/06 12:54:25 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2013/06/09 08:36:28 wiz Exp $ -DISTNAME= puzzles-r9840 +DISTNAME= puzzles-r9861 PKGNAME= ${DISTNAME:S/-r/-/} -PKGREVISION= 3 CATEGORIES= games # distfile changes daily MASTER_SITES= # http://www.chiark.greenend.org.uk/~sgtatham/puzzles/ diff --git a/games/puzzles/distinfo b/games/puzzles/distinfo index 21804e560fd..04eeed3fb89 100644 --- a/games/puzzles/distinfo +++ b/games/puzzles/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2013/05/26 18:43:17 wiz Exp $ +$NetBSD: distinfo,v 1.12 2013/06/09 08:36:28 wiz Exp $ -SHA1 (puzzles-r9840.tar.gz) = 0fedbcdfe2cfab44c1387f75d49a66a41c6a783a -RMD160 (puzzles-r9840.tar.gz) = 01ab4c941ed9431b4be17526ddc7bafde7be9ca7 -Size (puzzles-r9840.tar.gz) = 3255209 bytes +SHA1 (puzzles-r9861.tar.gz) = 7fd67d9773bbc45156ade852629f9dbef7ae18d3 +RMD160 (puzzles-r9861.tar.gz) = d54a41be64a941a2acd7d58674b18fef3f128420 +Size (puzzles-r9861.tar.gz) = 3255410 bytes SHA1 (patch-aa) = 126800f5545a74d32284a3ee13fc192c82707660 |