File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11PORTNAME = libkscreen
22DISTVERSION = ${KDE_PLASMA_VERSION}
3+ PORTREVISION = 1
34CATEGORIES = x11 kde kde-plasma
45
56MAINTAINER = kde@FreeBSD.org
67COMMENT = Plasma5 screen management library
78WWW = https://www.kde.org/plasma-desktop
89
910LIB_DEPENDS = libwayland-client.so:graphics/wayland
11+ RUN_DEPENDS = ${PNP_IDS_FILE}:misc/hwdata
1012
1113USES = cmake compiler:c++11-lib kde:5 pathfix pkgconfig qt:5 tar:xz \
1214 xorg
@@ -16,4 +18,9 @@ USE_QT= core dbus gui wayland x11extras \
1618 buildtools:build qmake:build testlib:build
1719USE_XORG = x11 xcb xrandr
1820
21+ PNP_IDS_FILE = ${LOCALBASE}/share/hwdata/hwdata/pnp.ids
22+
23+ post-patch :
24+ @${REINPLACE_CMD} -e ' s|/usr/share/hwdata/pnp.ids|${PNP_IDS_FILE}|' ${WRKSRC} /src/edid.cpp
25+
1926.include <bsd.port.mk>
You can’t perform that action at this time.
0 commit comments