diff options
Diffstat (limited to 'x11-wm/plasma6-kwin/Makefile')
-rw-r--r-- | x11-wm/plasma6-kwin/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/plasma6-kwin/Makefile b/x11-wm/plasma6-kwin/Makefile index 1346c64e9477..6c35fb468bbe 100644 --- a/x11-wm/plasma6-kwin/Makefile +++ b/x11-wm/plasma6-kwin/Makefile @@ -1,5 +1,6 @@ PORTNAME= kwin DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11-wm kde kde-plasma COMMENT= Easy to use, but flexible, Wayland Compositor @@ -28,8 +29,6 @@ LIB_DEPENDS= libdisplay-info.so:sysutils/libdisplay-info \ RUN_DEPENDS= hwdata>0:misc/hwdata \ Xwayland:x11-servers/xwayland -CONFLICTS_INSTALL= theseus-ship # bin/kwin_wayland - USES= cmake gettext gl kde:6 pkgconfig python qt:6 shebangfix tar:xz \ xorg USE_GL= egl gbm gl opengl @@ -44,9 +43,12 @@ USE_KDE= activities attica auth colorscheme config \ USE_QT= base declarative multimedia sensors tools wayland USE_XORG= ice sm x11 xcb xext xi +DATADIR= ${PREFIX}/share/kwin-wayland BINARY_ALIAS= python3=${PYTHON_CMD} SHEBANG_FILES= src/plugins/strip-effect-metadata.py +CONFLICTS_INSTALL= theseus-ship # bin/kwin_wayland + OPTIONS_DEFINE= EI OPTIONS_DEFAULT= EI OPTIONS_SUB= yes |