pkgsrc/games/xpuyopuyo/files/gnome-config
jlam a6cb8c1281 Update xpuyopuyo to 0.9.1. Changes from version 0.3.8:
*  AI code reverted to the 0.2 codebase.
   *  Fixed bug in tournament mode regarding AI selection.
   *  Added --insanity command-line option.
   *  Updated theme 3dRokz.
   *  Made configure more friendly to stow and related programs.
   *  Uses join face when puyo is joined.
   *  New theme: smileys (Brett Smith)
   *  Sound support added
   *  Music added -- still waiting on sound effects
   *  Updates to how hostname is obtained
   *  Fixed compilation error when --disable-network specified.
   *  Counting error on closed shapes fixed:  This bug manifested itself
      when mintomatch == 5 and a square cluster was formed -- the square
      cluster was counted as 7 connected puyos, hence a match.  Oops.
      (thanks to Nick Cabatoff for spotting)
2000-08-11 20:01:19 +00:00

9 lines
126 B
Bash

#!/bin/sh
#
# $NetBSD: gnome-config,v 1.1 2000/08/11 20:01:20 jlam Exp $
case $1 in
--datadir)
echo @PREFIX@/share
;;
esac