aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-04-21 14:33:46 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-04-22 07:54:33 +0000
commit6806658cdff95567b1b0b764e6764ea413ad997f (patch)
tree7710b60db253da13a54dbc9e59f7b213d1ac4448 /x11-wm
parente9c54a7558d0411e55364c8aa03f8cd2ec38b489 (diff)
downloadports-6806658cdff95567b1b0b764e6764ea413ad997f.tar.gz
ports-6806658cdff95567b1b0b764e6764ea413ad997f.zip
KDE Plasma: update to 5.21.3
This updates the KDE Plasma parts to release 5.21.3. There is one new port, plasma5-systemmonitor, which is the upcoming replacement for KDE sysguard. It is not installed by default. Release notes are at https://kde.org/announcements/plasma/5/5.21.3/ Previous commits tidying up DOCS options left some non- applications consumers without the necessary kdoctools dependency, so (re)introduce that now.
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/plasma5-kdecoration/distinfo6
-rw-r--r--x11-wm/plasma5-kdecoration/pkg-plist7
-rw-r--r--x11-wm/plasma5-kwin/Makefile8
-rw-r--r--x11-wm/plasma5-kwin/distinfo6
-rw-r--r--x11-wm/plasma5-kwin/files/patch-cmake_modules_Findhwdata.cmake13
-rw-r--r--x11-wm/plasma5-kwin/pkg-plist235
6 files changed, 156 insertions, 119 deletions
diff --git a/x11-wm/plasma5-kdecoration/distinfo b/x11-wm/plasma5-kdecoration/distinfo
index b3d85a8e9143..05666b8d2d95 100644
--- a/x11-wm/plasma5-kdecoration/distinfo
+++ b/x11-wm/plasma5-kdecoration/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1610133449
-SHA256 (KDE/plasma/5.20.5/kdecoration-5.20.5.tar.xz) = 6e973a9b18da376ce797be85fc60b3a1d53ae69868fabeadbefae1279c3181cd
-SIZE (KDE/plasma/5.20.5/kdecoration-5.20.5.tar.xz) = 45524
+TIMESTAMP = 1617771741
+SHA256 (KDE/plasma/5.21.3/kdecoration-5.21.3.tar.xz) = c5d14b8dd6983f22cbf4d34461e912fd38cd49114d01fb25635d7a1a9c7e4319
+SIZE (KDE/plasma/5.21.3/kdecoration-5.21.3.tar.xz) = 45916
diff --git a/x11-wm/plasma5-kdecoration/pkg-plist b/x11-wm/plasma5-kdecoration/pkg-plist
index de7eef98ed61..295695a11944 100644
--- a/x11-wm/plasma5-kdecoration/pkg-plist
+++ b/x11-wm/plasma5-kdecoration/pkg-plist
@@ -29,13 +29,14 @@ lib/libkdecorations2.so.5
lib/libkdecorations2.so.%%KDE_PLASMA_VERSION%%
lib/libkdecorations2private.so
lib/libkdecorations2private.so.%%KDE_PLASMA_VERSION%%
-lib/libkdecorations2private.so.7
+lib/libkdecorations2private.so.8
share/locale/az/LC_MESSAGES/kdecoration.mo
share/locale/ca/LC_MESSAGES/kdecoration.mo
share/locale/ca@valencia/LC_MESSAGES/kdecoration.mo
share/locale/cs/LC_MESSAGES/kdecoration.mo
share/locale/da/LC_MESSAGES/kdecoration.mo
share/locale/de/LC_MESSAGES/kdecoration.mo
+share/locale/el/LC_MESSAGES/kdecoration.mo
share/locale/en_GB/LC_MESSAGES/kdecoration.mo
share/locale/es/LC_MESSAGES/kdecoration.mo
share/locale/et/LC_MESSAGES/kdecoration.mo
@@ -55,11 +56,11 @@ share/locale/nn/LC_MESSAGES/kdecoration.mo
share/locale/pl/LC_MESSAGES/kdecoration.mo
share/locale/pt/LC_MESSAGES/kdecoration.mo
share/locale/pt_BR/LC_MESSAGES/kdecoration.mo
+share/locale/ro/LC_MESSAGES/kdecoration.mo
share/locale/ru/LC_MESSAGES/kdecoration.mo
share/locale/sk/LC_MESSAGES/kdecoration.mo
share/locale/sl/LC_MESSAGES/kdecoration.mo
+share/locale/sv/LC_MESSAGES/kdecoration.mo
share/locale/uk/LC_MESSAGES/kdecoration.mo
-share/locale/el/LC_MESSAGES/kdecoration.mo
-share/locale/ro/LC_MESSAGES/kdecoration.mo
share/locale/zh_CN/LC_MESSAGES/kdecoration.mo
share/locale/zh_TW/LC_MESSAGES/kdecoration.mo
diff --git a/x11-wm/plasma5-kwin/Makefile b/x11-wm/plasma5-kwin/Makefile
index 2d852e594640..4932d33e0edc 100644
--- a/x11-wm/plasma5-kwin/Makefile
+++ b/x11-wm/plasma5-kwin/Makefile
@@ -32,9 +32,9 @@ USE_GL= egl
USE_GNOME= glib20
USE_KDE= activities activities attica auth breeze codecs \
completion config configwidgets coreaddons crash decoration \
- doctools doctools globalaccel i18n iconthemes idletime init \
+ doctools_build globalaccel i18n iconthemes idletime init \
jobwidgets kcmutils kdeclarative kio kwayland-server kscreenlocker \
- newstuff notifications package plasma-framework service sonnet \
+ newstuff notifications package plasma-framework runner service sonnet \
textwidgets wayland widgetsaddons windowsystem xmlgui
USE_LDCONFIG= yes
USE_QT= concurrent core dbus declarative gui multimedia network script \
@@ -42,8 +42,8 @@ USE_QT= concurrent core dbus declarative gui multimedia network script \
buildtools_build qmake_build \
quickcontrols2_run virtualkeyboard_run
USE_XORG= ice sm x11 xcb xext xi
-SHEBANG_FILES= kconf_update/kwin-5.18-move-animspeed.py \
- kconf_update/kwinrules-5.19-placement.pl
+SHEBANG_FILES= kconf_update/*.py \
+ kconf_update/*.pl
post-patch:
${REINPLACE_CMD} '/sysmacros.h/d' \
diff --git a/x11-wm/plasma5-kwin/distinfo b/x11-wm/plasma5-kwin/distinfo
index 7db3fd9f2070..5068da5088b9 100644
--- a/x11-wm/plasma5-kwin/distinfo
+++ b/x11-wm/plasma5-kwin/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1610133450
-SHA256 (KDE/plasma/5.20.5/kwin-5.20.5.tar.xz) = ec142543935a1c9fe9b8e7e73db1bdf58669990d7c1611424062bbdd9e21384e
-SIZE (KDE/plasma/5.20.5/kwin-5.20.5.tar.xz) = 6329444
+TIMESTAMP = 1617771743
+SHA256 (KDE/plasma/5.21.3/kwin-5.21.3.tar.xz) = 7c38049930f63875719c4405991c13ab436d2a2d2ad401b006e94250dd8d205a
+SIZE (KDE/plasma/5.21.3/kwin-5.21.3.tar.xz) = 6393736
diff --git a/x11-wm/plasma5-kwin/files/patch-cmake_modules_Findhwdata.cmake b/x11-wm/plasma5-kwin/files/patch-cmake_modules_Findhwdata.cmake
new file mode 100644
index 000000000000..264e396e122d
--- /dev/null
+++ b/x11-wm/plasma5-kwin/files/patch-cmake_modules_Findhwdata.cmake
@@ -0,0 +1,13 @@
+--- cmake/modules/Findhwdata.cmake.orig 2021-02-14 10:31:01 UTC
++++ 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/x11-wm/plasma5-kwin/pkg-plist b/x11-wm/plasma5-kwin/pkg-plist
index f31bf52dc2eb..f4012e3d4101 100644
--- a/x11-wm/plasma5-kwin/pkg-plist
+++ b/x11-wm/plasma5-kwin/pkg-plist
@@ -1,4 +1,5 @@
bin/kwin_wayland
+bin/kwin_wayland_wrapper
bin/kwin_x11
include/kwin_export.h
include/kwinanimationeffect.h
@@ -15,6 +16,10 @@ include/kwinglutils_funcs.h
include/kwinxrenderutils.h
include/kwinxrenderutils_export.h
lib/cmake/KWinDBusInterface/KWinDBusInterfaceConfig.cmake
+lib/cmake/KWinEffects/KWinEffectsConfig.cmake
+lib/cmake/KWinEffects/KWinEffectsConfigVersion.cmake
+lib/cmake/KWinEffects/KWinEffectsTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/KWinEffects/KWinEffectsTargets.cmake
lib/kconf_update_bin/kwin5_update_default_rules
lib/libexec/kwin_killer_helper
lib/libexec/kwin_rules_dialog
@@ -27,14 +32,13 @@ lib/libkwin4_effect_builtins.so.1
lib/libkwin4_effect_builtins.so.1.0.0
lib/libkwineffects.so
lib/libkwineffects.so.%%KDE_PLASMA_VERSION%%
-lib/libkwineffects.so.12
+lib/libkwineffects.so.13
lib/libkwinglutils.so
lib/libkwinglutils.so.%%KDE_PLASMA_VERSION%%
-lib/libkwinglutils.so.12
+lib/libkwinglutils.so.13
lib/libkwinxrenderutils.so
lib/libkwinxrenderutils.so.%%KDE_PLASMA_VERSION%%
-lib/libkwinxrenderutils.so.12
-lib/systemd/user/plasma-kwin_wayland.service
+lib/libkwinxrenderutils.so.13
lib/systemd/user/plasma-kwin_x11.service
%%QT_PLUGINDIR%%/kcm_kwin_scripts.so
%%QT_PLUGINDIR%%/kcm_kwinoptions.so
@@ -45,8 +49,6 @@ lib/systemd/user/plasma-kwin_x11.service
%%QT_PLUGINDIR%%/kcms/kcm_kwin_virtualdesktops.so
%%QT_PLUGINDIR%%/kcms/kcm_kwindecoration.so
%%QT_PLUGINDIR%%/kcms/kcm_kwinrules.so
-%%QT_PLUGINDIR%%/kf5/kwindowsystem/KF5WindowSystemKWinPrivatePlugin.so
-%%QT_PLUGINDIR%%/kf5/org.kde.kidletime.platforms/KF5IdleTimeKWinWaylandPrivatePlugin.so
%%QT_PLUGINDIR%%/kpackage/packagestructure/kwin_packagestructure_aurorae.so
%%QT_PLUGINDIR%%/kpackage/packagestructure/kwin_packagestructure_decoration.so
%%QT_PLUGINDIR%%/kpackage/packagestructure/kwin_packagestructure_effect.so
@@ -77,9 +79,11 @@ lib/systemd/user/plasma-kwin_x11.service
%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_windowgeometry_config.so
%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_wobblywindows_config.so
%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_zoom_config.so
+%%QT_PLUGINDIR%%/kwin/plugins/colordintegration.so
+%%QT_PLUGINDIR%%/kwin/plugins/krunnerintegration.so
+%%QT_PLUGINDIR%%/kwin/plugins/libKWinNightColorPlugin.so
%%QT_PLUGINDIR%%/kwincompositing.so
%%QT_PLUGINDIR%%/org.kde.kdecoration2/kwin5_aurorae.so
-%%QT_PLUGINDIR%%/org.kde.kglobalaccel5.platforms/KF5GlobalAccelPrivateKWin.so
%%QT_PLUGINDIR%%/org.kde.kwin.platforms/KWinX11Platform.so
%%QT_PLUGINDIR%%/org.kde.kwin.scenes/KWinSceneOpenGL.so
%%QT_PLUGINDIR%%/org.kde.kwin.scenes/KWinSceneQPainter.so
@@ -88,7 +92,6 @@ lib/systemd/user/plasma-kwin_x11.service
%%QT_PLUGINDIR%%/org.kde.kwin.waylandbackends/KWinWaylandVirtualBackend.so
%%QT_PLUGINDIR%%/org.kde.kwin.waylandbackends/KWinWaylandWaylandBackend.so
%%QT_PLUGINDIR%%/org.kde.kwin.waylandbackends/KWinWaylandX11Backend.so
-%%QT_PLUGINDIR%%/platforms/KWinQpaPlugin.so
%%QT_QMLDIR%%/org/kde/kwin/decoration/AppMenuButton.qml
%%QT_QMLDIR%%/org/kde/kwin/decoration/ButtonGroup.qml
%%QT_QMLDIR%%/org/kde/kwin/decoration/Decoration.qml
@@ -100,10 +103,109 @@ lib/systemd/user/plasma-kwin_x11.service
%%QT_QMLDIR%%/org/kde/kwin/decorations/plastik/qmldir
%%QT_QMLDIR%%/org/kde/kwin/private/kdecoration/libkdecorationprivatedeclarative.so
%%QT_QMLDIR%%/org/kde/kwin/private/kdecoration/qmldir
+%%DATADIR%%/aurorae/AppMenuButton.qml
+%%DATADIR%%/aurorae/AuroraeButton.qml
+%%DATADIR%%/aurorae/AuroraeButtonGroup.qml
+%%DATADIR%%/aurorae/AuroraeMaximizeButton.qml
+%%DATADIR%%/aurorae/Decoration.qml
+%%DATADIR%%/aurorae/DecorationButton.qml
+%%DATADIR%%/aurorae/MenuButton.qml
+%%DATADIR%%/aurorae/aurorae.qml
+%%DATADIR%%/cubecap.png
+%%DATADIR%%/decorations/kwin4_decoration_qml_plastik/contents/config/main.xml
+%%DATADIR%%/decorations/kwin4_decoration_qml_plastik/contents/ui/PlastikButton.qml
+%%DATADIR%%/decorations/kwin4_decoration_qml_plastik/contents/ui/config.ui
+%%DATADIR%%/decorations/kwin4_decoration_qml_plastik/contents/ui/main.qml
+%%DATADIR%%/decorations/kwin4_decoration_qml_plastik/metadata.desktop
+%%DATADIR%%/effects/desktopgrid/main.qml
+%%DATADIR%%/effects/kwin4_effect_dialogparent/contents/code/main.js
+%%DATADIR%%/effects/kwin4_effect_dialogparent/metadata.desktop
+%%DATADIR%%/effects/kwin4_effect_dialogparent/metadata.json
+%%DATADIR%%/effects/kwin4_effect_dimscreen/contents/code/main.js
+%%DATADIR%%/effects/kwin4_effect_dimscreen/metadata.desktop
+%%DATADIR%%/effects/kwin4_effect_dimscreen/metadata.json
+%%DATADIR%%/effects/kwin4_effect_eyeonscreen/contents/code/main.js
+%%DATADIR%%/effects/kwin4_effect_eyeonscreen/metadata.desktop
+%%DATADIR%%/effects/kwin4_effect_eyeonscreen/metadata.json
+%%DATADIR%%/effects/kwin4_effect_fade/contents/code/main.js
+%%DATADIR%%/effects/kwin4_effect_fade/contents/config/main.xml
+%%DATADIR%%/effects/kwin4_effect_fade/metadata.desktop
+%%DATADIR%%/effects/kwin4_effect_fade/metadata.json
+%%DATADIR%%/effects/kwin4_effect_fadedesktop/contents/code/main.js
+%%DATADIR%%/effects/kwin4_effect_fadedesktop/metadata.desktop
+%%DATADIR%%/effects/kwin4_effect_fadedesktop/metadata.json
+%%DATADIR%%/effects/kwin4_effect_fadingpopups/contents/code/main.js
+%%DATADIR%%/effects/kwin4_effect_fadingpopups/metadata.desktop
+%%DATADIR%%/effects/kwin4_effect_fadingpopups/metadata.json
+%%DATADIR%%/effects/kwin4_effect_frozenapp/contents/code/main.js
+%%DATADIR%%/effects/kwin4_effect_frozenapp/metadata.desktop
+%%DATADIR%%/effects/kwin4_effect_frozenapp/metadata.json
+%%DATADIR%%/effects/kwin4_effect_fullscreen/contents/code/fullscreen.js
+%%DATADIR%%/effects/kwin4_effect_fullscreen/metadata.desktop
+%%DATADIR%%/effects/kwin4_effect_fullscreen/metadata.json
+%%DATADIR%%/effects/kwin4_effect_login/contents/code/main.js
+%%DATADIR%%/effects/kwin4_effect_login/contents/config/main.xml
+%%DATADIR%%/effects/kwin4_effect_login/contents/ui/config.ui
+%%DATADIR%%/effects/kwin4_effect_login/metadata.desktop
+%%DATADIR%%/effects/kwin4_effect_login/metadata.json
+%%DATADIR%%/effects/kwin4_effect_logout/contents/code/main.js
+%%DATADIR%%/effects/kwin4_effect_logout/metadata.desktop
+%%DATADIR%%/effects/kwin4_effect_logout/metadata.json
+%%DATADIR%%/effects/kwin4_effect_maximize/contents/code/maximize.js
+%%DATADIR%%/effects/kwin4_effect_maximize/metadata.desktop
+%%DATADIR%%/effects/kwin4_effect_maximize/metadata.json
+%%DATADIR%%/effects/kwin4_effect_morphingpopups/contents/code/morphingpopups.js
+%%DATADIR%%/effects/kwin4_effect_morphingpopups/metadata.desktop
+%%DATADIR%%/effects/kwin4_effect_morphingpopups/metadata.json
+%%DATADIR%%/effects/kwin4_effect_scale/contents/code/main.js
+%%DATADIR%%/effects/kwin4_effect_scale/contents/config/main.xml
+%%DATADIR%%/effects/kwin4_effect_scale/contents/ui/config.ui
+%%DATADIR%%/effects/kwin4_effect_scale/metadata.desktop
+%%DATADIR%%/effects/kwin4_effect_scale/metadata.json
+%%DATADIR%%/effects/kwin4_effect_sessionquit/contents/code/main.js
+%%DATADIR%%/effects/kwin4_effect_sessionquit/metadata.desktop
+%%DATADIR%%/effects/kwin4_effect_sessionquit/metadata.json
+%%DATADIR%%/effects/kwin4_effect_squash/contents/code/main.js
+%%DATADIR%%/effects/kwin4_effect_squash/metadata.desktop
+%%DATADIR%%/effects/kwin4_effect_squash/metadata.json
+%%DATADIR%%/effects/kwin4_effect_translucency/contents/code/main.js
+%%DATADIR%%/effects/kwin4_effect_translucency/contents/config/main.xml
+%%DATADIR%%/effects/kwin4_effect_translucency/contents/ui/config.ui
+%%DATADIR%%/effects/kwin4_effect_translucency/metadata.desktop
+%%DATADIR%%/effects/kwin4_effect_translucency/metadata.json
+%%DATADIR%%/effects/kwin4_effect_windowaperture/contents/code/main.js
+%%DATADIR%%/effects/kwin4_effect_windowaperture/metadata.desktop
+%%DATADIR%%/effects/kwin4_effect_windowaperture/metadata.json
+%%DATADIR%%/effects/presentwindows/main.qml
+%%DATADIR%%/kcm_kwintabbox/dolphin.png
+%%DATADIR%%/kcm_kwintabbox/kmail.png
+%%DATADIR%%/kcm_kwintabbox/konqueror.png
+%%DATADIR%%/kcm_kwintabbox/systemsettings.png
+%%DATADIR%%/onscreennotification/plasma/dummydata/osd.qml
+%%DATADIR%%/onscreennotification/plasma/main.qml
+%%DATADIR%%/outline/plasma/outline.qml
+%%DATADIR%%/scripts/desktopchangeosd/contents/ui/main.qml
+%%DATADIR%%/scripts/desktopchangeosd/contents/ui/osd.qml
+%%DATADIR%%/scripts/desktopchangeosd/metadata.desktop
+%%DATADIR%%/scripts/desktopchangeosd/metadata.json
+%%DATADIR%%/scripts/minimizeall/contents/code/main.js
+%%DATADIR%%/scripts/minimizeall/metadata.desktop
+%%DATADIR%%/scripts/minimizeall/metadata.json
+%%DATADIR%%/scripts/synchronizeskipswitcher/contents/code/main.js
+%%DATADIR%%/scripts/synchronizeskipswitcher/metadata.desktop
+%%DATADIR%%/scripts/synchronizeskipswitcher/metadata.json
+%%DATADIR%%/scripts/videowall/contents/code/main.js
+%%DATADIR%%/scripts/videowall/contents/config/main.xml
+%%DATADIR%%/scripts/videowall/contents/ui/config.ui
+%%DATADIR%%/scripts/videowall/metadata.desktop
+%%DATADIR%%/scripts/videowall/metadata.json
+%%DATADIR%%/tm_inner.png
+%%DATADIR%%/tm_outer.png
share/config.kcfg/kwin.kcfg
share/config.kcfg/kwin_colorcorrect.kcfg
share/config.kcfg/kwindecorationsettings.kcfg
share/config.kcfg/virtualdesktopssettings.kcfg
+share/dbus-1/interfaces/org.kde.KWin.Plugins.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.ColorCorrect.xml
@@ -298,6 +400,20 @@ 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/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/uk/kcontrol/desktop/index.cache.bz2
share/doc/HTML/uk/kcontrol/desktop/index.docbook
share/doc/HTML/uk/kcontrol/kwindecoration/button.png
@@ -321,6 +437,8 @@ share/icons/hicolor/48x48/apps/kwin.png
share/icons/hicolor/scalable/apps/kwin.svgz
share/kconf_update/kwin-5.16-auto-bordersize.sh
share/kconf_update/kwin-5.18-move-animspeed.py
+share/kconf_update/kwin-5.21-desktop-grid-click-behavior.py
+share/kconf_update/kwin-5.21-no-swap-encourage.py
share/kconf_update/kwin.upd
share/kconf_update/kwinrules-5.19-placement.pl
share/kconf_update/kwinrules.upd
@@ -352,6 +470,7 @@ share/kpackage/kcms/kcm_kwinrules/contents/ui/RulesList.qml
share/kpackage/kcms/kcm_kwinrules/contents/ui/ValueEditor.qml
share/kpackage/kcms/kcm_kwinrules/metadata.desktop
share/kpackage/kcms/kcm_kwinrules/metadata.json
+share/krunner/dbusplugins/kwin-runner-windows.desktop
share/kservices5/kcm_kwin_effects.desktop
share/kservices5/kcm_kwin_virtualdesktops.desktop
share/kservices5/kcm_kwinrules.desktop
@@ -373,104 +492,6 @@ share/kservicetypes5/kwindesktopswitcher.desktop
share/kservicetypes5/kwineffect.desktop
share/kservicetypes5/kwinscript.desktop
share/kservicetypes5/kwinwindowswitcher.desktop
-%%DATADIR%%/aurorae/AppMenuButton.qml
-%%DATADIR%%/aurorae/AuroraeButton.qml
-%%DATADIR%%/aurorae/AuroraeButtonGroup.qml
-%%DATADIR%%/aurorae/AuroraeMaximizeButton.qml
-%%DATADIR%%/aurorae/Decoration.qml
-%%DATADIR%%/aurorae/DecorationButton.qml
-%%DATADIR%%/aurorae/MenuButton.qml
-%%DATADIR%%/aurorae/aurorae.qml
-%%DATADIR%%/cubecap.png
-%%DATADIR%%/decorations/kwin4_decoration_qml_plastik/contents/config/main.xml
-%%DATADIR%%/decorations/kwin4_decoration_qml_plastik/contents/ui/PlastikButton.qml
-%%DATADIR%%/decorations/kwin4_decoration_qml_plastik/contents/ui/config.ui
-%%DATADIR%%/decorations/kwin4_decoration_qml_plastik/contents/ui/main.qml
-%%DATADIR%%/decorations/kwin4_decoration_qml_plastik/metadata.desktop
-%%DATADIR%%/effects/desktopgrid/main.qml
-%%DATADIR%%/effects/kwin4_effect_dialogparent/contents/code/main.js
-%%DATADIR%%/effects/kwin4_effect_dialogparent/metadata.desktop
-%%DATADIR%%/effects/kwin4_effect_dialogparent/metadata.json
-%%DATADIR%%/effects/kwin4_effect_dimscreen/contents/code/main.js
-%%DATADIR%%/effects/kwin4_effect_dimscreen/metadata.desktop
-%%DATADIR%%/effects/kwin4_effect_dimscreen/metadata.json
-%%DATADIR%%/effects/kwin4_effect_eyeonscreen/contents/code/main.js
-%%DATADIR%%/effects/kwin4_effect_eyeonscreen/metadata.desktop
-%%DATADIR%%/effects/kwin4_effect_eyeonscreen/metadata.json
-%%DATADIR%%/effects/kwin4_effect_fade/contents/code/main.js
-%%DATADIR%%/effects/kwin4_effect_fade/contents/config/main.xml
-%%DATADIR%%/effects/kwin4_effect_fade/metadata.desktop
-%%DATADIR%%/effects/kwin4_effect_fade/metadata.json
-%%DATADIR%%/effects/kwin4_effect_fadedesktop/contents/code/main.js
-%%DATADIR%%/effects/kwin4_effect_fadedesktop/metadata.desktop
-%%DATADIR%%/effects/kwin4_effect_fadedesktop/metadata.json
-%%DATADIR%%/effects/kwin4_effect_fadingpopups/contents/code/main.js
-%%DATADIR%%/effects/kwin4_effect_fadingpopups/metadata.desktop
-%%DATADIR%%/effects/kwin4_effect_fadingpopups/metadata.json
-%%DATADIR%%/effects/kwin4_effect_frozenapp/contents/code/main.js
-%%DATADIR%%/effects/kwin4_effect_frozenapp/metadata.desktop
-%%DATADIR%%/effects/kwin4_effect_frozenapp/metadata.json
-%%DATADIR%%/effects/kwin4_effect_fullscreen/contents/code/fullscreen.js
-%%DATADIR%%/effects/kwin4_effect_fullscreen/metadata.desktop
-%%DATADIR%%/effects/kwin4_effect_fullscreen/metadata.json
-%%DATADIR%%/effects/kwin4_effect_login/contents/code/main.js
-%%DATADIR%%/effects/kwin4_effect_login/contents/config/main.xml
-%%DATADIR%%/effects/kwin4_effect_login/contents/ui/config.ui
-%%DATADIR%%/effects/kwin4_effect_login/metadata.desktop
-%%DATADIR%%/effects/kwin4_effect_login/metadata.json
-%%DATADIR%%/effects/kwin4_effect_logout/contents/code/main.js
-%%DATADIR%%/effects/kwin4_effect_logout/metadata.desktop
-%%DATADIR%%/effects/kwin4_effect_logout/metadata.json
-%%DATADIR%%/effects/kwin4_effect_maximize/contents/code/maximize.js
-%%DATADIR%%/effects/kwin4_effect_maximize/metadata.desktop
-%%DATADIR%%/effects/kwin4_effect_maximize/metadata.json
-%%DATADIR%%/effects/kwin4_effect_morphingpopups/contents/code/morphingpopups.js
-%%DATADIR%%/effects/kwin4_effect_morphingpopups/metadata.desktop
-%%DATADIR%%/effects/kwin4_effect_morphingpopups/metadata.json
-%%DATADIR%%/effects/kwin4_effect_scale/contents/code/main.js
-%%DATADIR%%/effects/kwin4_effect_scale/contents/config/main.xml
-%%DATADIR%%/effects/kwin4_effect_scale/contents/ui/config.ui
-%%DATADIR%%/effects/kwin4_effect_scale/metadata.desktop
-%%DATADIR%%/effects/kwin4_effect_scale/metadata.json
-%%DATADIR%%/effects/kwin4_effect_sessionquit/contents/code/main.js
-%%DATADIR%%/effects/kwin4_effect_sessionquit/metadata.desktop
-%%DATADIR%%/effects/kwin4_effect_sessionquit/metadata.json
-%%DATADIR%%/effects/kwin4_effect_squash/contents/code/main.js
-%%DATADIR%%/effects/kwin4_effect_squash/metadata.desktop
-%%DATADIR%%/effects/kwin4_effect_squash/metadata.json
-%%DATADIR%%/effects/kwin4_effect_translucency/contents/code/main.js
-%%DATADIR%%/effects/kwin4_effect_translucency/contents/config/main.xml
-%%DATADIR%%/effects/kwin4_effect_translucency/contents/ui/config.ui
-%%DATADIR%%/effects/kwin4_effect_translucency/metadata.desktop
-%%DATADIR%%/effects/kwin4_effect_translucency/metadata.json
-%%DATADIR%%/effects/kwin4_effect_windowaperture/contents/code/main.js
-%%DATADIR%%/effects/kwin4_effect_windowaperture/metadata.desktop
-%%DATADIR%%/effects/kwin4_effect_windowaperture/metadata.json
-%%DATADIR%%/effects/presentwindows/main.qml
-%%DATADIR%%/kcm_kwintabbox/dolphin.png
-%%DATADIR%%/kcm_kwintabbox/kmail.png
-%%DATADIR%%/kcm_kwintabbox/konqueror.png
-%%DATADIR%%/kcm_kwintabbox/systemsettings.png
-%%DATADIR%%/onscreennotification/plasma/dummydata/osd.qml
-%%DATADIR%%/onscreennotification/plasma/main.qml
-%%DATADIR%%/outline/plasma/outline.qml
-%%DATADIR%%/scripts/desktopchangeosd/contents/ui/main.qml
-%%DATADIR%%/scripts/desktopchangeosd/contents/ui/osd.qml
-%%DATADIR%%/scripts/desktopchangeosd/metadata.desktop
-%%DATADIR%%/scripts/desktopchangeosd/metadata.json
-%%DATADIR%%/scripts/minimizeall/contents/code/main.js
-%%DATADIR%%/scripts/minimizeall/metadata.desktop
-%%DATADIR%%/scripts/minimizeall/metadata.json
-%%DATADIR%%/scripts/synchronizeskipswitcher/contents/code/main.js
-%%DATADIR%%/scripts/synchronizeskipswitcher/metadata.desktop
-%%DATADIR%%/scripts/synchronizeskipswitcher/metadata.json
-%%DATADIR%%/scripts/videowall/contents/code/main.js
-%%DATADIR%%/scripts/videowall/contents/config/main.xml
-%%DATADIR%%/scripts/videowall/contents/ui/config.ui
-%%DATADIR%%/scripts/videowall/metadata.desktop
-%%DATADIR%%/scripts/videowall/metadata.json
-%%DATADIR%%/tm_inner.png
-%%DATADIR%%/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
@@ -493,6 +514,7 @@ share/locale/ast/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/ast/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/ast/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/ast/LC_MESSAGES/kcmkwincompositing.mo
+share/locale/ast/LC_MESSAGES/kwin.mo
share/locale/ast/LC_MESSAGES/kwin_effects.mo
share/locale/az/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/az/LC_MESSAGES/kcm_kwin_effects.mo
@@ -1447,6 +1469,7 @@ share/locale/uz@cyrillic/LC_MESSAGES/kwin.mo
share/locale/uz@cyrillic/LC_MESSAGES/kwin_clients.mo
share/locale/vi/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/vi/LC_MESSAGES/kcm_kwinrules.mo
+share/locale/vi/LC_MESSAGES/kcmkwinscreenedges.mo
share/locale/vi/LC_MESSAGES/kcmkwm.mo
share/locale/vi/LC_MESSAGES/kwin.mo
share/locale/vi/LC_MESSAGES/kwin_clients.mo