pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
plasma6-kwin-x11: 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:13:10 2026 +1300
Changeset: d176cfffd09002cb8b23ae7539d623a679d9c6b3
Modified Files:
Makefile
Added Files:
plasma6-kwin-x11/DESCR
plasma6-kwin-x11/Makefile
plasma6-kwin-x11/PLIST
plasma6-kwin-x11/distinfo
plasma6-kwin-x11/patches/patch-cmake_modules_Findhwdata.cmake
plasma6-kwin-x11/patches/patch-src_utils_CMakeLists.txt
plasma6-kwin-x11/patches/patch-src_utils_ramfile.cpp
Log Message:
plasma6-kwin-x11: add version 6.5.2
KWin/X11 is an X11 window manager and a compositing manager. Its primary
usage is in conjunction with a Desktop Shell (e.g. KDE Plasma Desktop).
KWin/X11 is designed to go out of the way; users should not notice that
they use a window manager at all. Nevertheless KWin/X11 provides a steep
learning curve for advanced features, which are available, if they do not
conflict with the primary mission. KWin does not have a dedicated targeted
user group, but follows the targeted user group of the Desktop Shell using
KWin/X11 as it's window manager.
KWin is not...
* a standalone window manager (c.f. openbox, i3) and does not provide any
functionality belonging to a Desktop Shell.
* a replacement for window managers designed for use with a specific
Desktop Shell (e.g. GNOME Shell)
* a minimalistic window manager
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d176cfffd09002cb8b23ae7539d623a679d9c6b3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
plasma6-kwin-x11/DESCR | 15 +
plasma6-kwin-x11/Makefile | 66 +
plasma6-kwin-x11/PLIST | 1494 ++++++++++++++++++++
plasma6-kwin-x11/distinfo | 8 +
.../patches/patch-cmake_modules_Findhwdata.cmake | 17 +
.../patches/patch-src_utils_CMakeLists.txt | 15 +
.../patches/patch-src_utils_ramfile.cpp | 37 +
8 files changed, 1653 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 6f4f9a9fcc..e312cf82cb 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-x11
SUBDIR+= plasma6-spectacle
SUBDIR+= plasti
SUBDIR+= plconfig
diff --git a/plasma6-kwin-x11/DESCR b/plasma6-kwin-x11/DESCR
new file mode 100644
index 0000000000..255d1440ff
--- /dev/null
+++ b/plasma6-kwin-x11/DESCR
@@ -0,0 +1,15 @@
+KWin/X11 is an X11 window manager and a compositing manager. Its primary
+usage is in conjunction with a Desktop Shell (e.g. KDE Plasma Desktop).
+KWin/X11 is designed to go out of the way; users should not notice that
+they use a window manager at all. Nevertheless KWin/X11 provides a steep
+learning curve for advanced features, which are available, if they do not
+conflict with the primary mission. KWin does not have a dedicated targeted
+user group, but follows the targeted user group of the Desktop Shell using
+KWin/X11 as it's window manager.
+
+KWin is not...
+ * a standalone window manager (c.f. openbox, i3) and does not provide any
+ functionality belonging to a Desktop Shell.
+ * a replacement for window managers designed for use with a specific
+ Desktop Shell (e.g. GNOME Shell)
+ * a minimalistic window manager
diff --git a/plasma6-kwin-x11/Makefile b/plasma6-kwin-x11/Makefile
new file mode 100644
index 0000000000..a16faef3c4
--- /dev/null
+++ b/plasma6-kwin-x11/Makefile
@@ -0,0 +1,66 @@
+# $NetBSD: Makefile,v 1.25 2016/01/10 20:01:05 markd Exp $
+
+DISTNAME= kwin-x11-${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"
+
+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-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 "../../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-headers/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-x11/PLIST b/plasma6-kwin-x11/PLIST
new file mode 100644
index 0000000000..b09dc1e5a7
--- /dev/null
+++ b/plasma6-kwin-x11/PLIST
@@ -0,0 +1,1494 @@
+@comment $NetBSD$
+bin/kwin_x11
+include/kwin-x11/activities.h
+include/kwin-x11/appmenu.h
+include/kwin-x11/atoms.h
+include/kwin-x11/client_machine.h
+include/kwin-x11/compositor.h
+include/kwin-x11/config-kwin.h
+include/kwin-x11/core/colorlut3d.h
+include/kwin-x11/core/colorpipeline.h
+include/kwin-x11/core/colorpipelinestage.h
+include/kwin-x11/core/colorspace.h
+include/kwin-x11/core/colortransformation.h
+include/kwin-x11/core/drmdevice.h
+include/kwin-x11/core/gbmgraphicsbufferallocator.h
+include/kwin-x11/core/graphicsbuffer.h
+include/kwin-x11/core/graphicsbufferallocator.h
+include/kwin-x11/core/graphicsbufferview.h
+include/kwin-x11/core/iccprofile.h
+include/kwin-x11/core/inputbackend.h
+include/kwin-x11/core/inputdevice.h
+include/kwin-x11/core/output.h
+include/kwin-x11/core/outputbackend.h
+include/kwin-x11/core/outputconfiguration.h
+include/kwin-x11/core/outputlayer.h
+include/kwin-x11/core/overlaywindow.h
+include/kwin-x11/core/pixelgrid.h
+include/kwin-x11/core/renderbackend.h
+include/kwin-x11/core/renderjournal.h
+include/kwin-x11/core/renderlayer.h
+include/kwin-x11/core/renderlayerdelegate.h
+include/kwin-x11/core/renderloop.h
+include/kwin-x11/core/renderloop_p.h
+include/kwin-x11/core/rendertarget.h
+include/kwin-x11/core/renderviewport.h
+include/kwin-x11/core/session.h
+include/kwin-x11/core/session_consolekit.h
+include/kwin-x11/core/session_logind.h
+include/kwin-x11/core/session_noop.h
+include/kwin-x11/core/shmgraphicsbufferallocator.h
+include/kwin-x11/cursor.h
+include/kwin-x11/cursorsource.h
+include/kwin-x11/dbusinterface.h
+include/kwin-x11/debug_console.h
+include/kwin-x11/effect/animationeffect.h
+include/kwin-x11/effect/effect.h
+include/kwin-x11/effect/effecthandler.h
+include/kwin-x11/effect/effecttogglablestate.h
+include/kwin-x11/effect/effectwindow.h
+include/kwin-x11/effect/globals.h
+include/kwin-x11/effect/offscreeneffect.h
+include/kwin-x11/effect/offscreenquickview.h
+include/kwin-x11/effect/quickeffect.h
+include/kwin-x11/effect/timeline.h
+include/kwin-x11/effect/xcb.h
+include/kwin-x11/focuschain.h
+include/kwin-x11/ftrace.h
+include/kwin-x11/gestures.h
+include/kwin-x11/globalshortcuts.h
+include/kwin-x11/group.h
+include/kwin-x11/idle_inhibition.h
+include/kwin-x11/idledetector.h
+include/kwin-x11/input.h
+include/kwin-x11/input_event.h
+include/kwin-x11/input_event_spy.h
+include/kwin-x11/inputmethod.h
+include/kwin-x11/inputpanelv1integration.h
+include/kwin-x11/inputpanelv1window.h
+include/kwin-x11/internalwindow.h
+include/kwin-x11/keyboard_input.h
+include/kwin-x11/keyboard_layout.h
+include/kwin-x11/keyboard_layout_switching.h
+include/kwin-x11/keyboard_repeat.h
+include/kwin-x11/killwindow.h
+include/kwin-x11/kscreenintegration.h
+include/kwin-x11/kwin_export.h
+include/kwin-x11/layershellv1integration.h
+include/kwin-x11/layershellv1window.h
+include/kwin-x11/lidswitchtracker.h
+include/kwin-x11/main.h
+include/kwin-x11/mousebuttons.h
+include/kwin-x11/netinfo.h
+include/kwin-x11/onscreennotification.h
+include/kwin-x11/opengl/abstract_opengl_context_attribute_builder.h
+include/kwin-x11/opengl/egl_context_attribute_builder.h
+include/kwin-x11/opengl/eglcontext.h
+include/kwin-x11/opengl/egldisplay.h
+include/kwin-x11/opengl/eglimagetexture.h
+include/kwin-x11/opengl/eglnativefence.h
+include/kwin-x11/opengl/eglswapchain.h
+include/kwin-x11/opengl/eglutils_p.h
+include/kwin-x11/opengl/glframebuffer.h
+include/kwin-x11/opengl/gllut.h
+include/kwin-x11/opengl/gllut3D.h
+include/kwin-x11/opengl/glplatform.h
+include/kwin-x11/opengl/glrendertimequery.h
+include/kwin-x11/opengl/glshader.h
+include/kwin-x11/opengl/glshadermanager.h
+include/kwin-x11/opengl/gltexture.h
+include/kwin-x11/opengl/gltexture_p.h
+include/kwin-x11/opengl/glutils.h
+include/kwin-x11/opengl/glvertexbuffer.h
+include/kwin-x11/opengl/openglcontext.h
+include/kwin-x11/options.h
+include/kwin-x11/osd.h
+include/kwin-x11/outline.h
+include/kwin-x11/outputconfigurationstore.h
+include/kwin-x11/placeholderoutput.h
+include/kwin-x11/placement.h
+include/kwin-x11/placementtracker.h
+include/kwin-x11/plugin.h
+include/kwin-x11/pluginmanager.h
+include/kwin-x11/pointer_input.h
+include/kwin-x11/rulebooksettings.h
+include/kwin-x11/rules.h
+include/kwin-x11/scene/borderoutline.h
+include/kwin-x11/scene/borderradius.h
+include/kwin-x11/scene/cursordelegate_opengl.h
+include/kwin-x11/scene/cursordelegate_qpainter.h
+include/kwin-x11/scene/cursoritem.h
+include/kwin-x11/scene/cursorscene.h
+include/kwin-x11/scene/decorationitem.h
+include/kwin-x11/scene/dndiconitem.h
+include/kwin-x11/scene/imageitem.h
+include/kwin-x11/scene/item.h
+include/kwin-x11/scene/itemgeometry.h
+include/kwin-x11/scene/itemrenderer.h
+include/kwin-x11/scene/itemrenderer_opengl.h
+include/kwin-x11/scene/itemrenderer_qpainter.h
+include/kwin-x11/scene/outlinedborderitem.h
+include/kwin-x11/scene/rootitem.h
+include/kwin-x11/scene/scene.h
+include/kwin-x11/scene/shadowitem.h
+include/kwin-x11/scene/surfaceitem.h
+include/kwin-x11/scene/surfaceitem_internal.h
+include/kwin-x11/scene/surfaceitem_wayland.h
+include/kwin-x11/scene/surfaceitem_x11.h
+include/kwin-x11/scene/windowitem.h
+include/kwin-x11/scene/workspacescene.h
+include/kwin-x11/scene/workspacescene_opengl.h
+include/kwin-x11/scene/workspacescene_qpainter.h
+include/kwin-x11/screenedge.h
+include/kwin-x11/screenlockerwatcher.h
+include/kwin-x11/shadow.h
+include/kwin-x11/sm.h
+include/kwin-x11/tablet_input.h
+include/kwin-x11/tabletmodemanager.h
+include/kwin-x11/touch_input.h
+include/kwin-x11/useractions.h
+include/kwin-x11/utils/c_ptr.h
+include/kwin-x11/utils/common.h
+include/kwin-x11/utils/cursortheme.h
+include/kwin-x11/utils/damagejournal.h
+include/kwin-x11/utils/drm_format_helper.h
+include/kwin-x11/utils/edid.h
+include/kwin-x11/utils/executable_path.h
+include/kwin-x11/utils/filedescriptor.h
+include/kwin-x11/utils/kernel.h
+include/kwin-x11/utils/memorymap.h
+include/kwin-x11/utils/orientationsensor.h
+include/kwin-x11/utils/ramfile.h
+include/kwin-x11/utils/realtime.h
+include/kwin-x11/utils/resource.h
+include/kwin-x11/utils/serviceutils.h
+include/kwin-x11/utils/softwarevsyncmonitor.h
+include/kwin-x11/utils/subsurfacemonitor.h
+include/kwin-x11/utils/udev.h
+include/kwin-x11/utils/version.h
+include/kwin-x11/utils/vsyncmonitor.h
+include/kwin-x11/utils/xcbutils.h
+include/kwin-x11/virtualdesktops.h
+include/kwin-x11/virtualdesktopsdbustypes.h
+include/kwin-x11/virtualkeyboard_dbus.h
+include/kwin-x11/wayland/alphamodifier_v1.h
+include/kwin-x11/wayland/appmenu.h
+include/kwin-x11/wayland/blur.h
+include/kwin-x11/wayland/clientconnection.h
+include/kwin-x11/wayland/colormanagement_v1.h
+include/kwin-x11/wayland/compositor.h
+include/kwin-x11/wayland/contenttype_v1.h
+include/kwin-x11/wayland/contrast.h
+include/kwin-x11/wayland/cursorshape_v1.h
+include/kwin-x11/wayland/datacontroldevice_v1.h
+include/kwin-x11/wayland/datacontroldevicemanager_v1.h
+include/kwin-x11/wayland/datacontroloffer_v1.h
+include/kwin-x11/wayland/datacontrolsource_v1.h
+include/kwin-x11/wayland/datadevice.h
+include/kwin-x11/wayland/datadevicemanager.h
+include/kwin-x11/wayland/dataoffer.h
+include/kwin-x11/wayland/datasource.h
+include/kwin-x11/wayland/display.h
+include/kwin-x11/wayland/dpms.h
+include/kwin-x11/wayland/externalbrightness_v1.h
+include/kwin-x11/wayland/fractionalscale_v1.h
+include/kwin-x11/wayland/frog_colormanagement_v1.h
+include/kwin-x11/wayland/idle.h
+include/kwin-x11/wayland/idleinhibit_v1.h
+include/kwin-x11/wayland/idlenotify_v1.h
+include/kwin-x11/wayland/inputmethod_v1.h
+include/kwin-x11/wayland/keyboard.h
+include/kwin-x11/wayland/keyboard_shortcuts_inhibit_v1.h
+include/kwin-x11/wayland/keystate.h
+include/kwin-x11/wayland/layershell_v1.h
+include/kwin-x11/wayland/linux_drm_syncobj_v1.h
+include/kwin-x11/wayland/lockscreen_overlay_v1.h
+include/kwin-x11/wayland/output.h
+include/kwin-x11/wayland/output_order_v1.h
+include/kwin-x11/wayland/outputdevice_v2.h
+include/kwin-x11/wayland/outputmanagement_v2.h
+include/kwin-x11/wayland/plasmashell.h
+include/kwin-x11/wayland/plasmavirtualdesktop.h
+include/kwin-x11/wayland/plasmawindowmanagement.h
+include/kwin-x11/wayland/pointer.h
+include/kwin-x11/wayland/pointerconstraints_v1.h
+include/kwin-x11/wayland/pointergestures_v1.h
+include/kwin-x11/wayland/presentationtime.h
+include/kwin-x11/wayland/primaryselectiondevice_v1.h
+include/kwin-x11/wayland/primaryselectiondevicemanager_v1.h
+include/kwin-x11/wayland/primaryselectionoffer_v1.h
+include/kwin-x11/wayland/primaryselectionsource_v1.h
+include/kwin-x11/wayland/quirks.h
+include/kwin-x11/wayland/qwayland-server-alpha-modifier-v1.h
+include/kwin-x11/wayland/qwayland-server-color-management-v1.h
+include/kwin-x11/wayland/qwayland-server-content-type-v1.h
+include/kwin-x11/wayland/qwayland-server-frog-color-management-v1.h
+include/kwin-x11/wayland/qwayland-server-kde-external-brightness-v1.h
+include/kwin-x11/wayland/qwayland-server-linux-drm-syncobj-v1.h
+include/kwin-x11/wayland/qwayland-server-presentation-time.h
+include/kwin-x11/wayland/relativepointer_v1.h
+include/kwin-x11/wayland/screencast_v1.h
+include/kwin-x11/wayland/screenedge_v1.h
+include/kwin-x11/wayland/seat.h
+include/kwin-x11/wayland/securitycontext_v1.h
+include/kwin-x11/wayland/server_decoration.h
+include/kwin-x11/wayland/server_decoration_palette.h
+include/kwin-x11/wayland/shadow.h
+include/kwin-x11/wayland/slide.h
+include/kwin-x11/wayland/subcompositor.h
+include/kwin-x11/wayland/surface.h
+include/kwin-x11/wayland/tablet_v2.h
+include/kwin-x11/wayland/tearingcontrol_v1.h
+include/kwin-x11/wayland/textinput_v1.h
+include/kwin-x11/wayland/textinput_v2.h
+include/kwin-x11/wayland/textinput_v3.h
+include/kwin-x11/wayland/touch.h
+include/kwin-x11/wayland/viewporter.h
+include/kwin-x11/wayland/wayland-alpha-modifier-v1-server-protocol.h
+include/kwin-x11/wayland/wayland-color-management-v1-server-protocol.h
+include/kwin-x11/wayland/wayland-content-type-v1-server-protocol.h
+include/kwin-x11/wayland/wayland-frog-color-management-v1-server-protocol.h
+include/kwin-x11/wayland/wayland-kde-external-brightness-v1-server-protocol.h
+include/kwin-x11/wayland/wayland-linux-drm-syncobj-v1-server-protocol.h
+include/kwin-x11/wayland/wayland-presentation-time-server-protocol.h
+include/kwin-x11/wayland/xdgactivation_v1.h
+include/kwin-x11/wayland/xdgdecoration_v1.h
+include/kwin-x11/wayland/xdgdialog_v1.h
+include/kwin-x11/wayland/xdgforeign_v2.h
+include/kwin-x11/wayland/xdgoutput_v1.h
+include/kwin-x11/wayland/xdgshell.h
+include/kwin-x11/wayland/xdgsystembell_v1.h
+include/kwin-x11/wayland/xdgtoplevelicon_v1.h
+include/kwin-x11/wayland/xwaylandkeyboardgrab_v1.h
+include/kwin-x11/wayland/xwaylandshell_v1.h
+include/kwin-x11/wayland_server.h
+include/kwin-x11/waylandshellintegration.h
+include/kwin-x11/waylandwindow.h
+include/kwin-x11/window.h
+include/kwin-x11/workspace.h
+include/kwin-x11/x11eventfilter.h
+include/kwin-x11/x11window.h
+include/kwin-x11/xdgactivationv1.h
+include/kwin-x11/xdgshellintegration.h
+include/kwin-x11/xdgshellwindow.h
+include/kwin-x11/xkb.h
+lib/cmake/KWinX11/KWinX11Config.cmake
+lib/cmake/KWinX11/KWinX11ConfigVersion.cmake
+lib/cmake/KWinX11/KWinX11Targets-noconfig.cmake
+lib/cmake/KWinX11/KWinX11Targets.cmake
+lib/cmake/KWinX11DBusInterface/KWinX11DBusInterfaceConfig.cmake
+lib/kconf_update_bin/kwin-6.0-delete-desktop-switching-shortcuts-x11
+lib/kconf_update_bin/kwin-6.0-remove-breeze-tabbox-default-x11
+lib/kconf_update_bin/kwin-6.0-reset-active-mouse-screen-x11
+lib/kconf_update_bin/kwin-6.1-remove-gridview-expose-shortcuts-x11
+lib/kconf_update_bin/kwin-6.5-showpaint-changes-x11
+lib/kconf_update_bin/kwin5_update_default_rules_x11
+lib/libkcmkwincommon-x11.so.6
+lib/libkcmkwincommon-x11.so.${PKGVERSION}
+lib/libkwin-x11.so
+lib/libkwin-x11.so.6
+lib/libkwin-x11.so.${PKGVERSION}
+lib/systemd/user/plasma-kwin_x11.service
+libexec/kwin-applywindowdecoration-x11
+libexec/kwin_killer_helper_x11
+qt6/plugins/kf6/packagestructure/kwin_aurorae_x11.so
+qt6/plugins/kf6/packagestructure/kwin_decoration_x11.so
+qt6/plugins/kf6/packagestructure/kwin_effect_x11.so
+qt6/plugins/kf6/packagestructure/kwin_scripts_x11.so
+qt6/plugins/kf6/packagestructure/kwin_windowswitcher_x11.so
+qt6/plugins/kwin-x11/effects/configs/kcm_kwin4_genericscripted.so
+qt6/plugins/kwin-x11/effects/configs/kwin_blur_config.so
+qt6/plugins/kwin-x11/effects/configs/kwin_diminactive_config.so
+qt6/plugins/kwin-x11/effects/configs/kwin_glide_config.so
+qt6/plugins/kwin-x11/effects/configs/kwin_magiclamp_config.so
+qt6/plugins/kwin-x11/effects/configs/kwin_mouseclick_config.so
+qt6/plugins/kwin-x11/effects/configs/kwin_mousemark_config.so
+qt6/plugins/kwin-x11/effects/configs/kwin_overview_config.so
+qt6/plugins/kwin-x11/effects/configs/kwin_slide_config.so
+qt6/plugins/kwin-x11/effects/configs/kwin_thumbnailaside_config.so
+qt6/plugins/kwin-x11/effects/configs/kwin_tileseditor_config.so
+qt6/plugins/kwin-x11/effects/configs/kwin_trackmouse_config.so
+qt6/plugins/kwin-x11/effects/configs/kwin_windowview_config.so
+qt6/plugins/kwin-x11/effects/configs/kwin_wobblywindows_config.so
+qt6/plugins/kwin-x11/plugins/krunnerintegration.so
+qt6/plugins/kwin-x11/plugins/nightlight.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_animations_x11.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_kwin_effects_x11.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_kwin_scripts_x11.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_kwin_virtualdesktops_x11.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_kwindecoration_x11.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_kwinrules_x11.so
+qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_kwinoptions_x11.so
+qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_kwinscreenedges_x11.so
+qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_kwintabbox_x11.so
+qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_kwintouchscreen_x11.so
+qt6/plugins/plasma/kcms/systemsettings_qwidgets/kwincompositing.so
+qt6/qml/org/kde/kwin_x11/private/effects/WindowHeap.qml
+qt6/qml/org/kde/kwin_x11/private/effects/WindowHeapDelegate.qml
+qt6/qml/org/kde/kwin_x11/private/effects/effectsplugin.qmltypes
+qt6/qml/org/kde/kwin_x11/private/effects/kde-qmlmodule.version
+qt6/qml/org/kde/kwin_x11/private/effects/libeffectsplugin.so
+qt6/qml/org/kde/kwin_x11/private/effects/qmldir
+qt6/qml/org/kde/kwin_x11/private/kdecoration/kde-qmlmodule.version
+qt6/qml/org/kde/kwin_x11/private/kdecoration/kdecorationprivatedeclarative.qmltypes
+qt6/qml/org/kde/kwin_x11/private/kdecoration/libkdecorationprivatedeclarative.so
+qt6/qml/org/kde/kwin_x11/private/kdecoration/qmldir
+share/applications/kcm_animations_x11.desktop
+share/applications/kcm_kwin_effects_x11.desktop
+share/applications/kcm_kwin_scripts_x11.desktop
+share/applications/kcm_kwin_virtualdesktops_x11.desktop
+share/applications/kcm_kwindecoration_x11.desktop
+share/applications/kcm_kwinoptions_x11.desktop
+share/applications/kcm_kwinrules_x11.desktop
+share/applications/kcm_kwintabbox_x11.desktop
+share/applications/kwincompositing.desktop
+share/applications/org.kde.kwin_x11.killer.desktop
+share/dbus-1/interfaces/kwin_x11_org.kde.KWin.NightLight.xml
+share/dbus-1/interfaces/kwin_x11_org.kde.KWin.Plugins.xml
+share/dbus-1/interfaces/kwin_x11_org.kde.KWin.TabletModeManager.xml
+share/dbus-1/interfaces/kwin_x11_org.kde.KWin.VirtualDesktopManager.xml
+share/dbus-1/interfaces/kwin_x11_org.kde.KWin.xml
+share/dbus-1/interfaces/kwin_x11_org.kde.kwin.Compositing.xml
+share/dbus-1/interfaces/kwin_x11_org.kde.kwin.Effects.xml
+share/dbus-1/interfaces/kwin_x11_org.kde.kwin.VirtualKeyboard.xml
+share/doc/HTML/ca/kcontrol/desktop-x11/index.cache.bz2
+share/doc/HTML/ca/kcontrol/desktop-x11/index.docbook
+share/doc/HTML/ca/kcontrol/kwindecoration-x11/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kwindecoration-x11/index.docbook
+share/doc/HTML/ca/kcontrol/kwineffects-x11/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kwineffects-x11/index.docbook
+share/doc/HTML/ca/kcontrol/kwinscreenedges-x11/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kwinscreenedges-x11/index.docbook
+share/doc/HTML/ca/kcontrol/kwintabbox-x11/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kwintabbox-x11/index.docbook
+share/doc/HTML/ca/kcontrol/kwintouchscreen-x11/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kwintouchscreen-x11/index.docbook
+share/doc/HTML/ca/kcontrol/kwinvirtualkeyboard-x11/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kwinvirtualkeyboard-x11/index.docbook
+share/doc/HTML/ca/kcontrol/windowbehaviour-x11/index.cache.bz2
+share/doc/HTML/ca/kcontrol/windowbehaviour-x11/index.docbook
+share/doc/HTML/ca/kcontrol/windowspecific-x11/index.cache.bz2
+share/doc/HTML/ca/kcontrol/windowspecific-x11/index.docbook
+share/doc/HTML/en/kcontrol/desktop-x11/index.cache.bz2
+share/doc/HTML/en/kcontrol/desktop-x11/index.docbook
+share/doc/HTML/en/kcontrol/kwindecoration-x11/button.png
+share/doc/HTML/en/kcontrol/kwindecoration-x11/configure.png
+share/doc/HTML/en/kcontrol/kwindecoration-x11/decoration.png
+share/doc/HTML/en/kcontrol/kwindecoration-x11/index.cache.bz2
+share/doc/HTML/en/kcontrol/kwindecoration-x11/index.docbook
+share/doc/HTML/en/kcontrol/kwindecoration-x11/main.png
+share/doc/HTML/en/kcontrol/kwineffects-x11/configure-effects.png
+share/doc/HTML/en/kcontrol/kwineffects-x11/dialog-information.png
+share/doc/HTML/en/kcontrol/kwineffects-x11/index.cache.bz2
+share/doc/HTML/en/kcontrol/kwineffects-x11/index.docbook
+share/doc/HTML/en/kcontrol/kwineffects-x11/video.png
+share/doc/HTML/en/kcontrol/kwinscreenedges-x11/index.cache.bz2
+share/doc/HTML/en/kcontrol/kwinscreenedges-x11/index.docbook
+share/doc/HTML/en/kcontrol/kwintabbox-x11/index.cache.bz2
+share/doc/HTML/en/kcontrol/kwintabbox-x11/index.docbook
+share/doc/HTML/en/kcontrol/kwintabbox-x11/taskswitcher.png
+share/doc/HTML/en/kcontrol/kwintouchscreen-x11/index.cache.bz2
+share/doc/HTML/en/kcontrol/kwintouchscreen-x11/index.docbook
+share/doc/HTML/en/kcontrol/kwinvirtualkeyboard-x11/index.cache.bz2
+share/doc/HTML/en/kcontrol/kwinvirtualkeyboard-x11/index.docbook
+share/doc/HTML/en/kcontrol/windowbehaviour-x11/index.cache.bz2
+share/doc/HTML/en/kcontrol/windowbehaviour-x11/index.docbook
+share/doc/HTML/en/kcontrol/windowspecific-x11/Face-smile.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/akgregator-info.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/akregator-attributes.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/akregator-fav.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/config-win-behavior.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/emacs-attribute.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/emacs-info.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/focus-stealing-pop2top-attribute.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/index.cache.bz2
+share/doc/HTML/en/kcontrol/windowspecific-x11/index.docbook
+share/doc/HTML/en/kcontrol/windowspecific-x11/knotes-attribute.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/knotes-info.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/kopete-attribute-2.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/kopete-chat-attribute.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/kopete-chat-info.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/kopete-info.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/kwin-detect-window.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/kwin-kopete-rules.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/kwin-rule-editor.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/kwin-rules-main-n-akregator.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/kwin-rules-main.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/kwin-rules-ordering.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/kwin-window-attributes.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/kwin-window-matching.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/pager-4-desktops.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/tbird-compose-attribute.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/tbird-compose-info.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/tbird-main-attribute.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/tbird-main-info.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/tbird-reminder-attribute-2.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/tbird-reminder-info.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/window-matching-emacs.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/window-matching-init.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/window-matching-knotes.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/window-matching-kopete-chat.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/window-matching-kopete.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/window-matching-ready-akregator.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/window-matching-tbird-compose.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/window-matching-tbird-main.png
+share/doc/HTML/en/kcontrol/windowspecific-x11/window-matching-tbird-reminder.png
+share/doc/HTML/es/kcontrol/desktop-x11/index.cache.bz2
+share/doc/HTML/es/kcontrol/desktop-x11/index.docbook
+share/doc/HTML/es/kcontrol/kwindecoration-x11/index.cache.bz2
+share/doc/HTML/es/kcontrol/kwindecoration-x11/index.docbook
+share/doc/HTML/es/kcontrol/kwineffects-x11/index.cache.bz2
+share/doc/HTML/es/kcontrol/kwineffects-x11/index.docbook
+share/doc/HTML/es/kcontrol/kwinscreenedges-x11/index.cache.bz2
+share/doc/HTML/es/kcontrol/kwinscreenedges-x11/index.docbook
+share/doc/HTML/es/kcontrol/kwintouchscreen-x11/index.cache.bz2
+share/doc/HTML/es/kcontrol/kwintouchscreen-x11/index.docbook
+share/doc/HTML/es/kcontrol/kwinvirtualkeyboard-x11/index.cache.bz2
+share/doc/HTML/es/kcontrol/kwinvirtualkeyboard-x11/index.docbook
+share/doc/HTML/it/kcontrol/desktop-x11/index.cache.bz2
+share/doc/HTML/it/kcontrol/desktop-x11/index.docbook
+share/doc/HTML/it/kcontrol/kwindecoration-x11/index.cache.bz2
+share/doc/HTML/it/kcontrol/kwindecoration-x11/index.docbook
+share/doc/HTML/it/kcontrol/kwineffects-x11/index.cache.bz2
+share/doc/HTML/it/kcontrol/kwineffects-x11/index.docbook
+share/doc/HTML/it/kcontrol/kwinscreenedges-x11/index.cache.bz2
+share/doc/HTML/it/kcontrol/kwinscreenedges-x11/index.docbook
+share/doc/HTML/it/kcontrol/kwintabbox-x11/index.cache.bz2
+share/doc/HTML/it/kcontrol/kwintabbox-x11/index.docbook
+share/doc/HTML/it/kcontrol/kwintouchscreen-x11/index.cache.bz2
+share/doc/HTML/it/kcontrol/kwintouchscreen-x11/index.docbook
+share/doc/HTML/it/kcontrol/kwinvirtualkeyboard-x11/index.cache.bz2
+share/doc/HTML/it/kcontrol/kwinvirtualkeyboard-x11/index.docbook
+share/doc/HTML/it/kcontrol/windowbehaviour-x11/index.cache.bz2
+share/doc/HTML/it/kcontrol/windowbehaviour-x11/index.docbook
+share/doc/HTML/it/kcontrol/windowspecific-x11/index.cache.bz2
+share/doc/HTML/it/kcontrol/windowspecific-x11/index.docbook
+share/doc/HTML/nl/kcontrol/desktop-x11/index.cache.bz2
+share/doc/HTML/nl/kcontrol/desktop-x11/index.docbook
+share/doc/HTML/nl/kcontrol/kwindecoration-x11/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kwindecoration-x11/index.docbook
+share/doc/HTML/nl/kcontrol/kwineffects-x11/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kwineffects-x11/index.docbook
+share/doc/HTML/nl/kcontrol/kwinscreenedges-x11/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kwinscreenedges-x11/index.docbook
+share/doc/HTML/nl/kcontrol/kwintabbox-x11/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kwintabbox-x11/index.docbook
+share/doc/HTML/nl/kcontrol/kwintouchscreen-x11/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kwintouchscreen-x11/index.docbook
+share/doc/HTML/nl/kcontrol/kwinvirtualkeyboard-x11/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kwinvirtualkeyboard-x11/index.docbook
+share/doc/HTML/nl/kcontrol/windowbehaviour-x11/index.cache.bz2
+share/doc/HTML/nl/kcontrol/windowbehaviour-x11/index.docbook
+share/doc/HTML/nl/kcontrol/windowspecific-x11/index.cache.bz2
+share/doc/HTML/nl/kcontrol/windowspecific-x11/index.docbook
+share/doc/HTML/uk/kcontrol/desktop-x11/index.cache.bz2
+share/doc/HTML/uk/kcontrol/desktop-x11/index.docbook
+share/doc/HTML/uk/kcontrol/kwindecoration-x11/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kwindecoration-x11/index.docbook
+share/doc/HTML/uk/kcontrol/kwineffects-x11/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kwineffects-x11/index.docbook
+share/doc/HTML/uk/kcontrol/kwinscreenedges-x11/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kwinscreenedges-x11/index.docbook
+share/doc/HTML/uk/kcontrol/kwintabbox-x11/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kwintabbox-x11/index.docbook
+share/doc/HTML/uk/kcontrol/kwintouchscreen-x11/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kwintouchscreen-x11/index.docbook
+share/doc/HTML/uk/kcontrol/kwinvirtualkeyboard-x11/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kwinvirtualkeyboard-x11/index.docbook
+share/doc/HTML/uk/kcontrol/windowbehaviour-x11/index.cache.bz2
+share/doc/HTML/uk/kcontrol/windowbehaviour-x11/index.docbook
+share/doc/HTML/uk/kcontrol/windowspecific-x11/index.cache.bz2
+share/doc/HTML/uk/kcontrol/windowspecific-x11/index.docbook
+share/icons/hicolor/16x16/apps/kwin-x11.png
+share/icons/hicolor/32x32/apps/kwin-x11.png
+share/icons/hicolor/48x48/apps/kwin-x11.png
+share/icons/hicolor/scalable/apps/kwin-x11.svgz
+share/kconf_update/kwin-x11.upd
+share/knotifications6/kwin-x11.notifyrc
+share/knsrcfiles/kwineffect-x11.knsrc
+share/knsrcfiles/kwinscripts-x11.knsrc
+share/knsrcfiles/kwinswitcher-x11.knsrc
+share/knsrcfiles/window-decorations-x11.knsrc
+share/krunner/dbusplugins/kwin-runner-windows-x11.desktop
+share/kwin-x11/builtin-effects/blendchanges.json
+share/kwin-x11/builtin-effects/blur.json
+share/kwin-x11/builtin-effects/colorblindnesscorrection.json
+share/kwin-x11/builtin-effects/colorpicker.json
+share/kwin-x11/builtin-effects/contrast.json
+share/kwin-x11/builtin-effects/diminactive.json
+share/kwin-x11/builtin-effects/fallapart.json
+share/kwin-x11/builtin-effects/glide.json
+share/kwin-x11/builtin-effects/highlightwindow.json
+share/kwin-x11/builtin-effects/invert.json
+share/kwin-x11/builtin-effects/kscreen.json
+share/kwin-x11/builtin-effects/magiclamp.json
+share/kwin-x11/builtin-effects/magnifier.json
+share/kwin-x11/builtin-effects/mouseclick.json
+share/kwin-x11/builtin-effects/mousemark.json
+share/kwin-x11/builtin-effects/outputlocator.json
+share/kwin-x11/builtin-effects/overview.json
+share/kwin-x11/builtin-effects/screenedge.json
+share/kwin-x11/builtin-effects/screenshot.json
+share/kwin-x11/builtin-effects/sheet.json
+share/kwin-x11/builtin-effects/showfps.json
+share/kwin-x11/builtin-effects/showpaint.json
+share/kwin-x11/builtin-effects/slide.json
+share/kwin-x11/builtin-effects/slideback.json
+share/kwin-x11/builtin-effects/slidingpopups.json
+share/kwin-x11/builtin-effects/startupfeedback.json
+share/kwin-x11/builtin-effects/systembell.json
+share/kwin-x11/builtin-effects/thumbnailaside.json
+share/kwin-x11/builtin-effects/tileseditor.json
+share/kwin-x11/builtin-effects/trackmouse.json
+share/kwin-x11/builtin-effects/windowview.json
+share/kwin-x11/builtin-effects/wobblywindows.json
+share/kwin-x11/builtin-effects/zoom.json
+share/kwin-x11/effects/dialogparent/contents/code/main.js
+share/kwin-x11/effects/dialogparent/metadata.json
+share/kwin-x11/effects/dimscreen/contents/code/main.js
+share/kwin-x11/effects/dimscreen/metadata.json
+share/kwin-x11/effects/eyeonscreen/contents/code/main.js
+share/kwin-x11/effects/eyeonscreen/metadata.json
+share/kwin-x11/effects/fade/contents/code/main.js
+share/kwin-x11/effects/fade/contents/config/main.xml
+share/kwin-x11/effects/fade/metadata.json
+share/kwin-x11/effects/fadedesktop/contents/code/main.js
+share/kwin-x11/effects/fadedesktop/metadata.json
+share/kwin-x11/effects/fadingpopups/contents/code/main.js
+share/kwin-x11/effects/fadingpopups/metadata.json
+share/kwin-x11/effects/frozenapp/contents/code/main.js
+share/kwin-x11/effects/frozenapp/metadata.json
+share/kwin-x11/effects/fullscreen/contents/code/main.js
+share/kwin-x11/effects/fullscreen/metadata.json
+share/kwin-x11/effects/login/contents/code/main.js
+share/kwin-x11/effects/login/contents/config/main.xml
+share/kwin-x11/effects/login/contents/ui/config.ui
+share/kwin-x11/effects/login/metadata.json
+share/kwin-x11/effects/logout/contents/code/main.js
+share/kwin-x11/effects/logout/metadata.json
+share/kwin-x11/effects/maximize/contents/code/main.js
+share/kwin-x11/effects/maximize/metadata.json
+share/kwin-x11/effects/outputlocator/qml/OutputLabel.qml
+share/kwin-x11/effects/scale/contents/code/main.js
+share/kwin-x11/effects/scale/contents/config/main.xml
+share/kwin-x11/effects/scale/contents/ui/config.ui
+share/kwin-x11/effects/scale/metadata.json
+share/kwin-x11/effects/sessionquit/contents/code/main.js
+share/kwin-x11/effects/sessionquit/metadata.json
+share/kwin-x11/effects/showfps/qml/main-fallback.qml
+share/kwin-x11/effects/showfps/qml/main.qml
+share/kwin-x11/effects/squash/contents/code/main.js
+share/kwin-x11/effects/squash/metadata.json
+share/kwin-x11/effects/tileseditor/qml/ResizeCorner.qml
+share/kwin-x11/effects/tileseditor/qml/ResizeHandle.qml
+share/kwin-x11/effects/tileseditor/qml/TileDelegate.qml
+share/kwin-x11/effects/tileseditor/qml/layouts.svg
+share/kwin-x11/effects/tileseditor/qml/main.qml
+share/kwin-x11/effects/translucency/contents/code/main.js
+share/kwin-x11/effects/translucency/contents/config/main.xml
+share/kwin-x11/effects/translucency/contents/ui/config.ui
+share/kwin-x11/effects/translucency/metadata.json
+share/kwin-x11/effects/windowaperture/contents/code/main.js
+share/kwin-x11/effects/windowaperture/metadata.json
+share/kwin-x11/effects/windowview/qml/main.qml
+share/kwin-x11/frames/plasma/frame_none.qml
+share/kwin-x11/frames/plasma/frame_styled.qml
+share/kwin-x11/frames/plasma/frame_unstyled.qml
+share/kwin-x11/kcm_kwintabbox/desktop.png
+share/kwin-x11/kcm_kwintabbox/dolphin.png
+share/kwin-x11/kcm_kwintabbox/falkon.png
+share/kwin-x11/kcm_kwintabbox/kmail.png
+share/kwin-x11/kcm_kwintabbox/systemsettings.png
+share/kwin-x11/onscreennotification/plasma/dummydata/osd.qml
+share/kwin-x11/onscreennotification/plasma/main.qml
+share/kwin-x11/outline/plasma/outline.qml
+share/kwin-x11/scripts/desktopchangeosd/contents/ui/main.qml
+share/kwin-x11/scripts/desktopchangeosd/contents/ui/osd.qml
+share/kwin-x11/scripts/desktopchangeosd/metadata.json
+share/kwin-x11/scripts/minimizeall/contents/code/main.js
+share/kwin-x11/scripts/minimizeall/metadata.json
+share/kwin-x11/scripts/synchronizeskipswitcher/contents/code/main.js
+share/kwin-x11/scripts/synchronizeskipswitcher/metadata.json
+share/kwin-x11/scripts/videowall/contents/code/main.js
+share/kwin-x11/scripts/videowall/contents/config/main.xml
+share/kwin-x11/scripts/videowall/contents/ui/config.ui
+share/kwin-x11/scripts/videowall/metadata.json
+share/kwin-x11/tabbox/thumbnail_grid/contents/ui/main.qml
+share/kwin-x11/tabbox/thumbnail_grid/metadata.json
+share/kwin-x11/tm_inner.png
+share/kwin-x11/tm_outer.png
+share/locale/af/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/af/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/af/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/af/LC_MESSAGES/kwin_x11.mo
+share/locale/ar/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/ar/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/ar/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/ar/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/ar/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/ar/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/ar/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/ar/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/ar/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/ar/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/ar/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/ar/LC_MESSAGES/kwin_x11.mo
+share/locale/as/LC_MESSAGES/kwin_x11.mo
+share/locale/ast/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/ast/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/ast/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/ast/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/ast/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/ast/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/ast/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/ast/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/ast/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/ast/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/ast/LC_MESSAGES/kwin_x11.mo
+share/locale/az/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/az/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/az/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/az/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/az/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/az/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/az/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/az/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/az/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/az/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/az/LC_MESSAGES/kwin_x11.mo
+share/locale/be/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/be/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/be/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/be/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/be/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/be/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/be/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/be/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/be/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/be/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/be/LC_MESSAGES/kwin_x11.mo
+share/locale/be@latin/LC_MESSAGES/kwin_x11.mo
+share/locale/bg/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/bg/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/bg/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/bg/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/bg/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/bg/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/bg/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/bg/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/bg/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/bg/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/bg/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/bg/LC_MESSAGES/kwin_x11.mo
+share/locale/bn/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/bn/LC_MESSAGES/kwin_x11.mo
+share/locale/bn_IN/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/bn_IN/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/bn_IN/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/bn_IN/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/bn_IN/LC_MESSAGES/kwin_x11.mo
+share/locale/br/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/br/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/br/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/br/LC_MESSAGES/kwin_x11.mo
+share/locale/bs/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/bs/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/bs/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/bs/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/bs/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/bs/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/bs/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/bs/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/bs/LC_MESSAGES/kwin_x11.mo
+share/locale/ca/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/ca/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/ca/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/ca/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/ca/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/ca/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/ca/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/ca/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/ca/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/ca/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/ca/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/ca/LC_MESSAGES/kwin_x11.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/ca@valencia/LC_MESSAGES/kwin_x11.mo
+share/locale/cs/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/cs/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/cs/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/cs/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/cs/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/cs/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/cs/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/cs/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/cs/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/cs/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/cs/LC_MESSAGES/kwin_x11.mo
+share/locale/csb/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/csb/LC_MESSAGES/kwin_x11.mo
+share/locale/cy/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/cy/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/cy/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/cy/LC_MESSAGES/kwin_x11.mo
+share/locale/da/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/da/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/da/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/da/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/da/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/da/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/da/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/da/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/da/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/da/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/da/LC_MESSAGES/kwin_x11.mo
+share/locale/de/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/de/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/de/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/de/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/de/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/de/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/de/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/de/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/de/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/de/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/de/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/de/LC_MESSAGES/kwin_x11.mo
+share/locale/el/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/el/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/el/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/el/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/el/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/el/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/el/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/el/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/el/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/el/LC_MESSAGES/kwin_x11.mo
+share/locale/en_GB/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/en_GB/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/en_GB/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/en_GB/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/en_GB/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/en_GB/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/en_GB/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/en_GB/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/en_GB/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/en_GB/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/en_GB/LC_MESSAGES/kwin_x11.mo
+share/locale/eo/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/eo/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/eo/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/eo/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/eo/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/eo/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/eo/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/eo/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/eo/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/eo/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/eo/LC_MESSAGES/kwin_x11.mo
+share/locale/es/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/es/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/es/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/es/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/es/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/es/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/es/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/es/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/es/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/es/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/es/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/es/LC_MESSAGES/kwin_x11.mo
+share/locale/et/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/et/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/et/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/et/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/et/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/et/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/et/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/et/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/et/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/et/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/et/LC_MESSAGES/kwin_x11.mo
+share/locale/eu/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/eu/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/eu/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/eu/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/eu/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/eu/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/eu/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/eu/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/eu/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/eu/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/eu/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/eu/LC_MESSAGES/kwin_x11.mo
+share/locale/fa/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/fa/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/fa/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/fa/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/fa/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/fa/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/fa/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/fa/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/fa/LC_MESSAGES/kwin_x11.mo
+share/locale/fi/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/fi/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/fi/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/fi/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/fi/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/fi/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/fi/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/fi/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/fi/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/fi/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/fi/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/fi/LC_MESSAGES/kwin_x11.mo
+share/locale/fr/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/fr/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/fr/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/fr/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/fr/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/fr/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/fr/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/fr/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/fr/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/fr/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/fr/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/fr/LC_MESSAGES/kwin_x11.mo
+share/locale/fy/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/fy/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/fy/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/fy/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/fy/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/fy/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/fy/LC_MESSAGES/kwin_x11.mo
+share/locale/ga/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/ga/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/ga/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/ga/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/ga/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/ga/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/ga/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/ga/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/ga/LC_MESSAGES/kwin_x11.mo
+share/locale/gl/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/gl/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/gl/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/gl/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/gl/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/gl/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/gl/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/gl/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/gl/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/gl/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/gl/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/gl/LC_MESSAGES/kwin_x11.mo
+share/locale/gu/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/gu/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/gu/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/gu/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/gu/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/gu/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/gu/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/gu/LC_MESSAGES/kwin_x11.mo
+share/locale/he/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/he/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/he/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/he/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/he/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/he/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/he/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/he/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/he/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/he/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/he/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/he/LC_MESSAGES/kwin_x11.mo
+share/locale/hi/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/hi/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/hi/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/hi/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/hi/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/hi/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/hi/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/hi/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/hi/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/hi/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/hi/LC_MESSAGES/kwin_x11.mo
+share/locale/hne/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/hne/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/hne/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/hne/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/hne/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/hne/LC_MESSAGES/kwin_x11.mo
+share/locale/hr/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/hr/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/hr/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/hr/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/hr/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/hr/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/hr/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/hr/LC_MESSAGES/kwin_x11.mo
+share/locale/hsb/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/hsb/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/hsb/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/hsb/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/hsb/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/hsb/LC_MESSAGES/kwin_x11.mo
+share/locale/hu/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/hu/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/hu/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/hu/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/hu/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/hu/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/hu/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/hu/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/hu/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/hu/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/hu/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/hu/LC_MESSAGES/kwin_x11.mo
+share/locale/ia/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/ia/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/ia/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/ia/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/ia/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/ia/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/ia/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/ia/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/ia/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/ia/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/ia/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/ia/LC_MESSAGES/kwin_x11.mo
+share/locale/id/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/id/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/id/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/id/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/id/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/id/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/id/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/id/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/id/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/id/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/id/LC_MESSAGES/kwin_x11.mo
+share/locale/is/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/is/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/is/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/is/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/is/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/is/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/is/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/is/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/is/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/is/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/is/LC_MESSAGES/kwin_x11.mo
+share/locale/it/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/it/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/it/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/it/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/it/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/it/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/it/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/it/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/it/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/it/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/it/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/it/LC_MESSAGES/kwin_x11.mo
+share/locale/ja/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/ja/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/ja/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/ja/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/ja/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/ja/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/ja/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/ja/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/ja/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/ja/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/ja/LC_MESSAGES/kwin_x11.mo
+share/locale/ka/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/ka/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/ka/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/ka/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/ka/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/ka/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/ka/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/ka/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/ka/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/ka/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/ka/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/ka/LC_MESSAGES/kwin_x11.mo
+share/locale/kk/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/kk/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/kk/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/kk/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/kk/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/kk/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/kk/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/kk/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/kk/LC_MESSAGES/kwin_x11.mo
+share/locale/km/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/km/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/km/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/km/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/km/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/km/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/km/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/km/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/km/LC_MESSAGES/kwin_x11.mo
+share/locale/kn/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/kn/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/kn/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/kn/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/kn/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/kn/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/kn/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/kn/LC_MESSAGES/kwin_x11.mo
+share/locale/ko/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/ko/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/ko/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/ko/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/ko/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/ko/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/ko/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/ko/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/ko/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/ko/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/ko/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/ko/LC_MESSAGES/kwin_x11.mo
+share/locale/ku/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/ku/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/ku/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/ku/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/ku/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/ku/LC_MESSAGES/kwin_x11.mo
+share/locale/lt/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/lt/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/lt/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/lt/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/lt/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/lt/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/lt/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/lt/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/lt/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/lt/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/lt/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/lt/LC_MESSAGES/kwin_x11.mo
+share/locale/lv/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/lv/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/lv/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/lv/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/lv/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/lv/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/lv/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/lv/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/lv/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/lv/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/lv/LC_MESSAGES/kwin_x11.mo
+share/locale/mai/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/mai/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/mai/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/mai/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/mai/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/mai/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/mai/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/mai/LC_MESSAGES/kwin_x11.mo
+share/locale/mk/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/mk/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/mk/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/mk/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/mk/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/mk/LC_MESSAGES/kwin_x11.mo
+share/locale/ml/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/ml/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/ml/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/ml/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/ml/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/ml/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/ml/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/ml/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/ml/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/ml/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/ml/LC_MESSAGES/kwin_x11.mo
+share/locale/mr/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/mr/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/mr/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/mr/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/mr/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/mr/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/mr/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/mr/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/mr/LC_MESSAGES/kwin_x11.mo
+share/locale/ms/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/ms/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/ms/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/ms/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/ms/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/ms/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/ms/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/ms/LC_MESSAGES/kwin_x11.mo
+share/locale/nb/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/nb/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/nb/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/nb/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/nb/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/nb/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/nb/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/nb/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/nb/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/nb/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/nb/LC_MESSAGES/kwin_x11.mo
+share/locale/nds/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/nds/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/nds/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/nds/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/nds/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/nds/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/nds/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/nds/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/nds/LC_MESSAGES/kwin_x11.mo
+share/locale/ne/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/ne/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/ne/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/ne/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/ne/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/ne/LC_MESSAGES/kwin_x11.mo
+share/locale/nl/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/nl/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/nl/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/nl/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/nl/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/nl/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/nl/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/nl/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/nl/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/nl/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/nl/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/nl/LC_MESSAGES/kwin_x11.mo
+share/locale/nn/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/nn/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/nn/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/nn/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/nn/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/nn/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/nn/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/nn/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/nn/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/nn/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/nn/LC_MESSAGES/kwin_x11.mo
+share/locale/oc/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/oc/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/oc/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/oc/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/oc/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/oc/LC_MESSAGES/kwin_x11.mo
+share/locale/or/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/or/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/or/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/or/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/or/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/or/LC_MESSAGES/kwin_x11.mo
+share/locale/pa/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/pa/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/pa/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/pa/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/pa/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/pa/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/pa/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/pa/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/pa/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/pa/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/pa/LC_MESSAGES/kwin_x11.mo
+share/locale/pl/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/pl/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/pl/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/pl/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/pl/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/pl/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/pl/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/pl/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/pl/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/pl/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/pl/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/pl/LC_MESSAGES/kwin_x11.mo
+share/locale/pt/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/pt/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/pt/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/pt/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/pt/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/pt/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/pt/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/pt/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/pt/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/pt/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/pt/LC_MESSAGES/kwin_x11.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/pt_BR/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/pt_BR/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/pt_BR/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/pt_BR/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/pt_BR/LC_MESSAGES/kwin_x11.mo
+share/locale/ro/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/ro/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/ro/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/ro/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/ro/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/ro/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/ro/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/ro/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/ro/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/ro/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/ro/LC_MESSAGES/kwin_x11.mo
+share/locale/ru/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/ru/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/ru/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/ru/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/ru/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/ru/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/ru/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/ru/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/ru/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/ru/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/ru/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/ru/LC_MESSAGES/kwin_x11.mo
+share/locale/sa/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/sa/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/sa/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/sa/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/sa/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/sa/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/sa/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/sa/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/sa/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/sa/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/sa/LC_MESSAGES/kwin_x11.mo
+share/locale/se/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/se/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/se/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/se/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/se/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/se/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/se/LC_MESSAGES/kwin_x11.mo
+share/locale/si/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/si/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/si/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/si/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/si/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/si/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/si/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/si/LC_MESSAGES/kwin_x11.mo
+share/locale/sk/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/sk/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/sk/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/sk/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/sk/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/sk/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/sk/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/sk/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/sk/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/sk/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/sk/LC_MESSAGES/kwin_x11.mo
+share/locale/sl/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/sl/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/sl/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/sl/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/sl/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/sl/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/sl/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/sl/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/sl/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/sl/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/sl/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/sl/LC_MESSAGES/kwin_x11.mo
+share/locale/sq/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/sq/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/sq/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/sq/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/sq/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/sq/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/sq/LC_MESSAGES/kwin_x11.mo
+share/locale/sr/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/sr/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/sr/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/sr/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/sr/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/sr/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/sr/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/sr/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/sr/LC_MESSAGES/kwin_x11.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kwin_x11.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin_x11.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/sr@latin/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/sr@latin/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/sr@latin/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/sr@latin/LC_MESSAGES/kwin_x11.mo
+share/locale/sv/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/sv/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/sv/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/sv/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/sv/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/sv/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/sv/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/sv/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/sv/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/sv/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/sv/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/sv/LC_MESSAGES/kwin_x11.mo
+share/locale/ta/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/ta/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/ta/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/ta/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/ta/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/ta/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/ta/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/ta/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/ta/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/ta/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/ta/LC_MESSAGES/kwin_x11.mo
+share/locale/te/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/te/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/te/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/te/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/te/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/te/LC_MESSAGES/kwin_x11.mo
+share/locale/tg/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/tg/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/tg/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/tg/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/tg/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/tg/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/tg/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/tg/LC_MESSAGES/kwin_x11.mo
+share/locale/th/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/th/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/th/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/th/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/th/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/th/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/th/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/th/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/th/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/th/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/th/LC_MESSAGES/kwin_x11.mo
+share/locale/tok/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/tr/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/tr/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/tr/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/tr/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/tr/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/tr/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/tr/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/tr/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/tr/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/tr/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/tr/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/tr/LC_MESSAGES/kwin_x11.mo
+share/locale/ug/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/ug/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/ug/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/ug/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/ug/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/ug/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/ug/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/ug/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/ug/LC_MESSAGES/kwin_x11.mo
+share/locale/uk/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/uk/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/uk/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/uk/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/uk/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/uk/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/uk/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/uk/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/uk/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/uk/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/uk/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/uk/LC_MESSAGES/kwin_x11.mo
+share/locale/uz/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/uz/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/uz/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/uz/LC_MESSAGES/kwin_x11.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kwin_x11.mo
+share/locale/vi/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/vi/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/vi/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/vi/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/vi/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/vi/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/vi/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/vi/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/vi/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/vi/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/vi/LC_MESSAGES/kwin_x11.mo
+share/locale/wa/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/wa/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/wa/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/wa/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/wa/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/wa/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/wa/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/wa/LC_MESSAGES/kwin_x11.mo
+share/locale/xh/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/xh/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/xh/LC_MESSAGES/kwin_x11.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/zh_CN/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/zh_CN/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/zh_CN/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/zh_CN/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/zh_CN/LC_MESSAGES/kwin_x11.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_animations_x11.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_kwin_effects_x11.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_kwin_scripts_x11.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_kwindecoration_x11.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_kwinrules_x11.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_kwintabbox_x11.mo
+share/locale/zh_TW/LC_MESSAGES/kcmkwincommon_x11.mo
+share/locale/zh_TW/LC_MESSAGES/kcmkwincompositing_x11.mo
+share/locale/zh_TW/LC_MESSAGES/kcmkwinscreenedges_x11.mo
+share/locale/zh_TW/LC_MESSAGES/kcmkwm_x11.mo
+share/locale/zh_TW/LC_MESSAGES/kwin_x11.mo
+share/qlogging-categories6/org_kde_kwin_x11.categories
diff --git a/plasma6-kwin-x11/distinfo b/plasma6-kwin-x11/distinfo
new file mode 100644
index 0000000000..507c1a40cc
--- /dev/null
+++ b/plasma6-kwin-x11/distinfo
@@ -0,0 +1,8 @@
+$NetBSD$
+
+BLAKE2s (kwin-x11-6.5.2.tar.xz) = f84454e8ae733c823fc3f89b4d1b82d2a69da53092bfa026447dda57dbb9dc05
+SHA512 (kwin-x11-6.5.2.tar.xz) = 3ca88c8212482dd3920c007edd81552fbcc9adb1b6969ae4f60f943875bbaa27282ed3f7ccb760af532ae1eba343049cb0047d02bc2b58ecc91da8be26a95a24
+Size (kwin-x11-6.5.2.tar.xz) = 6860264 bytes
+SHA1 (patch-cmake_modules_Findhwdata.cmake) = bcd738a30acc86a95787da05bcd7e8630043de81
+SHA1 (patch-src_utils_CMakeLists.txt) = 70c474c5d6d50530be5ca2c0bf31eb7165098ac1
+SHA1 (patch-src_utils_ramfile.cpp) = c7dc38ba2cc2fb5ccdb4a5c77a0361cddfcf7b6f
diff --git a/plasma6-kwin-x11/patches/patch-cmake_modules_Findhwdata.cmake b/plasma6-kwin-x11/patches/patch-cmake_modules_Findhwdata.cmake
new file mode 100644
index 0000000000..80d3d0e191
--- /dev/null
+++ b/plasma6-kwin-x11/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-x11/patches/patch-src_utils_CMakeLists.txt b/plasma6-kwin-x11/patches/patch-src_utils_CMakeLists.txt
new file mode 100644
index 0000000000..df8f494f6e
--- /dev/null
+++ b/plasma6-kwin-x11/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-x11/patches/patch-src_utils_ramfile.cpp b/plasma6-kwin-x11/patches/patch-src_utils_ramfile.cpp
new file mode 100644
index 0000000000..d3309de222
--- /dev/null
+++ b/plasma6-kwin-x11/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