hitori stable port information

Package: hitori
Version: 0.2
Revision: 3
Depends: rarian-compat, gtk+2, x11-shlibs, x11, atk1-shlibs (>= 1.26.0-2), cairo-shlibs (>= 1.8.8-2), expat1-shlibs (>= 2.0.1-1), fontconfig2-shlibs (>= 2.4.1-6), freetype219-shlibs (>= 2.3.8-2), glib2-shlibs (>= 2.20.3-1), glitz-shlibs (>= 0.5.6-3), gtk+2-shlibs (>= 2.16.2-2), libgettext8-shlibs, libiconv (>= 1.12-3), pango1-xft2-ft219-shlibs (>= 1.24.3-1), pixman-shlibs (>= 0.14.0-2)
BuildDepends: pkgconfig (>= 0.9.0-1), intltool40, x11, atk1 (>= 1.26.0-2), cairo (>= 1.8.8-2), expat1 (>= 2.0.1-1), fontconfig2-dev (>= 2.4.1-6), freetype219 (>= 2.3.8-2), glib2-dev (>= 2.20.3-1), glitz (>= 0.5.6-3), gnome-doc-utils, gtk+2-dev (>= 2.16.2-2), libgettext8-dev, libiconv-dev (>= 1.12-3), pango1-xft2-ft219-dev (>= 1.24.3-1), pixman (>= 0.14.0-2)
Source: mirror:gnome:sources/%n/%v/%n-%v.tar.bz2
Source-MD5: 2e46259a97ab4bb4033ca1fdad3ac57d
PatchScript: perl -pi -e 's,doc/hitori,share/doc/hitori,' Makefile.in
SetCFLAGS: -Os
ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include --with-extra-libs=%p/lib --disable-dependency-tracking --disable-scrollkeeper
InstallScript: make install DESTDIR=%d
PostInstScript: <<
if [ configure = "$1" ]; then
scrollkeeper-update -q
gtk-update-icon-cache -f -t %p/share/icons/hicolor
fi
<<
PostRmScript: <<
if [ remove != "$1" ]; then
scrollkeeper-update -q
gtk-update-icon-cache -f -t %p/share/icons/hicolor
fi
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README
License: GPL
Homepage: http://live.gnome.org/Hitori
Maintainer: Jack Fink
Description: Puzzle game, similar to Sudoku
DescDetail: <<
Hitori is a small application written to allow one to play the eponymous
puzzle game, which is similar in theme to more popular puzzles such as
Sudoku. It depends on GTK+ 2.13 and Cairo 1.4, and has full support for
playing the game (i.e. it checks all three rules are satisfied). It has
undo/redo support, can give hints, and allows for cells to be tagged with
one of two different tags, to aid in solving the puzzle. It has support
for anything from 5x5 to 10x10 grids.
<<