diff --git a/x11-wm/kwinft/Makefile b/x11-wm/kwinft/Makefile index 7f9cbec20178..769b90c6cc39 100644 --- a/x11-wm/kwinft/Makefile +++ b/x11-wm/kwinft/Makefile @@ -1,65 +1,62 @@ PORTNAME= kwinft DISTVERSIONPREFIX= ${PORTNAME}@ -DISTVERSION= 5.24.1 -PORTREVISION= 1 +DISTVERSION= 5.25.0 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org COMMENT= Wayland compositor and X11 window manager WWW= https://gitlab.com/kwinft/kwinft LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= requires https://gitlab.com/kwinft/kwinft/-/commit/facc1040ff1e - BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ libwayland-server.so:graphics/wayland \ libWraplandServer.so:graphics/wrapland \ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig \ libwlroots.so:x11-toolkits/wlroots \ libinput.so:x11/libinput \ libxkbcommon.so:x11/libxkbcommon \ libxcb-cursor.so:x11/xcb-util-cursor \ libxcb-image.so:x11/xcb-util-image \ libxcb-keysyms.so:x11/xcb-util-keysyms \ libxcb-icccm.so:x11/xcb-util-wm TEST_DEPENDS= ${qt-testlib_PORT:T}>0:${qt-testlib_PORT} CONFLICTS_INSTALL= plasma5-kwin # bin/kwin_wayland USES= cmake:testing gl kde:5 pkgconfig python:run qt:5 shebangfix xorg USE_GITLAB= yes USE_GL= egl -USE_KDE= ecm:build auth completion config configwidgets \ +USE_KDE= ecm:build auth config configwidgets \ coreaddons crash dbusaddons decoration globalaccel i18n \ idletime kcmutils kdeclarative kio kscreenlocker newstuff \ - notifications package plasma-framework service textwidgets \ + notifications package plasma-framework service \ widgetsaddons windowsystem xmlgui USE_LDCONFIG= yes USE_QT= qmake:build buildtools:build core dbus declarative gui \ multimedia:run quickcontrols2:run widgets x11extras USE_XORG= pixman x11 xcb xi -SHEBANG_FILES= kconf_update/*.py kconf_update/*.pl -GL_COMMIT= 022f157ce4bd14fbe069ab6fe41647b70d20f004 +SHEBANG_FILES= effect/effects/*.py kconf_update/*.py kconf_update/*.pl +GL_COMMIT= a70cd81ac8f81189782831e52b6fec01aeeefdfd PLIST_SUB= VERSION=${PORTVERSION} LDFLAGS+= -Wl,--as-needed # GL, ICE/SM/Xext, glib, intl, Qt5*, KF5* OPTIONS_DEFINE= BREEZE DOCS QA11Y OPTIONS_DEFAULT=BREEZE QA11Y BREEZE_DESC= Default window decoration plugin BREEZE_USE= KDE=breeze BREEZE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Breeze DOCS_USE= KDE=doctools:build DOCS_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KF5DocTools QA11Y_DESC= Accessibility (focus tracking) for Zoom effect QA11Y_LIB_DEPENDS= libqaccessibilityclient-qt5.so:accessibility/libqaccessibilityclient QA11Y_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_QAccessibilityClient .include "${.CURDIR:H:H}/x11-toolkits/wlroots015/override.mk" .include diff --git a/x11-wm/kwinft/distinfo b/x11-wm/kwinft/distinfo index 1d97723ae144..8f606fa3adf7 100644 --- a/x11-wm/kwinft/distinfo +++ b/x11-wm/kwinft/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1650728835 -SHA256 (kwinft-kwinft-022f157ce4bd14fbe069ab6fe41647b70d20f004_GL0.tar.gz) = 56d29241573c4cc055b0024064c1a12fa2a6cfc57d7cfa0e9a2c08dd8605f324 -SIZE (kwinft-kwinft-022f157ce4bd14fbe069ab6fe41647b70d20f004_GL0.tar.gz) = 4941113 +TIMESTAMP = 1655228107 +SHA256 (kwinft-kwinft-a70cd81ac8f81189782831e52b6fec01aeeefdfd_GL0.tar.gz) = 68c5df0b9d0dba56391c8e4ec788a7d1a64c2195d6312b360d79c3afe76c5389 +SIZE (kwinft-kwinft-a70cd81ac8f81189782831e52b6fec01aeeefdfd_GL0.tar.gz) = 4988371 diff --git a/x11-wm/kwinft/files/patch-render_effect_internal__win__properties.h b/x11-wm/kwinft/files/patch-render_effect_internal__win__properties.h new file mode 100644 index 000000000000..27d3e6d921a5 --- /dev/null +++ b/x11-wm/kwinft/files/patch-render_effect_internal__win__properties.h @@ -0,0 +1,23 @@ +In file included from ../.build/kwin_x11_lib_autogen/mocs_compilation.cpp:10: +In file included from ../.build/kwin_x11_lib_autogen/TRO3DFMZQE/moc_effects.cpp:10: +In file included from render/x11/effects.h:9: +In file included from render/x11/effect/blur_integration.h:8: +In file included from render/x11/effect/blur_update.h:8: +In file included from render/effect/internal_win_update.h:9: +render/effect/internal_win_properties.h:46:62: error: implicit instantiation of undefined template 'std::array>, 1>' +inline std::array, 1> get_internal_blur_properties() + ^ +/usr/include/c++/v1/__tuple:219:64: note: template is declared here +template struct _LIBCPP_TEMPLATE_VIS array; + ^ + +--- render/effect/internal_win_properties.h.orig 2022-06-14 17:35:07 UTC ++++ render/effect/internal_win_properties.h +@@ -7,6 +7,7 @@ + + #include + #include ++#include + #include + #include + diff --git a/x11-wm/kwinft/files/patch-xwl_xwayland.cpp b/x11-wm/kwinft/files/patch-xwl_xwayland.cpp new file mode 100644 index 000000000000..38481a7c9916 --- /dev/null +++ b/x11-wm/kwinft/files/patch-xwl_xwayland.cpp @@ -0,0 +1,34 @@ +Revert https://gitlab.com/kwinft/kwinft/-/commit/e22b49694e87 + +xwl/xwayland.cpp:64:5: error: use of undeclared identifier 'close' + close(pipe); + ^ +xwl/xwayland.cpp:79:9: error: use of undeclared identifier 'pipe' + if (pipe(pipeFds) != 0) { + ^ +xwl/xwayland.cpp:88:14: error: use of undeclared identifier 'dup' + int fd = dup(sx[1]); + ^ +xwl/xwayland.cpp:96:9: error: use of undeclared identifier 'close' + close(fd); + ^ +xwl/xwayland.cpp:99:23: error: use of undeclared identifier 'dup' + auto const wlfd = dup(waylandSocket); + ^ +xwl/xwayland.cpp:101:9: error: use of undeclared identifier 'close' + close(fd); + ^ +xwl/xwayland.cpp:153:5: error: use of undeclared identifier 'close' + close(pipeFds[1]); + ^ + +--- xwl/xwayland.cpp.orig 2022-06-14 17:35:07 UTC ++++ xwl/xwayland.cpp +@@ -44,6 +44,7 @@ along with this program. If not, see + #include + #include ++#include + + static void readDisplay(int pipe) + { diff --git a/x11-wm/kwinft/pkg-plist b/x11-wm/kwinft/pkg-plist index 7cc8b411edf2..c12d73794517 100644 --- a/x11-wm/kwinft/pkg-plist +++ b/x11-wm/kwinft/pkg-plist @@ -1,357 +1,387 @@ bin/kwin_wayland bin/kwin_wayland_wrapper bin/kwin_x11 include/kwin_export.h include/kwinanimationeffect.h include/kwinconfig.h include/kwindeformeffect.h include/kwineffectquickview.h include/kwineffects.h +include/kwineffects/animation_effect.h +include/kwineffects/deform_effect.h +include/kwineffects/effect.h +include/kwineffects/effect_frame.h +include/kwineffects/effect_integration.h +include/kwineffects/effect_plugin_factory.h +include/kwineffects/effect_quick_view.h +include/kwineffects/effect_screen.h +include/kwineffects/effect_window.h +include/kwineffects/effects_handler.h +include/kwineffects/export.h +include/kwineffects/motions.h +include/kwineffects/paint_clipper.h +include/kwineffects/paint_data.h +include/kwineffects/time_line.h +include/kwineffects/types.h +include/kwineffects/window_quad.h include/kwineffects_export.h +include/kwingl/export.h +include/kwingl/platform.h +include/kwingl/texture.h +include/kwingl/utils.h +include/kwingl/utils_funcs.h include/kwinglobals.h include/kwinglplatform.h include/kwingltexture.h include/kwinglutils.h include/kwinglutils_export.h include/kwinglutils_funcs.h +include/kwinxrender/export.h +include/kwinxrender/utils.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-applywindowdecoration lib/libexec/kwin_killer_helper lib/libexec/kwin_rules_dialog lib/libkcmkwincommon.so.5 lib/libkcmkwincommon.so.%%VERSION%% lib/libkwin.so.5 lib/libkwin.so.%%VERSION%% lib/libkwin_wayland.so.5 lib/libkwin_wayland.so.%%VERSION%% lib/libkwineffects.so lib/libkwineffects.so.13 lib/libkwineffects.so.%%VERSION%% lib/libkwinglutils.so lib/libkwinglutils.so.13 lib/libkwinglutils.so.%%VERSION%% lib/libkwinxrenderutils.so lib/libkwinxrenderutils.so.13 lib/libkwinxrenderutils.so.%%VERSION%% -%%QT_PLUGINDIR%%/kcm_kwin_scripts.so -%%QT_PLUGINDIR%%/kcm_kwinoptions.so -%%QT_PLUGINDIR%%/kcm_kwinscreenedges.so -%%QT_PLUGINDIR%%/kcm_kwintabbox.so -%%QT_PLUGINDIR%%/kcm_kwintouchscreen.so -%%QT_PLUGINDIR%%/kcms/kcm_kwin_effects.so -%%QT_PLUGINDIR%%/kcms/kcm_kwin_virtualdesktops.so -%%QT_PLUGINDIR%%/kcms/kcm_kwindecoration.so -%%QT_PLUGINDIR%%/kcms/kcm_kwinrules.so %%QT_PLUGINDIR%%/kpackage/packagestructure/kwin_aurorae.so %%QT_PLUGINDIR%%/kpackage/packagestructure/kwin_decoration.so %%QT_PLUGINDIR%%/kpackage/packagestructure/kwin_effect.so %%QT_PLUGINDIR%%/kpackage/packagestructure/kwin_script.so %%QT_PLUGINDIR%%/kpackage/packagestructure/kwin_windowswitcher.so %%QT_PLUGINDIR%%/kwin/effects/configs/kcm_kwin4_genericscripted.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_blur_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_coverswitch_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_cube_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_cubeslide_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_desktopgrid_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_diminactive_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_flipswitch_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_glide_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_invert_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_lookingglass_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_magiclamp_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_magnifier_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_mouseclick_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_mousemark_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_presentwindows_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_resize_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_showfps_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_showpaint_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_slide_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_thumbnailaside_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_trackmouse_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_wobblywindows_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_zoom_config.so -%%QT_PLUGINDIR%%/kwincompositing.so %%QT_PLUGINDIR%%/org.kde.kdecoration2/kwin5_aurorae.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kwin_effects.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kwin_scripts.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kwin_virtualdesktops.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kwindecoration.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kwinrules.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_kwinoptions.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_kwinscreenedges.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_kwintabbox.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_kwintouchscreen.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kwincompositing.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 %%QT_QMLDIR%%/org/kde/kwin/decoration/DecorationButton.qml %%QT_QMLDIR%%/org/kde/kwin/decoration/MenuButton.qml %%QT_QMLDIR%%/org/kde/kwin/decoration/libdecorationplugin.so %%QT_QMLDIR%%/org/kde/kwin/decoration/qmldir %%QT_QMLDIR%%/org/kde/kwin/decorations/plastik/libplastikplugin.so %%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 lib/systemd/user/plasma-kwin_wayland.service lib/systemd/user/plasma-kwin_x11.service +share/applications/kcm_kwin_effects.desktop +share/applications/kcm_kwin_scripts.desktop +share/applications/kcm_kwin_virtualdesktops.desktop +share/applications/kcm_kwindecoration.desktop +share/applications/kcm_kwinoptions.desktop +share/applications/kcm_kwinrules.desktop +share/applications/kcm_kwinscreenedges.desktop +share/applications/kcm_kwintouchscreen.desktop +share/applications/kwincompositing.desktop share/applications/org.kde.kwin_rules_dialog.desktop 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.VirtualDesktopManager.xml share/dbus-1/interfaces/org.kde.KWin.xml share/dbus-1/interfaces/org.kde.kwin.ColorCorrect.xml share/dbus-1/interfaces/org.kde.kwin.Compositing.xml share/dbus-1/interfaces/org.kde.kwin.Effects.xml +share/dbus-1/interfaces/org.kde.kwin.InputDevice.xml share/dbus-1/interfaces/org.kde.kwin.VirtualKeyboard.xml %%PORTDOCS%%share/doc/HTML/en/kcontrol/desktop/index.cache.bz2 %%PORTDOCS%%share/doc/HTML/en/kcontrol/desktop/index.docbook %%PORTDOCS%%share/doc/HTML/en/kcontrol/kwindecoration/button.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/kwindecoration/configure.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/kwindecoration/decoration.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/kwindecoration/index.cache.bz2 %%PORTDOCS%%share/doc/HTML/en/kcontrol/kwindecoration/index.docbook %%PORTDOCS%%share/doc/HTML/en/kcontrol/kwindecoration/main.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/kwineffects/configure-effects.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/kwineffects/dialog-information.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/kwineffects/index.cache.bz2 %%PORTDOCS%%share/doc/HTML/en/kcontrol/kwineffects/index.docbook %%PORTDOCS%%share/doc/HTML/en/kcontrol/kwineffects/video.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/kwinscreenedges/index.cache.bz2 %%PORTDOCS%%share/doc/HTML/en/kcontrol/kwinscreenedges/index.docbook %%PORTDOCS%%share/doc/HTML/en/kcontrol/kwintabbox/index.cache.bz2 %%PORTDOCS%%share/doc/HTML/en/kcontrol/kwintabbox/index.docbook %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowbehaviour/index.cache.bz2 %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowbehaviour/index.docbook %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/Face-smile.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/akgregator-info.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/akregator-attributes.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/akregator-fav.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/config-win-behavior.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/emacs-attribute.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/emacs-info.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/focus-stealing-pop2top-attribute.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/index.cache.bz2 %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/index.docbook %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/knotes-attribute.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/knotes-info.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/kopete-attribute-2.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/kopete-chat-attribute.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/kopete-chat-info.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/kopete-info.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/kwin-detect-window.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/kwin-kopete-rules.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/kwin-rule-editor.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/kwin-rules-main-n-akregator.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/kwin-rules-main.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/kwin-rules-ordering.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/kwin-window-attributes.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/kwin-window-matching.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/pager-4-desktops.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/tbird-compose-attribute.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/tbird-compose-info.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/tbird-main-attribute.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/tbird-main-info.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/tbird-reminder-attribute-2.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/tbird-reminder-info.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/window-matching-emacs.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/window-matching-init.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/window-matching-knotes.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/window-matching-kopete-chat.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/window-matching-kopete.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/window-matching-ready-akregator.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/window-matching-tbird-compose.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/window-matching-tbird-main.png %%PORTDOCS%%share/doc/HTML/en/kcontrol/windowspecific/window-matching-tbird-reminder.png share/icons/hicolor/16x16/apps/kwin.png share/icons/hicolor/32x32/apps/kwin.png share/icons/hicolor/48x48/apps/kwin.png share/icons/hicolor/scalable/apps/kwin.svgz share/kconf_update/kwin-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.23-placement.pl share/kconf_update/kwin.upd share/kconf_update/kwinrules-5.19-placement.pl share/kconf_update/kwinrules-5.23-placement.pl share/kconf_update/kwinrules.upd share/knotifications5/kwin.notifyrc share/knsrcfiles/aurorae.knsrc share/knsrcfiles/kwineffect.knsrc share/knsrcfiles/kwinscripts.knsrc share/knsrcfiles/kwinswitcher.knsrc share/knsrcfiles/window-decorations.knsrc share/kpackage/kcms/kcm_kwin_effects/contents/ui/Effect.qml share/kpackage/kcms/kcm_kwin_effects/contents/ui/Video.qml share/kpackage/kcms/kcm_kwin_effects/contents/ui/main.qml share/kpackage/kcms/kcm_kwin_effects/metadata.desktop share/kpackage/kcms/kcm_kwin_effects/metadata.json +share/kpackage/kcms/kcm_kwin_scripts/contents/ui/main.qml share/kpackage/kcms/kcm_kwin_virtualdesktops/contents/ui/main.qml share/kpackage/kcms/kcm_kwin_virtualdesktops/metadata.desktop share/kpackage/kcms/kcm_kwin_virtualdesktops/metadata.json share/kpackage/kcms/kcm_kwindecoration/contents/ui/ButtonGroup.qml share/kpackage/kcms/kcm_kwindecoration/contents/ui/Buttons.qml share/kpackage/kcms/kcm_kwindecoration/contents/ui/Themes.qml share/kpackage/kcms/kcm_kwindecoration/contents/ui/main.qml share/kpackage/kcms/kcm_kwindecoration/metadata.desktop share/kpackage/kcms/kcm_kwindecoration/metadata.json share/kpackage/kcms/kcm_kwinrules/contents/ui/FileDialogLoader.qml share/kpackage/kcms/kcm_kwinrules/contents/ui/OptionsComboBox.qml share/kpackage/kcms/kcm_kwinrules/contents/ui/RuleItemDelegate.qml share/kpackage/kcms/kcm_kwinrules/contents/ui/RulesEditor.qml 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/kservices5/kcm_kwin_effects.desktop -share/kservices5/kcm_kwin_virtualdesktops.desktop -share/kservices5/kcm_kwinrules.desktop +share/kservices5/kcm_kwintabbox.desktop share/kservices5/kwin/kwin4_decoration_qml_plastik.desktop -share/kservices5/kwincompositing.desktop -share/kservices5/kwindecoration.desktop -share/kservices5/kwinoptions.desktop -share/kservices5/kwinscreenedges.desktop -share/kservices5/kwinscripts.desktop -share/kservices5/kwintabbox.desktop -share/kservices5/kwintouchscreen.desktop share/kservicetypes5/kwindecoration.desktop share/kservicetypes5/kwindesktopswitcher.desktop share/kservicetypes5/kwineffect.desktop share/kservicetypes5/kwinscript.desktop share/kservicetypes5/kwinwindowswitcher.desktop share/kwin/aurorae/AppMenuButton.qml share/kwin/aurorae/AuroraeButton.qml share/kwin/aurorae/AuroraeButtonGroup.qml share/kwin/aurorae/AuroraeMaximizeButton.qml share/kwin/aurorae/Decoration.qml share/kwin/aurorae/DecorationButton.qml share/kwin/aurorae/MenuButton.qml share/kwin/aurorae/aurorae.qml +share/kwin/builtin-effects/kwin4_effect_blend/metadata.json share/kwin/builtin-effects/kwin4_effect_blur/metadata.json share/kwin/builtin-effects/kwin4_effect_colorpicker/metadata.json share/kwin/builtin-effects/kwin4_effect_contrast/metadata.json share/kwin/builtin-effects/kwin4_effect_coverswitch/metadata.json share/kwin/builtin-effects/kwin4_effect_cube/metadata.json share/kwin/builtin-effects/kwin4_effect_cubeslide/metadata.json share/kwin/builtin-effects/kwin4_effect_desktopgrid/metadata.json share/kwin/builtin-effects/kwin4_effect_diminactive/metadata.json share/kwin/builtin-effects/kwin4_effect_fallapart/metadata.json share/kwin/builtin-effects/kwin4_effect_flipswitch/metadata.json share/kwin/builtin-effects/kwin4_effect_glide/metadata.json share/kwin/builtin-effects/kwin4_effect_highlightwindow/metadata.json share/kwin/builtin-effects/kwin4_effect_invert/metadata.json share/kwin/builtin-effects/kwin4_effect_kscreen/metadata.json share/kwin/builtin-effects/kwin4_effect_lookingglass/metadata.json share/kwin/builtin-effects/kwin4_effect_magiclamp/metadata.json share/kwin/builtin-effects/kwin4_effect_magnifier/metadata.json share/kwin/builtin-effects/kwin4_effect_mouseclick/metadata.json share/kwin/builtin-effects/kwin4_effect_mousemark/metadata.json share/kwin/builtin-effects/kwin4_effect_presentwindows/metadata.json share/kwin/builtin-effects/kwin4_effect_resize/metadata.json share/kwin/builtin-effects/kwin4_effect_screenedge/metadata.json share/kwin/builtin-effects/kwin4_effect_screenshot/metadata.json share/kwin/builtin-effects/kwin4_effect_sheet/metadata.json share/kwin/builtin-effects/kwin4_effect_showfps/metadata.json share/kwin/builtin-effects/kwin4_effect_showpaint/metadata.json share/kwin/builtin-effects/kwin4_effect_slide/metadata.json share/kwin/builtin-effects/kwin4_effect_slideback/metadata.json share/kwin/builtin-effects/kwin4_effect_slidingpopups/metadata.json share/kwin/builtin-effects/kwin4_effect_snaphelper/metadata.json share/kwin/builtin-effects/kwin4_effect_startupfeedback/metadata.json share/kwin/builtin-effects/kwin4_effect_thumbnailaside/metadata.json share/kwin/builtin-effects/kwin4_effect_touchpoints/metadata.json share/kwin/builtin-effects/kwin4_effect_trackmouse/metadata.json share/kwin/builtin-effects/kwin4_effect_wobblywindows/metadata.json share/kwin/builtin-effects/kwin4_effect_zoom/metadata.json share/kwin/cubecap.png share/kwin/decorations/kwin4_decoration_qml_plastik/contents/config/main.xml share/kwin/decorations/kwin4_decoration_qml_plastik/contents/ui/PlastikButton.qml share/kwin/decorations/kwin4_decoration_qml_plastik/contents/ui/config.ui share/kwin/decorations/kwin4_decoration_qml_plastik/contents/ui/main.qml share/kwin/decorations/kwin4_decoration_qml_plastik/metadata.desktop share/kwin/effects/desktopgrid/main.qml share/kwin/effects/kwin4_effect_dialogparent/contents/code/main.js share/kwin/effects/kwin4_effect_dialogparent/metadata.desktop share/kwin/effects/kwin4_effect_dialogparent/metadata.json share/kwin/effects/kwin4_effect_dimscreen/contents/code/main.js share/kwin/effects/kwin4_effect_dimscreen/metadata.desktop share/kwin/effects/kwin4_effect_dimscreen/metadata.json share/kwin/effects/kwin4_effect_eyeonscreen/contents/code/main.js share/kwin/effects/kwin4_effect_eyeonscreen/metadata.desktop share/kwin/effects/kwin4_effect_eyeonscreen/metadata.json share/kwin/effects/kwin4_effect_fade/contents/code/main.js share/kwin/effects/kwin4_effect_fade/contents/config/main.xml share/kwin/effects/kwin4_effect_fade/metadata.desktop share/kwin/effects/kwin4_effect_fade/metadata.json share/kwin/effects/kwin4_effect_fadedesktop/contents/code/main.js share/kwin/effects/kwin4_effect_fadedesktop/metadata.desktop share/kwin/effects/kwin4_effect_fadedesktop/metadata.json share/kwin/effects/kwin4_effect_fadingpopups/contents/code/main.js share/kwin/effects/kwin4_effect_fadingpopups/metadata.desktop share/kwin/effects/kwin4_effect_fadingpopups/metadata.json share/kwin/effects/kwin4_effect_frozenapp/contents/code/main.js share/kwin/effects/kwin4_effect_frozenapp/metadata.desktop share/kwin/effects/kwin4_effect_frozenapp/metadata.json share/kwin/effects/kwin4_effect_fullscreen/contents/code/fullscreen.js share/kwin/effects/kwin4_effect_fullscreen/metadata.desktop share/kwin/effects/kwin4_effect_fullscreen/metadata.json share/kwin/effects/kwin4_effect_login/contents/code/main.js share/kwin/effects/kwin4_effect_login/contents/config/main.xml share/kwin/effects/kwin4_effect_login/contents/ui/config.ui share/kwin/effects/kwin4_effect_login/metadata.desktop share/kwin/effects/kwin4_effect_login/metadata.json share/kwin/effects/kwin4_effect_logout/contents/code/main.js share/kwin/effects/kwin4_effect_logout/metadata.desktop share/kwin/effects/kwin4_effect_logout/metadata.json share/kwin/effects/kwin4_effect_maximize/contents/code/maximize.js share/kwin/effects/kwin4_effect_maximize/metadata.desktop share/kwin/effects/kwin4_effect_maximize/metadata.json share/kwin/effects/kwin4_effect_morphingpopups/contents/code/morphingpopups.js share/kwin/effects/kwin4_effect_morphingpopups/metadata.desktop share/kwin/effects/kwin4_effect_morphingpopups/metadata.json share/kwin/effects/kwin4_effect_scale/contents/code/main.js share/kwin/effects/kwin4_effect_scale/contents/config/main.xml share/kwin/effects/kwin4_effect_scale/contents/ui/config.ui share/kwin/effects/kwin4_effect_scale/metadata.desktop share/kwin/effects/kwin4_effect_scale/metadata.json share/kwin/effects/kwin4_effect_sessionquit/contents/code/main.js share/kwin/effects/kwin4_effect_sessionquit/metadata.desktop share/kwin/effects/kwin4_effect_sessionquit/metadata.json share/kwin/effects/kwin4_effect_squash/contents/code/main.js share/kwin/effects/kwin4_effect_squash/metadata.desktop share/kwin/effects/kwin4_effect_squash/metadata.json share/kwin/effects/kwin4_effect_translucency/contents/code/main.js share/kwin/effects/kwin4_effect_translucency/contents/config/main.xml share/kwin/effects/kwin4_effect_translucency/contents/ui/config.ui share/kwin/effects/kwin4_effect_translucency/metadata.desktop share/kwin/effects/kwin4_effect_translucency/metadata.json share/kwin/effects/kwin4_effect_windowaperture/contents/code/main.js share/kwin/effects/kwin4_effect_windowaperture/metadata.desktop share/kwin/effects/kwin4_effect_windowaperture/metadata.json share/kwin/effects/presentwindows/main.qml +share/kwin/frames/plasma/frame_none.qml +share/kwin/frames/plasma/frame_styled.qml +share/kwin/frames/plasma/frame_unstyled.qml share/kwin/kcm_kwintabbox/desktop.png share/kwin/kcm_kwintabbox/dolphin.png share/kwin/kcm_kwintabbox/kmail.png share/kwin/kcm_kwintabbox/konqueror.png share/kwin/kcm_kwintabbox/systemsettings.png share/kwin/onscreennotification/plasma/dummydata/osd.qml share/kwin/onscreennotification/plasma/main.qml share/kwin/outline/plasma/outline.qml share/kwin/scripts/desktopchangeosd/contents/ui/main.qml share/kwin/scripts/desktopchangeosd/contents/ui/osd.qml share/kwin/scripts/desktopchangeosd/metadata.desktop share/kwin/scripts/desktopchangeosd/metadata.json share/kwin/scripts/minimizeall/contents/code/main.js share/kwin/scripts/minimizeall/metadata.desktop share/kwin/scripts/minimizeall/metadata.json share/kwin/scripts/synchronizeskipswitcher/contents/code/main.js share/kwin/scripts/synchronizeskipswitcher/metadata.desktop share/kwin/scripts/synchronizeskipswitcher/metadata.json share/kwin/scripts/videowall/contents/code/main.js share/kwin/scripts/videowall/contents/config/main.xml share/kwin/scripts/videowall/contents/ui/config.ui share/kwin/scripts/videowall/metadata.desktop share/kwin/scripts/videowall/metadata.json share/kwin/tm_inner.png share/kwin/tm_outer.png share/qlogging-categories5/org_kde_kwin.categories