diff options
Diffstat (limited to 'x11/plasma6-plasma-workspace/Makefile')
-rw-r--r-- | x11/plasma6-plasma-workspace/Makefile | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/x11/plasma6-plasma-workspace/Makefile b/x11/plasma6-plasma-workspace/Makefile index 5ca41c256104..5affef0be1cf 100644 --- a/x11/plasma6-plasma-workspace/Makefile +++ b/x11/plasma6-plasma-workspace/Makefile @@ -1,6 +1,5 @@ PORTNAME= plasma-workspace DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma COMMENT= KDE Plasma Workspace @@ -42,11 +41,20 @@ USE_KDE= activities activities-stats archive attica auth baloo \ statusnotifieritem svg syntaxhighlighting texteditor \ textwidgets unitconversion userfeedback wallet wayland \ widgetsaddons windowsystem xmlgui \ - ecm:build plasma-wayland-protocols:build -USE_QT= 5compat base declarative svg wayland + ecm:build plasma-wayland-protocols:build \ + kwin-x11:run +USE_QT= 5compat base declarative location svg wayland USE_XORG= ice sm x11 xau xcb xcursor xext xfixes xft xi xrender xtst SHEBANG_FILES= components/calendar/kconf_update/migrate-calendar-to-plugin-id.py.in +CMAKE_ON= PLASMA_X11_DEFAULT_SESSION \ + CMAKE_DISABLE_FIND_PACKAGE_KF6NetworkManagerQt + +OPTIONS_DEFINE= GTK + +GTK_DESC= Global menu bar support for GTK applications +GTK_RUN_DEPENDS= appmenu-gtk-module>0:x11/gtk-app-menu + post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${PATCH_WRKSRC}/startkde/startplasma.cpp \ |