1.2.11 is a Linux-only release. It fixes a bug introduced by Qt 4.8 that broke cloze deletion, thanks to Jonas Grote. 1.2.10 is a Linux-only release. It fixes a bug introduced by Qt 4.8 that was breaking Japanese reading generation, and a warning message on startup with the latest SQLAlchemy.
20 lines
497 B
Text
20 lines
497 B
Text
# $NetBSD: Makefile.common,v 1.2 2012/06/03 21:14:43 wiz Exp $
|
|
# used by misc/py-libanki/Makefile
|
|
|
|
DISTNAME= anki-1.2.11
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://anki.googlecode.com/files/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://ankisrs.net/
|
|
COMMENT= Flashcard learning program
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LANGUAGES= # none
|
|
DISTINFO_FILE= ${.CURDIR}/../../misc/py-anki/distinfo
|
|
|
|
.include "../../lang/python/distutils.mk"
|