pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
plasma6-kwin: add version 6.5.2
Module Name: pkgsrc-wip
Committed By: Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By: markd
Date: Sat Jan 3 13:16:11 2026 +1300
Changeset: d0a610a971829377a211ce9ea795eaefbd4b50ba
Modified Files:
Makefile
Added Files:
plasma6-kwin/DESCR
plasma6-kwin/Makefile
plasma6-kwin/PLIST
plasma6-kwin/TODO
plasma6-kwin/distinfo
plasma6-kwin/patches/patch-cmake_modules_Findhwdata.cmake
plasma6-kwin/patches/patch-src_plugins_screencast_pipewirecore.cpp
plasma6-kwin/patches/patch-src_utils_CMakeLists.txt
plasma6-kwin/patches/patch-src_utils_ramfile.cpp
Log Message:
plasma6-kwin: add version 6.5.2
KWin is an easy to use, but flexible, compositor for Wayland on Linux. Its
primary usage is in conjunction with a Desktop Shell (e.g. KDE Plasma Desktop).
KWin is designed to go out of the way; users should not notice that they use
a window manager at all. Nevertheless KWin 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 as it's window manager.
KWin is not...
* a standalone Wayland compositor (c.f. labwc, sway) 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
* designed for use with network transparency, though it is possible (with e.g.
waypipe).
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d0a610a971829377a211ce9ea795eaefbd4b50ba
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
plasma6-kwin/DESCR | 16 +
plasma6-kwin/Makefile | 83 +
plasma6-kwin/PLIST | 1720 ++++++++++++++++++++
plasma6-kwin/TODO | 1 +
plasma6-kwin/distinfo | 9 +
.../patches/patch-cmake_modules_Findhwdata.cmake | 17 +
.../patch-src_plugins_screencast_pipewirecore.cpp | 28 +
.../patches/patch-src_utils_CMakeLists.txt | 15 +
plasma6-kwin/patches/patch-src_utils_ramfile.cpp | 37 +
10 files changed, 1927 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index e312cf82cb..57285e6866 100644
--- a/Makefile
+++ b/Makefile
@@ -3303,6 +3303,7 @@ SUBDIR+= plasma-widget-menubar
SUBDIR+= plasma-workspace
SUBDIR+= plasma-workspace-wallpapers
SUBDIR+= plasma6-kpipewire
+SUBDIR+= plasma6-kwin
SUBDIR+= plasma6-kwin-x11
SUBDIR+= plasma6-spectacle
SUBDIR+= plasti
diff --git a/plasma6-kwin/DESCR b/plasma6-kwin/DESCR
new file mode 100644
index 0000000000..4002d85d53
--- /dev/null
+++ b/plasma6-kwin/DESCR
@@ -0,0 +1,16 @@
+KWin is an easy to use, but flexible, compositor for Wayland on Linux. Its
+primary usage is in conjunction with a Desktop Shell (e.g. KDE Plasma Desktop).
+KWin is designed to go out of the way; users should not notice that they use
+a window manager at all. Nevertheless KWin 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 as it's window manager.
+
+KWin is not...
+ * a standalone Wayland compositor (c.f. labwc, sway) 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
+ * designed for use with network transparency, though it is possible (with e.g.
+ waypipe).
diff --git a/plasma6-kwin/Makefile b/plasma6-kwin/Makefile
new file mode 100644
index 0000000000..231c7edfad
--- /dev/null
+++ b/plasma6-kwin/Makefile
@@ -0,0 +1,83 @@
+# $NetBSD: Makefile,v 1.25 2016/01/10 20:01:05 markd Exp $
+
+DISTNAME= kwin-${PLASMAVER}
+CATEGORIES= x11
+
+HOMEPAGE= https://kde.org/plasma-desktop/
+COMMENT= X11 window manager for KDE Plasma Desktops
+LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2
+
+.include "../../meta-pkgs/kde/plasma6.mk"
+
+# std::ranges::to<QList>
+USE_CXX_FEATURES+= c++23
+
+# undefined reference to libinput_tablet_tool_config_pressure_range_set,
+# libinput_tablet_tool_config_pressure_range_is_available,
+# libinput_event_tablet_pad_get_dial_delta_v120,
+# libinput_event_tablet_pad_get_dial_number,
+# libinput_device_get_id_bustype, libinput_device_tablet_pad_get_num_dials,
+# libinput_tablet_pad_mode_group_has_dial
+LDFLAGS+= -Wl,--warn-unresolved-symbols
+
+# for pipewire
+CFLAGS.NetBSD+= -D__LOCALE_C_ONLY
+
+TOOL_DEPENDS+= kf6-kdoctools>=6.18.0:../../devel/kf6-kdoctools
+
+USE_TOOLS+= msgmerge pkg-config
+
+CMAKE_CONFIGURE_ARGS+= -DBUILD_TESTING=OFF
+
+# generation of module.moc fails when ${PREFIX}/include in the moc include path
+SUBST_CLASSES+= fix-moc
+SUBST_STAGE.fix-moc= post-configure
+SUBST_MESSAGE.fix-moc= Cleaning up MOC includes
+SUBST_FILES.fix-moc= _KDE_build/*/CMakeFiles/*_autogen.dir/AutogenInfo.json
+SUBST_NOOP_OK.fix-moc= yes
+SUBST_SED.fix-moc= -e 's;"${PREFIX}/include",;;g'
+
+.include "../../devel/kf6-kcmutils/buildlink3.mk"
+.include "../../devel/kf6-kconfig/buildlink3.mk"
+.include "../../devel/kf6-kcoreaddons/buildlink3.mk"
+.include "../../devel/kf6-kcrash/buildlink3.mk"
+.include "../../devel/kf6-kdeclarative/buildlink3.mk"
+.include "../../devel/kf6-ki18n/buildlink3.mk"
+.include "../../devel/kf6-kio/buildlink3.mk"
+.include "../../devel/kf6-kservice/buildlink3.mk"
+.include "../../devel/libudev-bsd/buildlink3.mk"
+.include "../../devel/plasma-wayland-protocols/buildlink3.mk"
+.include "../../devel/plasma6-kwayland/buildlink3.mk"
+.include "../../devel/qt6-qt5compat/buildlink3.mk"
+.include "../../devel/qt6-qtwayland/buildlink3.mk"
+.include "../../devel/wayland/buildlink3.mk"
+.include "../../devel/wayland-protocols/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../graphics/kf6-ksvg/buildlink3.mk"
+.include "../../graphics/lcms2/buildlink3.mk"
+.include "../../graphics/plasma6-aurorae/buildlink3.mk"
+.include "../../graphics/plasma6-breeze/buildlink3.mk"
+.include "../../graphics/qt6-qtsvg/buildlink3.mk"
+.include "../../lang/qt6-qtdeclarative/buildlink3.mk"
+.include "../../misc/qt6-qtsensors/buildlink3.mk"
+.include "../../wip/pipewire/buildlink3.mk"
+.include "../../net/kf6-knewstuff/buildlink3.mk"
+.include "../../security/kf6-kauth/buildlink3.mk"
+.include "../../sysutils/kf6-kdbusaddons/buildlink3.mk"
+.include "../../time/plasma6-knighttime/buildlink3.mk"
+.include "../../x11/kf6-kconfigwidgets/buildlink3.mk"
+.include "../../x11/kf6-kglobalaccel/buildlink3.mk"
+.include "../../x11/kf6-kguiaddons/buildlink3.mk"
+.include "../../x11/kf6-kwidgetsaddons/buildlink3.mk"
+.include "../../x11/kf6-kwindowsystem/buildlink3.mk"
+.include "../../x11/kf6-kxmlgui/buildlink3.mk"
+.include "../../x11/libdisplay-info/buildlink3.mk"
+.include "../../wip/libinput-bsd/buildlink3.mk"
+.include "../../x11/libxcvt/buildlink3.mk"
+.include "../../x11/plasma6-kdecoration/buildlink3.mk"
+.include "../../x11/plasma6-kglobalacceld/buildlink3.mk"
+.include "../../x11/plasma6-kscreenlocker/buildlink3.mk"
+.include "../../x11/plasma6-plasma-activities/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../x11/xcb-util-cursor/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/plasma6-kwin/PLIST b/plasma6-kwin/PLIST
new file mode 100644
index 0000000000..a25d4faf6f
--- /dev/null
+++ b/plasma6-kwin/PLIST
@@ -0,0 +1,1720 @@
+@comment $NetBSD$
+bin/kwin_wayland
+bin/kwin_wayland_wrapper
+bin/kwindowprop
+include/kwin/activities.h
+include/kwin/appmenu.h
+include/kwin/atoms.h
+include/kwin/client_machine.h
+include/kwin/compositor.h
+include/kwin/config-kwin.h
+include/kwin/core/colorlut3d.h
+include/kwin/core/colorpipeline.h
+include/kwin/core/colorpipelinestage.h
+include/kwin/core/colorspace.h
+include/kwin/core/colortransformation.h
+include/kwin/core/drmdevice.h
+include/kwin/core/gbmgraphicsbufferallocator.h
+include/kwin/core/graphicsbuffer.h
+include/kwin/core/graphicsbufferallocator.h
+include/kwin/core/graphicsbufferview.h
+include/kwin/core/iccprofile.h
+include/kwin/core/inputbackend.h
+include/kwin/core/inputdevice.h
+include/kwin/core/output.h
+include/kwin/core/outputbackend.h
+include/kwin/core/outputconfiguration.h
+include/kwin/core/outputlayer.h
+include/kwin/core/pixelgrid.h
+include/kwin/core/renderbackend.h
+include/kwin/core/renderjournal.h
+include/kwin/core/renderloop.h
+include/kwin/core/renderloop_p.h
+include/kwin/core/rendertarget.h
+include/kwin/core/renderviewport.h
+include/kwin/core/session.h
+include/kwin/core/session_consolekit.h
+include/kwin/core/session_logind.h
+include/kwin/core/session_noop.h
+include/kwin/core/shmgraphicsbufferallocator.h
+include/kwin/cursor.h
+include/kwin/cursorsource.h
+include/kwin/dbusinterface.h
+include/kwin/debug_console.h
+include/kwin/effect/animationeffect.h
+include/kwin/effect/effect.h
+include/kwin/effect/effecthandler.h
+include/kwin/effect/effecttogglablestate.h
+include/kwin/effect/effectwindow.h
+include/kwin/effect/globals.h
+include/kwin/effect/offscreeneffect.h
+include/kwin/effect/offscreenquickview.h
+include/kwin/effect/quickeffect.h
+include/kwin/effect/timeline.h
+include/kwin/effect/xcb.h
+include/kwin/focuschain.h
+include/kwin/ftrace.h
+include/kwin/gestures.h
+include/kwin/globalshortcuts.h
+include/kwin/group.h
+include/kwin/idle_inhibition.h
+include/kwin/idledetector.h
+include/kwin/input.h
+include/kwin/input_event.h
+include/kwin/input_event_spy.h
+include/kwin/inputmethod.h
+include/kwin/inputpanelv1integration.h
+include/kwin/inputpanelv1window.h
+include/kwin/internalwindow.h
+include/kwin/keyboard_input.h
+include/kwin/keyboard_layout.h
+include/kwin/keyboard_layout_switching.h
+include/kwin/keyboard_repeat.h
+include/kwin/killwindow.h
+include/kwin/kscreenintegration.h
+include/kwin/kwin_export.h
+include/kwin/layershellv1integration.h
+include/kwin/layershellv1window.h
+include/kwin/lidswitchtracker.h
+include/kwin/main.h
+include/kwin/mousebuttons.h
+include/kwin/netinfo.h
+include/kwin/onscreennotification.h
+include/kwin/opengl/abstract_opengl_context_attribute_builder.h
+include/kwin/opengl/egl_context_attribute_builder.h
+include/kwin/opengl/eglcontext.h
+include/kwin/opengl/egldisplay.h
+include/kwin/opengl/eglimagetexture.h
+include/kwin/opengl/eglnativefence.h
+include/kwin/opengl/eglswapchain.h
+include/kwin/opengl/eglutils_p.h
+include/kwin/opengl/glframebuffer.h
+include/kwin/opengl/gllut.h
+include/kwin/opengl/gllut3D.h
+include/kwin/opengl/glplatform.h
+include/kwin/opengl/glrendertimequery.h
+include/kwin/opengl/glshader.h
+include/kwin/opengl/glshadermanager.h
+include/kwin/opengl/gltexture.h
+include/kwin/opengl/gltexture_p.h
+include/kwin/opengl/glutils.h
+include/kwin/opengl/glvertexbuffer.h
+include/kwin/options.h
+include/kwin/osd.h
+include/kwin/outline.h
+include/kwin/outputconfigurationstore.h
+include/kwin/placeholderoutput.h
+include/kwin/placement.h
+include/kwin/placementtracker.h
+include/kwin/plugin.h
+include/kwin/pluginmanager.h
+include/kwin/pointer_input.h
+include/kwin/rulebooksettings.h
+include/kwin/rules.h
+include/kwin/scene/borderoutline.h
+include/kwin/scene/borderradius.h
+include/kwin/scene/cursoritem.h
+include/kwin/scene/decorationitem.h
+include/kwin/scene/dndiconitem.h
+include/kwin/scene/imageitem.h
+include/kwin/scene/item.h
+include/kwin/scene/itemgeometry.h
+include/kwin/scene/itemrenderer.h
+include/kwin/scene/itemrenderer_opengl.h
+include/kwin/scene/itemrenderer_qpainter.h
+include/kwin/scene/outlinedborderitem.h
+include/kwin/scene/rootitem.h
+include/kwin/scene/scene.h
+include/kwin/scene/shadowitem.h
+include/kwin/scene/surfaceitem.h
+include/kwin/scene/surfaceitem_internal.h
+include/kwin/scene/surfaceitem_wayland.h
+include/kwin/scene/windowitem.h
+include/kwin/scene/workspacescene.h
+include/kwin/screenedge.h
+include/kwin/screenedgegestures.h
+include/kwin/shadow.h
+include/kwin/sm.h
+include/kwin/tablet_input.h
+include/kwin/tabletmodemanager.h
+include/kwin/touch_input.h
+include/kwin/useractions.h
+include/kwin/utils/c_ptr.h
+include/kwin/utils/common.h
+include/kwin/utils/cursortheme.h
+include/kwin/utils/damagejournal.h
+include/kwin/utils/drm_format_helper.h
+include/kwin/utils/edid.h
+include/kwin/utils/executable_path.h
+include/kwin/utils/filedescriptor.h
+include/kwin/utils/gravity.h
+include/kwin/utils/kernel.h
+include/kwin/utils/memorymap.h
+include/kwin/utils/orientationsensor.h
+include/kwin/utils/ramfile.h
+include/kwin/utils/realtime.h
+include/kwin/utils/resource.h
+include/kwin/utils/serviceutils.h
+include/kwin/utils/softwarevsyncmonitor.h
+include/kwin/utils/subsurfacemonitor.h
+include/kwin/utils/udev.h
+include/kwin/utils/version.h
+include/kwin/utils/vsyncmonitor.h
+include/kwin/utils/xcbutils.h
+include/kwin/virtualdesktops.h
+include/kwin/virtualdesktopsdbustypes.h
+include/kwin/virtualkeyboard_dbus.h
+include/kwin/wayland/alphamodifier_v1.h
+include/kwin/wayland/appmenu.h
+include/kwin/wayland/blur.h
+include/kwin/wayland/clientconnection.h
+include/kwin/wayland/colormanagement_v1.h
+include/kwin/wayland/colorrepresentation_v1.h
+include/kwin/wayland/compositor.h
+include/kwin/wayland/contenttype_v1.h
+include/kwin/wayland/contrast.h
+include/kwin/wayland/cursorshape_v1.h
+include/kwin/wayland/datacontroldevice_v1.h
+include/kwin/wayland/datacontroldevicemanager_v1.h
+include/kwin/wayland/datacontroloffer_v1.h
+include/kwin/wayland/datacontrolsource_v1.h
+include/kwin/wayland/datadevice.h
+include/kwin/wayland/datadevicemanager.h
+include/kwin/wayland/dataoffer.h
+include/kwin/wayland/datasource.h
+include/kwin/wayland/display.h
+include/kwin/wayland/dpms.h
+include/kwin/wayland/drmlease_v1.h
+include/kwin/wayland/externalbrightness_v1.h
+include/kwin/wayland/fifo_v1.h
+include/kwin/wayland/fractionalscale_v1.h
+include/kwin/wayland/frog_colormanagement_v1.h
+include/kwin/wayland/idle.h
+include/kwin/wayland/idleinhibit_v1.h
+include/kwin/wayland/idlenotify_v1.h
+include/kwin/wayland/inputmethod_v1.h
+include/kwin/wayland/keyboard.h
+include/kwin/wayland/keyboard_shortcuts_inhibit_v1.h
+include/kwin/wayland/keystate.h
+include/kwin/wayland/layershell_v1.h
+include/kwin/wayland/linux_drm_syncobj_v1.h
+include/kwin/wayland/lockscreen_overlay_v1.h
+include/kwin/wayland/output.h
+include/kwin/wayland/output_order_v1.h
+include/kwin/wayland/outputdevice_v2.h
+include/kwin/wayland/outputmanagement_v2.h
+include/kwin/wayland/plasmashell.h
+include/kwin/wayland/plasmavirtualdesktop.h
+include/kwin/wayland/plasmawindowmanagement.h
+include/kwin/wayland/pointer.h
+include/kwin/wayland/pointerconstraints_v1.h
+include/kwin/wayland/pointergestures_v1.h
+include/kwin/wayland/pointerwarp_v1.h
+include/kwin/wayland/presentationtime.h
+include/kwin/wayland/primaryselectiondevice_v1.h
+include/kwin/wayland/primaryselectiondevicemanager_v1.h
+include/kwin/wayland/primaryselectionoffer_v1.h
+include/kwin/wayland/primaryselectionsource_v1.h
+include/kwin/wayland/quirks.h
+include/kwin/wayland/qwayland-server-alpha-modifier-v1.h
+include/kwin/wayland/qwayland-server-color-management-v1.h
+include/kwin/wayland/qwayland-server-color-representation-v1.h
+include/kwin/wayland/qwayland-server-content-type-v1.h
+include/kwin/wayland/qwayland-server-fifo-v1.h
+include/kwin/wayland/qwayland-server-frog-color-management-v1.h
+include/kwin/wayland/qwayland-server-kde-external-brightness-v1.h
+include/kwin/wayland/qwayland-server-linux-drm-syncobj-v1.h
+include/kwin/wayland/qwayland-server-pointer-warp-v1.h
+include/kwin/wayland/qwayland-server-presentation-time.h
+include/kwin/wayland/qwayland-server-single-pixel-buffer-v1.h
+include/kwin/wayland/qwayland-server-xdg-toplevel-tag-v1.h
+include/kwin/wayland/relativepointer_v1.h
+include/kwin/wayland/screencast_v1.h
+include/kwin/wayland/screenedge_v1.h
+include/kwin/wayland/seat.h
+include/kwin/wayland/securitycontext_v1.h
+include/kwin/wayland/server_decoration.h
+include/kwin/wayland/server_decoration_palette.h
+include/kwin/wayland/shadow.h
+include/kwin/wayland/singlepixelbuffer.h
+include/kwin/wayland/slide.h
+include/kwin/wayland/subcompositor.h
+include/kwin/wayland/surface.h
+include/kwin/wayland/tablet_v2.h
+include/kwin/wayland/tearingcontrol_v1.h
+include/kwin/wayland/textinput.h
+include/kwin/wayland/textinput_v1.h
+include/kwin/wayland/textinput_v2.h
+include/kwin/wayland/textinput_v3.h
+include/kwin/wayland/touch.h
+include/kwin/wayland/viewporter.h
+include/kwin/wayland/wayland-alpha-modifier-v1-server-protocol.h
+include/kwin/wayland/wayland-color-management-v1-server-protocol.h
+include/kwin/wayland/wayland-color-representation-v1-server-protocol.h
+include/kwin/wayland/wayland-content-type-v1-server-protocol.h
+include/kwin/wayland/wayland-fifo-v1-server-protocol.h
+include/kwin/wayland/wayland-frog-color-management-v1-server-protocol.h
+include/kwin/wayland/wayland-kde-external-brightness-v1-server-protocol.h
+include/kwin/wayland/wayland-linux-drm-syncobj-v1-server-protocol.h
+include/kwin/wayland/wayland-pointer-warp-v1-server-protocol.h
+include/kwin/wayland/wayland-presentation-time-server-protocol.h
+include/kwin/wayland/wayland-single-pixel-buffer-v1-server-protocol.h
+include/kwin/wayland/wayland-xdg-toplevel-tag-v1-server-protocol.h
+include/kwin/wayland/xdgactivation_v1.h
+include/kwin/wayland/xdgdecoration_v1.h
+include/kwin/wayland/xdgdialog_v1.h
+include/kwin/wayland/xdgforeign_v2.h
+include/kwin/wayland/xdgoutput_v1.h
+include/kwin/wayland/xdgsession_v1.h
+include/kwin/wayland/xdgshell.h
+include/kwin/wayland/xdgsystembell_v1.h
+include/kwin/wayland/xdgtoplevelicon_v1.h
+include/kwin/wayland/xdgtopleveltag_v1.h
+include/kwin/wayland/xwaylandkeyboardgrab_v1.h
+include/kwin/wayland/xwaylandshell_v1.h
+include/kwin/wayland_server.h
+include/kwin/waylandshellintegration.h
+include/kwin/waylandwindow.h
+include/kwin/window.h
+include/kwin/workspace.h
+include/kwin/x11eventfilter.h
+include/kwin/x11window.h
+include/kwin/xdgactivationv1.h
+include/kwin/xdgshellintegration.h
+include/kwin/xdgshellwindow.h
+include/kwin/xkb.h
+lib/cmake/KWin/FindLibdrm.cmake
+lib/cmake/KWin/KWinConfig.cmake
+lib/cmake/KWin/KWinConfigVersion.cmake
+lib/cmake/KWin/KWinTargets-noconfig.cmake
+lib/cmake/KWin/KWinTargets.cmake
+lib/cmake/KWinDBusInterface/KWinDBusInterfaceConfig.cmake
+lib/kconf_update_bin/kwin-6.0-delete-desktop-switching-shortcuts
+lib/kconf_update_bin/kwin-6.0-remove-breeze-tabbox-default
+lib/kconf_update_bin/kwin-6.0-reset-active-mouse-screen
+lib/kconf_update_bin/kwin-6.1-remove-gridview-expose-shortcuts
+lib/kconf_update_bin/kwin-6.5-showpaint-changes
+lib/kconf_update_bin/kwin5_update_default_rules
+lib/libkcmkwincommon.so.6
+lib/libkcmkwincommon.so.${PKGVERSION}
+lib/libkwin.so
+lib/libkwin.so.6
+lib/libkwin.so.${PKGVERSION}
+lib/systemd/user/plasma-kwin_wayland.service
+libexec/kwin-applywindowdecoration
+libexec/kwin-tabbox-preview
+libexec/kwin_killer_helper
+qt6/plugins/kf6/packagestructure/kwin_aurorae.so
+qt6/plugins/kf6/packagestructure/kwin_decoration.so
+qt6/plugins/kf6/packagestructure/kwin_effect.so
+qt6/plugins/kf6/packagestructure/kwin_scripts.so
+qt6/plugins/kf6/packagestructure/kwin_windowswitcher.so
+qt6/plugins/kwin/effects/configs/kcm_kwin4_genericscripted.so
+qt6/plugins/kwin/effects/configs/kwin_blur_config.so
+qt6/plugins/kwin/effects/configs/kwin_diminactive_config.so
+qt6/plugins/kwin/effects/configs/kwin_glide_config.so
+qt6/plugins/kwin/effects/configs/kwin_hidecursor_config.so
+qt6/plugins/kwin/effects/configs/kwin_magiclamp_config.so
+qt6/plugins/kwin/effects/configs/kwin_mouseclick_config.so
+qt6/plugins/kwin/effects/configs/kwin_mousemark_config.so
+qt6/plugins/kwin/effects/configs/kwin_overview_config.so
+qt6/plugins/kwin/effects/configs/kwin_slide_config.so
+qt6/plugins/kwin/effects/configs/kwin_thumbnailaside_config.so
+qt6/plugins/kwin/effects/configs/kwin_tileseditor_config.so
+qt6/plugins/kwin/effects/configs/kwin_trackmouse_config.so
+qt6/plugins/kwin/effects/configs/kwin_windowview_config.so
+qt6/plugins/kwin/effects/configs/kwin_wobblywindows_config.so
+qt6/plugins/kwin/plugins/BounceKeysPlugin.so
+qt6/plugins/kwin/plugins/KeyNotificationPlugin.so
+qt6/plugins/kwin/plugins/MouseKeysPlugin.so
+qt6/plugins/kwin/plugins/StickyKeysPlugin.so
+qt6/plugins/kwin/plugins/TouchpadShortcutsPlugin.so
+qt6/plugins/kwin/plugins/buttonsrebind.so
+qt6/plugins/kwin/plugins/krunnerintegration.so
+qt6/plugins/kwin/plugins/nightlight.so
+qt6/plugins/kwin/plugins/screencast.so
+qt6/plugins/kwin/plugins/screenshot.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_animations.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_kwin_effects.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_kwin_scripts.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_kwin_virtualdesktops.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_kwindecoration.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_kwinrules.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_kwinxwayland.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_virtualkeyboard.so
+qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_kwinoptions.so
+qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_kwinscreenedges.so
+qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_kwintabbox.so
+qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_kwintouchscreen.so
+qt6/qml/org/kde/kwin/private/effects/WindowHeap.qml
+qt6/qml/org/kde/kwin/private/effects/WindowHeapDelegate.qml
+qt6/qml/org/kde/kwin/private/effects/effectsplugin.qmltypes
+qt6/qml/org/kde/kwin/private/effects/kde-qmlmodule.version
+qt6/qml/org/kde/kwin/private/effects/libeffectsplugin.so
+qt6/qml/org/kde/kwin/private/effects/qmldir
+qt6/qml/org/kde/kwin/private/kdecoration/kde-qmlmodule.version
+qt6/qml/org/kde/kwin/private/kdecoration/kdecorationprivatedeclarative.qmltypes
+qt6/qml/org/kde/kwin/private/kdecoration/libkdecorationprivatedeclarative.so
+qt6/qml/org/kde/kwin/private/kdecoration/qmldir
+share/applications/kcm_animations.desktop
+share/applications/kcm_kwin_effects.desktop
+share/applications/kcm_kwin_scripts.desktop
+share/applications/kcm_kwin_virtualdesktops.desktop
+share/applications/kcm_kwindecoration.desktop
+share/applications/kcm_kwinoptions.desktop
+share/applications/kcm_kwinrules.desktop
+share/applications/kcm_kwintabbox.desktop
+share/applications/kcm_kwinxwayland.desktop
+share/applications/kcm_virtualkeyboard.desktop
+share/applications/org.kde.kwin.killer.desktop
+share/config.kcfg/kwin.kcfg
+share/config.kcfg/kwindecorationsettings.kcfg
+share/config.kcfg/nightlightsettings.kcfg
+share/config.kcfg/virtualdesktopssettings.kcfg
+share/dbus-1/interfaces/org.kde.KWin.NightLight.xml
+share/dbus-1/interfaces/org.kde.KWin.Plugins.xml
+share/dbus-1/interfaces/org.kde.KWin.TabletModeManager.xml
+share/dbus-1/interfaces/org.kde.KWin.VirtualDesktopManager.xml
+share/dbus-1/interfaces/org.kde.KWin.xml
+share/dbus-1/interfaces/org.kde.kwin.Compositing.xml
+share/dbus-1/interfaces/org.kde.kwin.Effects.xml
+share/dbus-1/interfaces/org.kde.kwin.InputDevice.xml
+share/dbus-1/interfaces/org.kde.kwin.VirtualKeyboard.xml
+share/doc/HTML/ca/kcontrol/desktop/index.cache.bz2
+share/doc/HTML/ca/kcontrol/desktop/index.docbook
+share/doc/HTML/ca/kcontrol/kwindecoration/button.png
+share/doc/HTML/ca/kcontrol/kwindecoration/decoration.png
+share/doc/HTML/ca/kcontrol/kwindecoration/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kwindecoration/index.docbook
+share/doc/HTML/ca/kcontrol/kwindecoration/main.png
+share/doc/HTML/ca/kcontrol/kwineffects/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kwineffects/index.docbook
+share/doc/HTML/ca/kcontrol/kwinscreenedges/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kwinscreenedges/index.docbook
+share/doc/HTML/ca/kcontrol/kwintabbox/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kwintabbox/index.docbook
+share/doc/HTML/ca/kcontrol/kwintouchscreen/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kwintouchscreen/index.docbook
+share/doc/HTML/ca/kcontrol/kwinvirtualkeyboard/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kwinvirtualkeyboard/index.docbook
+share/doc/HTML/ca/kcontrol/windowbehaviour/index.cache.bz2
+share/doc/HTML/ca/kcontrol/windowbehaviour/index.docbook
+share/doc/HTML/ca/kcontrol/windowspecific/index.cache.bz2
+share/doc/HTML/ca/kcontrol/windowspecific/index.docbook
+share/doc/HTML/de/kcontrol/desktop/index.cache.bz2
+share/doc/HTML/de/kcontrol/desktop/index.docbook
+share/doc/HTML/de/kcontrol/kwindecoration/index.cache.bz2
+share/doc/HTML/de/kcontrol/kwindecoration/index.docbook
+share/doc/HTML/de/kcontrol/kwineffects/index.cache.bz2
+share/doc/HTML/de/kcontrol/kwineffects/index.docbook
+share/doc/HTML/de/kcontrol/kwinscreenedges/index.cache.bz2
+share/doc/HTML/de/kcontrol/kwinscreenedges/index.docbook
+share/doc/HTML/de/kcontrol/kwintabbox/index.cache.bz2
+share/doc/HTML/de/kcontrol/kwintabbox/index.docbook
+share/doc/HTML/de/kcontrol/kwintouchscreen/index.cache.bz2
+share/doc/HTML/de/kcontrol/kwintouchscreen/index.docbook
+share/doc/HTML/de/kcontrol/kwinvirtualkeyboard/index.cache.bz2
+share/doc/HTML/de/kcontrol/kwinvirtualkeyboard/index.docbook
+share/doc/HTML/de/kcontrol/windowbehaviour/index.cache.bz2
+share/doc/HTML/de/kcontrol/windowbehaviour/index.docbook
+share/doc/HTML/de/kcontrol/windowspecific/index.cache.bz2
+share/doc/HTML/de/kcontrol/windowspecific/index.docbook
+share/doc/HTML/en/kcontrol/desktop/index.cache.bz2
+share/doc/HTML/en/kcontrol/desktop/index.docbook
+share/doc/HTML/en/kcontrol/kwindecoration/button.png
+share/doc/HTML/en/kcontrol/kwindecoration/configure.png
+share/doc/HTML/en/kcontrol/kwindecoration/decoration.png
+share/doc/HTML/en/kcontrol/kwindecoration/index.cache.bz2
+share/doc/HTML/en/kcontrol/kwindecoration/index.docbook
+share/doc/HTML/en/kcontrol/kwindecoration/main.png
+share/doc/HTML/en/kcontrol/kwineffects/configure-effects.png
+share/doc/HTML/en/kcontrol/kwineffects/dialog-information.png
+share/doc/HTML/en/kcontrol/kwineffects/index.cache.bz2
+share/doc/HTML/en/kcontrol/kwineffects/index.docbook
+share/doc/HTML/en/kcontrol/kwineffects/video.png
+share/doc/HTML/en/kcontrol/kwinscreenedges/index.cache.bz2
+share/doc/HTML/en/kcontrol/kwinscreenedges/index.docbook
+share/doc/HTML/en/kcontrol/kwintabbox/index.cache.bz2
+share/doc/HTML/en/kcontrol/kwintabbox/index.docbook
+share/doc/HTML/en/kcontrol/kwintabbox/taskswitcher.png
+share/doc/HTML/en/kcontrol/kwintouchscreen/index.cache.bz2
+share/doc/HTML/en/kcontrol/kwintouchscreen/index.docbook
+share/doc/HTML/en/kcontrol/kwinvirtualkeyboard/index.cache.bz2
+share/doc/HTML/en/kcontrol/kwinvirtualkeyboard/index.docbook
+share/doc/HTML/en/kcontrol/windowbehaviour/index.cache.bz2
+share/doc/HTML/en/kcontrol/windowbehaviour/index.docbook
+share/doc/HTML/en/kcontrol/windowspecific/Face-smile.png
+share/doc/HTML/en/kcontrol/windowspecific/akgregator-info.png
+share/doc/HTML/en/kcontrol/windowspecific/akregator-attributes.png
+share/doc/HTML/en/kcontrol/windowspecific/akregator-fav.png
+share/doc/HTML/en/kcontrol/windowspecific/config-win-behavior.png
+share/doc/HTML/en/kcontrol/windowspecific/emacs-attribute.png
+share/doc/HTML/en/kcontrol/windowspecific/emacs-info.png
+share/doc/HTML/en/kcontrol/windowspecific/focus-stealing-pop2top-attribute.png
+share/doc/HTML/en/kcontrol/windowspecific/index.cache.bz2
+share/doc/HTML/en/kcontrol/windowspecific/index.docbook
+share/doc/HTML/en/kcontrol/windowspecific/knotes-attribute.png
+share/doc/HTML/en/kcontrol/windowspecific/knotes-info.png
+share/doc/HTML/en/kcontrol/windowspecific/kopete-attribute-2.png
+share/doc/HTML/en/kcontrol/windowspecific/kopete-chat-attribute.png
+share/doc/HTML/en/kcontrol/windowspecific/kopete-chat-info.png
+share/doc/HTML/en/kcontrol/windowspecific/kopete-info.png
+share/doc/HTML/en/kcontrol/windowspecific/kwin-detect-window.png
+share/doc/HTML/en/kcontrol/windowspecific/kwin-kopete-rules.png
+share/doc/HTML/en/kcontrol/windowspecific/kwin-rule-editor.png
+share/doc/HTML/en/kcontrol/windowspecific/kwin-rules-main-n-akregator.png
+share/doc/HTML/en/kcontrol/windowspecific/kwin-rules-main.png
+share/doc/HTML/en/kcontrol/windowspecific/kwin-rules-ordering.png
+share/doc/HTML/en/kcontrol/windowspecific/kwin-window-attributes.png
+share/doc/HTML/en/kcontrol/windowspecific/kwin-window-matching.png
+share/doc/HTML/en/kcontrol/windowspecific/pager-4-desktops.png
+share/doc/HTML/en/kcontrol/windowspecific/tbird-compose-attribute.png
+share/doc/HTML/en/kcontrol/windowspecific/tbird-compose-info.png
+share/doc/HTML/en/kcontrol/windowspecific/tbird-main-attribute.png
+share/doc/HTML/en/kcontrol/windowspecific/tbird-main-info.png
+share/doc/HTML/en/kcontrol/windowspecific/tbird-reminder-attribute-2.png
+share/doc/HTML/en/kcontrol/windowspecific/tbird-reminder-info.png
+share/doc/HTML/en/kcontrol/windowspecific/window-matching-emacs.png
+share/doc/HTML/en/kcontrol/windowspecific/window-matching-init.png
+share/doc/HTML/en/kcontrol/windowspecific/window-matching-knotes.png
+share/doc/HTML/en/kcontrol/windowspecific/window-matching-kopete-chat.png
+share/doc/HTML/en/kcontrol/windowspecific/window-matching-kopete.png
+share/doc/HTML/en/kcontrol/windowspecific/window-matching-ready-akregator.png
+share/doc/HTML/en/kcontrol/windowspecific/window-matching-tbird-compose.png
+share/doc/HTML/en/kcontrol/windowspecific/window-matching-tbird-main.png
+share/doc/HTML/en/kcontrol/windowspecific/window-matching-tbird-reminder.png
+share/doc/HTML/es/kcontrol/desktop/index.cache.bz2
+share/doc/HTML/es/kcontrol/desktop/index.docbook
+share/doc/HTML/es/kcontrol/kwindecoration/index.cache.bz2
+share/doc/HTML/es/kcontrol/kwindecoration/index.docbook
+share/doc/HTML/es/kcontrol/kwineffects/index.cache.bz2
+share/doc/HTML/es/kcontrol/kwineffects/index.docbook
+share/doc/HTML/es/kcontrol/kwinscreenedges/index.cache.bz2
+share/doc/HTML/es/kcontrol/kwinscreenedges/index.docbook
+share/doc/HTML/es/kcontrol/kwintouchscreen/index.cache.bz2
+share/doc/HTML/es/kcontrol/kwintouchscreen/index.docbook
+share/doc/HTML/es/kcontrol/kwinvirtualkeyboard/index.cache.bz2
+share/doc/HTML/es/kcontrol/kwinvirtualkeyboard/index.docbook
+share/doc/HTML/fr/kcontrol/desktop/index.cache.bz2
+share/doc/HTML/fr/kcontrol/desktop/index.docbook
+share/doc/HTML/fr/kcontrol/kwindecoration/index.cache.bz2
+share/doc/HTML/fr/kcontrol/kwindecoration/index.docbook
+share/doc/HTML/fr/kcontrol/kwinscreenedges/index.cache.bz2
+share/doc/HTML/fr/kcontrol/kwinscreenedges/index.docbook
+share/doc/HTML/fr/kcontrol/kwintabbox/index.cache.bz2
+share/doc/HTML/fr/kcontrol/kwintabbox/index.docbook
+share/doc/HTML/fr/kcontrol/windowspecific/index.cache.bz2
+share/doc/HTML/fr/kcontrol/windowspecific/index.docbook
+share/doc/HTML/id/kcontrol/desktop/index.cache.bz2
+share/doc/HTML/id/kcontrol/desktop/index.docbook
+share/doc/HTML/id/kcontrol/kwindecoration/index.cache.bz2
+share/doc/HTML/id/kcontrol/kwindecoration/index.docbook
+share/doc/HTML/id/kcontrol/kwineffects/index.cache.bz2
+share/doc/HTML/id/kcontrol/kwineffects/index.docbook
+share/doc/HTML/id/kcontrol/kwinscreenedges/index.cache.bz2
+share/doc/HTML/id/kcontrol/kwinscreenedges/index.docbook
+share/doc/HTML/id/kcontrol/kwintabbox/index.cache.bz2
+share/doc/HTML/id/kcontrol/kwintabbox/index.docbook
+share/doc/HTML/id/kcontrol/windowbehaviour/index.cache.bz2
+share/doc/HTML/id/kcontrol/windowbehaviour/index.docbook
+share/doc/HTML/id/kcontrol/windowspecific/index.cache.bz2
+share/doc/HTML/id/kcontrol/windowspecific/index.docbook
+share/doc/HTML/it/kcontrol/desktop/index.cache.bz2
+share/doc/HTML/it/kcontrol/desktop/index.docbook
+share/doc/HTML/it/kcontrol/kwindecoration/index.cache.bz2
+share/doc/HTML/it/kcontrol/kwindecoration/index.docbook
+share/doc/HTML/it/kcontrol/kwineffects/index.cache.bz2
+share/doc/HTML/it/kcontrol/kwineffects/index.docbook
+share/doc/HTML/it/kcontrol/kwinscreenedges/index.cache.bz2
+share/doc/HTML/it/kcontrol/kwinscreenedges/index.docbook
+share/doc/HTML/it/kcontrol/kwintabbox/index.cache.bz2
+share/doc/HTML/it/kcontrol/kwintabbox/index.docbook
+share/doc/HTML/it/kcontrol/kwintouchscreen/index.cache.bz2
+share/doc/HTML/it/kcontrol/kwintouchscreen/index.docbook
+share/doc/HTML/it/kcontrol/kwinvirtualkeyboard/index.cache.bz2
+share/doc/HTML/it/kcontrol/kwinvirtualkeyboard/index.docbook
+share/doc/HTML/it/kcontrol/windowbehaviour/index.cache.bz2
+share/doc/HTML/it/kcontrol/windowbehaviour/index.docbook
+share/doc/HTML/it/kcontrol/windowspecific/index.cache.bz2
+share/doc/HTML/it/kcontrol/windowspecific/index.docbook
+share/doc/HTML/nl/kcontrol/desktop/index.cache.bz2
+share/doc/HTML/nl/kcontrol/desktop/index.docbook
+share/doc/HTML/nl/kcontrol/kwindecoration/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kwindecoration/index.docbook
+share/doc/HTML/nl/kcontrol/kwineffects/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kwineffects/index.docbook
+share/doc/HTML/nl/kcontrol/kwinscreenedges/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kwinscreenedges/index.docbook
+share/doc/HTML/nl/kcontrol/kwintabbox/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kwintabbox/index.docbook
+share/doc/HTML/nl/kcontrol/kwintouchscreen/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kwintouchscreen/index.docbook
+share/doc/HTML/nl/kcontrol/kwinvirtualkeyboard/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kwinvirtualkeyboard/index.docbook
+share/doc/HTML/nl/kcontrol/windowbehaviour/index.cache.bz2
+share/doc/HTML/nl/kcontrol/windowbehaviour/index.docbook
+share/doc/HTML/nl/kcontrol/windowspecific/index.cache.bz2
+share/doc/HTML/nl/kcontrol/windowspecific/index.docbook
+share/doc/HTML/pt/kcontrol/desktop/index.cache.bz2
+share/doc/HTML/pt/kcontrol/desktop/index.docbook
+share/doc/HTML/pt/kcontrol/kwindecoration/index.cache.bz2
+share/doc/HTML/pt/kcontrol/kwindecoration/index.docbook
+share/doc/HTML/pt/kcontrol/kwineffects/index.cache.bz2
+share/doc/HTML/pt/kcontrol/kwineffects/index.docbook
+share/doc/HTML/pt/kcontrol/kwinscreenedges/index.cache.bz2
+share/doc/HTML/pt/kcontrol/kwinscreenedges/index.docbook
+share/doc/HTML/pt/kcontrol/kwintabbox/index.cache.bz2
+share/doc/HTML/pt/kcontrol/kwintabbox/index.docbook
+share/doc/HTML/pt/kcontrol/windowbehaviour/index.cache.bz2
+share/doc/HTML/pt/kcontrol/windowbehaviour/index.docbook
+share/doc/HTML/pt/kcontrol/windowspecific/index.cache.bz2
+share/doc/HTML/pt/kcontrol/windowspecific/index.docbook
+share/doc/HTML/pt_BR/kcontrol/desktop/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/desktop/index.docbook
+share/doc/HTML/pt_BR/kcontrol/kwindecoration/configure.png
+share/doc/HTML/pt_BR/kcontrol/kwindecoration/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/kwindecoration/index.docbook
+share/doc/HTML/pt_BR/kcontrol/kwinscreenedges/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/kwinscreenedges/index.docbook
+share/doc/HTML/pt_BR/kcontrol/kwintabbox/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/kwintabbox/index.docbook
+share/doc/HTML/pt_BR/kcontrol/windowbehaviour/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/windowbehaviour/index.docbook
+share/doc/HTML/pt_BR/kcontrol/windowspecific/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/windowspecific/index.docbook
+share/doc/HTML/ru/kcontrol/desktop/index.cache.bz2
+share/doc/HTML/ru/kcontrol/desktop/index.docbook
+share/doc/HTML/ru/kcontrol/kwindecoration/button.png
+share/doc/HTML/ru/kcontrol/kwindecoration/configure.png
+share/doc/HTML/ru/kcontrol/kwindecoration/decoration.png
+share/doc/HTML/ru/kcontrol/kwindecoration/index.cache.bz2
+share/doc/HTML/ru/kcontrol/kwindecoration/index.docbook
+share/doc/HTML/ru/kcontrol/kwindecoration/main.png
+share/doc/HTML/ru/kcontrol/kwineffects/index.cache.bz2
+share/doc/HTML/ru/kcontrol/kwineffects/index.docbook
+share/doc/HTML/ru/kcontrol/kwinscreenedges/index.cache.bz2
+share/doc/HTML/ru/kcontrol/kwinscreenedges/index.docbook
+share/doc/HTML/ru/kcontrol/kwintabbox/index.cache.bz2
+share/doc/HTML/ru/kcontrol/kwintabbox/index.docbook
+share/doc/HTML/ru/kcontrol/kwintouchscreen/index.cache.bz2
+share/doc/HTML/ru/kcontrol/kwintouchscreen/index.docbook
+share/doc/HTML/ru/kcontrol/kwinvirtualkeyboard/index.cache.bz2
+share/doc/HTML/ru/kcontrol/kwinvirtualkeyboard/index.docbook
+share/doc/HTML/ru/kcontrol/windowbehaviour/index.cache.bz2
+share/doc/HTML/ru/kcontrol/windowbehaviour/index.docbook
+share/doc/HTML/ru/kcontrol/windowspecific/akgregator-info.png
+share/doc/HTML/ru/kcontrol/windowspecific/akregator-attributes.png
+share/doc/HTML/ru/kcontrol/windowspecific/akregator-fav.png
+share/doc/HTML/ru/kcontrol/windowspecific/config-win-behavior.png
+share/doc/HTML/ru/kcontrol/windowspecific/emacs-attribute.png
+share/doc/HTML/ru/kcontrol/windowspecific/emacs-info.png
+share/doc/HTML/ru/kcontrol/windowspecific/focus-stealing-pop2top-attribute.png
+share/doc/HTML/ru/kcontrol/windowspecific/index.cache.bz2
+share/doc/HTML/ru/kcontrol/windowspecific/index.docbook
+share/doc/HTML/ru/kcontrol/windowspecific/knotes-attribute.png
+share/doc/HTML/ru/kcontrol/windowspecific/knotes-info.png
+share/doc/HTML/ru/kcontrol/windowspecific/kopete-attribute-2.png
+share/doc/HTML/ru/kcontrol/windowspecific/kopete-chat-attribute.png
+share/doc/HTML/ru/kcontrol/windowspecific/kopete-chat-info.png
+share/doc/HTML/ru/kcontrol/windowspecific/kopete-info.png
+share/doc/HTML/ru/kcontrol/windowspecific/kwin-detect-window.png
+share/doc/HTML/ru/kcontrol/windowspecific/kwin-kopete-rules.png
+share/doc/HTML/ru/kcontrol/windowspecific/kwin-rule-editor.png
+share/doc/HTML/ru/kcontrol/windowspecific/kwin-rules-main-n-akregator.png
+share/doc/HTML/ru/kcontrol/windowspecific/kwin-rules-main.png
+share/doc/HTML/ru/kcontrol/windowspecific/kwin-rules-ordering.png
+share/doc/HTML/ru/kcontrol/windowspecific/kwin-window-attributes.png
+share/doc/HTML/ru/kcontrol/windowspecific/kwin-window-matching.png
+share/doc/HTML/ru/kcontrol/windowspecific/tbird-compose-attribute.png
+share/doc/HTML/ru/kcontrol/windowspecific/tbird-compose-info.png
+share/doc/HTML/ru/kcontrol/windowspecific/tbird-main-attribute.png
+share/doc/HTML/ru/kcontrol/windowspecific/tbird-main-info.png
+share/doc/HTML/ru/kcontrol/windowspecific/tbird-reminder-attribute-2.png
+share/doc/HTML/ru/kcontrol/windowspecific/tbird-reminder-info.png
+share/doc/HTML/ru/kcontrol/windowspecific/window-matching-emacs.png
+share/doc/HTML/ru/kcontrol/windowspecific/window-matching-init.png
+share/doc/HTML/ru/kcontrol/windowspecific/window-matching-knotes.png
+share/doc/HTML/ru/kcontrol/windowspecific/window-matching-kopete-chat.png
+share/doc/HTML/ru/kcontrol/windowspecific/window-matching-kopete.png
+share/doc/HTML/ru/kcontrol/windowspecific/window-matching-ready-akregator.png
+share/doc/HTML/ru/kcontrol/windowspecific/window-matching-tbird-compose.png
+share/doc/HTML/ru/kcontrol/windowspecific/window-matching-tbird-main.png
+share/doc/HTML/ru/kcontrol/windowspecific/window-matching-tbird-reminder.png
+share/doc/HTML/sl/kcontrol/desktop/index.cache.bz2
+share/doc/HTML/sl/kcontrol/desktop/index.docbook
+share/doc/HTML/sl/kcontrol/kwindecoration/index.cache.bz2
+share/doc/HTML/sl/kcontrol/kwindecoration/index.docbook
+share/doc/HTML/sl/kcontrol/kwineffects/index.cache.bz2
+share/doc/HTML/sl/kcontrol/kwineffects/index.docbook
+share/doc/HTML/sl/kcontrol/kwinscreenedges/index.cache.bz2
+share/doc/HTML/sl/kcontrol/kwinscreenedges/index.docbook
+share/doc/HTML/sl/kcontrol/kwintabbox/index.cache.bz2
+share/doc/HTML/sl/kcontrol/kwintabbox/index.docbook
+share/doc/HTML/sl/kcontrol/kwintouchscreen/index.cache.bz2
+share/doc/HTML/sl/kcontrol/kwintouchscreen/index.docbook
+share/doc/HTML/sl/kcontrol/kwinvirtualkeyboard/index.cache.bz2
+share/doc/HTML/sl/kcontrol/kwinvirtualkeyboard/index.docbook
+share/doc/HTML/sl/kcontrol/windowbehaviour/index.cache.bz2
+share/doc/HTML/sl/kcontrol/windowbehaviour/index.docbook
+share/doc/HTML/sl/kcontrol/windowspecific/index.cache.bz2
+share/doc/HTML/sl/kcontrol/windowspecific/index.docbook
+share/doc/HTML/sr/kcontrol/desktop/index.cache.bz2
+share/doc/HTML/sr/kcontrol/desktop/index.docbook
+share/doc/HTML/sr@latin/kcontrol/desktop/index.cache.bz2
+share/doc/HTML/sr@latin/kcontrol/desktop/index.docbook
+share/doc/HTML/sv/kcontrol/desktop/index.cache.bz2
+share/doc/HTML/sv/kcontrol/desktop/index.docbook
+share/doc/HTML/sv/kcontrol/kwindecoration/index.cache.bz2
+share/doc/HTML/sv/kcontrol/kwindecoration/index.docbook
+share/doc/HTML/sv/kcontrol/kwineffects/index.cache.bz2
+share/doc/HTML/sv/kcontrol/kwineffects/index.docbook
+share/doc/HTML/sv/kcontrol/kwinscreenedges/index.cache.bz2
+share/doc/HTML/sv/kcontrol/kwinscreenedges/index.docbook
+share/doc/HTML/sv/kcontrol/kwintabbox/index.cache.bz2
+share/doc/HTML/sv/kcontrol/kwintabbox/index.docbook
+share/doc/HTML/sv/kcontrol/kwintouchscreen/index.cache.bz2
+share/doc/HTML/sv/kcontrol/kwintouchscreen/index.docbook
+share/doc/HTML/sv/kcontrol/kwinvirtualkeyboard/index.cache.bz2
+share/doc/HTML/sv/kcontrol/kwinvirtualkeyboard/index.docbook
+share/doc/HTML/sv/kcontrol/windowbehaviour/index.cache.bz2
+share/doc/HTML/sv/kcontrol/windowbehaviour/index.docbook
+share/doc/HTML/sv/kcontrol/windowspecific/index.cache.bz2
+share/doc/HTML/sv/kcontrol/windowspecific/index.docbook
+share/doc/HTML/tr/kcontrol/desktop/index.cache.bz2
+share/doc/HTML/tr/kcontrol/desktop/index.docbook
+share/doc/HTML/tr/kcontrol/kwindecoration/index.cache.bz2
+share/doc/HTML/tr/kcontrol/kwindecoration/index.docbook
+share/doc/HTML/tr/kcontrol/kwineffects/index.cache.bz2
+share/doc/HTML/tr/kcontrol/kwineffects/index.docbook
+share/doc/HTML/tr/kcontrol/kwinscreenedges/index.cache.bz2
+share/doc/HTML/tr/kcontrol/kwinscreenedges/index.docbook
+share/doc/HTML/tr/kcontrol/kwintabbox/index.cache.bz2
+share/doc/HTML/tr/kcontrol/kwintabbox/index.docbook
+share/doc/HTML/tr/kcontrol/kwintouchscreen/index.cache.bz2
+share/doc/HTML/tr/kcontrol/kwintouchscreen/index.docbook
+share/doc/HTML/tr/kcontrol/kwinvirtualkeyboard/index.cache.bz2
+share/doc/HTML/tr/kcontrol/kwinvirtualkeyboard/index.docbook
+share/doc/HTML/tr/kcontrol/windowbehaviour/index.cache.bz2
+share/doc/HTML/tr/kcontrol/windowbehaviour/index.docbook
+share/doc/HTML/tr/kcontrol/windowspecific/index.cache.bz2
+share/doc/HTML/tr/kcontrol/windowspecific/index.docbook
+share/doc/HTML/uk/kcontrol/desktop/index.cache.bz2
+share/doc/HTML/uk/kcontrol/desktop/index.docbook
+share/doc/HTML/uk/kcontrol/kwindecoration/button.png
+share/doc/HTML/uk/kcontrol/kwindecoration/decoration.png
+share/doc/HTML/uk/kcontrol/kwindecoration/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kwindecoration/index.docbook
+share/doc/HTML/uk/kcontrol/kwindecoration/main.png
+share/doc/HTML/uk/kcontrol/kwineffects/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kwineffects/index.docbook
+share/doc/HTML/uk/kcontrol/kwinscreenedges/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kwinscreenedges/index.docbook
+share/doc/HTML/uk/kcontrol/kwintabbox/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kwintabbox/index.docbook
+share/doc/HTML/uk/kcontrol/kwintouchscreen/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kwintouchscreen/index.docbook
+share/doc/HTML/uk/kcontrol/kwinvirtualkeyboard/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kwinvirtualkeyboard/index.docbook
+share/doc/HTML/uk/kcontrol/windowbehaviour/index.cache.bz2
+share/doc/HTML/uk/kcontrol/windowbehaviour/index.docbook
+share/doc/HTML/uk/kcontrol/windowspecific/index.cache.bz2
+share/doc/HTML/uk/kcontrol/windowspecific/index.docbook
+share/icons/hicolor/16x16/apps/kwin.png
+share/icons/hicolor/32x32/apps/kwin.png
+share/icons/hicolor/48x48/apps/kwin.png
+share/icons/hicolor/scalable/apps/kwin.svgz
+share/kconf_update/kwin.upd
+share/knotifications6/kwin.notifyrc
+share/knsrcfiles/kwineffect.knsrc
+share/knsrcfiles/kwinscripts.knsrc
+share/knsrcfiles/kwinswitcher.knsrc
+share/knsrcfiles/window-decorations.knsrc
+share/krunner/dbusplugins/kwin-runner-windows.desktop
+share/kwin-wayland/builtin-effects/blendchanges.json
+share/kwin-wayland/builtin-effects/blur.json
+share/kwin-wayland/builtin-effects/colorblindnesscorrection.json
+share/kwin-wayland/builtin-effects/colorpicker.json
+share/kwin-wayland/builtin-effects/diminactive.json
+share/kwin-wayland/builtin-effects/fallapart.json
+share/kwin-wayland/builtin-effects/glide.json
+share/kwin-wayland/builtin-effects/hidecursor.json
+share/kwin-wayland/builtin-effects/highlightwindow.json
+share/kwin-wayland/builtin-effects/invert.json
+share/kwin-wayland/builtin-effects/kscreen.json
+share/kwin-wayland/builtin-effects/magiclamp.json
+share/kwin-wayland/builtin-effects/magnifier.json
+share/kwin-wayland/builtin-effects/mouseclick.json
+share/kwin-wayland/builtin-effects/mousemark.json
+share/kwin-wayland/builtin-effects/outputlocator.json
+share/kwin-wayland/builtin-effects/overview.json
+share/kwin-wayland/builtin-effects/screenedge.json
+share/kwin-wayland/builtin-effects/screentransform.json
+share/kwin-wayland/builtin-effects/shakecursor.json
+share/kwin-wayland/builtin-effects/sheet.json
+share/kwin-wayland/builtin-effects/showcompositing.json
+share/kwin-wayland/builtin-effects/showfps.json
+share/kwin-wayland/builtin-effects/showpaint.json
+share/kwin-wayland/builtin-effects/slide.json
+share/kwin-wayland/builtin-effects/slideback.json
+share/kwin-wayland/builtin-effects/slidingpopups.json
+share/kwin-wayland/builtin-effects/startupfeedback.json
+share/kwin-wayland/builtin-effects/systembell.json
+share/kwin-wayland/builtin-effects/thumbnailaside.json
+share/kwin-wayland/builtin-effects/tileseditor.json
+share/kwin-wayland/builtin-effects/touchpoints.json
+share/kwin-wayland/builtin-effects/trackmouse.json
+share/kwin-wayland/builtin-effects/windowview.json
+share/kwin-wayland/builtin-effects/wobblywindows.json
+share/kwin-wayland/builtin-effects/zoom.json
+share/kwin-wayland/effects/dialogparent/contents/code/main.js
+share/kwin-wayland/effects/dialogparent/metadata.json
+share/kwin-wayland/effects/dimscreen/contents/code/main.js
+share/kwin-wayland/effects/dimscreen/metadata.json
+share/kwin-wayland/effects/eyeonscreen/contents/code/main.js
+share/kwin-wayland/effects/eyeonscreen/metadata.json
+share/kwin-wayland/effects/fade/contents/code/main.js
+share/kwin-wayland/effects/fade/contents/config/main.xml
+share/kwin-wayland/effects/fade/metadata.json
+share/kwin-wayland/effects/fadedesktop/contents/code/main.js
+share/kwin-wayland/effects/fadedesktop/contents/config/main.xml
+share/kwin-wayland/effects/fadedesktop/contents/ui/config.ui
+share/kwin-wayland/effects/fadedesktop/metadata.json
+share/kwin-wayland/effects/fadingpopups/contents/code/main.js
+share/kwin-wayland/effects/fadingpopups/metadata.json
+share/kwin-wayland/effects/frozenapp/contents/code/main.js
+share/kwin-wayland/effects/frozenapp/metadata.json
+share/kwin-wayland/effects/fullscreen/contents/code/main.js
+share/kwin-wayland/effects/fullscreen/metadata.json
+share/kwin-wayland/effects/login/contents/code/main.js
+share/kwin-wayland/effects/login/contents/config/main.xml
+share/kwin-wayland/effects/login/contents/ui/config.ui
+share/kwin-wayland/effects/login/metadata.json
+share/kwin-wayland/effects/logout/contents/code/main.js
+share/kwin-wayland/effects/logout/metadata.json
+share/kwin-wayland/effects/maximize/contents/code/main.js
+share/kwin-wayland/effects/maximize/metadata.json
+share/kwin-wayland/effects/scale/contents/code/main.js
+share/kwin-wayland/effects/scale/contents/config/main.xml
+share/kwin-wayland/effects/scale/contents/ui/config.ui
+share/kwin-wayland/effects/scale/metadata.json
+share/kwin-wayland/effects/sessionquit/contents/code/main.js
+share/kwin-wayland/effects/sessionquit/metadata.json
+share/kwin-wayland/effects/squash/contents/code/main.js
+share/kwin-wayland/effects/squash/metadata.json
+share/kwin-wayland/effects/translucency/contents/code/main.js
+share/kwin-wayland/effects/translucency/contents/config/main.xml
+share/kwin-wayland/effects/translucency/contents/ui/config.ui
+share/kwin-wayland/effects/translucency/metadata.json
+share/kwin-wayland/effects/windowaperture/contents/code/main.js
+share/kwin-wayland/effects/windowaperture/metadata.json
+share/kwin-wayland/frames/plasma/frame_none.qml
+share/kwin-wayland/frames/plasma/frame_styled.qml
+share/kwin-wayland/frames/plasma/frame_unstyled.qml
+share/kwin-wayland/onscreennotification/plasma/dummydata/osd.qml
+share/kwin-wayland/onscreennotification/plasma/main.qml
+share/kwin-wayland/outline/plasma/outline.qml
+share/kwin-wayland/scripts/desktopchangeosd/contents/ui/main.qml
+share/kwin-wayland/scripts/desktopchangeosd/contents/ui/osd.qml
+share/kwin-wayland/scripts/desktopchangeosd/metadata.json
+share/kwin-wayland/scripts/minimizeall/contents/code/main.js
+share/kwin-wayland/scripts/minimizeall/metadata.json
+share/kwin-wayland/scripts/synchronizeskipswitcher/contents/code/main.js
+share/kwin-wayland/scripts/synchronizeskipswitcher/metadata.json
+share/kwin-wayland/scripts/videowall/contents/code/main.js
+share/kwin-wayland/scripts/videowall/contents/config/main.xml
+share/kwin-wayland/scripts/videowall/contents/ui/config.ui
+share/kwin-wayland/scripts/videowall/metadata.json
+share/kwin-wayland/tabbox/thumbnail_grid/contents/ui/main.qml
+share/kwin-wayland/tabbox/thumbnail_grid/metadata.json
+share/kwin-wayland/tm_inner.png
+share/kwin-wayland/tm_outer.png
+share/locale/af/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/af/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/af/LC_MESSAGES/kcmkwm.mo
+share/locale/af/LC_MESSAGES/kwin.mo
+share/locale/ar/LC_MESSAGES/kcm_animations.mo
+share/locale/ar/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/ar/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/ar/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/ar/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/ar/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/ar/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/ar/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/ar/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/ar/LC_MESSAGES/kcmkwincommon.mo
+share/locale/ar/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/ar/LC_MESSAGES/kcmkwm.mo
+share/locale/ar/LC_MESSAGES/kwin.mo
+share/locale/as/LC_MESSAGES/kwin.mo
+share/locale/ast/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/ast/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/ast/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/ast/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/ast/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/ast/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/ast/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/ast/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/ast/LC_MESSAGES/kcmkwincommon.mo
+share/locale/ast/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/ast/LC_MESSAGES/kcmkwm.mo
+share/locale/ast/LC_MESSAGES/kwin.mo
+share/locale/az/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/az/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/az/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/az/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/az/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/az/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/az/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/az/LC_MESSAGES/kcmkwincommon.mo
+share/locale/az/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/az/LC_MESSAGES/kcmkwm.mo
+share/locale/az/LC_MESSAGES/kwin.mo
+share/locale/be/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/be/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/be/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/be/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/be/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/be/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/be/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/be/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/be/LC_MESSAGES/kcmkwincommon.mo
+share/locale/be/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/be/LC_MESSAGES/kcmkwm.mo
+share/locale/be/LC_MESSAGES/kwin.mo
+share/locale/be@latin/LC_MESSAGES/kwin.mo
+share/locale/bg/LC_MESSAGES/kcm_animations.mo
+share/locale/bg/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/bg/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/bg/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/bg/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/bg/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/bg/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/bg/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/bg/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/bg/LC_MESSAGES/kcmkwincommon.mo
+share/locale/bg/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/bg/LC_MESSAGES/kcmkwm.mo
+share/locale/bg/LC_MESSAGES/kwin.mo
+share/locale/bn/LC_MESSAGES/kcmkwm.mo
+share/locale/bn/LC_MESSAGES/kwin.mo
+share/locale/bn_IN/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/bn_IN/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/bn_IN/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/bn_IN/LC_MESSAGES/kcmkwm.mo
+share/locale/bn_IN/LC_MESSAGES/kwin.mo
+share/locale/br/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/br/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/br/LC_MESSAGES/kcmkwm.mo
+share/locale/br/LC_MESSAGES/kwin.mo
+share/locale/bs/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/bs/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/bs/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/bs/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/bs/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/bs/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/bs/LC_MESSAGES/kcmkwm.mo
+share/locale/bs/LC_MESSAGES/kwin.mo
+share/locale/ca/LC_MESSAGES/kcm_animations.mo
+share/locale/ca/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/ca/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/ca/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/ca/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/ca/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/ca/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/ca/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/ca/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/ca/LC_MESSAGES/kcmkwincommon.mo
+share/locale/ca/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/ca/LC_MESSAGES/kcmkwm.mo
+share/locale/ca/LC_MESSAGES/kwin.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_animations.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmkwincommon.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmkwm.mo
+share/locale/ca@valencia/LC_MESSAGES/kwin.mo
+share/locale/cs/LC_MESSAGES/kcm_animations.mo
+share/locale/cs/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/cs/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/cs/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/cs/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/cs/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/cs/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/cs/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/cs/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/cs/LC_MESSAGES/kcmkwincommon.mo
+share/locale/cs/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/cs/LC_MESSAGES/kcmkwm.mo
+share/locale/cs/LC_MESSAGES/kwin.mo
+share/locale/csb/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/csb/LC_MESSAGES/kwin.mo
+share/locale/cy/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/cy/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/cy/LC_MESSAGES/kcmkwm.mo
+share/locale/cy/LC_MESSAGES/kwin.mo
+share/locale/da/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/da/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/da/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/da/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/da/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/da/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/da/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/da/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/da/LC_MESSAGES/kcmkwincommon.mo
+share/locale/da/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/da/LC_MESSAGES/kcmkwm.mo
+share/locale/da/LC_MESSAGES/kwin.mo
+share/locale/de/LC_MESSAGES/kcm_animations.mo
+share/locale/de/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/de/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/de/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/de/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/de/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/de/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/de/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/de/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/de/LC_MESSAGES/kcmkwincommon.mo
+share/locale/de/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/de/LC_MESSAGES/kcmkwm.mo
+share/locale/de/LC_MESSAGES/kwin.mo
+share/locale/el/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/el/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/el/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/el/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/el/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/el/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/el/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/el/LC_MESSAGES/kcmkwm.mo
+share/locale/el/LC_MESSAGES/kwin.mo
+share/locale/en_GB/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/en_GB/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/en_GB/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/en_GB/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/en_GB/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/en_GB/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/en_GB/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/en_GB/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/en_GB/LC_MESSAGES/kcmkwincommon.mo
+share/locale/en_GB/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/en_GB/LC_MESSAGES/kcmkwm.mo
+share/locale/en_GB/LC_MESSAGES/kwin.mo
+share/locale/eo/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/eo/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/eo/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/eo/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/eo/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/eo/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/eo/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/eo/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/eo/LC_MESSAGES/kcmkwincommon.mo
+share/locale/eo/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/eo/LC_MESSAGES/kcmkwm.mo
+share/locale/eo/LC_MESSAGES/kwin.mo
+share/locale/es/LC_MESSAGES/kcm_animations.mo
+share/locale/es/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/es/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/es/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/es/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/es/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/es/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/es/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/es/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/es/LC_MESSAGES/kcmkwincommon.mo
+share/locale/es/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/es/LC_MESSAGES/kcmkwm.mo
+share/locale/es/LC_MESSAGES/kwin.mo
+share/locale/et/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/et/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/et/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/et/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/et/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/et/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/et/LC_MESSAGES/kcmkwincommon.mo
+share/locale/et/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/et/LC_MESSAGES/kcmkwm.mo
+share/locale/et/LC_MESSAGES/kwin.mo
+share/locale/eu/LC_MESSAGES/kcm_animations.mo
+share/locale/eu/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/eu/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/eu/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/eu/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/eu/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/eu/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/eu/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/eu/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/eu/LC_MESSAGES/kcmkwincommon.mo
+share/locale/eu/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/eu/LC_MESSAGES/kcmkwm.mo
+share/locale/eu/LC_MESSAGES/kwin.mo
+share/locale/fa/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/fa/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/fa/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/fa/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/fa/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/fa/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/fa/LC_MESSAGES/kcmkwm.mo
+share/locale/fa/LC_MESSAGES/kwin.mo
+share/locale/fi/LC_MESSAGES/kcm_animations.mo
+share/locale/fi/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/fi/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/fi/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/fi/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/fi/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/fi/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/fi/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/fi/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/fi/LC_MESSAGES/kcmkwincommon.mo
+share/locale/fi/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/fi/LC_MESSAGES/kcmkwm.mo
+share/locale/fi/LC_MESSAGES/kwin.mo
+share/locale/fr/LC_MESSAGES/kcm_animations.mo
+share/locale/fr/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/fr/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/fr/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/fr/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/fr/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/fr/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/fr/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/fr/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/fr/LC_MESSAGES/kcmkwincommon.mo
+share/locale/fr/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/fr/LC_MESSAGES/kcmkwm.mo
+share/locale/fr/LC_MESSAGES/kwin.mo
+share/locale/fy/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/fy/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/fy/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/fy/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/fy/LC_MESSAGES/kcmkwm.mo
+share/locale/fy/LC_MESSAGES/kwin.mo
+share/locale/ga/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/ga/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/ga/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/ga/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/ga/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/ga/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/ga/LC_MESSAGES/kcmkwm.mo
+share/locale/ga/LC_MESSAGES/kwin.mo
+share/locale/gl/LC_MESSAGES/kcm_animations.mo
+share/locale/gl/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/gl/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/gl/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/gl/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/gl/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/gl/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/gl/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/gl/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/gl/LC_MESSAGES/kcmkwincommon.mo
+share/locale/gl/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/gl/LC_MESSAGES/kcmkwm.mo
+share/locale/gl/LC_MESSAGES/kwin.mo
+share/locale/gu/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/gu/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/gu/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/gu/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/gu/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/gu/LC_MESSAGES/kcmkwm.mo
+share/locale/gu/LC_MESSAGES/kwin.mo
+share/locale/he/LC_MESSAGES/kcm_animations.mo
+share/locale/he/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/he/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/he/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/he/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/he/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/he/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/he/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/he/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/he/LC_MESSAGES/kcmkwincommon.mo
+share/locale/he/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/he/LC_MESSAGES/kcmkwm.mo
+share/locale/he/LC_MESSAGES/kwin.mo
+share/locale/hi/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/hi/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/hi/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/hi/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/hi/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/hi/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/hi/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/hi/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/hi/LC_MESSAGES/kcmkwincommon.mo
+share/locale/hi/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/hi/LC_MESSAGES/kcmkwm.mo
+share/locale/hi/LC_MESSAGES/kwin.mo
+share/locale/hne/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/hne/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/hne/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/hne/LC_MESSAGES/kcmkwm.mo
+share/locale/hne/LC_MESSAGES/kwin.mo
+share/locale/hr/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/hr/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/hr/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/hr/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/hr/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/hr/LC_MESSAGES/kcmkwm.mo
+share/locale/hr/LC_MESSAGES/kwin.mo
+share/locale/hsb/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/hsb/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/hsb/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/hsb/LC_MESSAGES/kcmkwm.mo
+share/locale/hsb/LC_MESSAGES/kwin.mo
+share/locale/hu/LC_MESSAGES/kcm_animations.mo
+share/locale/hu/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/hu/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/hu/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/hu/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/hu/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/hu/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/hu/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/hu/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/hu/LC_MESSAGES/kcmkwincommon.mo
+share/locale/hu/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/hu/LC_MESSAGES/kcmkwm.mo
+share/locale/hu/LC_MESSAGES/kwin.mo
+share/locale/ia/LC_MESSAGES/kcm_animations.mo
+share/locale/ia/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/ia/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/ia/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/ia/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/ia/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/ia/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/ia/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/ia/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/ia/LC_MESSAGES/kcmkwincommon.mo
+share/locale/ia/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/ia/LC_MESSAGES/kcmkwm.mo
+share/locale/ia/LC_MESSAGES/kwin.mo
+share/locale/id/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/id/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/id/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/id/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/id/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/id/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/id/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/id/LC_MESSAGES/kcmkwincommon.mo
+share/locale/id/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/id/LC_MESSAGES/kcmkwm.mo
+share/locale/id/LC_MESSAGES/kwin.mo
+share/locale/is/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/is/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/is/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/is/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/is/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/is/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/is/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/is/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/is/LC_MESSAGES/kcmkwincommon.mo
+share/locale/is/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/is/LC_MESSAGES/kcmkwm.mo
+share/locale/is/LC_MESSAGES/kwin.mo
+share/locale/it/LC_MESSAGES/kcm_animations.mo
+share/locale/it/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/it/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/it/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/it/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/it/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/it/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/it/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/it/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/it/LC_MESSAGES/kcmkwincommon.mo
+share/locale/it/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/it/LC_MESSAGES/kcmkwm.mo
+share/locale/it/LC_MESSAGES/kwin.mo
+share/locale/ja/LC_MESSAGES/kcm_animations.mo
+share/locale/ja/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/ja/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/ja/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/ja/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/ja/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/ja/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/ja/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/ja/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/ja/LC_MESSAGES/kcmkwincommon.mo
+share/locale/ja/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/ja/LC_MESSAGES/kcmkwm.mo
+share/locale/ja/LC_MESSAGES/kwin.mo
+share/locale/ka/LC_MESSAGES/kcm_animations.mo
+share/locale/ka/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/ka/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/ka/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/ka/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/ka/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/ka/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/ka/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/ka/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/ka/LC_MESSAGES/kcmkwincommon.mo
+share/locale/ka/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/ka/LC_MESSAGES/kcmkwm.mo
+share/locale/ka/LC_MESSAGES/kwin.mo
+share/locale/kk/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/kk/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/kk/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/kk/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/kk/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/kk/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/kk/LC_MESSAGES/kcmkwm.mo
+share/locale/kk/LC_MESSAGES/kwin.mo
+share/locale/km/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/km/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/km/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/km/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/km/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/km/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/km/LC_MESSAGES/kcmkwm.mo
+share/locale/km/LC_MESSAGES/kwin.mo
+share/locale/kn/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/kn/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/kn/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/kn/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/kn/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/kn/LC_MESSAGES/kcmkwm.mo
+share/locale/kn/LC_MESSAGES/kwin.mo
+share/locale/ko/LC_MESSAGES/kcm_animations.mo
+share/locale/ko/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/ko/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/ko/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/ko/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/ko/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/ko/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/ko/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/ko/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/ko/LC_MESSAGES/kcmkwincommon.mo
+share/locale/ko/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/ko/LC_MESSAGES/kcmkwm.mo
+share/locale/ko/LC_MESSAGES/kwin.mo
+share/locale/ku/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/ku/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/ku/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/ku/LC_MESSAGES/kcmkwm.mo
+share/locale/ku/LC_MESSAGES/kwin.mo
+share/locale/lt/LC_MESSAGES/kcm_animations.mo
+share/locale/lt/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/lt/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/lt/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/lt/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/lt/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/lt/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/lt/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/lt/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/lt/LC_MESSAGES/kcmkwincommon.mo
+share/locale/lt/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/lt/LC_MESSAGES/kcmkwm.mo
+share/locale/lt/LC_MESSAGES/kwin.mo
+share/locale/lv/LC_MESSAGES/kcm_animations.mo
+share/locale/lv/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/lv/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/lv/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/lv/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/lv/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/lv/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/lv/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/lv/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/lv/LC_MESSAGES/kcmkwincommon.mo
+share/locale/lv/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/lv/LC_MESSAGES/kcmkwm.mo
+share/locale/lv/LC_MESSAGES/kwin.mo
+share/locale/mai/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/mai/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/mai/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/mai/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/mai/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/mai/LC_MESSAGES/kcmkwm.mo
+share/locale/mai/LC_MESSAGES/kwin.mo
+share/locale/mk/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/mk/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/mk/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/mk/LC_MESSAGES/kcmkwm.mo
+share/locale/mk/LC_MESSAGES/kwin.mo
+share/locale/ml/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/ml/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/ml/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/ml/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/ml/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/ml/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/ml/LC_MESSAGES/kcmkwincommon.mo
+share/locale/ml/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/ml/LC_MESSAGES/kcmkwm.mo
+share/locale/ml/LC_MESSAGES/kwin.mo
+share/locale/mr/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/mr/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/mr/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/mr/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/mr/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/mr/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/mr/LC_MESSAGES/kcmkwm.mo
+share/locale/mr/LC_MESSAGES/kwin.mo
+share/locale/ms/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/ms/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/ms/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/ms/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/ms/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/ms/LC_MESSAGES/kcmkwm.mo
+share/locale/ms/LC_MESSAGES/kwin.mo
+share/locale/nb/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/nb/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/nb/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/nb/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/nb/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/nb/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/nb/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/nb/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/nb/LC_MESSAGES/kcmkwincommon.mo
+share/locale/nb/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/nb/LC_MESSAGES/kcmkwm.mo
+share/locale/nb/LC_MESSAGES/kwin.mo
+share/locale/nds/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/nds/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/nds/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/nds/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/nds/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/nds/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/nds/LC_MESSAGES/kcmkwm.mo
+share/locale/nds/LC_MESSAGES/kwin.mo
+share/locale/ne/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/ne/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/ne/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/ne/LC_MESSAGES/kcmkwm.mo
+share/locale/ne/LC_MESSAGES/kwin.mo
+share/locale/nl/LC_MESSAGES/kcm_animations.mo
+share/locale/nl/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/nl/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/nl/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/nl/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/nl/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/nl/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/nl/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/nl/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/nl/LC_MESSAGES/kcmkwincommon.mo
+share/locale/nl/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/nl/LC_MESSAGES/kcmkwm.mo
+share/locale/nl/LC_MESSAGES/kwin.mo
+share/locale/nn/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/nn/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/nn/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/nn/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/nn/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/nn/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/nn/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/nn/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/nn/LC_MESSAGES/kcmkwincommon.mo
+share/locale/nn/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/nn/LC_MESSAGES/kcmkwm.mo
+share/locale/nn/LC_MESSAGES/kwin.mo
+share/locale/oc/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/oc/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/oc/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/oc/LC_MESSAGES/kcmkwm.mo
+share/locale/oc/LC_MESSAGES/kwin.mo
+share/locale/or/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/or/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/or/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/or/LC_MESSAGES/kcmkwm.mo
+share/locale/or/LC_MESSAGES/kwin.mo
+share/locale/pa/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/pa/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/pa/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/pa/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/pa/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/pa/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/pa/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/pa/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/pa/LC_MESSAGES/kcmkwincommon.mo
+share/locale/pa/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/pa/LC_MESSAGES/kcmkwm.mo
+share/locale/pa/LC_MESSAGES/kwin.mo
+share/locale/pl/LC_MESSAGES/kcm_animations.mo
+share/locale/pl/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/pl/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/pl/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/pl/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/pl/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/pl/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/pl/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/pl/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/pl/LC_MESSAGES/kcmkwincommon.mo
+share/locale/pl/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/pl/LC_MESSAGES/kcmkwm.mo
+share/locale/pl/LC_MESSAGES/kwin.mo
+share/locale/pt/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/pt/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/pt/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/pt/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/pt/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/pt/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/pt/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/pt/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/pt/LC_MESSAGES/kcmkwincommon.mo
+share/locale/pt/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/pt/LC_MESSAGES/kcmkwm.mo
+share/locale/pt/LC_MESSAGES/kwin.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_animations.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/pt_BR/LC_MESSAGES/kcmkwincommon.mo
+share/locale/pt_BR/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/pt_BR/LC_MESSAGES/kcmkwm.mo
+share/locale/pt_BR/LC_MESSAGES/kwin.mo
+share/locale/ro/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/ro/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/ro/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/ro/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/ro/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/ro/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/ro/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/ro/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/ro/LC_MESSAGES/kcmkwincommon.mo
+share/locale/ro/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/ro/LC_MESSAGES/kcmkwm.mo
+share/locale/ro/LC_MESSAGES/kwin.mo
+share/locale/ru/LC_MESSAGES/kcm_animations.mo
+share/locale/ru/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/ru/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/ru/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/ru/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/ru/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/ru/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/ru/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/ru/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/ru/LC_MESSAGES/kcmkwincommon.mo
+share/locale/ru/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/ru/LC_MESSAGES/kcmkwm.mo
+share/locale/ru/LC_MESSAGES/kwin.mo
+share/locale/sa/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/sa/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/sa/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/sa/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/sa/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/sa/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/sa/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/sa/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/sa/LC_MESSAGES/kcmkwincommon.mo
+share/locale/sa/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/sa/LC_MESSAGES/kcmkwm.mo
+share/locale/sa/LC_MESSAGES/kwin.mo
+share/locale/se/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/se/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/se/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/se/LC_MESSAGES/kcmkwincommon.mo
+share/locale/se/LC_MESSAGES/kcmkwm.mo
+share/locale/se/LC_MESSAGES/kwin.mo
+share/locale/si/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/si/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/si/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/si/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/si/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/si/LC_MESSAGES/kcmkwm.mo
+share/locale/si/LC_MESSAGES/kwin.mo
+share/locale/sk/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/sk/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/sk/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/sk/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/sk/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/sk/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/sk/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/sk/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/sk/LC_MESSAGES/kcmkwincommon.mo
+share/locale/sk/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/sk/LC_MESSAGES/kcmkwm.mo
+share/locale/sk/LC_MESSAGES/kwin.mo
+share/locale/sl/LC_MESSAGES/kcm_animations.mo
+share/locale/sl/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/sl/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/sl/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/sl/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/sl/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/sl/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/sl/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/sl/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/sl/LC_MESSAGES/kcmkwincommon.mo
+share/locale/sl/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/sl/LC_MESSAGES/kcmkwm.mo
+share/locale/sl/LC_MESSAGES/kwin.mo
+share/locale/sq/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/sq/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/sq/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/sq/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/sq/LC_MESSAGES/kcmkwm.mo
+share/locale/sq/LC_MESSAGES/kwin.mo
+share/locale/sr/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/sr/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/sr/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/sr/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/sr/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/sr/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/sr/LC_MESSAGES/kcmkwm.mo
+share/locale/sr/LC_MESSAGES/kwin.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmkwm.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kwin.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkwm.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/sr@latin/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/sr@latin/LC_MESSAGES/kcmkwm.mo
+share/locale/sr@latin/LC_MESSAGES/kwin.mo
+share/locale/sv/LC_MESSAGES/kcm_animations.mo
+share/locale/sv/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/sv/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/sv/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/sv/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/sv/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/sv/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/sv/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/sv/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/sv/LC_MESSAGES/kcmkwincommon.mo
+share/locale/sv/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/sv/LC_MESSAGES/kcmkwm.mo
+share/locale/sv/LC_MESSAGES/kwin.mo
+share/locale/ta/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/ta/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/ta/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/ta/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/ta/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/ta/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/ta/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/ta/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/ta/LC_MESSAGES/kcmkwincommon.mo
+share/locale/ta/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/ta/LC_MESSAGES/kcmkwm.mo
+share/locale/ta/LC_MESSAGES/kwin.mo
+share/locale/te/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/te/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/te/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/te/LC_MESSAGES/kcmkwm.mo
+share/locale/te/LC_MESSAGES/kwin.mo
+share/locale/tg/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/tg/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/tg/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/tg/LC_MESSAGES/kcmkwincommon.mo
+share/locale/tg/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/tg/LC_MESSAGES/kcmkwm.mo
+share/locale/tg/LC_MESSAGES/kwin.mo
+share/locale/th/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/th/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/th/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/th/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/th/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/th/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/th/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/th/LC_MESSAGES/kcmkwincommon.mo
+share/locale/th/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/th/LC_MESSAGES/kcmkwm.mo
+share/locale/th/LC_MESSAGES/kwin.mo
+share/locale/tok/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/tr/LC_MESSAGES/kcm_animations.mo
+share/locale/tr/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/tr/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/tr/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/tr/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/tr/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/tr/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/tr/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/tr/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/tr/LC_MESSAGES/kcmkwincommon.mo
+share/locale/tr/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/tr/LC_MESSAGES/kcmkwm.mo
+share/locale/tr/LC_MESSAGES/kwin.mo
+share/locale/ug/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/ug/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/ug/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/ug/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/ug/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/ug/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/ug/LC_MESSAGES/kcmkwm.mo
+share/locale/ug/LC_MESSAGES/kwin.mo
+share/locale/uk/LC_MESSAGES/kcm_animations.mo
+share/locale/uk/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/uk/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/uk/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/uk/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/uk/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/uk/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/uk/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/uk/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/uk/LC_MESSAGES/kcmkwincommon.mo
+share/locale/uk/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/uk/LC_MESSAGES/kcmkwm.mo
+share/locale/uk/LC_MESSAGES/kwin.mo
+share/locale/uz/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/uz/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/uz/LC_MESSAGES/kcmkwm.mo
+share/locale/uz/LC_MESSAGES/kwin.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmkwm.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kwin.mo
+share/locale/vi/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/vi/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/vi/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/vi/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/vi/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/vi/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/vi/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/vi/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/vi/LC_MESSAGES/kcmkwincommon.mo
+share/locale/vi/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/vi/LC_MESSAGES/kcmkwm.mo
+share/locale/vi/LC_MESSAGES/kwin.mo
+share/locale/wa/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/wa/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/wa/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/wa/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/wa/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/wa/LC_MESSAGES/kcmkwm.mo
+share/locale/wa/LC_MESSAGES/kwin.mo
+share/locale/xh/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/xh/LC_MESSAGES/kcmkwm.mo
+share/locale/xh/LC_MESSAGES/kwin.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_animations.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/zh_CN/LC_MESSAGES/kcmkwincommon.mo
+share/locale/zh_CN/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/zh_CN/LC_MESSAGES/kcmkwm.mo
+share/locale/zh_CN/LC_MESSAGES/kwin.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_animations.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_kwin_effects.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_kwin_scripts.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_kwindecoration.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_kwintabbox.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_kwinxwayland.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_virtualkeyboard.mo
+share/locale/zh_TW/LC_MESSAGES/kcmkwincommon.mo
+share/locale/zh_TW/LC_MESSAGES/kcmkwinscreenedges.mo
+share/locale/zh_TW/LC_MESSAGES/kcmkwm.mo
+share/locale/zh_TW/LC_MESSAGES/kwin.mo
+share/qlogging-categories6/org_kde_kwin.categories
diff --git a/plasma6-kwin/TODO b/plasma6-kwin/TODO
new file mode 100644
index 0000000000..6bbd3c91c7
--- /dev/null
+++ b/plasma6-kwin/TODO
@@ -0,0 +1 @@
+unresolved libinput functions
diff --git a/plasma6-kwin/distinfo b/plasma6-kwin/distinfo
new file mode 100644
index 0000000000..0d242d0eee
--- /dev/null
+++ b/plasma6-kwin/distinfo
@@ -0,0 +1,9 @@
+$NetBSD$
+
+BLAKE2s (kwin-6.5.2.tar.xz) = 0b1bcaf1ab42abe75f75eb2900293da3b66fedbceb93791db9a1e4b849835254
+SHA512 (kwin-6.5.2.tar.xz) = 547a276c0f2d4e5d806bd6917f490a576c975fbd08e4dd59f78697c5903332eef51a46be7454f56025c5a9e8faa3766323beb19a9970f265f27651e9f19d8cce
+Size (kwin-6.5.2.tar.xz) = 8797584 bytes
+SHA1 (patch-cmake_modules_Findhwdata.cmake) = bcd738a30acc86a95787da05bcd7e8630043de81
+SHA1 (patch-src_plugins_screencast_pipewirecore.cpp) = 3544fa634925177a77c057fe1eb860935611cd88
+SHA1 (patch-src_utils_CMakeLists.txt) = 70c474c5d6d50530be5ca2c0bf31eb7165098ac1
+SHA1 (patch-src_utils_ramfile.cpp) = c7dc38ba2cc2fb5ccdb4a5c77a0361cddfcf7b6f
diff --git a/plasma6-kwin/patches/patch-cmake_modules_Findhwdata.cmake b/plasma6-kwin/patches/patch-cmake_modules_Findhwdata.cmake
new file mode 100644
index 0000000000..80d3d0e191
--- /dev/null
+++ b/plasma6-kwin/patches/patch-cmake_modules_Findhwdata.cmake
@@ -0,0 +1,17 @@
+$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()
diff --git a/plasma6-kwin/patches/patch-src_plugins_screencast_pipewirecore.cpp b/plasma6-kwin/patches/patch-src_plugins_screencast_pipewirecore.cpp
new file mode 100644
index 0000000000..64be173fe5
--- /dev/null
+++ b/plasma6-kwin/patches/patch-src_plugins_screencast_pipewirecore.cpp
@@ -0,0 +1,28 @@
+$NetBSD$
+
+--- src/plugins/screencast/pipewirecore.cpp.orig 2025-11-04 14:59:40.000000000 +0000
++++ src/plugins/screencast/pipewirecore.cpp
+@@ -19,7 +19,11 @@ namespace KWin
+
+ PipeWireCore::PipeWireCore()
+ {
++#if !defined(__FreeBSD__) && !defined(__NetBSD__)
+ pw_init(nullptr, nullptr);
++#else
++ pipewire_init(nullptr, nullptr);
++#endif
+ pwCoreEvents.version = PW_VERSION_CORE_EVENTS;
+ pwCoreEvents.error = &PipeWireCore::onCoreError;
+ }
+@@ -42,7 +46,11 @@ PipeWireCore::~PipeWireCore()
+ pw_loop_destroy(pwMainLoop);
+ }
+
++#if !defined(__FreeBSD__) && !defined(__NetBSD__)
+ pw_deinit();
++#else
++ pipewire_deinit();
++#endif
+ }
+
+ void PipeWireCore::onCoreError(void *data, uint32_t id, int seq, int res, const char *message)
diff --git a/plasma6-kwin/patches/patch-src_utils_CMakeLists.txt b/plasma6-kwin/patches/patch-src_utils_CMakeLists.txt
new file mode 100644
index 0000000000..df8f494f6e
--- /dev/null
+++ b/plasma6-kwin/patches/patch-src_utils_CMakeLists.txt
@@ -0,0 +1,15 @@
+$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}")
diff --git a/plasma6-kwin/patches/patch-src_utils_ramfile.cpp b/plasma6-kwin/patches/patch-src_utils_ramfile.cpp
new file mode 100644
index 0000000000..d3309de222
--- /dev/null
+++ b/plasma6-kwin/patches/patch-src_utils_ramfile.cpp
@@ -0,0 +1,37 @@
+$NetBSD$
+
+Follow OpenBSD in commenting out some code that doesn't build
+
+--- src/utils/ramfile.cpp.orig 2025-11-04 14:59:51.000000000 +0000
++++ src/utils/ramfile.cpp
+@@ -78,6 +78,7 @@ RamFile::RamFile(const char *name, const
+ m_tmp->unmap(data);
+ #endif
+
++ /*
+ int seals = F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_SEAL;
+ if (flags.testFlag(RamFile::Flag::SealWrite)) {
+ seals |= F_SEAL_WRITE;
+@@ -86,6 +87,7 @@ RamFile::RamFile(const char *name, const
+ if (fcntl(fd(), F_ADD_SEALS, seals) != 0) {
+ qCDebug(KWIN_CORE).nospace() << name << ": Failed to seal RamFile: " << strerror(errno);
+ }
++ */
+
+ guard.dismiss();
+ }
+@@ -137,12 +139,14 @@ RamFile::Flags RamFile::effectiveFlags()
+ {
+ Flags flags = {};
+
++ /*
+ const int seals = fcntl(fd(), F_GET_SEALS);
+ if (seals > 0) {
+ if (seals & F_SEAL_WRITE) {
+ flags.setFlag(Flag::SealWrite);
+ }
+ }
++ */
+
+ return flags;
+ }
Home |
Main Index |
Thread Index |
Old Index