2018-04-27 22:29:36 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= plasma-integration
|
|
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
|
|
CATEGORIES= x11 kde kde-plasma
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= Qt Platform Theme integration plugins for the Plasma workspaces
|
|
|
|
|
|
|
|
RUN_DEPENDS= hack-font>=0:x11-fonts/hack-font
|
|
|
|
|
|
|
|
USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 pkgconfig \
|
2018-06-28 19:39:53 +02:00
|
|
|
qt:5 shebangfix tar:xz
|
2018-04-27 22:29:36 +02:00
|
|
|
USE_KDE= auth bookmarks breeze codecs completion config configwidgets \
|
|
|
|
coreaddons ecm i18n iconthemes itemviews jobwidgets kio \
|
|
|
|
notifications service solid wayland \
|
|
|
|
widgetsaddons windowsystem xmlgui
|
2018-06-28 19:39:53 +02:00
|
|
|
USE_QT= concurrent core dbus gui network qml quick quickcontrols2 widgets \
|
2018-04-27 22:29:36 +02:00
|
|
|
x11extras xml \
|
|
|
|
buildtools_build qmake_build
|
|
|
|
USE_XORG= xcb xcursor
|
|
|
|
|
|
|
|
SHEBANG_FILES= src/platformtheme/fonts_akregator.pl \
|
|
|
|
src/platformtheme/fonts_global.pl \
|
|
|
|
src/platformtheme/fonts_kate.pl \
|
|
|
|
src/platformtheme/mono_font.pl
|
|
|
|
|
|
|
|
OPTIONS_SINGLE= NOTO
|
|
|
|
OPTIONS_SINGLE_NOTO= LIGHT BIG
|
|
|
|
OPTIONS_DEFAULT= LIGHT
|
|
|
|
NOTO_DESC= KDE default font
|
|
|
|
LIGHT_DESC= Use noto-light
|
|
|
|
BIG_DESC= Use complete noto
|
|
|
|
|
|
|
|
LIGHT_RUN_DEPENDS= noto-lite>=0:x11-fonts/noto-lite
|
|
|
|
BIG_RUN_DEPENDS= noto>=0:x11-fonts/noto
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|