| Port details |
- lxqt-wayland-session Files needed for the LXQt Wayland Session
- 0.3.0_2 x11-wm
=0 0.2.0_4Version of this port present on the latest quarterly branch. - Maintainer: lxqt@FreeBSD.org
 - Port Added: 2024-11-09 05:27:05
- Last Update: 2025-12-19 09:03:02
- Commit Hash: 45fef88
- License: LGPL21+
- WWW:
- https://github.com/lxqt/lxqt-wayland-session/
- Description:
- Files needed for the LXQt Wayland Session: Wayland session start script, its
desktop entry for display managers and default configurations for actually
supported compositors which are:
- Stacking WMs
- Labwc
- Wayfire
- kwin_wayland
- Tiling Wms
- Hyprland
- river
- Sway
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- lxqt-wayland-session>0:x11-wm/lxqt-wayland-session
- To install the port:
- cd /usr/ports/x11-wm/lxqt-wayland-session/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-wm/lxqt-wayland-session
- pkg install lxqt-wayland-session
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lxqt-wayland-session
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1762979810
SHA256 (lxqt/lxqt-wayland-session-0.3.0.tar.xz) = c8d4d3ad6efe61a23ae5d67ba52d0d3f024f651581e5083145fb7034aa6c8ccf
SIZE (lxqt/lxqt-wayland-session-0.3.0.tar.xz) = 361352
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:
-
- xdg-user-dirs-update : devel/xdg-user-dirs
- vulkan.h : graphics/vulkan-headers
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- lxqt2-build-tools-config.cmake : devel/lxqt2-build-tools
- xorgproto>=0 : x11/xorgproto
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- xcb.pc : x11/libxcb
- xext.pc : x11/libXext
- perl5>=5.42.r<5.43 : lang/perl5.42
- Runtime dependencies:
-
- lxqt-session>=0.3.0 : x11-wm/lxqt-session
- bash : shells/bash
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- xcb.pc : x11/libxcb
- xext.pc : x11/libXext
- Library dependencies:
-
- libGL.so : graphics/libglvnd
- liblxqt.so : devel/liblxqt
- libQt6Xdg.so : devel/libqt6xdg
- This port is required by:
- for Run
-
- x11-wm/lxqt
Configuration Options:
- No options to configure
- Options name:
- x11-wm_lxqt-wayland-session
- USES:
- cmake compiler:c++20-lang gl localbase:ldflags perl5 pkgconfig lxqt:2 shebangfix tar:xz xorg
- 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 |
0.3.0_2 19 Dec 2025 09:03:02
    |
Jason E. Hale (jhale)  |
*/*: Bump PORTREVISION for known Qt private API abusers
Qt 6.10.1 edition.
These ports are known to directly use or link to a library that uses the
Qt private API and must be rebuilt with every Qt update.
Qt *public* API/ABI compatability is excellent, so most consumers don't
need to necessarily be rebuilt between patch or even minor releases, but
use of the private API breaks this compatibility between even patch
releases and its use is highly discouraged.
This list [1] is based on histortical data. We don't have time to
revisit every port on the list with each Qt update, so if your port has
dropped Qt private headers and was bumped in error, please remove it
yourself if you have write access to the Wiki or alert someone on kde@.
[1] https://wiki.freebsd.org/KDE/Qt |
0.3.0_1 16 Nov 2025 00:31:56
    |
Dima Panov (fluffy)  |
x11-wm/lxqt-wayland-session: pet stage-qa, lxqt-qdbus is a bash script (+)
====> Running Q/A tests (stage-qa)
Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for
'bin/lxqt-qdbus'
Reported by: bulk -t
Approved by: portmgr blanket |
0.3.0 12 Nov 2025 23:51:55
    |
Jose Alonso Cardenas Marquez (acm)  |
x11-wm/lxqt: Update to 2.3.0
- Update x11/screengrab to 3.1.0
- Update editors/featherpad to 1.6.2
- Add xdg-desktop-portal like RUN_DEPENDS to xdg-desktop-portal-lxqt [1]
ChangeLog at: https://lxqt-project.org/release/2025/11/05/release-lxqt-2-3-0/
With hat: lxqt
PR: 290488
Reported by: Siva Mahadevan <me at svmhdvn.name> [1] |
0.2.1 06 Oct 2025 19:03:57
    |
Jose Alonso Cardenas Marquez (acm)  |
x11-wm/lxqt-wayland-session: Update to 0.2.1
With hat: lxqt |
0.2.0_4 04 Oct 2025 04:08:22
    |
Jason E. Hale (jhale)  |
*/*: Bump PORTREVISION for known Qt private API abusers
Qt 6.9.3 edition.
These ports are known to directly use or link to a library that uses the
Qt private API and must be rebuilt with every Qt update.
Qt *public* API/ABI compatability is excellent, so most consumers don't
need to necessarily be rebuilt between patch or even minor releases, but
use of the private API breaks this compatibility between even patch
releases and its use is highly discouraged.
This list [1] is based on histortical data. We don't have time to
revisit every port on the list with each Qt update, so if your port has
dropped Qt private headers and was bumped in error, please remove it
yourself if you have write access to the Wiki or alert someone on kde@.
[1] https://wiki.freebsd.org/KDE/Qt
MFH: 2025Q4 |
0.2.0_3 28 Aug 2025 05:06:28
    |
