summaryrefslogtreecommitdiff
path: root/x11-wm/plasma6-kwin-x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/plasma6-kwin-x11')
-rw-r--r--x11-wm/plasma6-kwin-x11/Makefile11
-rw-r--r--x11-wm/plasma6-kwin-x11/distinfo6
-rw-r--r--x11-wm/plasma6-kwin-x11/files/patch-cmake_modules_Findhwdata.cmake4
-rw-r--r--x11-wm/plasma6-kwin-x11/pkg-plist25
4 files changed, 28 insertions, 18 deletions
diff --git a/x11-wm/plasma6-kwin-x11/Makefile b/x11-wm/plasma6-kwin-x11/Makefile
index b3c51eb1e30d..121e35e210a9 100644
--- a/x11-wm/plasma6-kwin-x11/Makefile
+++ b/x11-wm/plasma6-kwin-x11/Makefile
@@ -1,6 +1,5 @@
PORTNAME= kwin-x11
DISTVERSION= ${KDE_PLASMA_VERSION}
-PORTREVISION= 1
CATEGORIES= x11-wm kde kde-plasma
COMMENT= Easy to use, but flexible, X Window Manager
@@ -14,7 +13,6 @@ LIB_DEPENDS= libdisplay-info.so:sysutils/libdisplay-info \
libepoxy.so:graphics/libepoxy \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
- libinput.so:x11/libinput \
liblcms2.so:graphics/lcms2 \
libpipewire-0.3.so:multimedia/pipewire \
libqaccessibilityclient-qt6.so:accessibility/libqaccessibilityclient@qt6 \
@@ -23,22 +21,21 @@ LIB_DEPENDS= libdisplay-info.so:sysutils/libdisplay-info \
libxcb-cursor.so:x11/xcb-util-cursor \
libxcb-icccm.so:x11/xcb-util-wm \
libxcb-keysyms.so:x11/xcb-util-keysyms \
- libxcvt.so:x11/libxcvt \
libxkbcommon.so:x11/libxkbcommon
RUN_DEPENDS= hwdata>0:misc/hwdata
USES= cmake gettext gl kde:6 pkgconfig python qt:6 shebangfix tar:xz \
xorg
USE_GL= egl gbm gl opengl
-USE_KDE= activities attica auth colorscheme config \
+USE_KDE= auth breeze colorscheme config \
configwidgets coreaddons crash dbusaddons decoration \
globalaccel globalacceld guiaddons i18n idletime kcmutils \
- kdeclarative kpipewire kscreenlocker libplasma newstuff \
- notifications package runner service svg wayland widgetsaddons \
+ kdeclarative knighttime kscreenlocker libplasma newstuff \
+ notifications package runner service svg widgetsaddons \
windowsystem xmlgui \
ecm:build plasma-wayland-protocols:build \
aurorae:run breeze:run
-USE_QT= base declarative multimedia sensors tools wayland
+USE_QT= base declarative sensors tools wayland
USE_XORG= ice sm x11 xcb xext xi
BINARY_ALIAS= python3=${PYTHON_CMD}
diff --git a/x11-wm/plasma6-kwin-x11/distinfo b/x11-wm/plasma6-kwin-x11/distinfo
index d3c3c420303d..19a657049da0 100644
--- a/x11-wm/plasma6-kwin-x11/distinfo
+++ b/x11-wm/plasma6-kwin-x11/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757499252
-SHA256 (KDE/plasma/6.4.5/kwin-x11-6.4.5.tar.xz) = cea91879467afdfa2caf0ec6dd7256eae78defa970cdc9a947fefd85d417acb1
-SIZE (KDE/plasma/6.4.5/kwin-x11-6.4.5.tar.xz) = 6881776
+TIMESTAMP = 1762293320
+SHA256 (KDE/plasma/6.5.2/kwin-x11-6.5.2.tar.xz) = 632e6b14c7d302b6efec62ab08426a924ca720cb6fb207f0f922e59f7f689256
+SIZE (KDE/plasma/6.5.2/kwin-x11-6.5.2.tar.xz) = 6860264
diff --git a/x11-wm/plasma6-kwin-x11/files/patch-cmake_modules_Findhwdata.cmake b/x11-wm/plasma6-kwin-x11/files/patch-cmake_modules_Findhwdata.cmake
index 1e09fac7a31c..d191ae3a79c7 100644
--- a/x11-wm/plasma6-kwin-x11/files/patch-cmake_modules_Findhwdata.cmake
+++ b/x11-wm/plasma6-kwin-x11/files/patch-cmake_modules_Findhwdata.cmake
@@ -6,8 +6,8 @@
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/hwdata /usr/share ENV XDG_DATA_DIRS)
-+ find_file(hwdata_PNPIDS_FILE NAMES hwdata/pnp.ids HINTS ${CMAKE_INSTALL_PREFIX}/share/hwdata /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/plasma6-kwin-x11/pkg-plist b/x11-wm/plasma6-kwin-x11/pkg-plist
index 92f0f8cd07ce..2832bda141cc 100644
--- a/x11-wm/plasma6-kwin-x11/pkg-plist
+++ b/x11-wm/plasma6-kwin-x11/pkg-plist
@@ -112,6 +112,8 @@ 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
@@ -124,6 +126,7 @@ 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
@@ -277,14 +280,15 @@ 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/libexec/kwin-applywindowdecoration-x11
lib/libexec/kwin_killer_helper_x11
-lib/libkcmkwincommon-x11.so.%%KDE_PLASMA_VERSION%%
lib/libkcmkwincommon-x11.so.6
+lib/libkcmkwincommon-x11.so.%%KDE_PLASMA_VERSION%%
lib/libkwin-x11.so
-lib/libkwin-x11.so.%%KDE_PLASMA_VERSION%%
lib/libkwin-x11.so.6
+lib/libkwin-x11.so.%%KDE_PLASMA_VERSION%%
%%QT_PLUGINDIR%%/kf6/packagestructure/kwin_aurorae_x11.so
%%QT_PLUGINDIR%%/kf6/packagestructure/kwin_decoration_x11.so
%%QT_PLUGINDIR%%/kf6/packagestructure/kwin_effect_x11.so
@@ -294,20 +298,16 @@ lib/libkwin-x11.so.6
%%QT_PLUGINDIR%%/kwin-x11/effects/configs/kwin_blur_config.so
%%QT_PLUGINDIR%%/kwin-x11/effects/configs/kwin_diminactive_config.so
%%QT_PLUGINDIR%%/kwin-x11/effects/configs/kwin_glide_config.so
-%%QT_PLUGINDIR%%/kwin-x11/effects/configs/kwin_invert_config.so
%%QT_PLUGINDIR%%/kwin-x11/effects/configs/kwin_magiclamp_config.so
-%%QT_PLUGINDIR%%/kwin-x11/effects/configs/kwin_magnifier_config.so
%%QT_PLUGINDIR%%/kwin-x11/effects/configs/kwin_mouseclick_config.so
%%QT_PLUGINDIR%%/kwin-x11/effects/configs/kwin_mousemark_config.so
%%QT_PLUGINDIR%%/kwin-x11/effects/configs/kwin_overview_config.so
-%%QT_PLUGINDIR%%/kwin-x11/effects/configs/kwin_showpaint_config.so
%%QT_PLUGINDIR%%/kwin-x11/effects/configs/kwin_slide_config.so
%%QT_PLUGINDIR%%/kwin-x11/effects/configs/kwin_thumbnailaside_config.so
%%QT_PLUGINDIR%%/kwin-x11/effects/configs/kwin_tileseditor_config.so
%%QT_PLUGINDIR%%/kwin-x11/effects/configs/kwin_trackmouse_config.so
%%QT_PLUGINDIR%%/kwin-x11/effects/configs/kwin_windowview_config.so
%%QT_PLUGINDIR%%/kwin-x11/effects/configs/kwin_wobblywindows_config.so
-%%QT_PLUGINDIR%%/kwin-x11/effects/configs/kwin_zoom_config.so
%%QT_PLUGINDIR%%/kwin-x11/plugins/krunnerintegration.so
%%QT_PLUGINDIR%%/kwin-x11/plugins/nightlight.so
%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_animations_x11.so
@@ -432,6 +432,18 @@ share/doc/HTML/en/kcontrol/windowspecific-x11/window-matching-ready-akregator.pn
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
@@ -1055,6 +1067,7 @@ 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