pkgsrc/games/gnome-sudoku/Makefile
prlw1 8e9ffe0be1 Update gnome-sudoku to 3.16.0
3.16.0 - March 22, 2015
=======================

* Updated translations

3.15.92 - March 16, 2015
========================

* Install symbolic icon
* Updated translations

3.15.91 - March 2, 2015
=======================

* Clear earmarks when a cell is filled (Iulian Radu)
* Use sans for all numbers in printed sudokus (Iulian Radu)
* Updated translations

3.15.90.1 - February 16, 2015
=============================

* Temporarily remove user help until it can be updated.

3.15.90 - February 16, 2015
===========================

This release is rolls back several changes that were present in 3.15.2,
most notably the addition of the timer, since we have not yet added
scores and there is no point in having a timer without scores. The timer
is expected to return in the 3.17 development cycle. No other major changes.

3.15.2 - November 24, 2014
==========================

* The highlighter can now be turned off with a preference (Andrei Ghincu)
* XDG_CURRENT_DESKTOP may contain a list of desktops (Robert Ancell)
* Updated translations

3.15.1 - October 26, 2014
=========================

Dependencies: GTK+ 3.15.0

* Add a timer counting up in the header bar (Amisha Singla)
* When the game has been completed, the player may now choose between
  returning to the new game screen and quitting Sudoku, instead of returning
  to the new game screen or starting a new puzzle without changing the
  difficulty level (Michael Catanzaro)
* Thread-safety fixes when printing multiple puzzles (Michael Catanzaro)
* Fix crash when printing more than 16 puzzles on a computer with more than 16
  CPUs (Michael Catanzaro)
* Improve window titles (Michael Catanzaro)
* Don't set the header bar as the title bar in Unity (Michael Catanzaro)
* Only use a header bar on the print multiple puzzles dialog if the desktop
  environment requests it (Michael Catanzaro)
* Widen the print multiple sudokus dialog (Arnaud Bonatti)
* Code cleanups (Arnaud Bonatti, Michael Catanzaro, Sahil Sareen)
* Updated translations
2015-06-17 19:10:01 +00:00

35 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.5 2015/06/17 19:10:01 prlw1 Exp $
DISTNAME= gnome-sudoku-3.16.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-sudoku/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= prlw1@cam.ac.uk
HOMEPAGE= https://wiki.gnome.org/Apps/Sudoku
COMMENT= Number grid logic puzzle
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.40.0
.include "../../devel/glib2/schemas.mk"
.include "../../devel/libgee/buildlink3.mk"
BUILDLINK_API_DEPENDS.qqwing+= qqwing>=1.3.4
.include "../../games/qqwing/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
BUILDLINK_DEPMETHOD.vala:= build
BUILDLINK_API_DEPENDS.vala+= vala>=0.27.1.30
.include "../../lang/vala/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../textproc/json-glib/buildlink3.mk"
BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.15.0
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"