blob: f2b9c5abe84a6cca2c04719409c220b75ad38b87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
PORTNAME= kwin
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= x11-wm kde kde-plasma
PATCH_SITES= https://invent.kde.org/plasma/kwin/-/commit/
PATCHFILES= f7bd6ef6c133658f0af562d40c27ad82c5e96748.diff:-p1
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 window manager
LICENSE= GPLv2
LIB_DEPENDS= libXcursor.so:x11/libXcursor \
libdrm.so:graphics/libdrm \
libepoxy.so:graphics/libepoxy \
libepoll-shim.so:devel/libepoll-shim \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libinput.so:x11/libinput \
libudev.so:devel/libudev-devd \
liblcms2.so:graphics/lcms2 \
libwayland-cursor.so:graphics/wayland \
libxcb-cursor.so:x11/xcb-util-cursor \
libxcb-icccm.so:x11/xcb-util-wm \
libxcb-image.so:x11/xcb-util-image \
libxcb-keysyms.so:x11/xcb-util-keysyms \
libxkbcommon.so:x11/libxkbcommon
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \
xwayland-devel>0:x11-servers/xwayland-devel
RUN_DEPENDS= xwayland-devel>0:x11-servers/xwayland-devel
CONFLICTS_INSTALL= kwinft # bin/kwin_wayland
USES= cmake compiler:c++11-lib gettext gl gnome kde:5 pkgconfig \
python:3.5+,run qt:5 shebangfix tar:xz xorg
USE_GL= egl
USE_GNOME= glib20
USE_KDE= activities attica auth breeze codecs completion config \
configwidgets coreaddons crash decoration globalaccel i18n \
iconthemes idletime init jobwidgets kcmutils kdeclarative kio \
kscreenlocker kwayland-integration kwayland-server newstuff \
notifications package plasma-framework \
plasma-wayland-protocols runner service sonnet textwidgets \
wayland widgetsaddons windowsystem xmlgui \
doctools_build ecm_build
USE_LDCONFIG= yes
USE_QT= concurrent core dbus declarative gui multimedia network script \
sensors uiplugin uitools widgets x11extras xml \
buildtools_build qmake_build testlib_build \
quickcontrols2_run virtualkeyboard_run
USE_XORG= ice sm x11 xcb xext xi
SHEBANG_FILES= kconf_update/*.py \
kconf_update/*.pl
.include <bsd.port.mk>
|