052d532176
5.67 Drop KWindowSystem dependency 5.70 [NestedListHelper] Fix indentation of selection, add tests [NestedListHelper] Improve indentation code [KRichTextEdit] Make sure headings don't mess with undo stack [KRichTextEdit] Fix scroll jumping around when horizontal rule is added [KRichTextWidget] Remove ancient workaround and fix regression [KRichTextWidget] Add support for headings [KRichTextEdit] Always treat key press as single modification in undo stack [findreplace] Handle searching for WholeWordsOnly in Regex mode
22 lines
703 B
Makefile
22 lines
703 B
Makefile
# $NetBSD: Makefile,v 1.29 2020/06/07 12:48:26 markd Exp $
|
|
|
|
DISTNAME= ktextwidgets-${KF5VER}
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= https://community.kde.org/Frameworks
|
|
COMMENT= Advanced text editing widgets
|
|
LICENSE= gnu-lgpl-v2 AND gnu-lgpl-v2.1
|
|
|
|
.include "../../meta-pkgs/kde/kf5.mk"
|
|
|
|
USE_TOOLS+= msgmerge
|
|
|
|
.include "../../lang/python/tool.mk"
|
|
.include "../../devel/kservice/buildlink3.mk"
|
|
.include "../../graphics/kiconthemes/buildlink3.mk"
|
|
.include "../../textproc/kcompletion/buildlink3.mk"
|
|
.include "../../textproc/sonnet/buildlink3.mk"
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
.include "../../x11/qt5-qtspeech/buildlink3.mk"
|
|
.include "../../x11/qt5-qttools/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|