mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
6dd08776b7
KDisplay is a small display management app. It provides a simple and straightforward UI for managing an arbitrary number of displays. Features: * Displays can be repositioned with drag-and-drop. * An optimal resolution and refresh rate are automatically selected. Manual override is possible. * Displays can be seemlessly "replicated". * The settings of a display is by default remembered globally but can be overridden for specific combinations of displays. * Provides additional integration for the KDE Plasma Workspace through a plasmoid and an OSD activated by hardware key for quick configuration changes. https://gitlab.com/kwinft/kdisplay
30 lines
823 B
Makefile
30 lines
823 B
Makefile
PORTNAME= kdisplay
|
|
DISTVERSIONPREFIX= ${PORTNAME}@
|
|
DISTVERSION= 5.23.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= App and daemon for display managing
|
|
|
|
LICENSE= GPLv2+ LGPL21+
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
|
|
LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LGPL
|
|
|
|
LIB_DEPENDS= libDisman.so:x11/disman
|
|
TEST_DEPENDS= ${qt-testlib_PORT:T}>0:${qt-testlib_PORT}
|
|
|
|
USES= cmake:testing kde:5 qt:5
|
|
USE_GITLAB= yes
|
|
USE_KDE= ecm_build config coreaddons dbusaddons globalaccel i18n \
|
|
kcmutils kdeclarative plasma-framework xmlgui
|
|
USE_LDCONFIG= yes
|
|
USE_QT= qmake_build buildtools_build core dbus declarative gui \
|
|
sensors widgets
|
|
GL_ACCOUNT= kwinft
|
|
GL_COMMIT= b64cf06bf9945b550a965126c750440a6617e4ef
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
LDFLAGS+= -Wl,--as-needed # Qt5*, KF5*
|
|
|
|
.include <bsd.port.mk>
|