Jason E. Hale (jhale)  |
*/*: Bump PORTREVISION for known Qt private API abusers
Qt 6.9.2 edition.
These ports are known to directly use or link to a library that uses the
Qt private API and must be rebuilt with every Qt update.
Qt *public* API/ABI compatability is excellent, so most consumers don't
need to necessarily be rebuilt between patch or even minor releases, but
use of the private API breaks this compatibility between even patch
releases and its use is highly discouraged.
This list [1] is based on histortical data. We don't have time to
revisit every port on the list with each Qt update, so if your port has
dropped Qt private headers and was bumped in error, please remove it
yourself if you have write access to the Wiki or alert someone on kde@.
[1] https://wiki.freebsd.org/KDE/Qt
MFH: 2025Q3 |
0.2.0_2 22 Jun 2025 02:34:33
    |
Jose Alonso Cardenas Marquez (acm)  |
devel/lxqt2-build-tools: Update to 2.2.1
- Bump PORTREVISION of some lxqt ports
- Fix build with plasma6 6.4.0
With hat: lxqt
PR: 287604 |
0.2.0_1 10 Jun 2025 14:42:51
    |
Jason E. Hale (jhale)  |
*/*: Bump PORTREVISION for known Qt private API abusers
Qt 6.9.1 edition.
These ports are known to directly use or link to a library that uses the
Qt private API and must be rebuilt with every Qt update.
Qt *public* API/ABI compatability is excellent, so most consumers don't
need to necessarily be rebuilt between patch or even minor releases, but
use of the private API breaks this compatibility between even patch
releases and its use is highly discouraged.
This list of bumps is based on histortical data. We don't have time to
revisit every port on the list with each Qt update, so if your port has
dropped Qt private headers and was bumped in error, please let kde@ know
so we can correct this for future updates. |
0.2.0 18 Apr 2025 21:58:23
    |
Jose Alonso Cardenas Marquez (acm)  |
x11-wm/lxqt: Update to 2.2.0
ChangeLog at: https://lxqt-project.org/release/2025/04/17/release-lxqt-2-2-0/
With hat: lxqt |
0.1.1_2 29 Mar 2025 07:35:22
    |
Jason E. Hale (jhale)  |
*/*: Bump PORTREVISION for known Qt private API abusers
Qt 6.8.3 edition.
These ports are known to directly use or link to a library that uses the
Qt private API and must be rebuilt with every Qt update.
Qt *public* API/ABI compatability is excellent, so most consumers don't
need to necessarily be rebuilt between patch or even minor releases, but
use of the private API breaks this compatibility even between patch
releases and its use is highly discouraged.
This list of bumps is based on histortical data. We don't have time to
revisit every port on the list with each Qt update, so if your port has
dropped Qt private headers and was bumped in error, please let kde@ know
so we can correct this for future updates.
Grep new entires for "_p.h". If they look Qt-ish, please reject. It's a
burden on the users at large and your local Qt maintainers to allow this
irresponsible behavior from downstream projects to continue. |
0.1.1_1 02 Feb 2025 08:32:19
    |
Jason E. Hale (jhale)  |
*/*: Bump PORTREVISION for known Qt private API abusers
Qt 6.8.2 edition.
These ports directly use or link to a library that uses the Qt
private API and must be rebuilt with every Qt update.
Qt public API/ABI compatability is excellent, so most consumers don't
need to necessarily be rebuilt between patch or even minor releases, but
using the private API is highly discouraged since this is unstable even
between patch releases and is really only meant for internal use.
Adding devel/libqt6xdg and its consumers to the list this time around
based on [1].
PR: 283950 [1] |
0.1.1 30 Nov 2024 08:10:57
    |
Jose Alonso Cardenas Marquez (acm)  |
x11-wm/lxqt-wayland-session: Update to 0.1.1
ChangeLog
at: https://lxqt-project.org/release/2024/11/24/Point-Releases-of-lxqt-panel-and-wayland-session/ |
0.1.0 10 Nov 2024 06:31:32
    |
Jose Alonso Cardenas Marquez (acm)  |
x11-wm/lxqt-wayland-session: Fix build
- Add missing dependency |
0.1.0 09 Nov 2024 05:24:44
    |
Jose Alonso Cardenas Marquez (acm)  |
x11-wm/lxqt-wayland-session: New port: Files needed for the LXQt Wayland Session
Files needed for the LXQt Wayland Session: Wayland session start script, its
desktop entry for display managers and default configurations for actually
supported compositors which are:
- Stacking WMs
- Labwc
- Wayfire
- kwin_wayland
- Tiling Wms
- Hyprland
- river
- Sway |