head 1.1; access; symbols pkgsrc-2026Q2:1.1.0.2 pkgsrc-2026Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2026.05.04.11.08.21; author markd; state Exp; branches; next ; commitid mS3kY0jtIQIchuEG; desc @@ 1.1 log @plasma6-kwin-x11: add version 6.5.2 KWin/X11 is an X11 window manager and a compositing manager. Its primary usage is in conjunction with a Desktop Shell (e.g. KDE Plasma Desktop). KWin/X11 is designed to go out of the way; users should not notice that they use a window manager at all. Nevertheless KWin/X11 provides a steep learning curve for advanced features, which are available, if they do not conflict with the primary mission. KWin does not have a dedicated targeted user group, but follows the targeted user group of the Desktop Shell using KWin/X11 as it's window manager. KWin is not... * a standalone window manager (c.f. openbox, i3) and does not provide any functionality belonging to a Desktop Shell. * a replacement for window managers designed for use with a specific Desktop Shell (e.g. GNOME Shell) * a minimalistic window manager @ text @$NetBSD$ Allow NetBSD and OpenBSD --- src/utils/CMakeLists.txt.orig 2025-11-04 14:59:51.000000000 +0000 +++ src/utils/CMakeLists.txt @@@@ -18,7 +18,7 @@@@ endif() if(CMAKE_SYSTEM_NAME MATCHES "Linux") target_sources(kwin PRIVATE executable_path_proc.cpp) -elseif(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") +elseif(CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR CMAKE_SYSTEM_NAME MATCHES "NetBSD" OR CMAKE_SYSTEM_NAME MATCHES "OpenBSD") target_sources(kwin PRIVATE executable_path_sysctl.cpp) else() message(FATAL_ERROR "Unsupported platform ${CMAKE_SYSTEM_NAME}") @