head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.09.06.10.23.32; author markd; state Exp; branches; next ; commitid cVPKkdby9YJ6YxUG; desc @@ 1.1 log @KDE Plasma: updated to 6.7.4 11 months of updates including: Plasma 6.6: * Plasma 6.6 makes your life as easy as possible, without sacrificing the flexibility or features that have made Plasma the most versatile desktop in the known universe. * With that in mind, we’ve improved Plasma’s usability and accessibility, and added practical new features into the mix. Plasma 6.7: * Plasma 6.7 brings powerful new features to KDE’s classic desktop, and refines its user experience to new levels. * Enjoy thoughtfully-designed improvements that solve real problems, a sneak peek of future theming bliss, better performance, and more. * Per-screen virtual desktops * Test your microphone volume * Press-and-hold for special characters * Widget Light/dark mode toggle * Vietnamese lunar calendar * “Background Apps” in the System Tray * Oxygen theme brought back up to par with the current Breeze theme @ text @$NetBSD$ Treat NetBSD like FreeBSD --- kdeds/kameleon/CMakeLists.txt.orig 2026-08-04 09:20:27.000000000 +0000 +++ kdeds/kameleon/CMakeLists.txt @@@@ -52,6 +52,6 @@@@ ecm_qt_declare_logging_category(kameleon ) # FreeBSD is missing dependencies to CI. -if(NOT CMAKE_SYSTEM_NAME MATCHES FreeBSD) +if(NOT CMAKE_SYSTEM_NAME MATCHES FreeBSD AND NOT CMAKE_SYSTEM_NAME MATCHES NetBSD) add_subdirectory(qmk/kameleon-qmk-helper) endif() @