mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
x11/plasma6-libkscreen: libksreen uses hwdata, provice a dependency
Sponsored by: Future Crew, LLC
This commit is contained in:
parent
78a0a716bb
commit
187bfb4532
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= libkscreen
|
PORTNAME= libkscreen
|
||||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11 kde kde-plasma
|
CATEGORIES= x11 kde kde-plasma
|
||||||
|
|
||||||
COMMENT= KDE screen management software
|
COMMENT= KDE screen management software
|
||||||
|
@ -7,6 +8,7 @@ MAINTAINER= kde@FreeBSD.org
|
||||||
|
|
||||||
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
|
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
|
||||||
libxkbcommon.so:x11/libxkbcommon
|
libxkbcommon.so:x11/libxkbcommon
|
||||||
|
RUN_DEPENDS= ${PNP_IDS_FILE}:misc/hwdata
|
||||||
|
|
||||||
USES= cmake compiler:c++11-lib gl kde:6 pkgconfig qt:6 tar:xz xorg
|
USES= cmake compiler:c++11-lib gl kde:6 pkgconfig qt:6 tar:xz xorg
|
||||||
USE_GL= gl opengl
|
USE_GL= gl opengl
|
||||||
|
@ -15,4 +17,9 @@ USE_KDE= config \
|
||||||
USE_QT= base wayland
|
USE_QT= base wayland
|
||||||
USE_XORG= xcb
|
USE_XORG= xcb
|
||||||
|
|
||||||
|
PNP_IDS_FILE= ${LOCALBASE}/share/hwdata/hwdata/pnp.ids
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's|/usr/share/hwdata/pnp.ids|${PNP_IDS_FILE}|' ${WRKSRC}/src/edid.cpp
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue