View | Details | Raw Unified | Return to bug 256654 | Differences between
and this patch

Collapse All | Expand All

(-)b/x11-wm/plasma5-kwin/Makefile (-9 / +10 lines)
Lines 1-5 Link Here
1
PORTNAME=	kwin
1
PORTNAME=	kwin
2
DISTVERSION=	${KDE_PLASMA_VERSION}
2
DISTVERSION=	${KDE_PLASMA_VERSION}
3
PORTREVISION=	1
3
CATEGORIES=	x11-wm kde kde-plasma
4
CATEGORIES=	x11-wm kde kde-plasma
4
5
5
MAINTAINER=	kde@FreeBSD.org
6
MAINTAINER=	kde@FreeBSD.org
Lines 28-52 BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ Link Here
28
RUN_DEPENDS=	xwayland-devel>0:x11-servers/xwayland-devel \
29
RUN_DEPENDS=	xwayland-devel>0:x11-servers/xwayland-devel \
29
		${kde-kwayland-protocols_LIB}:${kde-kwayland-protocols_PORT}
30
		${kde-kwayland-protocols_LIB}:${kde-kwayland-protocols_PORT}
30
31
31
USES=		cmake compiler:c++11-lib cpe gettext gl gnome kde:5 pkgconfig python:3.5+,run \
32
USES=		cmake compiler:c++11-lib cpe gettext gl kde:5 pkgconfig python:3.5+,run \
32
		qt:5 shebangfix tar:xz xorg
33
		qt:5 shebangfix tar:xz xorg
33
USE_GL=		egl
34
USE_GL=		egl gbm
34
USE_GNOME=	glib20
35
USE_KDE=	activities activities auth breeze \
35
USE_KDE=	activities activities attica auth breeze codecs \
36
		completion config configwidgets coreaddons crash decoration \
36
		completion config configwidgets coreaddons crash decoration \
37
		globalaccel i18n iconthemes idletime init \
37
		globalaccel i18n iconthemes idletime init \
38
		jobwidgets kcmutils kdeclarative kio kscreenlocker \
38
		kcmutils kdeclarative kio kscreenlocker \
39
		newstuff notifications package plasma-framework runner service sonnet \
39
		newstuff notifications package plasma-framework runner_build service \
40
		textwidgets widgetsaddons windowsystem xmlgui \
40
		textwidgets widgetsaddons windowsystem xmlgui \
41
		kwayland-integration kwayland-server wayland \
41
		kwayland-integration kwayland-server wayland \
42
		doctools_build
42
		doctools_build
43
USE_LDCONFIG=	yes
43
USE_LDCONFIG=	yes
44
USE_QT=		concurrent core dbus declarative gui multimedia network script \
44
USE_QT=		core dbus declarative gui multimedia network script \
45
		sensors testlib uiplugin uitools widgets x11extras xml \
45
		sensors testlib uiplugin uitools widgets x11extras \
46
		buildtools_build qmake_build \
46
		buildtools_build qmake_build \
47
		quickcontrols2_run virtualkeyboard_run
47
		quickcontrols2_run virtualkeyboard_run
48
USE_XORG=	ice sm x11 xcb xext xi
48
USE_XORG=	x11 xcb xext xi
49
SHEBANG_FILES=	kconf_update/*.py \
49
SHEBANG_FILES=	kconf_update/*.py \
50
		kconf_update/*.pl
50
		kconf_update/*.pl
51
LDFLAGS+=	-Wl,--as-needed
51
52
52
.include <bsd.port.mk>
53
.include <bsd.port.mk>

Return to bug 256654