7fe3cb69a2
5.22: Sonnet * Install parsetrigrams tool for cross compiling * hunspell: Load/Store a personal dictionary * Support hunspell 1.4 * configwidget: notify about changed config when ignored words updated * settings: don't immediately save the config when updating ignore list * configwidget: fix saving when ignore words updated * Fix failed to save ignore word issue 5.24: Sonnet * Mark helper exe as non-gui app * Allow nsspellcheck to be compiled on mac per default 5.25: Sonnet * hunspell: Clean up code for searching for dictionaries, add XDG dirs * Try to fix language filter usage of language detection a bit
15 lines
493 B
Makefile
15 lines
493 B
Makefile
# $NetBSD: Makefile,v 1.3 2016/08/21 21:26:01 markd Exp $
|
|
|
|
DISTNAME= kcodecs-${KF5VER}
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= https://community.kde.org/Frameworks
|
|
COMMENT= Provide a collection of methods to manipulate strings using various encodings
|
|
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
|
|
|
|
.include "../../meta-pkgs/kf5/Makefile.common"
|
|
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
BUILDLINK_DEPMETHOD.qt5-qttools= build
|
|
.include "../../x11/qt5-qttools/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|