head 1.1; access; symbols; 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$ Look where pkgsrc installs hwdata --- cmake/modules/Findhwdata.cmake.orig 2025-11-04 14:59:51.000000000 +0000 +++ cmake/modules/Findhwdata.cmake @@@@ -10,8 +10,8 @@@@ # SPDX-License-Identifier: BSD-3-Clause if (UNIX AND NOT APPLE) - find_path(hwdata_DIR NAMES hwdata/pnp.ids HINTS /usr/share ENV XDG_DATA_DIRS) - find_file(hwdata_PNPIDS_FILE NAMES hwdata/pnp.ids HINTS /usr/share) + find_path(hwdata_DIR NAMES hwdata/pnp.ids HINTS ${CMAKE_INSTALL_PREFIX}/share /usr/share ENV XDG_DATA_DIRS) + find_file(hwdata_PNPIDS_FILE NAMES hwdata/pnp.ids HINTS ${CMAKE_INSTALL_PREFIX}/share /usr/share) if (NOT hwdata_DIR OR NOT hwdata_PNPIDS_FILE) set(hwdata_FOUND FALSE) else() @