8da346818a
frameworkintegration - provide components to allow applications to integrate with a KDE Workspace kactivities-stats - Core components for the KDE's Activities kactivities5 - Core components for the KDE's Activities kconfigwidgets - Widgets for KConfig kded - Extensible deamon for providing system level services kdesignerplugin - Integration of Frameworks widgets in Qt Designer/Creator kglobalaccel - Add support for global workspace shortcuts kguiaddons - Addons to QtGui kinit - Process launcher to speed up launching KDE applications kitemviews - Widget addons for Qt Model/View kjobwidgets - Widgets for tracking KJob instances ktextwidgets - Advanced text editing widgets kwidgetsaddons - Addons to QtWidgets kwindowsystem - Access to the windowing system kxmlgui - User configurable main windows plasma-framework - Plasma library and runtime components based upon KF5 and Qt5
19 lines
589 B
Makefile
19 lines
589 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/05/26 09:49:48 markd Exp $
|
|
|
|
DISTNAME= frameworkintegration-${KF5VER}
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= https://community.kde.org/Frameworks
|
|
COMMENT= Provide components to allow applications to integrate with a KDE Workspace
|
|
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
|
|
|
|
.include "../../meta-pkgs/kf5/Makefile.common"
|
|
|
|
DEPENDS+= noto-ttf-[0-9]*:../../fonts/noto-ttf
|
|
DEPENDS+= oxygen-fonts-[0-9]*:../../fonts/oxygen-fonts
|
|
|
|
USE_TOOLS+= msgmerge pkg-config
|
|
|
|
.include "../../devel/kio/buildlink3.mk"
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|