Port details |
- kdisplay App and daemon for display managing
- 6.2.0 x11
=2 6.1.0Version of this port present on the latest quarterly branch. - Maintainer: jbeich@FreeBSD.org
 - Port Added: 2021-11-04 23:21:21
- Last Update: 2024-10-10 07:52:54
- Commit Hash: ff1dd80
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+ LGPL21+
- WWW:
- https://github.com/winft/kdisplay
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/x11/kdisplay/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/kdisplay
- pkg install kdisplay
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kdisplay
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1728520700
SHA256 (winft-kdisplay-v6.2.0_GH0.tar.gz) = 27831dab267a565200be3045acd1276dac5191149c9e67e2e8d8295a7baa43ca
SIZE (winft-kdisplay-v6.2.0_GH0.tar.gz) = 195511
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- msgfmt : devel/gettext-tools
- ECMConfig.cmake : devel/kf6-extra-cmake-modules
- Runtime dependencies:
-
- libKF6ItemModels.so : devel/kf6-kitemmodels
- Library dependencies:
-
- libdisman.so : x11/disman
- libKF6ConfigCore.so : devel/kf6-kconfig
- libKF6CoreAddons.so : devel/kf6-kcoreaddons
- libKF6DBusAddons.so : devel/kf6-kdbusaddons
- libKF6GlobalAccel.so : x11/kf6-kglobalaccel
- libKF6I18n.so : devel/kf6-ki18n
- libKF6KCMUtils.so : devel/kf6-kcmutils
- libLayerShellQtInterface.so : x11/plasma6-layer-shell-qt
- libPlasma.so : x11/plasma6-libplasma
- libKF6WindowSystem.so : x11/kf6-kwindowsystem
- libKF6XmlGui.so : x11-toolkits/kf6-kxmlgui
- libQt6Core.so : devel/qt6-base
- libQt6Qml.so : x11-toolkits/qt6-declarative
- libQt6Sensors.so : comms/qt6-sensors
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- x11_kdisplay
- USES:
- cmake:testing gettext-tools kde:6 qt:6
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.2.0 10 Oct 2024 07:52:54
    |
Jan Beich (jbeich)  |
x11/kdisplay: update to 6.2.0
Changes: https://github.com/winft/kdisplay/releases/v6.2.0
Reported by: GitHub (watch releases) |
6.1.0 28 Jun 2024 16:26:33
    |
Tobias C. Berner (tcberner)  |
KDE: remove patches required to add support for Plasma 6.0
They are no longer needed after acd77861e62460839d395782cbc7a3924668b36e
Reported by: jbeich |
6.1.0 21 Jun 2024 20:26:56
    |
Jan Beich (jbeich)  |
x11/kdisplay: update to 6.1.0
Changes: https://github.com/winft/kdisplay/releases/v6.1.0
Reported by: GitHub (watch releases) |
6.0.0 21 Jun 2024 20:26:20
    |
Jan Beich (jbeich)  |
x11/kdisplay: add missing dependency after d062b287b67f
$ kdisplay
kf.kcmutils: Error loading QML file qrc:/kcm/kcm_kdisplay/main.qml
kf.kcmutils: qrc:/kcm/kcm_kdisplay/main.qml:21:1: module
"org.kde.kitemmodels" is not installed
import org.kde.kitemmodels 1.0
^
https://github.com/winft/kdisplay/commit/ff194dc1a1cf |
6.0.0 13 Apr 2024 05:09:14
    |
Jan Beich (jbeich)  |
x11/kdisplay: update to 6.0.0
Changes: https://github.com/winft/kdisplay/releases/v6.0.0
Reported by: GitHub (watch releases) |
5.27.0_1 13 Apr 2024 05:09:13
    |
Jan Beich (jbeich)  |
x11/disman: update to 0.600.0
Changes: https://github.com/winft/disman/releases/v0.600.0
Reported by: GitHub (watch releases) |
5.27.0_1 13 Apr 2024 05:09:11
    |
Jan Beich (jbeich)  |
x11/kdisplay: chase to the new home
From GitLab banner: "This is an archived project. Repository and other
project resources are read-only." |
5.27.0_1 12 Jul 2023 21:44:36
    |
Jan Beich (jbeich)  |
x11/kdisplay: drop GL_TAGNAME |
5.27.0_1 12 Jul 2023 18:56:04
    |
Felix Palmen (zirias)  |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
5.27.0_1 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
5.27.0 18 Feb 2023 02:21:43
    |
Jan Beich (jbeich)  |
x11/kdisplay: update to 5.27.0 after 3a490e8f310d
Changes: https://gitlab.com/kwinft/kdisplay/-/releases/kdisplay@5.27.0-beta.0
Changes: https://gitlab.com/kwinft/kdisplay/-/releases/kdisplay@5.27.0 |
5.26.0 07 Feb 2023 22:38:40
    |
Jan Beich (jbeich)  |
x11/kdisplay: update to 5.26.0 after d06d26f8c45e
Changes: https://gitlab.com/kwinft/kdisplay/-/releases/kdisplay@5.26.0-beta.0
Changes: https://gitlab.com/kwinft/kdisplay/-/releases/kdisplay@5.26.0 |
5.25.0 07 Feb 2023 22:37:20
    |
Jan Beich (jbeich)  |
x11/kdisplay: update to 5.25.0 after d06d26f8c45e
Changes: https://gitlab.com/kwinft/kdisplay/-/releases/kdisplay@5.25.0-beta.0
Changes: https://gitlab.com/kwinft/kdisplay/-/releases/kdisplay@5.25.0 |
5.24.0_1 07 Feb 2023 22:37:19
    |
Jan Beich (jbeich)  |
x11/disman: update to 0.525.0 after d06d26f8c45e
Changes: https://gitlab.com/kwinft/disman/-/releases/disman@0.525.0-beta.0
Changes: https://gitlab.com/kwinft/disman/-/releases/disman@0.525.0 |
5.24.0 11 Sep 2022 10:20:14
    |
Felix Palmen (zirias)  |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.24.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.24.0 08 Feb 2022 16:08:51
    |
Jan Beich (jbeich)  |
x11/kdisplay: update to 5.24.0
Changes: https://gitlab.com/kwinft/kdisplay/-/compare/kdisplay@5.24.0-beta.0...kdisplay@5.24.0 |
5.24.0.b.0 05 Feb 2022 00:24:30
    |
Jan Beich (jbeich)  |
x11/kdisplay: update to 5.24.0.b.0
Changes: https://gitlab.com/kwinft/kdisplay/-/compare/kdisplay@5.23.0...kdisplay@5.24.0-beta.0 |
5.23.0 16 Dec 2021 18:13:37
    |
Jan Beich (jbeich)  |
x11/kdisplay: track extra file after 473996fc5758 |
5.23.0 04 Nov 2021 23:16:52
    |
Jan Beich (jbeich)  |
x11/kdisplay: add new port
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 |