5628e05769
KGeography * Fix Canada map, Nova Scotia and New Brunswick are not separate by water. * Fix results dialog not having the division name translated. * Fix Cape Town is not the only capital of South Africa. * Correctly show the translated names of divisions in the result dialog of 'Division by flag' quiz. kig * Fix typo in Cabri filter error message. * Do not silently convert to an encoding different than UTF-8 when saving. * Preserve the order of the parameters when creating a script. * Do not export to LaTeX lines of garbage when exporting conics. * Export to LaTeX cicles with sane sizes. * When exporting ellipses to LaTeX, close their shape so they look like ellipses. KTouch * Fix Hungarian training file encoding. * Fix Hebrew keyboard layout. * Fix Slovenian keyboard layout encoding. KTurtle * Recognize again the 'else' keyword. KWordQuiz * Apply word wrapping when printing. * Make sure a quiz is correctly restarted when several vocabularies are open.
18 lines
580 B
Makefile
18 lines
580 B
Makefile
# $NetBSD: Makefile,v 1.44 2007/01/26 03:12:58 markd Exp $
|
|
|
|
DISTNAME= kdeedu-${_KDE_VERSION}
|
|
CATEGORIES= misc
|
|
COMMENT= Edu{tainment,cation} tools for the KDE integrated X11 desktop
|
|
|
|
.include "../../meta-pkgs/kde3/Makefile.kde3"
|
|
|
|
REPLACE_PERL+= \
|
|
kvoctrain/kvoctrain/langen2kvtml \
|
|
kvoctrain/kvoctrain/spotlight2kvtml
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../x11/kdebase3/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|