diff options
| author | Max Brazhnikov <makc@FreeBSD.org> | 2025-10-29 18:57:39 +0000 |
|---|---|---|
| committer | Max Brazhnikov <makc@FreeBSD.org> | 2025-10-29 19:01:19 +0000 |
| commit | 34a52ba8303189d6336954aed54ccc0998f4aff1 (patch) | |
| tree | b4537cc298dd37a78f9765b58bb100a0b0ad60cd | |
| parent | 6276801117c08c73ce76321ab7ced492b12ca4ac (diff) | |
KDE: Update KDE Plasma to 6.5.0
Announcement: https://kde.org/announcements/plasma/6/6.5.0/
Caution!!
This update breaks Plasma Wayland for FreeBSD users. Do not upgrade
(or switch to the quarterly packages) if you prefer Wayland session.
Ports changes:
Add new Plasma port:
- sysutils/plasma6-knighttime: helpers for scheduling the dark-light cycle.
kde.mk:
- Add knighttime to the Plasma components
- Update dependency entry for milou component
audio/plasma6-kpipewire:
- Remove stale patch
security/plasma6-ksshaskpass:
- Depend on KF6Doctools to generate man page
sysutils/plasma6-systemsettings:
- Drop unused dependency
x11/plasma6-plasma-workspace:
- Drop unused dependency
- Remove stale patch
x11-toolkits/plasma6-kdeplasma-addons:
- Demote plasma5support to a runtime dependency
x11-wm/plasma6-kwin:
- Fix patch to locate hwdata
- Xwayland is a runtime dependency
- Drop unused dependencies
x11-wm/plasma6-kwin-x11:
- Fix patch to locate hwdata
96 files changed, 1215 insertions, 668 deletions
diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk index e5f86094edae..7327cd12d920 100644 --- a/Mk/Uses/kde.mk +++ b/Mk/Uses/kde.mk @@ -91,7 +91,7 @@ KDE_PLASMA5_VERSION?= 5.27.12 KDE_PLASMA5_BRANCH?= stable # Current KDE Plasma desktop. -KDE_PLASMA6_VERSION?= 6.4.5 +KDE_PLASMA6_VERSION?= 6.5.0 KDE_PLASMA6_BRANCH?= stable # Legacy KDE frameworks (Qt5 based). @@ -317,6 +317,7 @@ _USE_PLASMA6_ALL= activities activities-stats activitymanagerd \ aurorae breeze breeze-gtk decoration discover \ globalacceld infocenter kde-cli-tools \ kde-gtk-config kdeplasma-addons kgamma kmenuedit \ + knighttime \ kpipewire kscreen kscreenlocker ksshaskpass \ ksystemstats kwallet-pam kwin kwin-x11 kwrited \ layer-shell-qt libkscreen libksysguard libplasma \ @@ -704,6 +705,9 @@ kde-kgamma_PATH= ${QT_PLUGINDIR}/plasma/kcms/systemsettings_qwidgets/kcm_kgamma kde-kmenuedit_PORT= sysutils/plasma${_KDE_VERSION}-kmenuedit kde-kmenuedit_PATH= ${KDE_PREFIX}/bin/kmenuedit +kde-knighttime_PORT= sysutils/plasma${_KDE_VERSION}-knighttime +kde-knighttime_LIB= libKNightTime.so + kde-kscreen_PORT= x11/plasma${_KDE_VERSION}-kscreen kde-kscreen_PATH= ${KDE_PREFIX}/bin/kscreen-console @@ -737,7 +741,7 @@ kde-libksysguard_LIB6= libKSysGuardSystemStats.so kde-libksysguard_LIB= ${kde-libksysguard_LIB${_KDE_VERSION}} kde-milou_PORT= deskutils/plasma${_KDE_VERSION}-milou -kde-milou_PATH= ${QT_QMLDIR}/org/kde/milou/libmilouqmlplugin.so +kde-milou_PATH= ${QT_QMLDIR}/org/kde/milou/libmilou.so kde-ocean-sound-theme_PORT= audio/plasma${_KDE_VERSION}-ocean-sound-theme kde-ocean-sound-theme_PATH= ${KDE_PREFIX}/share/sounds/ocean/index.theme diff --git a/audio/plasma6-kpipewire/distinfo b/audio/plasma6-kpipewire/distinfo index fec7ab3024eb..35c93e516beb 100644 --- a/audio/plasma6-kpipewire/distinfo +++ b/audio/plasma6-kpipewire/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499227 -SHA256 (KDE/plasma/6.4.5/kpipewire-6.4.5.tar.xz) = d0a704a6a030edb5b4f5d6b99c32bc4e46e1a6ab527dfde9089e11094b6b1a92 -SIZE (KDE/plasma/6.4.5/kpipewire-6.4.5.tar.xz) = 153604 +TIMESTAMP = 1761167998 +SHA256 (KDE/plasma/6.5.0/kpipewire-6.5.0.tar.xz) = 0651b8ea3862ffe3ea4f08a24431ab46725740221f052c4328033362be220ba7 +SIZE (KDE/plasma/6.5.0/kpipewire-6.5.0.tar.xz) = 152928 diff --git a/audio/plasma6-kpipewire/files/patch-git-01-6dc69b0674f9946641e88151c209ce58f085d06a b/audio/plasma6-kpipewire/files/patch-git-01-6dc69b0674f9946641e88151c209ce58f085d06a deleted file mode 100644 index b5aa8d8c3c0f..000000000000 --- a/audio/plasma6-kpipewire/files/patch-git-01-6dc69b0674f9946641e88151c209ce58f085d06a +++ /dev/null @@ -1,116 +0,0 @@ -From 6dc69b0674f9946641e88151c209ce58f085d06a Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= <bero@lindev.ch> -Date: Wed, 27 Aug 2025 16:39:36 +0200 -Subject: [PATCH] Fix build with ffmpeg >= 8.0 - ---- - src/h264vaapiencoder.cpp | 12 +++++++++--- - src/libopenh264encoder.cpp | 12 +++++++++--- - src/libx264encoder.cpp | 12 +++++++++--- - 3 files changed, 27 insertions(+), 9 deletions(-) - -diff --git a/src/h264vaapiencoder.cpp b/src/h264vaapiencoder.cpp -index 0cf251b4..eaec8dde 100644 ---- src/h264vaapiencoder.cpp -+++ src/h264vaapiencoder.cpp -@@ -18,6 +18,12 @@ extern "C" { - - #include "logging_record.h" - -+#ifndef AV_PROFILE_H264_BASELINE // ffmpeg before 8.0 -+#define AV_PROFILE_H264_BASELINE FF_PROFILE_H264_BASELINE -+#define AV_PROFILE_H264_MAIN FF_PROFILE_H264_MAIN -+#define AV_PROFILE_H264_HIGH FF_PROFILE_H264_HIGH -+#endif -+ - H264VAAPIEncoder::H264VAAPIEncoder(H264Profile profile, PipeWireProduce *produce) - : HardwareEncoder(produce) - , m_profile(profile) -@@ -130,13 +136,13 @@ bool H264VAAPIEncoder::initialize(const QSize &size) - - switch (m_profile) { - case H264Profile::Baseline: -- m_avCodecContext->profile = FF_PROFILE_H264_CONSTRAINED_BASELINE; -+ m_avCodecContext->profile = AV_PROFILE_H264_CONSTRAINED_BASELINE; - break; - case H264Profile::Main: -- m_avCodecContext->profile = FF_PROFILE_H264_MAIN; -+ m_avCodecContext->profile = AV_PROFILE_H264_MAIN; - break; - case H264Profile::High: -- m_avCodecContext->profile = FF_PROFILE_H264_HIGH; -+ m_avCodecContext->profile = AV_PROFILE_H264_HIGH; - break; - } - -diff --git a/src/libopenh264encoder.cpp b/src/libopenh264encoder.cpp -index db6ed4db..294c0f2b 100644 ---- src/libopenh264encoder.cpp -+++ src/libopenh264encoder.cpp -@@ -21,6 +21,12 @@ extern "C" { - - #include "logging_record.h" - -+#ifndef AV_PROFILE_H264_BASELINE // ffmpeg before 8.0 -+#define AV_PROFILE_H264_CONSTRAINED_BASELINE FF_PROFILE_H264_CONSTRAINED_BASELINE -+#define AV_PROFILE_H264_MAIN FF_PROFILE_H264_MAIN -+#define AV_PROFILE_H264_HIGH FF_PROFILE_H264_HIGH -+#endif -+ - LibOpenH264Encoder::LibOpenH264Encoder(H264Profile profile, PipeWireProduce *produce) - : SoftwareEncoder(produce) - , m_profile(profile) -@@ -64,13 +70,13 @@ bool LibOpenH264Encoder::initialize(const QSize &size) - // passes that through, but libopenh264 only allows BASELINE. - // Until that bug is fixed there'll always be a warning that the - // profile is not supported (https://github.com/cisco/openh264/issues/3613) -- m_avCodecContext->profile = FF_PROFILE_H264_CONSTRAINED_BASELINE; -+ m_avCodecContext->profile = AV_PROFILE_H264_CONSTRAINED_BASELINE; - break; - case H264Profile::Main: -- m_avCodecContext->profile = FF_PROFILE_H264_MAIN; -+ m_avCodecContext->profile = AV_PROFILE_H264_MAIN; - break; - case H264Profile::High: -- m_avCodecContext->profile = FF_PROFILE_H264_HIGH; -+ m_avCodecContext->profile = AV_PROFILE_H264_HIGH; - break; - } - -diff --git a/src/libx264encoder.cpp b/src/libx264encoder.cpp -index d9fe44f4..a8f0e21f 100644 ---- src/libx264encoder.cpp -+++ src/libx264encoder.cpp -@@ -20,6 +20,12 @@ extern "C" { - - #include "logging_record.h" - -+#ifndef AV_PROFILE_H264_BASELINE // ffmpeg before 8.0 -+#define AV_PROFILE_H264_BASELINE FF_PROFILE_H264_BASELINE -+#define AV_PROFILE_H264_MAIN FF_PROFILE_H264_MAIN -+#define AV_PROFILE_H264_HIGH FF_PROFILE_H264_HIGH -+#endif -+ - using namespace Qt::StringLiterals; - - LibX264Encoder::LibX264Encoder(H264Profile profile, PipeWireProduce *produce) -@@ -68,13 +74,13 @@ bool LibX264Encoder::initialize(const QSize &size) - - switch (m_profile) { - case H264Profile::Baseline: -- m_avCodecContext->profile = FF_PROFILE_H264_BASELINE; -+ m_avCodecContext->profile = AV_PROFILE_H264_BASELINE; - break; - case H264Profile::Main: -- m_avCodecContext->profile = FF_PROFILE_H264_MAIN; -+ m_avCodecContext->profile = AV_PROFILE_H264_MAIN; - break; - case H264Profile::High: -- m_avCodecContext->profile = FF_PROFILE_H264_HIGH; -+ m_avCodecContext->profile = AV_PROFILE_H264_HIGH; - break; - } - --- -GitLab - diff --git a/audio/plasma6-ocean-sound-theme/distinfo b/audio/plasma6-ocean-sound-theme/distinfo index fc14e12a328d..1683b5f0d7fe 100644 --- a/audio/plasma6-ocean-sound-theme/distinfo +++ b/audio/plasma6-ocean-sound-theme/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499227 -SHA256 (KDE/plasma/6.4.5/ocean-sound-theme-6.4.5.tar.xz) = 5f5e34918ec69f44c1021da5260e1a5d656436460c9fe01a5d4884913016fa25 -SIZE (KDE/plasma/6.4.5/ocean-sound-theme-6.4.5.tar.xz) = 2128728 +TIMESTAMP = 1761167998 +SHA256 (KDE/plasma/6.5.0/ocean-sound-theme-6.5.0.tar.xz) = c912e53930826442e9842a263679f1920b9a3dc3b63d9b02209fcfb769d75a0e +SIZE (KDE/plasma/6.5.0/ocean-sound-theme-6.5.0.tar.xz) = 2124176 diff --git a/audio/plasma6-oxygen-sounds/distinfo b/audio/plasma6-oxygen-sounds/distinfo index 0126fe028630..2ea95b99829a 100644 --- a/audio/plasma6-oxygen-sounds/distinfo +++ b/audio/plasma6-oxygen-sounds/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499228 -SHA256 (KDE/plasma/6.4.5/oxygen-sounds-6.4.5.tar.xz) = 1d0fa9f872205ec8d2befe5bc029c8b1a0d0e54c8b3a190765322d897785222b -SIZE (KDE/plasma/6.4.5/oxygen-sounds-6.4.5.tar.xz) = 1936216 +TIMESTAMP = 1761167999 +SHA256 (KDE/plasma/6.5.0/oxygen-sounds-6.5.0.tar.xz) = 5c1264d71357b2ed0e26d8570e7972f5965c123911393aa7e4b4e70ef828c26f +SIZE (KDE/plasma/6.5.0/oxygen-sounds-6.5.0.tar.xz) = 1935468 diff --git a/audio/plasma6-plasma-pa/distinfo b/audio/plasma6-plasma-pa/distinfo index ac5c467e15b8..88485a15f3af 100644 --- a/audio/plasma6-plasma-pa/distinfo +++ b/audio/plasma6-plasma-pa/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499231 -SHA256 (KDE/plasma/6.4.5/plasma-pa-6.4.5.tar.xz) = 14c2bacff0f01c0b528d7b71b5062c68b2972bb415b5c27387dd35cee4441b1a -SIZE (KDE/plasma/6.4.5/plasma-pa-6.4.5.tar.xz) = 198228 +TIMESTAMP = 1761168001 +SHA256 (KDE/plasma/6.5.0/plasma-pa-6.5.0.tar.xz) = 24d758f2d5548684a5b8d4fe8a0a304bbcf6de02e48a37cb1a38ba79a428258c +SIZE (KDE/plasma/6.5.0/plasma-pa-6.5.0.tar.xz) = 200160 diff --git a/deskutils/plasma6-milou/distinfo b/deskutils/plasma6-milou/distinfo index ad9f06755611..8b82e0d64690 100644 --- a/deskutils/plasma6-milou/distinfo +++ b/deskutils/plasma6-milou/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499231 -SHA256 (KDE/plasma/6.4.5/milou-6.4.5.tar.xz) = 0eaeec8a05afc3a96f6a0eefc9a045f49ace8be201bc8f57e1ed8133cdaa100d -SIZE (KDE/plasma/6.4.5/milou-6.4.5.tar.xz) = 50428 +TIMESTAMP = 1761168001 +SHA256 (KDE/plasma/6.5.0/milou-6.5.0.tar.xz) = cee5aaa16f7a915d1876b2f91af0cd7211a618d2708e57b67eb4dfaecea7811f +SIZE (KDE/plasma/6.5.0/milou-6.5.0.tar.xz) = 49936 diff --git a/deskutils/plasma6-milou/pkg-plist b/deskutils/plasma6-milou/pkg-plist index 351afbeb2902..9295e368c324 100644 --- a/deskutils/plasma6-milou/pkg-plist +++ b/deskutils/plasma6-milou/pkg-plist @@ -3,8 +3,8 @@ %%QT_QMLDIR%%/org/kde/milou/ResultsListViewDelegate.qml %%QT_QMLDIR%%/org/kde/milou/ResultsView.qml %%QT_QMLDIR%%/org/kde/milou/kde-qmlmodule.version -%%QT_QMLDIR%%/org/kde/milou/libmilouqmlplugin.so -%%QT_QMLDIR%%/org/kde/milou/milouqmlplugin.qmltypes +%%QT_QMLDIR%%/org/kde/milou/libmilou.so +%%QT_QMLDIR%%/org/kde/milou/milou.qmltypes %%QT_QMLDIR%%/org/kde/milou/qmldir share/locale/ar/LC_MESSAGES/milou.mo share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.milou.mo diff --git a/deskutils/plasma6-sddm-kcm/distinfo b/deskutils/plasma6-sddm-kcm/distinfo index 93a86583ee97..9f8b5c7921d2 100644 --- a/deskutils/plasma6-sddm-kcm/distinfo +++ b/deskutils/plasma6-sddm-kcm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499232 -SHA256 (KDE/plasma/6.4.5/sddm-kcm-6.4.5.tar.xz) = 04523f382bfce9259c473c57da4472be4faf92f98b6ed40ab24ab663a337c9ad -SIZE (KDE/plasma/6.4.5/sddm-kcm-6.4.5.tar.xz) = 103756 +TIMESTAMP = 1761168001 +SHA256 (KDE/plasma/6.5.0/sddm-kcm-6.5.0.tar.xz) = 71f330c6c890a7b2c07188aa9c777c6ab66f4cb1dbab894fd212a4891e9f4528 +SIZE (KDE/plasma/6.5.0/sddm-kcm-6.5.0.tar.xz) = 104060 diff --git a/deskutils/plasma6-xdg-desktop-portal-kde/Makefile b/deskutils/plasma6-xdg-desktop-portal-kde/Makefile index 6850bda531da..c46a9d77db3a 100644 --- a/deskutils/plasma6-xdg-desktop-portal-kde/Makefile +++ b/deskutils/plasma6-xdg-desktop-portal-kde/Makefile @@ -1,6 +1,5 @@ PORTNAME= xdg-desktop-portal-kde DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils kde kde-plasma MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/plasma6-xdg-desktop-portal-kde/distinfo b/deskutils/plasma6-xdg-desktop-portal-kde/distinfo index 9e94a238e169..ac1606dca286 100644 --- a/deskutils/plasma6-xdg-desktop-portal-kde/distinfo +++ b/deskutils/plasma6-xdg-desktop-portal-kde/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499232 -SHA256 (KDE/plasma/6.4.5/xdg-desktop-portal-kde-6.4.5.tar.xz) = 9fe04f0482bbf326088369c035d7b6f403db0c06aea5934442a7788799edcee2 -SIZE (KDE/plasma/6.4.5/xdg-desktop-portal-kde-6.4.5.tar.xz) = 204948 +TIMESTAMP = 1761168002 +SHA256 (KDE/plasma/6.5.0/xdg-desktop-portal-kde-6.5.0.tar.xz) = f5a44853b2e6d0858a8628038aee8bff6d84b1ec25b04ee7a961d73e962619b7 +SIZE (KDE/plasma/6.5.0/xdg-desktop-portal-kde-6.5.0.tar.xz) = 208304 diff --git a/devel/plasma6-kwrited/distinfo b/devel/plasma6-kwrited/distinfo index fa00e8c2816d..56d85aebf2df 100644 --- a/devel/plasma6-kwrited/distinfo +++ b/devel/plasma6-kwrited/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499232 -SHA256 (KDE/plasma/6.4.5/kwrited-6.4.5.tar.xz) = 434b83b115a480f542c97d519c27f2eb5dd4d333cfbdda28ed994813892a00d1 -SIZE (KDE/plasma/6.4.5/kwrited-6.4.5.tar.xz) = 23644 +TIMESTAMP = 1761168002 +SHA256 (KDE/plasma/6.5.0/kwrited-6.5.0.tar.xz) = 20f320ce3b430f6452a6916a429290b3cc451d9a2ba06ae087c3cfd193d631eb +SIZE (KDE/plasma/6.5.0/kwrited-6.5.0.tar.xz) = 23572 diff --git a/devel/plasma6-plasma-sdk/distinfo b/devel/plasma6-plasma-sdk/distinfo index f84d6387df82..a2e7e77e7a68 100644 --- a/devel/plasma6-plasma-sdk/distinfo +++ b/devel/plasma6-plasma-sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499233 -SHA256 (KDE/plasma/6.4.5/plasma-sdk-6.4.5.tar.xz) = 5632dabedc3f75106d15d3d6fa5066a5be9dacf87a224c47fafe82ac11cfdbbf -SIZE (KDE/plasma/6.4.5/plasma-sdk-6.4.5.tar.xz) = 363000 +TIMESTAMP = 1761168002 +SHA256 (KDE/plasma/6.5.0/plasma-sdk-6.5.0.tar.xz) = bc244c3d631735ea68eee425adc7d60b09f17128ba653f7cea303134606bdb81 +SIZE (KDE/plasma/6.5.0/plasma-sdk-6.5.0.tar.xz) = 361836 diff --git a/devel/plasma6-plasma5support/Makefile b/devel/plasma6-plasma5support/Makefile index 871802aaa585..57a90db2741c 100644 --- a/devel/plasma6-plasma5support/Makefile +++ b/devel/plasma6-plasma5support/Makefile @@ -7,9 +7,9 @@ COMMENT= Support components for porting from KF5/Qt5 to KF6/Qt6 USES= cmake gettext gl kde:6 qt:6 tar:xz USE_GL= gl opengl -USE_KDE= colorscheme completion config configwidgets coreaddons i18n \ - idletime jobwidgets kio libksysguard libplasma package \ - service solid widgetsaddons xmlgui \ +USE_KDE= config coreaddons guiaddons holidays i18n idletime kio \ + libksysguard libplasma notifications service solid \ + unitconversion \ ecm:build USE_QT= base declarative diff --git a/devel/plasma6-plasma5support/distinfo b/devel/plasma6-plasma5support/distinfo index 0923dd1bcd25..d6d08f5689c4 100644 --- a/devel/plasma6-plasma5support/distinfo +++ b/devel/plasma6-plasma5support/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499233 -SHA256 (KDE/plasma/6.4.5/plasma5support-6.4.5.tar.xz) = acfdfbc82f8e3af7bd35d514b1e3cbb5daba8da7ba790cecb68f925a0f4df942 -SIZE (KDE/plasma/6.4.5/plasma5support-6.4.5.tar.xz) = 229772 +TIMESTAMP = 1761168002 +SHA256 (KDE/plasma/6.5.0/plasma5support-6.5.0.tar.xz) = 972a7756e8e21f49a42479d4e0f5beb644f8ffae15da5237764d24dbc509e3da +SIZE (KDE/plasma/6.5.0/plasma5support-6.5.0.tar.xz) = 819612 diff --git a/devel/plasma6-plasma5support/pkg-plist b/devel/plasma6-plasma5support/pkg-plist index a248b1a9e128..d3bce54b20f6 100644 --- a/devel/plasma6-plasma5support/pkg-plist +++ b/devel/plasma6-plasma5support/pkg-plist @@ -15,6 +15,8 @@ include/Plasma5Support/plasma5support/service.h include/Plasma5Support/plasma5support/servicejob.h include/Plasma5Support/plasma5support/version.h include/Plasma5Support/plasma5support_version.h +include/plasma5support/weather/ion.h +include/plasma5support/weather/ion_export.h lib/cmake/Plasma5Support/Plasma5SupportConfig.cmake lib/cmake/Plasma5Support/Plasma5SupportConfigVersion.cmake lib/cmake/Plasma5Support/Plasma5SupportMacros.cmake @@ -23,18 +25,27 @@ lib/cmake/Plasma5Support/Plasma5SupportTargets.cmake lib/libPlasma5Support.so lib/libPlasma5Support.so.6 lib/libPlasma5Support.so.%%KDE_PLASMA_VERSION%% +lib/libweather_ion.so +lib/libweather_ion.so.7 +lib/libweather_ion.so.7.0.0 %%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_activities.so %%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_apps.so +%%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_bbcukmet.so %%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_devicenotifications.so +%%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_dwd.so +%%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_envcan.so %%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_favicons.so %%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_filebrowser.so %%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_hotplug.so %%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_keystate.so %%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_mouse.so +%%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_noaa.so %%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_packagekit.so %%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_places.so %%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_powermanagement.so %%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_soliddevice.so +%%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_weather.so +%%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_wettercom.so %%QT_QMLDIR%%/org/kde/plasma/plasma5support/kde-qmlmodule.version %%QT_QMLDIR%%/org/kde/plasma/plasma5support/libplasma5supportplugin.so %%QT_QMLDIR%%/org/kde/plasma/plasma5support/plasma5supportplugin.qmltypes @@ -45,90 +56,110 @@ share/locale/ar/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/ar/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ar/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/ar/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ar/LC_MESSAGES/plasma_engine_weather.mo share/locale/ast/LC_MESSAGES/libplasma5support.mo share/locale/ast/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/ast/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/ast/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ast/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/ast/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ast/LC_MESSAGES/plasma_engine_weather.mo share/locale/az/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/az/LC_MESSAGES/plasma_engine_keystate.mo share/locale/az/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/az/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/az/LC_MESSAGES/plasma_engine_weather.mo share/locale/be/LC_MESSAGES/libplasma5support.mo share/locale/be/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/be/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/be/LC_MESSAGES/plasma_engine_keystate.mo share/locale/be/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/be/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/be/LC_MESSAGES/plasma_engine_weather.mo share/locale/bg/LC_MESSAGES/libplasma5support.mo share/locale/bg/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/bg/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/bg/LC_MESSAGES/plasma_engine_keystate.mo share/locale/bg/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/bg/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/bg/LC_MESSAGES/plasma_engine_weather.mo +share/locale/bn/LC_MESSAGES/plasma_engine_weather.mo +share/locale/bn_IN/LC_MESSAGES/plasma_engine_weather.mo share/locale/bs/LC_MESSAGES/plasma_engine_keystate.mo share/locale/bs/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/bs/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/bs/LC_MESSAGES/plasma_engine_weather.mo share/locale/ca/LC_MESSAGES/libplasma5support.mo share/locale/ca/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/ca/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/ca/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ca/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/ca/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ca/LC_MESSAGES/plasma_engine_weather.mo share/locale/ca@valencia/LC_MESSAGES/libplasma5support.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_engine_weather.mo share/locale/cs/LC_MESSAGES/libplasma5support.mo share/locale/cs/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/cs/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/cs/LC_MESSAGES/plasma_engine_keystate.mo share/locale/cs/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/cs/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/cs/LC_MESSAGES/plasma_engine_weather.mo +share/locale/csb/LC_MESSAGES/plasma_engine_weather.mo share/locale/da/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/da/LC_MESSAGES/plasma_engine_keystate.mo share/locale/da/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/da/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/da/LC_MESSAGES/plasma_engine_weather.mo share/locale/de/LC_MESSAGES/libplasma5support.mo share/locale/de/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/de/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/de/LC_MESSAGES/plasma_engine_keystate.mo share/locale/de/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/de/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/de/LC_MESSAGES/plasma_engine_weather.mo share/locale/el/LC_MESSAGES/plasma_engine_keystate.mo share/locale/el/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/el/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/el/LC_MESSAGES/plasma_engine_weather.mo share/locale/en_GB/LC_MESSAGES/libplasma5support.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_keystate.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/en_GB/LC_MESSAGES/plasma_engine_weather.mo share/locale/eo/LC_MESSAGES/libplasma5support.mo share/locale/eo/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/eo/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/eo/LC_MESSAGES/plasma_engine_keystate.mo share/locale/eo/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/eo/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/eo/LC_MESSAGES/plasma_engine_weather.mo share/locale/es/LC_MESSAGES/libplasma5support.mo share/locale/es/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/es/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/es/LC_MESSAGES/plasma_engine_keystate.mo share/locale/es/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/es/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/es/LC_MESSAGES/plasma_engine_weather.mo share/locale/et/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/et/LC_MESSAGES/plasma_engine_keystate.mo share/locale/et/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/et/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/et/LC_MESSAGES/plasma_engine_weather.mo share/locale/eu/LC_MESSAGES/libplasma5support.mo share/locale/eu/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/eu/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/eu/LC_MESSAGES/plasma_engine_keystate.mo share/locale/eu/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/eu/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/eu/LC_MESSAGES/plasma_engine_weather.mo share/locale/fa/LC_MESSAGES/libplasma5support.mo share/locale/fi/LC_MESSAGES/libplasma5support.mo share/locale/fi/LC_MESSAGES/plasma_engine_devicenotifications.mo @@ -136,55 +167,67 @@ share/locale/fi/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/fi/LC_MESSAGES/plasma_engine_keystate.mo share/locale/fi/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/fi/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/fi/LC_MESSAGES/plasma_engine_weather.mo share/locale/fr/LC_MESSAGES/libplasma5support.mo share/locale/fr/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/fr/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/fr/LC_MESSAGES/plasma_engine_keystate.mo share/locale/fr/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/fr/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/fr/LC_MESSAGES/plasma_engine_weather.mo share/locale/fy/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/fy/LC_MESSAGES/plasma_engine_weather.mo share/locale/ga/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ga/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ga/LC_MESSAGES/plasma_engine_weather.mo share/locale/gl/LC_MESSAGES/libplasma5support.mo share/locale/gl/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/gl/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/gl/LC_MESSAGES/plasma_engine_keystate.mo share/locale/gl/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/gl/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/gl/LC_MESSAGES/plasma_engine_weather.mo share/locale/gu/LC_MESSAGES/plasma_engine_keystate.mo share/locale/gu/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/gu/LC_MESSAGES/plasma_engine_weather.mo share/locale/he/LC_MESSAGES/libplasma5support.mo share/locale/he/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/he/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/he/LC_MESSAGES/plasma_engine_keystate.mo share/locale/he/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/he/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/he/LC_MESSAGES/plasma_engine_weather.mo share/locale/hi/LC_MESSAGES/libplasma5support.mo share/locale/hi/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/hi/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/hi/LC_MESSAGES/plasma_engine_keystate.mo share/locale/hi/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/hi/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/hi/LC_MESSAGES/plasma_engine_weather.mo share/locale/hr/LC_MESSAGES/plasma_engine_keystate.mo share/locale/hr/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/hr/LC_MESSAGES/plasma_engine_weather.mo share/locale/hu/LC_MESSAGES/libplasma5support.mo share/locale/hu/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/hu/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/hu/LC_MESSAGES/plasma_engine_keystate.mo share/locale/hu/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/hu/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/hu/LC_MESSAGES/plasma_engine_weather.mo share/locale/ia/LC_MESSAGES/libplasma5support.mo share/locale/ia/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/ia/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/ia/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ia/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/ia/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ia/LC_MESSAGES/plasma_engine_weather.mo share/locale/id/LC_MESSAGES/libplasma5support.mo share/locale/id/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/id/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/id/LC_MESSAGES/plasma_engine_keystate.mo share/locale/id/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/id/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/id/LC_MESSAGES/plasma_engine_weather.mo share/locale/ie/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/is/LC_MESSAGES/libplasma5support.mo share/locale/is/LC_MESSAGES/plasma_engine_devicenotifications.mo @@ -192,195 +235,241 @@ share/locale/is/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/is/LC_MESSAGES/plasma_engine_keystate.mo share/locale/is/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/is/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/is/LC_MESSAGES/plasma_engine_weather.mo share/locale/it/LC_MESSAGES/libplasma5support.mo share/locale/it/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/it/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/it/LC_MESSAGES/plasma_engine_keystate.mo share/locale/it/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/it/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/it/LC_MESSAGES/plasma_engine_weather.mo share/locale/ja/LC_MESSAGES/libplasma5support.mo share/locale/ja/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/ja/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/ja/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ja/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/ja/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ja/LC_MESSAGES/plasma_engine_weather.mo share/locale/ka/LC_MESSAGES/libplasma5support.mo share/locale/ka/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/ka/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/ka/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ka/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/ka/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ka/LC_MESSAGES/plasma_engine_weather.mo share/locale/kk/LC_MESSAGES/plasma_engine_keystate.mo share/locale/kk/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/kk/LC_MESSAGES/plasma_engine_weather.mo share/locale/km/LC_MESSAGES/plasma_engine_keystate.mo share/locale/km/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/km/LC_MESSAGES/plasma_engine_weather.mo share/locale/kn/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/kn/LC_MESSAGES/plasma_engine_weather.mo share/locale/ko/LC_MESSAGES/libplasma5support.mo share/locale/ko/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/ko/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/ko/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ko/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/ko/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ko/LC_MESSAGES/plasma_engine_weather.mo share/locale/lt/LC_MESSAGES/libplasma5support.mo share/locale/lt/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/lt/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/lt/LC_MESSAGES/plasma_engine_keystate.mo share/locale/lt/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/lt/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/lt/LC_MESSAGES/plasma_engine_weather.mo share/locale/lv/LC_MESSAGES/libplasma5support.mo share/locale/lv/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/lv/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/lv/LC_MESSAGES/plasma_engine_keystate.mo share/locale/lv/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/lv/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/lv/LC_MESSAGES/plasma_engine_weather.mo share/locale/mai/LC_MESSAGES/plasma_engine_keystate.mo share/locale/mai/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/mai/LC_MESSAGES/plasma_engine_weather.mo share/locale/ml/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/ml/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ml/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/ml/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ml/LC_MESSAGES/plasma_engine_weather.mo share/locale/mr/LC_MESSAGES/plasma_engine_keystate.mo share/locale/mr/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/mr/LC_MESSAGES/plasma_engine_weather.mo share/locale/ms/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ms/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ms/LC_MESSAGES/plasma_engine_weather.mo share/locale/nb/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/nb/LC_MESSAGES/plasma_engine_keystate.mo share/locale/nb/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/nb/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/nb/LC_MESSAGES/plasma_engine_weather.mo share/locale/nds/LC_MESSAGES/plasma_engine_keystate.mo share/locale/nds/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/nds/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/nds/LC_MESSAGES/plasma_engine_weather.mo share/locale/nl/LC_MESSAGES/libplasma5support.mo share/locale/nl/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/nl/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/nl/LC_MESSAGES/plasma_engine_keystate.mo share/locale/nl/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/nl/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/nl/LC_MESSAGES/plasma_engine_weather.mo share/locale/nn/LC_MESSAGES/libplasma5support.mo share/locale/nn/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/nn/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/nn/LC_MESSAGES/plasma_engine_keystate.mo share/locale/nn/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/nn/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/nn/LC_MESSAGES/plasma_engine_weather.mo share/locale/pa/LC_MESSAGES/libplasma5support.mo share/locale/pa/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/pa/LC_MESSAGES/plasma_engine_keystate.mo share/locale/pa/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/pa/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/pa/LC_MESSAGES/plasma_engine_weather.mo share/locale/pl/LC_MESSAGES/libplasma5support.mo share/locale/pl/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/pl/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/pl/LC_MESSAGES/plasma_engine_keystate.mo share/locale/pl/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/pl/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/pl/LC_MESSAGES/plasma_engine_weather.mo share/locale/pt/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/pt/LC_MESSAGES/plasma_engine_keystate.mo share/locale/pt/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/pt/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/pt/LC_MESSAGES/plasma_engine_weather.mo share/locale/pt_BR/LC_MESSAGES/libplasma5support.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_keystate.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/pt_BR/LC_MESSAGES/plasma_engine_weather.mo share/locale/ro/LC_MESSAGES/libplasma5support.mo share/locale/ro/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/ro/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/ro/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ro/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/ro/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ro/LC_MESSAGES/plasma_engine_weather.mo share/locale/ru/LC_MESSAGES/libplasma5support.mo share/locale/ru/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/ru/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/ru/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ru/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/ru/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ru/LC_MESSAGES/plasma_engine_weather.mo share/locale/sa/LC_MESSAGES/libplasma5support.mo share/locale/sa/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/sa/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/sa/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sa/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/sa/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/sa/LC_MESSAGES/plasma_engine_weather.mo share/locale/se/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/si/LC_MESSAGES/plasma_engine_keystate.mo share/locale/si/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/si/LC_MESSAGES/plasma_engine_weather.mo share/locale/sk/LC_MESSAGES/libplasma5support.mo share/locale/sk/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/sk/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/sk/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sk/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/sk/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/sk/LC_MESSAGES/plasma_engine_weather.mo share/locale/sl/LC_MESSAGES/libplasma5support.mo share/locale/sl/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/sl/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/sl/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sl/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/sl/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/sl/LC_MESSAGES/plasma_engine_weather.mo share/locale/sq/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/sq/LC_MESSAGES/plasma_engine_weather.mo share/locale/sr/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sr/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/sr/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/sr/LC_MESSAGES/plasma_engine_weather.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_weather.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_weather.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/sr@latin/LC_MESSAGES/plasma_engine_weather.mo share/locale/sv/LC_MESSAGES/libplasma5support.mo share/locale/sv/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/sv/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/sv/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sv/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/sv/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/sv/LC_MESSAGES/plasma_engine_weather.mo share/locale/ta/LC_MESSAGES/libplasma5support.mo share/locale/ta/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/ta/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/ta/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ta/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/ta/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ta/LC_MESSAGES/plasma_engine_weather.mo share/locale/tg/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/tg/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/tg/LC_MESSAGES/plasma_engine_weather.mo share/locale/th/LC_MESSAGES/plasma_engine_keystate.mo share/locale/th/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/th/LC_MESSAGES/plasma_engine_weather.mo share/locale/tok/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/tok/LC_MESSAGES/plasma_engine_keystate.mo share/locale/tok/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/tok/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/tok/LC_MESSAGES/plasma_engine_weather.mo share/locale/tr/LC_MESSAGES/libplasma5support.mo share/locale/tr/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/tr/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/tr/LC_MESSAGES/plasma_engine_keystate.mo share/locale/tr/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/tr/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/tr/LC_MESSAGES/plasma_engine_weather.mo share/locale/ug/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ug/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/ug/LC_MESSAGES/plasma_engine_weather.mo share/locale/uk/LC_MESSAGES/libplasma5support.mo share/locale/uk/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/uk/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/uk/LC_MESSAGES/plasma_engine_keystate.mo share/locale/uk/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/uk/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/uk/LC_MESSAGES/plasma_engine_weather.mo share/locale/vi/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/vi/LC_MESSAGES/plasma_engine_keystate.mo share/locale/vi/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/vi/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/vi/LC_MESSAGES/plasma_engine_weather.mo share/locale/wa/LC_MESSAGES/plasma_engine_keystate.mo share/locale/wa/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/wa/LC_MESSAGES/plasma_engine_weather.mo share/locale/zh_CN/LC_MESSAGES/libplasma5support.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_keystate.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/zh_CN/LC_MESSAGES/plasma_engine_weather.mo share/locale/zh_TW/LC_MESSAGES/libplasma5support.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_devicenotifications.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_hotplug.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_keystate.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_powermanagement.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/zh_TW/LC_MESSAGES/plasma_engine_weather.mo +share/plasma/weather_legacy/noaa_station_list.xml %%DATADIR%%/services/activities.operations %%DATADIR%%/services/apps.operations %%DATADIR%%/services/dataengineservice.operations diff --git a/graphics/plasma6-spectacle/distinfo b/graphics/plasma6-spectacle/distinfo index 3bccd7af57cc..bfce98a6d76b 100644 --- a/graphics/plasma6-spectacle/distinfo +++ b/graphics/plasma6-spectacle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499236 -SHA256 (KDE/plasma/6.4.5/spectacle-6.4.5.tar.xz) = 42a56f0593c0c5c7b661088ef6e6e32a0ea248354fbbfdb4a20f3a21ba5540e7 -SIZE (KDE/plasma/6.4.5/spectacle-6.4.5.tar.xz) = 1599200 +TIMESTAMP = 1761168005 +SHA256 (KDE/plasma/6.5.0/spectacle-6.5.0.tar.xz) = e14657c6f1f2538a3796f915bfd2b8215f467cb36a42bc2dad886ca9ebf0dcf1 +SIZE (KDE/plasma/6.5.0/spectacle-6.5.0.tar.xz) = 1603872 diff --git a/print/plasma6-print-manager/Makefile b/print/plasma6-print-manager/Makefile index d1a3ecc9d91b..22dedc80c58b 100644 --- a/print/plasma6-print-manager/Makefile +++ b/print/plasma6-print-manager/Makefile @@ -10,9 +10,9 @@ LIB_DEPENDS= libcups.so:print/cups USES= cmake compiler:c++11-lang gettext kde:6 pkgconfig qt:6 tar:xz \ xorg -USE_KDE= completion config configwidgets coreaddons dbusaddons i18n \ - iconthemes jobwidgets kio kirigami-addons libplasma \ - notifications service solid widgetsaddons windowsystem \ +USE_KDE= config configwidgets coreaddons dbusaddons i18n \ + kio kirigami2 kcmutils libplasma \ + notifications widgetsaddons windowsystem \ ecm:build USE_QT= base declarative USE_XORG= x11 diff --git a/print/plasma6-print-manager/distinfo b/print/plasma6-print-manager/distinfo index 749f642e20cf..96cb660a8413 100644 --- a/print/plasma6-print-manager/distinfo +++ b/print/plasma6-print-manager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499239 -SHA256 (KDE/plasma/6.4.5/print-manager-6.4.5.tar.xz) = e238fd0292d10ac8b5c514bd2ce0b918d5d5b1966c66953285beb66e13a242ca -SIZE (KDE/plasma/6.4.5/print-manager-6.4.5.tar.xz) = 371344 +TIMESTAMP = 1761168007 +SHA256 (KDE/plasma/6.5.0/print-manager-6.5.0.tar.xz) = 0f747687a0d159ec215645d8f7a8344650f1a23c266c4bb2b0def31fd1bc3bcf +SIZE (KDE/plasma/6.5.0/print-manager-6.5.0.tar.xz) = 380552 diff --git a/print/plasma6-print-manager/pkg-plist b/print/plasma6-print-manager/pkg-plist index 0bf0d5ed928b..78c27e3a7f94 100644 --- a/print/plasma6-print-manager/pkg-plist +++ b/print/plasma6-print-manager/pkg-plist @@ -1,11 +1,12 @@ bin/configure-printer bin/kde-print-queue -lib/libkcupslib.so.%%KDE_PLASMA_VERSION%% +lib/libkcups.so %%QT_PLUGINDIR%%/kf6/kded/printmanager.so +%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.printmanager.so %%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_printer_manager.so -%%QT_QMLDIR%%/org/kde/plasma/printmanager/kcupslib.qmltypes +%%QT_QMLDIR%%/org/kde/plasma/printmanager/kcups.qmltypes %%QT_QMLDIR%%/org/kde/plasma/printmanager/kde-qmlmodule.version -%%QT_QMLDIR%%/org/kde/plasma/printmanager/libkcupslibplugin.so +%%QT_QMLDIR%%/org/kde/plasma/printmanager/libkcupsplugin.so %%QT_QMLDIR%%/org/kde/plasma/printmanager/qmldir share/applications/kcm_printer_manager.desktop share/applications/org.kde.ConfigurePrinter.desktop @@ -107,6 +108,9 @@ share/locale/ko/LC_MESSAGES/print-manager.mo share/locale/lt/LC_MESSAGES/kcm_printer_manager.mo share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.printmanager.mo share/locale/lt/LC_MESSAGES/print-manager.mo +share/locale/lv/LC_MESSAGES/kcm_printer_manager.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.printmanager.mo +share/locale/lv/LC_MESSAGES/print-manager.mo share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.printmanager.mo share/locale/mr/LC_MESSAGES/print-manager.mo share/locale/nb/LC_MESSAGES/kcm_printer_manager.mo @@ -176,9 +180,4 @@ share/locale/zh_TW/LC_MESSAGES/kcm_printer_manager.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.printmanager.mo share/locale/zh_TW/LC_MESSAGES/print-manager.mo share/metainfo/org.kde.print-manager.metainfo.xml -share/plasma/plasmoids/org.kde.plasma.printmanager/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.printmanager/contents/ui/FullRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.printmanager/contents/ui/PrinterDelegate.qml -share/plasma/plasmoids/org.kde.plasma.printmanager/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.printmanager/metadata.json share/qlogging-categories6/pmlogs.categories diff --git a/security/plasma6-kscreenlocker/distinfo b/security/plasma6-kscreenlocker/distinfo index 7d1cd97476ae..75253affe8b0 100644 --- a/security/plasma6-kscreenlocker/distinfo +++ b/security/plasma6-kscreenlocker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499239 -SHA256 (KDE/plasma/6.4.5/kscreenlocker-6.4.5.tar.xz) = fac4f9d53d63cb9b06e90feb82c28f471971d15defd4a068bb1e7d2886b7090d -SIZE (KDE/plasma/6.4.5/kscreenlocker-6.4.5.tar.xz) = 187560 +TIMESTAMP = 1761168007 +SHA256 (KDE/plasma/6.5.0/kscreenlocker-6.5.0.tar.xz) = 0ec47d4a33e47c86e09e9b08ae76915df65afa80d28c89b54e2bfb97ad2ec32b +SIZE (KDE/plasma/6.5.0/kscreenlocker-6.5.0.tar.xz) = 186764 diff --git a/security/plasma6-ksshaskpass/Makefile b/security/plasma6-ksshaskpass/Makefile index f276cb99a642..51333c84b25e 100644 --- a/security/plasma6-ksshaskpass/Makefile +++ b/security/plasma6-ksshaskpass/Makefile @@ -7,7 +7,7 @@ COMMENT= ssh-add helper that uses KWallet and KPasswordDialog USES= cmake gettext gl kde:6 qt:6 tar:xz USE_KDE= coreaddons i18n wallet widgetsaddons \ - ecm:build + doctools:build ecm:build USE_QT= base USE_GL= gl opengl diff --git a/security/plasma6-ksshaskpass/distinfo b/security/plasma6-ksshaskpass/distinfo index fdbbdb4bb8b5..0a8ec856c812 100644 --- a/security/plasma6-ksshaskpass/distinfo +++ b/security/plasma6-ksshaskpass/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499239 -SHA256 (KDE/plasma/6.4.5/ksshaskpass-6.4.5.tar.xz) = 5b2da11937079c61919755c3d55ff9bfc5bf97ed1dbf080b43c0c2af50e354da -SIZE (KDE/plasma/6.4.5/ksshaskpass-6.4.5.tar.xz) = 31120 +TIMESTAMP = 1761168007 +SHA256 (KDE/plasma/6.5.0/ksshaskpass-6.5.0.tar.xz) = 3169b8acbf871d2bc661654058d8e3ce12d12513fd21ddd8f08ac3f604feda49 +SIZE (KDE/plasma/6.5.0/ksshaskpass-6.5.0.tar.xz) = 30844 diff --git a/security/plasma6-ksshaskpass/pkg-plist b/security/plasma6-ksshaskpass/pkg-plist index 685154236909..8f72b00dbbfe 100644 --- a/security/plasma6-ksshaskpass/pkg-plist +++ b/security/plasma6-ksshaskpass/pkg-plist @@ -53,3 +53,4 @@ share/locale/uk/LC_MESSAGES/ksshaskpass.mo share/locale/vi/LC_MESSAGES/ksshaskpass.mo share/locale/zh_CN/LC_MESSAGES/ksshaskpass.mo share/locale/zh_TW/LC_MESSAGES/ksshaskpass.mo +share/man/man1/ksshaskpass.1.gz diff --git a/security/plasma6-kwallet-pam/distinfo b/security/plasma6-kwallet-pam/distinfo index c8a46d495814..c2165581d8f6 100644 --- a/security/plasma6-kwallet-pam/distinfo +++ b/security/plasma6-kwallet-pam/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499240 -SHA256 (KDE/plasma/6.4.5/kwallet-pam-6.4.5.tar.xz) = 8ffbf1cc42de9aa32afc99dcc5dc0482f1967145416f05449b1e727b55b1373e -SIZE (KDE/plasma/6.4.5/kwallet-pam-6.4.5.tar.xz) = 22508 +TIMESTAMP = 1761168008 +SHA256 (KDE/plasma/6.5.0/kwallet-pam-6.5.0.tar.xz) = 336397c69ed7c21b4ad299434324c71ab04ff89e646a075e79399a97adbfdecc +SIZE (KDE/plasma/6.5.0/kwallet-pam-6.5.0.tar.xz) = 22368 diff --git a/sysutils/Makefile b/sysutils/Makefile index f09eb2136743..db9c2d5e6808 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -976,6 +976,7 @@ SUBDIR += plasma6-kde-cli-tools SUBDIR += plasma6-kinfocenter SUBDIR += plasma6-kmenuedit + SUBDIR += plasma6-knighttime SUBDIR += plasma6-ksystemstats SUBDIR += plasma6-libksysguard SUBDIR += plasma6-plasma-disks diff --git a/sysutils/plasma6-discover/Makefile b/sysutils/plasma6-discover/Makefile index 577197ffc437..09fe9069d28c 100644 --- a/sysutils/plasma6-discover/Makefile +++ b/sysutils/plasma6-discover/Makefile @@ -1,6 +1,5 @@ PORTNAME= discover DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org diff --git a/sysutils/plasma6-discover/distinfo b/sysutils/plasma6-discover/distinfo index 6c88ac7c9f7a..04e3a2d69e8d 100644 --- a/sysutils/plasma6-discover/distinfo +++ b/sysutils/plasma6-discover/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499243 -SHA256 (KDE/plasma/6.4.5/discover-6.4.5.tar.xz) = 9208d4e37ad2ae4cd1da7cd3b01ede61071a13898ec4c14edffe983b972f8576 -SIZE (KDE/plasma/6.4.5/discover-6.4.5.tar.xz) = 1110896 +TIMESTAMP = 1761168010 +SHA256 (KDE/plasma/6.5.0/discover-6.5.0.tar.xz) = 93e43bf36ddc4713cb4ecc6d0f00a44fdae6426a7da5270f726457e63a0f283d +SIZE (KDE/plasma/6.5.0/discover-6.5.0.tar.xz) = 1119320 diff --git a/sysutils/plasma6-kde-cli-tools/distinfo b/sysutils/plasma6-kde-cli-tools/distinfo index d71946d1194b..b674c2813d7c 100644 --- a/sysutils/plasma6-kde-cli-tools/distinfo +++ b/sysutils/plasma6-kde-cli-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499243 -SHA256 (KDE/plasma/6.4.5/kde-cli-tools-6.4.5.tar.xz) = 3cc327470efd63ce6798f31000234674d6949872c8571c072dcb23956a277b26 -SIZE (KDE/plasma/6.4.5/kde-cli-tools-6.4.5.tar.xz) = 641432 +TIMESTAMP = 1761168010 +SHA256 (KDE/plasma/6.5.0/kde-cli-tools-6.5.0.tar.xz) = dea20f9fa362e5906883b5f8c999eea6519060f1246bd2f21492d85f5efe412d +SIZE (KDE/plasma/6.5.0/kde-cli-tools-6.5.0.tar.xz) = 639500 diff --git a/sysutils/plasma6-kinfocenter/distinfo b/sysutils/plasma6-kinfocenter/distinfo index 05da0deb3973..145c109aa3e6 100644 --- a/sysutils/plasma6-kinfocenter/distinfo +++ b/sysutils/plasma6-kinfocenter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499243 -SHA256 (KDE/plasma/6.4.5/kinfocenter-6.4.5.tar.xz) = 6c27a87de24f6c5e9dbd80cd7a618b54c1d2891466581cfc099a023fd071660b -SIZE (KDE/plasma/6.4.5/kinfocenter-6.4.5.tar.xz) = 759532 +TIMESTAMP = 1761168010 +SHA256 (KDE/plasma/6.5.0/kinfocenter-6.5.0.tar.xz) = dc3cbda3ad1a65ac7ebdb02f6937abd5467d33d4938d60c33b5b4878fe38d83b +SIZE (KDE/plasma/6.5.0/kinfocenter-6.5.0.tar.xz) = 760740 diff --git a/sysutils/plasma6-kinfocenter/pkg-plist b/sysutils/plasma6-kinfocenter/pkg-plist index 7d34dbb5f3f7..768ae0a501dd 100644 --- a/sysutils/plasma6-kinfocenter/pkg-plist +++ b/sysutils/plasma6-kinfocenter/pkg-plist @@ -218,8 +218,11 @@ share/locale/id/LC_MESSAGES/kcm_about-distro.mo share/locale/id/LC_MESSAGES/kcm_energyinfo.mo share/locale/id/LC_MESSAGES/kcm_samba.mo share/locale/id/LC_MESSAGES/kcmusb.mo +share/locale/is/LC_MESSAGES/kcm_about-distro.mo +share/locale/is/LC_MESSAGES/kcm_energyinfo.mo share/locale/is/LC_MESSAGES/kcm_samba.mo share/locale/is/LC_MESSAGES/kcmusb.mo +share/locale/is/LC_MESSAGES/kinfocenter.mo share/locale/it/LC_MESSAGES/kcm_about-distro.mo share/locale/it/LC_MESSAGES/kcm_energyinfo.mo share/locale/it/LC_MESSAGES/kcm_samba.mo diff --git a/sysutils/plasma6-kmenuedit/distinfo b/sysutils/plasma6-kmenuedit/distinfo index ca9d170262a7..cbe790580f65 100644 --- a/sysutils/plasma6-kmenuedit/distinfo +++ b/sysutils/plasma6-kmenuedit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499244 -SHA256 (KDE/plasma/6.4.5/kmenuedit-6.4.5.tar.xz) = 610f07cd3a26c1618e2a7c31ce9011b28b3af0df5da65eb0100a7e8f08c8942f -SIZE (KDE/plasma/6.4.5/kmenuedit-6.4.5.tar.xz) = 884200 +TIMESTAMP = 1761168011 +SHA256 (KDE/plasma/6.5.0/kmenuedit-6.5.0.tar.xz) = 5a619511296981fc377ff0129c8658b4c4b904373efd7a6351a86a3d4c605e38 +SIZE (KDE/plasma/6.5.0/kmenuedit-6.5.0.tar.xz) = 885956 diff --git a/sysutils/plasma6-knighttime/Makefile b/sysutils/plasma6-knighttime/Makefile new file mode 100644 index 000000000000..d07edc7fa072 --- /dev/null +++ b/sysutils/plasma6-knighttime/Makefile @@ -0,0 +1,14 @@ +PORTNAME= knighttime +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= sysutils kde kde-plasma + +MAINTAINER= kde@FreeBSD +COMMENT= Helpers for scheduling the dark-light cycle + +USES= cmake gettext kde:6 qt:6 tar:xz xorg +USE_KDE= config coreaddons dbusaddons holidays i18n \ + ecm:build +USE_QT= base positioning +USE_XORG= x11 xcb + +.include <bsd.port.mk> diff --git a/sysutils/plasma6-knighttime/distinfo b/sysutils/plasma6-knighttime/distinfo new file mode 100644 index 000000000000..897ea084b292 --- /dev/null +++ b/sysutils/plasma6-knighttime/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1761168011 +SHA256 (KDE/plasma/6.5.0/knighttime-6.5.0.tar.xz) = ac7af168a01ca19bfc71c849d758723dd81c1f1cfe4c7b3c8a36021ad5d1baaf +SIZE (KDE/plasma/6.5.0/knighttime-6.5.0.tar.xz) = 39676 diff --git a/sysutils/plasma6-knighttime/pkg-plist b/sysutils/plasma6-knighttime/pkg-plist new file mode 100644 index 000000000000..1b58dc8d3ec6 --- /dev/null +++ b/sysutils/plasma6-knighttime/pkg-plist @@ -0,0 +1,18 @@ +include/KNightTime/KDarkLightSchedule +include/KNightTime/KDarkLightScheduleProvider +include/KNightTime/kdarklightschedule.h +include/KNightTime/kdarklightscheduleprovider.h +include/KNightTime/knighttime_export.h +lib/cmake/KNightTime/KNightTimeConfig.cmake +lib/cmake/KNightTime/KNightTimeConfigVersion.cmake +lib/cmake/KNightTime/KNightTimeTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KNightTime/KNightTimeTargets.cmake +lib/libKNightTime.so +lib/libKNightTime.so.0 +lib/libKNightTime.so.%%KDE_PLASMA_VERSION%% +lib/libexec/knighttimed +lib/systemd/user/plasma-knighttimed.service +share/applications/org.kde.knighttimed.desktop +share/dbus-1/interfaces/org.kde.NightTime.xml +share/dbus-1/services/org.kde.NightTime.service +share/qlogging-categories6/knighttime.categories diff --git a/sysutils/plasma6-ksystemstats/distinfo b/sysutils/plasma6-ksystemstats/distinfo index 01624da36b6f..14aef1280e6d 100644 --- a/sysutils/plasma6-ksystemstats/distinfo +++ b/sysutils/plasma6-ksystemstats/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499244 -SHA256 (KDE/plasma/6.4.5/ksystemstats-6.4.5.tar.xz) = 715b288f39abfd90ca825b4fa3c38745e9ee1cbbc7f495ba147d7efbe04a49d2 -SIZE (KDE/plasma/6.4.5/ksystemstats-6.4.5.tar.xz) = 156580 +TIMESTAMP = 1761168011 +SHA256 (KDE/plasma/6.5.0/ksystemstats-6.5.0.tar.xz) = c0d6d8902f1a4507dc955d28c21bd0847250c1bfa4a1f030adee60b2496360ea +SIZE (KDE/plasma/6.5.0/ksystemstats-6.5.0.tar.xz) = 158852 diff --git a/sysutils/plasma6-ksystemstats/pkg-plist b/sysutils/plasma6-ksystemstats/pkg-plist index 515df2440561..0271efdbe6c8 100644 --- a/sysutils/plasma6-ksystemstats/pkg-plist +++ b/sysutils/plasma6-ksystemstats/pkg-plist @@ -31,6 +31,7 @@ share/locale/hi/LC_MESSAGES/ksystemstats_plugins.mo share/locale/hu/LC_MESSAGES/ksystemstats_plugins.mo share/locale/ia/LC_MESSAGES/ksystemstats_plugins.mo share/locale/id/LC_MESSAGES/ksystemstats_plugins.mo +share/locale/is/LC_MESSAGES/ksystemstats_plugins.mo share/locale/it/LC_MESSAGES/ksystemstats_plugins.mo share/locale/ja/LC_MESSAGES/ksystemstats_plugins.mo share/locale/ka/LC_MESSAGES/ksystemstats_plugins.mo diff --git a/sysutils/plasma6-libksysguard/Makefile b/sysutils/plasma6-libksysguard/Makefile index f6de699d880e..4954b60c8c0a 100644 --- a/sysutils/plasma6-libksysguard/Makefile +++ b/sysutils/plasma6-libksysguard/Makefile @@ -1,6 +1,5 @@ PORTNAME= libksysguard DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org diff --git a/sysutils/plasma6-libksysguard/distinfo b/sysutils/plasma6-libksysguard/distinfo index 11798db21b80..de14b36eb1a7 100644 --- a/sysutils/plasma6-libksysguard/distinfo +++ b/sysutils/plasma6-libksysguard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499244 -SHA256 (KDE/plasma/6.4.5/libksysguard-6.4.5.tar.xz) = c7cf8cd2f0a1e519201dc62889f1135967a850f932c252fd26ea3d88c6564a0f -SIZE (KDE/plasma/6.4.5/libksysguard-6.4.5.tar.xz) = 336008 +TIMESTAMP = 1761168011 +SHA256 (KDE/plasma/6.5.0/libksysguard-6.5.0.tar.xz) = 2f1c93246cdb0578651b708d00fe2b6c0c6411f4a1f2c8464e5aeac816971c85 +SIZE (KDE/plasma/6.5.0/libksysguard-6.5.0.tar.xz) = 335892 diff --git a/sysutils/plasma6-libksysguard/pkg-plist b/sysutils/plasma6-libksysguard/pkg-plist index 9bcdeaf94a54..f25eed4f7b7b 100644 --- a/sysutils/plasma6-libksysguard/pkg-plist +++ b/sysutils/plasma6-libksysguard/pkg-plist @@ -63,6 +63,7 @@ lib/libprocesscore.so.%%KDE_PLASMA_VERSION%% %%QT_QMLDIR%%/org/kde/ksysguard/faces/SensorFace.qml %%QT_QMLDIR%%/org/kde/ksysguard/faces/SensorFaces.qmltypes %%QT_QMLDIR%%/org/kde/ksysguard/faces/SensorRangeSpinBox.qml +%%QT_QMLDIR%%/org/kde/ksysguard/faces/SuffixSpinBox.qml %%QT_QMLDIR%%/org/kde/ksysguard/faces/kde-qmlmodule.version %%QT_QMLDIR%%/org/kde/ksysguard/faces/libSensorFacesplugin.so %%QT_QMLDIR%%/org/kde/ksysguard/faces/private/SensorFacesPrivate.qmltypes @@ -74,9 +75,9 @@ lib/libprocesscore.so.%%KDE_PLASMA_VERSION%% %%QT_QMLDIR%%/org/kde/ksysguard/formatter/kde-qmlmodule.version %%QT_QMLDIR%%/org/kde/ksysguard/formatter/libFormatterplugin.so %%QT_QMLDIR%%/org/kde/ksysguard/formatter/qmldir -%%QT_QMLDIR%%/org/kde/ksysguard/process/ProcessPlugin.qmltypes %%QT_QMLDIR%%/org/kde/ksysguard/process/kde-qmlmodule.version -%%QT_QMLDIR%%/org/kde/ksysguard/process/libProcessPlugin.so +%%QT_QMLDIR%%/org/kde/ksysguard/process/libprocesscoreplugin.so +%%QT_QMLDIR%%/org/kde/ksysguard/process/processcore.qmltypes %%QT_QMLDIR%%/org/kde/ksysguard/process/qmldir %%QT_QMLDIR%%/org/kde/ksysguard/sensors/Sensors.qmltypes %%QT_QMLDIR%%/org/kde/ksysguard/sensors/kde-qmlmodule.version @@ -443,10 +444,12 @@ share/locale/lt/LC_MESSAGES/KSysGuardSensorFaces.mo share/locale/lt/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo share/locale/lt/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo share/locale/lt/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo +share/locale/lt/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.horizontalbars.mo share/locale/lt/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo share/locale/lt/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo share/locale/lt/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo share/locale/lt/LC_MESSAGES/ksysguard_sensors.mo +share/locale/lt/LC_MESSAGES/ksysguard_systemstats.mo share/locale/lt/LC_MESSAGES/processcore.mo share/locale/lv/LC_MESSAGES/KSysGuardFormatter.mo share/locale/lv/LC_MESSAGES/KSysGuardSensorFaces.mo diff --git a/sysutils/plasma6-plasma-disks/distinfo b/sysutils/plasma6-plasma-disks/distinfo index 02bae3d93f82..633d15f61184 100644 --- a/sysutils/plasma6-plasma-disks/distinfo +++ b/sysutils/plasma6-plasma-disks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499245 -SHA256 (KDE/plasma/6.4.5/plasma-disks-6.4.5.tar.xz) = 8017c749fbc850a13d11d5b35343f85194ad4276a01cc05311dd69828f51fef3 -SIZE (KDE/plasma/6.4.5/plasma-disks-6.4.5.tar.xz) = 105792 +TIMESTAMP = 1761168012 +SHA256 (KDE/plasma/6.5.0/plasma-disks-6.5.0.tar.xz) = e8a4e16821f25c6cc2ef82587154077dd7d98b75298aa87fe8ac695e6a3cf8fa +SIZE (KDE/plasma/6.5.0/plasma-disks-6.5.0.tar.xz) = 105072 diff --git a/sysutils/plasma6-plasma-systemmonitor/distinfo b/sysutils/plasma6-plasma-systemmonitor/distinfo index 635a97617c1f..c83f1264eba8 100644 --- a/sysutils/plasma6-plasma-systemmonitor/distinfo +++ b/sysutils/plasma6-plasma-systemmonitor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499246 -SHA256 (KDE/plasma/6.4.5/plasma-systemmonitor-6.4.5.tar.xz) = 317b652347aae8f98d496178192bfddc5127de66ab88b51ad72c8af1f96a4c3d -SIZE (KDE/plasma/6.4.5/plasma-systemmonitor-6.4.5.tar.xz) = 218424 +TIMESTAMP = 1761168013 +SHA256 (KDE/plasma/6.5.0/plasma-systemmonitor-6.5.0.tar.xz) = 0055d7e82b3ee157187fb0c797f2867c3da62d56490c9d36fd576f026b9345b4 +SIZE (KDE/plasma/6.5.0/plasma-systemmonitor-6.5.0.tar.xz) = 218636 diff --git a/sysutils/plasma6-polkit-kde-agent-1/distinfo b/sysutils/plasma6-polkit-kde-agent-1/distinfo index ec2c5cbe5f71..446927fc1441 100644 --- a/sysutils/plasma6-polkit-kde-agent-1/distinfo +++ b/sysutils/plasma6-polkit-kde-agent-1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499246 -SHA256 (KDE/plasma/6.4.5/polkit-kde-agent-1-6.4.5.tar.xz) = 5b5d771660f5209295a65afdcb3e117c1cc9cd7c1893d0c9b68ad0c531308301 -SIZE (KDE/plasma/6.4.5/polkit-kde-agent-1-6.4.5.tar.xz) = 57940 +TIMESTAMP = 1761168013 +SHA256 (KDE/plasma/6.5.0/polkit-kde-agent-1-6.5.0.tar.xz) = a4b27bb1ea951758d11b78c0853c81ef7122801aa41a4488424daa5a208ce6b1 +SIZE (KDE/plasma/6.5.0/polkit-kde-agent-1-6.5.0.tar.xz) = 57552 diff --git a/sysutils/plasma6-powerdevil/distinfo b/sysutils/plasma6-powerdevil/distinfo index 02d724e79b9d..7bc3021d24cc 100644 --- a/sysutils/plasma6-powerdevil/distinfo +++ b/sysutils/plasma6-powerdevil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499247 -SHA256 (KDE/plasma/6.4.5/powerdevil-6.4.5.tar.xz) = aa8e9c6f33b8aed4edae9c9c43830966ed4eec2fb437cf21023150bdfbd82e48 -SIZE (KDE/plasma/6.4.5/powerdevil-6.4.5.tar.xz) = 1229952 +TIMESTAMP = 1761168013 +SHA256 (KDE/plasma/6.5.0/powerdevil-6.5.0.tar.xz) = f7e7dbea64afc15c5de18100e3392bdde5ccdc735f6f516973208159931fc187 +SIZE (KDE/plasma/6.5.0/powerdevil-6.5.0.tar.xz) = 1230704 diff --git a/sysutils/plasma6-powerdevil/pkg-plist b/sysutils/plasma6-powerdevil/pkg-plist index 8103eeb4c268..64c22bc76e56 100644 --- a/sysutils/plasma6-powerdevil/pkg-plist +++ b/sysutils/plasma6-powerdevil/pkg-plist @@ -7,6 +7,8 @@ lib/libpowerdevilcore.so lib/libpowerdevilcore.so.2 lib/libpowerdevilcore.so.%%KDE_PLASMA_VERSION%% %%QT_PLUGINDIR%%/kf6/krunner/krunner_powerdevil.so +%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.battery.so +%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.brightness.so %%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_mobile_power.so %%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_powerdevilprofilesconfig.so %%QT_PLUGINDIR%%/powerdevil/action/powerdevil_brightnesscontrolaction.so @@ -478,22 +480,6 @@ share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.brightness.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/zh_TW/LC_MESSAGES/powerdevil.mo -share/plasma/plasmoids/org.kde.plasma.battery/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/BatteryItem.qml -share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/CompactRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/InhibitionHint.qml -share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/InhibitionItem.qml -share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/PopupDialog.qml -share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/PowerProfileItem.qml -share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.battery/metadata.json -share/plasma/plasmoids/org.kde.plasma.brightness/contents/ui/BrightnessItem.qml -share/plasma/plasmoids/org.kde.plasma.brightness/contents/ui/CompactRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.brightness/contents/ui/KeyboardColorItem.qml -share/plasma/plasmoids/org.kde.plasma.brightness/contents/ui/NightLightItem.qml -share/plasma/plasmoids/org.kde.plasma.brightness/contents/ui/PopupDialog.qml -share/plasma/plasmoids/org.kde.plasma.brightness/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.brightness/metadata.json share/polkit-1/actions/org.kde.powerdevil.backlighthelper.policy share/polkit-1/actions/org.kde.powerdevil.chargethresholdhelper.policy share/polkit-1/actions/org.kde.powerdevil.discretegpuhelper.policy diff --git a/sysutils/plasma6-systemsettings/Makefile b/sysutils/plasma6-systemsettings/Makefile index 3ceb5b671d13..4e8815f43bce 100644 --- a/sysutils/plasma6-systemsettings/Makefile +++ b/sysutils/plasma6-systemsettings/Makefile @@ -12,7 +12,7 @@ USE_GL= gl opengl USE_KDE= activities auth colorscheme completion config configwidgets \ coreaddons crash dbusaddons doctools guiaddons i18n iconthemes \ itemmodels itemviews jobwidgets kcmutils kio kirigami2 \ - notifications package plasma-workspace runner service solid \ + package plasma-workspace runner service solid \ widgetsaddons windowsystem xmlgui \ ecm:build USE_QT= base declarative diff --git a/sysutils/plasma6-systemsettings/distinfo b/sysutils/plasma6-systemsettings/distinfo index 5760492faffb..b9d75e2cfa5f 100644 --- a/sysutils/plasma6-systemsettings/distinfo +++ b/sysutils/plasma6-systemsettings/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499247 -SHA256 (KDE/plasma/6.4.5/systemsettings-6.4.5.tar.xz) = 90d7f097f1a77a400076224cdba45b94c71d0fec43efd2ed737047f2ff2aba8f -SIZE (KDE/plasma/6.4.5/systemsettings-6.4.5.tar.xz) = 219692 +TIMESTAMP = 1761168014 +SHA256 (KDE/plasma/6.5.0/systemsettings-6.5.0.tar.xz) = bb65d0cc33e8aa0b88ba9c9300a1e71b00e2e0ba0288c41c1401b4abe83d259c +SIZE (KDE/plasma/6.5.0/systemsettings-6.5.0.tar.xz) = 220360 diff --git a/www/plasma6-plasma-browser-integration/distinfo b/www/plasma6-plasma-browser-integration/distinfo index 6e7a832cdc22..822b28b53102 100644 --- a/www/plasma6-plasma-browser-integration/distinfo +++ b/www/plasma6-plasma-browser-integration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499247 -SHA256 (KDE/plasma/6.4.5/plasma-browser-integration-6.4.5.tar.xz) = ad92f4ec1e31d9fdc57b517bdc2e5ac107c62c02090ad37529eecdee6caf9d8b -SIZE (KDE/plasma/6.4.5/plasma-browser-integration-6.4.5.tar.xz) = 235700 +TIMESTAMP = 1761168014 +SHA256 (KDE/plasma/6.5.0/plasma-browser-integration-6.5.0.tar.xz) = 1f0143ca094bacc30fb6985854e9c8fbd92d14953b3bb31219322ba331709dff +SIZE (KDE/plasma/6.5.0/plasma-browser-integration-6.5.0.tar.xz) = 235868 diff --git a/x11-themes/plasma6-aurorae/Makefile b/x11-themes/plasma6-aurorae/Makefile index a9c274a86718..2ba9285c2d4c 100644 --- a/x11-themes/plasma6-aurorae/Makefile +++ b/x11-themes/plasma6-aurorae/Makefile @@ -8,8 +8,9 @@ COMMENT= Themeable window decoration for KWin USES= cmake gettext gl kde:6 qt:6 shebangfix tar:xz xorg USE_GL= gl opengl USE_KDE= colorscheme config coreaddons decoration i18n \ - kcmutils newstuff package svg windowsystem \ - ecm:build + kcmutils newstuff package \ + ecm:build \ + svg:run USE_QT= base declarative tools USE_XORG= x11 diff --git a/x11-themes/plasma6-aurorae/distinfo b/x11-themes/plasma6-aurorae/distinfo index 6fc8a8fd8f9c..8559bedce183 100644 --- a/x11-themes/plasma6-aurorae/distinfo +++ b/x11-themes/plasma6-aurorae/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499248 -SHA256 (KDE/plasma/6.4.5/aurorae-6.4.5.tar.xz) = 3183eebc476d6763741549c6bd007c650649913d648ccafa303669082d8bf378 -SIZE (KDE/plasma/6.4.5/aurorae-6.4.5.tar.xz) = 57260 +TIMESTAMP = 1761168014 +SHA256 (KDE/plasma/6.5.0/aurorae-6.5.0.tar.xz) = 8e51e6f2df4d3c07253b4e94b55a3e158dc1ef638044a68daca681ee82b0fb5b +SIZE (KDE/plasma/6.5.0/aurorae-6.5.0.tar.xz) = 57348 diff --git a/x11-themes/plasma6-aurorae/pkg-plist b/x11-themes/plasma6-aurorae/pkg-plist index 9fc4169c8ee7..77751c373b61 100644 --- a/x11-themes/plasma6-aurorae/pkg-plist +++ b/x11-themes/plasma6-aurorae/pkg-plist @@ -42,6 +42,7 @@ share/locale/ia/LC_MESSAGES/aurorae.mo share/locale/it/LC_MESSAGES/aurorae.mo share/locale/ka/LC_MESSAGES/aurorae.mo share/locale/ko/LC_MESSAGES/aurorae.mo +share/locale/lt/LC_MESSAGES/aurorae.mo share/locale/lv/LC_MESSAGES/aurorae.mo share/locale/nb/LC_MESSAGES/aurorae.mo share/locale/nl/LC_MESSAGES/aurorae.mo diff --git a/x11-themes/plasma6-breeze-gtk/distinfo b/x11-themes/plasma6-breeze-gtk/distinfo index b4b4cecb165c..e5cfd2dc9a1a 100644 --- a/x11-themes/plasma6-breeze-gtk/distinfo +++ b/x11-themes/plasma6-breeze-gtk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499249 -SHA256 (KDE/plasma/6.4.5/breeze-gtk-6.4.5.tar.xz) = 771e88ca19421a472f5f4235fb27ba2588b7ea267e8f2647e5e231c351f03a98 -SIZE (KDE/plasma/6.4.5/breeze-gtk-6.4.5.tar.xz) = 40984 +TIMESTAMP = 1761168015 +SHA256 (KDE/plasma/6.5.0/breeze-gtk-6.5.0.tar.xz) = ba5f057b08e382d9e0790ab51d7aa1cc5017c952ebc46765400815527dc81470 +SIZE (KDE/plasma/6.5.0/breeze-gtk-6.5.0.tar.xz) = 40784 diff --git a/x11-themes/plasma6-breeze/distinfo b/x11-themes/plasma6-breeze/distinfo index dd3ab9ca0e4f..ba65d2b98729 100644 --- a/x11-themes/plasma6-breeze/distinfo +++ b/x11-themes/plasma6-breeze/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499248 -SHA256 (KDE/plasma/6.4.5/breeze-6.4.5.tar.xz) = dcb8433d399511546958f4c8c1a8fae5ed22f2a698f053968d410ee75bd6d8b4 -SIZE (KDE/plasma/6.4.5/breeze-6.4.5.tar.xz) = 42564212 +TIMESTAMP = 1761168014 +SHA256 (KDE/plasma/6.5.0/breeze-6.5.0.tar.xz) = 49af5bc271227028df70b22149fe6fcfb15b6d4b8e6f3eb329decde3ae4df369 +SIZE (KDE/plasma/6.5.0/breeze-6.5.0.tar.xz) = 41800936 diff --git a/x11-themes/plasma6-kde-gtk-config/distinfo b/x11-themes/plasma6-kde-gtk-config/distinfo index c950167d4f0d..98380bedfcb1 100644 --- a/x11-themes/plasma6-kde-gtk-config/distinfo +++ b/x11-themes/plasma6-kde-gtk-config/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499249 -SHA256 (KDE/plasma/6.4.5/kde-gtk-config-6.4.5.tar.xz) = f7a81c1efd539b608cc640a999fdb184bbb83cfc9600d407d1a4f332c3880ec2 -SIZE (KDE/plasma/6.4.5/kde-gtk-config-6.4.5.tar.xz) = 79228 +TIMESTAMP = 1761168015 +SHA256 (KDE/plasma/6.5.0/kde-gtk-config-6.5.0.tar.xz) = edf758bac07737dfe5dfde0b797b8646a8669c8369f0f9d4a2ba1a02fe462e0e +SIZE (KDE/plasma/6.5.0/kde-gtk-config-6.5.0.tar.xz) = 79068 diff --git a/x11-themes/plasma6-kde-gtk-config/pkg-plist b/x11-themes/plasma6-kde-gtk-config/pkg-plist index adc7b63053fe..d8cc21cc349a 100644 --- a/x11-themes/plasma6-kde-gtk-config/pkg-plist +++ b/x11-themes/plasma6-kde-gtk-config/pkg-plist @@ -1,7 +1,7 @@ lib/gtk-3.0/modules/libcolorreload-gtk-module.so lib/gtk-3.0/modules/libwindow-decorations-gtk-module.so lib/kconf_update_bin/gtk_theme -lib/kconf_update_bin/remove_deprecated_gtk4_option +lib/kconf_update_bin/remove_deprecated_gtk4_option_v2 lib/libexec/gtk3_preview %%QT_PLUGINDIR%%/kf6/kded/gtkconfig.so share/kcm-gtk-module/preview.ui diff --git a/x11-themes/plasma6-oxygen/distinfo b/x11-themes/plasma6-oxygen/distinfo index 09b56f920213..6838914e6a19 100644 --- a/x11-themes/plasma6-oxygen/distinfo +++ b/x11-themes/plasma6-oxygen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499249 -SHA256 (KDE/plasma/6.4.5/oxygen-6.4.5.tar.xz) = 9c18a33a22560bdc504bd1cdd6dd39e091838c60b547acec00c51bd8a133eb63 -SIZE (KDE/plasma/6.4.5/oxygen-6.4.5.tar.xz) = 2951692 +TIMESTAMP = 1761168015 +SHA256 (KDE/plasma/6.5.0/oxygen-6.5.0.tar.xz) = ad018491a84cdf69fbba209752261106a97e1baa02aa9db51d76b2b120b618a3 +SIZE (KDE/plasma/6.5.0/oxygen-6.5.0.tar.xz) = 2968812 diff --git a/x11-themes/plasma6-oxygen/pkg-plist b/x11-themes/plasma6-oxygen/pkg-plist index 4075e3bc63c4..d8f5bd545b85 100644 --- a/x11-themes/plasma6-oxygen/pkg-plist +++ b/x11-themes/plasma6-oxygen/pkg-plist @@ -168,6 +168,141 @@ share/icons/Oxygen_Black/cursors/wait share/icons/Oxygen_Black/cursors/watch share/icons/Oxygen_Black/cursors/whats_this share/icons/Oxygen_Black/cursors/xterm +share/icons/Oxygen_Black/cursors_scalable/.directory +share/icons/Oxygen_Black/cursors_scalable/00000000000000020006000e7e9ffc3f +share/icons/Oxygen_Black/cursors_scalable/00008160000006810000408080010102 +share/icons/Oxygen_Black/cursors_scalable/03b6e0fcb3499374a867c041f52298f0 +share/icons/Oxygen_Black/cursors_scalable/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/Oxygen_Black/cursors_scalable/1081e37283d90000800003c07f3ef6bf +share/icons/Oxygen_Black/cursors_scalable/3085a0e285430894940527032f8b26df +share/icons/Oxygen_Black/cursors_scalable/3ecb610c1bf2410f44200f48c40d3599 +share/icons/Oxygen_Black/cursors_scalable/4498f0e0c1937ffe01fd06f973665830 +share/icons/Oxygen_Black/cursors_scalable/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/Oxygen_Black/cursors_scalable/6407b0e94181790501fd1e167b474872 +share/icons/Oxygen_Black/cursors_scalable/640fb0e74195791501fd1ed57b41487f +share/icons/Oxygen_Black/cursors_scalable/9081237383d90e509aa00f00170e968f +share/icons/Oxygen_Black/cursors_scalable/9d800788f1b08800ae810202380a0822 +share/icons/Oxygen_Black/cursors_scalable/X_cursor/metadata.json +share/icons/Oxygen_Black/cursors_scalable/X_cursor/x.svg +share/icons/Oxygen_Black/cursors_scalable/a2a266d0498c3104214a47bd64ab0fc8 +share/icons/Oxygen_Black/cursors_scalable/alias +share/icons/Oxygen_Black/cursors_scalable/all-scroll +share/icons/Oxygen_Black/cursors_scalable/b66166c04f8c3109214a4fbd64a50fc8 +share/icons/Oxygen_Black/cursors_scalable/circle/circle.svg +share/icons/Oxygen_Black/cursors_scalable/circle/metadata.json +share/icons/Oxygen_Black/cursors_scalable/closedhand/grab.svg +share/icons/Oxygen_Black/cursors_scalable/closedhand/metadata.json +share/icons/Oxygen_Black/cursors_scalable/col-resize +share/icons/Oxygen_Black/cursors_scalable/color-picker/metadata.json +share/icons/Oxygen_Black/cursors_scalable/color-picker/picker.svg +share/icons/Oxygen_Black/cursors_scalable/copy/copy.svg +share/icons/Oxygen_Black/cursors_scalable/copy/metadata.json +share/icons/Oxygen_Black/cursors_scalable/cross/cross.svg +share/icons/Oxygen_Black/cursors_scalable/cross/metadata.json +share/icons/Oxygen_Black/cursors_scalable/crossed_circle +share/icons/Oxygen_Black/cursors_scalable/d9ce0ab605698f320427677b458ad60b +share/icons/Oxygen_Black/cursors_scalable/dnd-copy +share/icons/Oxygen_Black/cursors_scalable/dnd-link +share/icons/Oxygen_Black/cursors_scalable/dnd-move +share/icons/Oxygen_Black/cursors_scalable/dnd-no-drop +share/icons/Oxygen_Black/cursors_scalable/dnd-none +share/icons/Oxygen_Black/cursors_scalable/e-resize +share/icons/Oxygen_Black/cursors_scalable/e29285e634086352946a0e7090d73106 +share/icons/Oxygen_Black/cursors_scalable/fcf21c00b30f7e3f83fe0dfd12e71cff +share/icons/Oxygen_Black/cursors_scalable/fleur/fleur.svg +share/icons/Oxygen_Black/cursors_scalable/fleur/metadata.json +share/icons/Oxygen_Black/cursors_scalable/forbidden/forbidden.svg +share/icons/Oxygen_Black/cursors_scalable/forbidden/metadata.json +share/icons/Oxygen_Black/cursors_scalable/half-busy/half-busy.svg +share/icons/Oxygen_Black/cursors_scalable/half-busy/half-busy1.svg +share/icons/Oxygen_Black/cursors_scalable/half-busy/half-busy10.svg +share/icons/Oxygen_Black/cursors_scalable/half-busy/half-busy11.svg +share/icons/Oxygen_Black/cursors_scalable/half-busy/half-busy12.svg +share/icons/Oxygen_Black/cursors_scalable/half-busy/half-busy13.svg +share/icons/Oxygen_Black/cursors_scalable/half-busy/half-busy14.svg +share/icons/Oxygen_Black/cursors_scalable/half-busy/half-busy15.svg +share/icons/Oxygen_Black/cursors_scalable/half-busy/half-busy16.svg +share/icons/Oxygen_Black/cursors_scalable/half-busy/half-busy17.svg +share/icons/Oxygen_Black/cursors_scalable/half-busy/half-busy2.svg +share/icons/Oxygen_Black/cursors_scalable/half-busy/half-busy3.svg +share/icons/Oxygen_Black/cursors_scalable/half-busy/half-busy4.svg +share/icons/Oxygen_Black/cursors_scalable/half-busy/half-busy5.svg +share/icons/Oxygen_Black/cursors_scalable/half-busy/half-busy6.svg +share/icons/Oxygen_Black/cursors_scalable/half-busy/half-busy7.svg +share/icons/Oxygen_Black/cursors_scalable/half-busy/half-busy8.svg +share/icons/Oxygen_Black/cursors_scalable/half-busy/half-busy9.svg +share/icons/Oxygen_Black/cursors_scalable/half-busy/metadata.json +share/icons/Oxygen_Black/cursors_scalable/hand1 +share/icons/Oxygen_Black/cursors_scalable/hand2 +share/icons/Oxygen_Black/cursors_scalable/help/help.svg +share/icons/Oxygen_Black/cursors_scalable/help/metadata.json +share/icons/Oxygen_Black/cursors_scalable/ibeam +share/icons/Oxygen_Black/cursors_scalable/left_ptr/left_ptr.svg +share/icons/Oxygen_Black/cursors_scalable/left_ptr/metadata.json +share/icons/Oxygen_Black/cursors_scalable/left_ptr_watch +share/icons/Oxygen_Black/cursors_scalable/link/link.svg +share/icons/Oxygen_Black/cursors_scalable/link/metadata.json +share/icons/Oxygen_Black/cursors_scalable/move +share/icons/Oxygen_Black/cursors_scalable/n-resize +share/icons/Oxygen_Black/cursors_scalable/not-allowed +share/icons/Oxygen_Black/cursors_scalable/openhand/grab_open.svg +share/icons/Oxygen_Black/cursors_scalable/openhand/metadata.json +share/icons/Oxygen_Black/cursors_scalable/pencil/metadata.json +share/icons/Oxygen_Black/cursors_scalable/pencil/pencil.svg +share/icons/Oxygen_Black/cursors_scalable/pirate/kill.svg +share/icons/Oxygen_Black/cursors_scalable/pirate/metadata.json +share/icons/Oxygen_Black/cursors_scalable/plus/metadata.json +share/icons/Oxygen_Black/cursors_scalable/plus/plus.svg +share/icons/Oxygen_Black/cursors_scalable/pointer +share/icons/Oxygen_Black/cursors_scalable/pointing_hand/hand.svg +share/icons/Oxygen_Black/cursors_scalable/pointing_hand/metadata.json +share/icons/Oxygen_Black/cursors_scalable/progress +share/icons/Oxygen_Black/cursors_scalable/question_arrow +share/icons/Oxygen_Black/cursors_scalable/row-resize +share/icons/Oxygen_Black/cursors_scalable/s-resize +share/icons/Oxygen_Black/cursors_scalable/sb_h_double_arrow +share/icons/Oxygen_Black/cursors_scalable/sb_v_double_arrow +share/icons/Oxygen_Black/cursors_scalable/size_all +share/icons/Oxygen_Black/cursors_scalable/size_bdiag/metadata.json +share/icons/Oxygen_Black/cursors_scalable/size_bdiag/size_diag-tr2bl.svg +share/icons/Oxygen_Black/cursors_scalable/size_fdiag/metadata.json +share/icons/Oxygen_Black/cursors_scalable/size_fdiag/size_diag-tl2br.svg +share/icons/Oxygen_Black/cursors_scalable/size_hor/metadata.json +share/icons/Oxygen_Black/cursors_scalable/size_hor/size_hor.svg +share/icons/Oxygen_Black/cursors_scalable/size_ver/metadata.json +share/icons/Oxygen_Black/cursors_scalable/size_ver/size_ver.svg +share/icons/Oxygen_Black/cursors_scalable/split_h/metadata.json +share/icons/Oxygen_Black/cursors_scalable/split_h/split_h.svg +share/icons/Oxygen_Black/cursors_scalable/split_v/metadata.json +share/icons/Oxygen_Black/cursors_scalable/split_v/split_v.svg +share/icons/Oxygen_Black/cursors_scalable/text +share/icons/Oxygen_Black/cursors_scalable/up_arrow/metadata.json +share/icons/Oxygen_Black/cursors_scalable/up_arrow/up_arrow.svg +share/icons/Oxygen_Black/cursors_scalable/v_double_arrow +share/icons/Oxygen_Black/cursors_scalable/w-resize +share/icons/Oxygen_Black/cursors_scalable/wait/busy.svg +share/icons/Oxygen_Black/cursors_scalable/wait/busy1.svg +share/icons/Oxygen_Black/cursors_scalable/wait/busy10.svg +share/icons/Oxygen_Black/cursors_scalable/wait/busy11.svg +share/icons/Oxygen_Black/cursors_scalable/wait/busy12.svg +share/icons/Oxygen_Black/cursors_scalable/wait/busy13.svg +share/icons/Oxygen_Black/cursors_scalable/wait/busy14.svg +share/icons/Oxygen_Black/cursors_scalable/wait/busy15.svg +share/icons/Oxygen_Black/cursors_scalable/wait/busy16.svg +share/icons/Oxygen_Black/cursors_scalable/wait/busy17.svg +share/icons/Oxygen_Black/cursors_scalable/wait/busy2.svg +share/icons/Oxygen_Black/cursors_scalable/wait/busy3.svg +share/icons/Oxygen_Black/cursors_scalable/wait/busy4.svg +share/icons/Oxygen_Black/cursors_scalable/wait/busy5.svg +share/icons/Oxygen_Black/cursors_scalable/wait/busy6.svg +share/icons/Oxygen_Black/cursors_scalable/wait/busy7.svg +share/icons/Oxygen_Black/cursors_scalable/wait/busy8.svg +share/icons/Oxygen_Black/cursors_scalable/wait/busy9.svg +share/icons/Oxygen_Black/cursors_scalable/wait/metadata.json +share/icons/Oxygen_Black/cursors_scalable/watch +share/icons/Oxygen_Black/cursors_scalable/whats_this +share/icons/Oxygen_Black/cursors_scalable/xterm/metadata.json +share/icons/Oxygen_Black/cursors_scalable/xterm/xterm.svg share/icons/Oxygen_Black/index.theme share/icons/Oxygen_Blue/cursors/00000000000000020006000e7e9ffc3f share/icons/Oxygen_Blue/cursors/00008160000006810000408080010102 @@ -249,6 +384,141 @@ share/icons/Oxygen_Blue/cursors/wait share/icons/Oxygen_Blue/cursors/watch share/icons/Oxygen_Blue/cursors/whats_this share/icons/Oxygen_Blue/cursors/xterm +share/icons/Oxygen_Blue/cursors_scalable/.directory +share/icons/Oxygen_Blue/cursors_scalable/00000000000000020006000e7e9ffc3f +share/icons/Oxygen_Blue/cursors_scalable/00008160000006810000408080010102 +share/icons/Oxygen_Blue/cursors_scalable/03b6e0fcb3499374a867c041f52298f0 +share/icons/Oxygen_Blue/cursors_scalable/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/Oxygen_Blue/cursors_scalable/1081e37283d90000800003c07f3ef6bf +share/icons/Oxygen_Blue/cursors_scalable/3085a0e285430894940527032f8b26df +share/icons/Oxygen_Blue/cursors_scalable/3ecb610c1bf2410f44200f48c40d3599 +share/icons/Oxygen_Blue/cursors_scalable/4498f0e0c1937ffe01fd06f973665830 +share/icons/Oxygen_Blue/cursors_scalable/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/Oxygen_Blue/cursors_scalable/6407b0e94181790501fd1e167b474872 +share/icons/Oxygen_Blue/cursors_scalable/640fb0e74195791501fd1ed57b41487f +share/icons/Oxygen_Blue/cursors_scalable/9081237383d90e509aa00f00170e968f +share/icons/Oxygen_Blue/cursors_scalable/9d800788f1b08800ae810202380a0822 +share/icons/Oxygen_Blue/cursors_scalable/X_cursor/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/X_cursor/x.svg +share/icons/Oxygen_Blue/cursors_scalable/a2a266d0498c3104214a47bd64ab0fc8 +share/icons/Oxygen_Blue/cursors_scalable/alias +share/icons/Oxygen_Blue/cursors_scalable/all-scroll +share/icons/Oxygen_Blue/cursors_scalable/b66166c04f8c3109214a4fbd64a50fc8 +share/icons/Oxygen_Blue/cursors_scalable/circle/circle.svg +share/icons/Oxygen_Blue/cursors_scalable/circle/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/closedhand/grab.svg +share/icons/Oxygen_Blue/cursors_scalable/closedhand/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/col-resize +share/icons/Oxygen_Blue/cursors_scalable/color-picker/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/color-picker/picker.svg +share/icons/Oxygen_Blue/cursors_scalable/copy/copy.svg +share/icons/Oxygen_Blue/cursors_scalable/copy/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/cross/cross.svg +share/icons/Oxygen_Blue/cursors_scalable/cross/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/crossed_circle +share/icons/Oxygen_Blue/cursors_scalable/d9ce0ab605698f320427677b458ad60b +share/icons/Oxygen_Blue/cursors_scalable/dnd-copy +share/icons/Oxygen_Blue/cursors_scalable/dnd-link +share/icons/Oxygen_Blue/cursors_scalable/dnd-move +share/icons/Oxygen_Blue/cursors_scalable/dnd-no-drop +share/icons/Oxygen_Blue/cursors_scalable/dnd-none +share/icons/Oxygen_Blue/cursors_scalable/e-resize +share/icons/Oxygen_Blue/cursors_scalable/e29285e634086352946a0e7090d73106 +share/icons/Oxygen_Blue/cursors_scalable/fcf21c00b30f7e3f83fe0dfd12e71cff +share/icons/Oxygen_Blue/cursors_scalable/fleur/fleur.svg +share/icons/Oxygen_Blue/cursors_scalable/fleur/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/forbidden/forbidden.svg +share/icons/Oxygen_Blue/cursors_scalable/forbidden/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/half-busy/half-busy.svg +share/icons/Oxygen_Blue/cursors_scalable/half-busy/half-busy1.svg +share/icons/Oxygen_Blue/cursors_scalable/half-busy/half-busy10.svg +share/icons/Oxygen_Blue/cursors_scalable/half-busy/half-busy11.svg +share/icons/Oxygen_Blue/cursors_scalable/half-busy/half-busy12.svg +share/icons/Oxygen_Blue/cursors_scalable/half-busy/half-busy13.svg +share/icons/Oxygen_Blue/cursors_scalable/half-busy/half-busy14.svg +share/icons/Oxygen_Blue/cursors_scalable/half-busy/half-busy15.svg +share/icons/Oxygen_Blue/cursors_scalable/half-busy/half-busy16.svg +share/icons/Oxygen_Blue/cursors_scalable/half-busy/half-busy17.svg +share/icons/Oxygen_Blue/cursors_scalable/half-busy/half-busy2.svg +share/icons/Oxygen_Blue/cursors_scalable/half-busy/half-busy3.svg +share/icons/Oxygen_Blue/cursors_scalable/half-busy/half-busy4.svg +share/icons/Oxygen_Blue/cursors_scalable/half-busy/half-busy5.svg +share/icons/Oxygen_Blue/cursors_scalable/half-busy/half-busy6.svg +share/icons/Oxygen_Blue/cursors_scalable/half-busy/half-busy7.svg +share/icons/Oxygen_Blue/cursors_scalable/half-busy/half-busy8.svg +share/icons/Oxygen_Blue/cursors_scalable/half-busy/half-busy9.svg +share/icons/Oxygen_Blue/cursors_scalable/half-busy/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/hand1 +share/icons/Oxygen_Blue/cursors_scalable/hand2 +share/icons/Oxygen_Blue/cursors_scalable/help/help.svg +share/icons/Oxygen_Blue/cursors_scalable/help/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/ibeam +share/icons/Oxygen_Blue/cursors_scalable/left_ptr/left_ptr.svg +share/icons/Oxygen_Blue/cursors_scalable/left_ptr/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/left_ptr_watch +share/icons/Oxygen_Blue/cursors_scalable/link/link.svg +share/icons/Oxygen_Blue/cursors_scalable/link/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/move +share/icons/Oxygen_Blue/cursors_scalable/n-resize +share/icons/Oxygen_Blue/cursors_scalable/not-allowed +share/icons/Oxygen_Blue/cursors_scalable/openhand/grab_open.svg +share/icons/Oxygen_Blue/cursors_scalable/openhand/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/pencil/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/pencil/pencil.svg +share/icons/Oxygen_Blue/cursors_scalable/pirate/kill.svg +share/icons/Oxygen_Blue/cursors_scalable/pirate/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/plus/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/plus/plus.svg +share/icons/Oxygen_Blue/cursors_scalable/pointer +share/icons/Oxygen_Blue/cursors_scalable/pointing_hand/hand.svg +share/icons/Oxygen_Blue/cursors_scalable/pointing_hand/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/progress +share/icons/Oxygen_Blue/cursors_scalable/question_arrow +share/icons/Oxygen_Blue/cursors_scalable/row-resize +share/icons/Oxygen_Blue/cursors_scalable/s-resize +share/icons/Oxygen_Blue/cursors_scalable/sb_h_double_arrow +share/icons/Oxygen_Blue/cursors_scalable/sb_v_double_arrow +share/icons/Oxygen_Blue/cursors_scalable/size_all +share/icons/Oxygen_Blue/cursors_scalable/size_bdiag/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/size_bdiag/size_diag-tr2bl.svg +share/icons/Oxygen_Blue/cursors_scalable/size_fdiag/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/size_fdiag/size_diag-tl2br.svg +share/icons/Oxygen_Blue/cursors_scalable/size_hor/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/size_hor/size_hor.svg +share/icons/Oxygen_Blue/cursors_scalable/size_ver/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/size_ver/size_ver.svg +share/icons/Oxygen_Blue/cursors_scalable/split_h/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/split_h/split_h.svg +share/icons/Oxygen_Blue/cursors_scalable/split_v/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/split_v/split_v.svg +share/icons/Oxygen_Blue/cursors_scalable/text +share/icons/Oxygen_Blue/cursors_scalable/up_arrow/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/up_arrow/up_arrow.svg +share/icons/Oxygen_Blue/cursors_scalable/v_double_arrow +share/icons/Oxygen_Blue/cursors_scalable/w-resize +share/icons/Oxygen_Blue/cursors_scalable/wait/busy.svg +share/icons/Oxygen_Blue/cursors_scalable/wait/busy1.svg +share/icons/Oxygen_Blue/cursors_scalable/wait/busy10.svg +share/icons/Oxygen_Blue/cursors_scalable/wait/busy11.svg +share/icons/Oxygen_Blue/cursors_scalable/wait/busy12.svg +share/icons/Oxygen_Blue/cursors_scalable/wait/busy13.svg +share/icons/Oxygen_Blue/cursors_scalable/wait/busy14.svg +share/icons/Oxygen_Blue/cursors_scalable/wait/busy15.svg +share/icons/Oxygen_Blue/cursors_scalable/wait/busy16.svg +share/icons/Oxygen_Blue/cursors_scalable/wait/busy17.svg +share/icons/Oxygen_Blue/cursors_scalable/wait/busy2.svg +share/icons/Oxygen_Blue/cursors_scalable/wait/busy3.svg +share/icons/Oxygen_Blue/cursors_scalable/wait/busy4.svg +share/icons/Oxygen_Blue/cursors_scalable/wait/busy5.svg +share/icons/Oxygen_Blue/cursors_scalable/wait/busy6.svg +share/icons/Oxygen_Blue/cursors_scalable/wait/busy7.svg +share/icons/Oxygen_Blue/cursors_scalable/wait/busy8.svg +share/icons/Oxygen_Blue/cursors_scalable/wait/busy9.svg +share/icons/Oxygen_Blue/cursors_scalable/wait/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/watch +share/icons/Oxygen_Blue/cursors_scalable/whats_this +share/icons/Oxygen_Blue/cursors_scalable/xterm/metadata.json +share/icons/Oxygen_Blue/cursors_scalable/xterm/xterm.svg share/icons/Oxygen_Blue/index.theme share/icons/Oxygen_White/cursors/00000000000000020006000e7e9ffc3f share/icons/Oxygen_White/cursors/00008160000006810000408080010102 @@ -330,6 +600,141 @@ share/icons/Oxygen_White/cursors/wait share/icons/Oxygen_White/cursors/watch share/icons/Oxygen_White/cursors/whats_this share/icons/Oxygen_White/cursors/xterm +share/icons/Oxygen_White/cursors_scalable/.directory +share/icons/Oxygen_White/cursors_scalable/00000000000000020006000e7e9ffc3f +share/icons/Oxygen_White/cursors_scalable/00008160000006810000408080010102 +share/icons/Oxygen_White/cursors_scalable/03b6e0fcb3499374a867c041f52298f0 +share/icons/Oxygen_White/cursors_scalable/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/Oxygen_White/cursors_scalable/1081e37283d90000800003c07f3ef6bf +share/icons/Oxygen_White/cursors_scalable/3085a0e285430894940527032f8b26df +share/icons/Oxygen_White/cursors_scalable/3ecb610c1bf2410f44200f48c40d3599 +share/icons/Oxygen_White/cursors_scalable/4498f0e0c1937ffe01fd06f973665830 +share/icons/Oxygen_White/cursors_scalable/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/Oxygen_White/cursors_scalable/6407b0e94181790501fd1e167b474872 +share/icons/Oxygen_White/cursors_scalable/640fb0e74195791501fd1ed57b41487f +share/icons/Oxygen_White/cursors_scalable/9081237383d90e509aa00f00170e968f +share/icons/Oxygen_White/cursors_scalable/9d800788f1b08800ae810202380a0822 +share/icons/Oxygen_White/cursors_scalable/X_cursor/metadata.json +share/icons/Oxygen_White/cursors_scalable/X_cursor/x.svg +share/icons/Oxygen_White/cursors_scalable/a2a266d0498c3104214a47bd64ab0fc8 +share/icons/Oxygen_White/cursors_scalable/alias +share/icons/Oxygen_White/cursors_scalable/all-scroll +share/icons/Oxygen_White/cursors_scalable/b66166c04f8c3109214a4fbd64a50fc8 +share/icons/Oxygen_White/cursors_scalable/circle/circle.svg +share/icons/Oxygen_White/cursors_scalable/circle/metadata.json +share/icons/Oxygen_White/cursors_scalable/closedhand/grab.svg +share/icons/Oxygen_White/cursors_scalable/closedhand/metadata.json +share/icons/Oxygen_White/cursors_scalable/col-resize +share/icons/Oxygen_White/cursors_scalable/color-picker/metadata.json +share/icons/Oxygen_White/cursors_scalable/color-picker/picker.svg +share/icons/Oxygen_White/cursors_scalable/copy/copy.svg +share/icons/Oxygen_White/cursors_scalable/copy/metadata.json +share/icons/Oxygen_White/cursors_scalable/cross/cross.svg +share/icons/Oxygen_White/cursors_scalable/cross/metadata.json +share/icons/Oxygen_White/cursors_scalable/crossed_circle +share/icons/Oxygen_White/cursors_scalable/d9ce0ab605698f320427677b458ad60b +share/icons/Oxygen_White/cursors_scalable/dnd-copy +share/icons/Oxygen_White/cursors_scalable/dnd-link +share/icons/Oxygen_White/cursors_scalable/dnd-move +share/icons/Oxygen_White/cursors_scalable/dnd-no-drop +share/icons/Oxygen_White/cursors_scalable/dnd-none +share/icons/Oxygen_White/cursors_scalable/e-resize +share/icons/Oxygen_White/cursors_scalable/e29285e634086352946a0e7090d73106 +share/icons/Oxygen_White/cursors_scalable/fcf21c00b30f7e3f83fe0dfd12e71cff +share/icons/Oxygen_White/cursors_scalable/fleur/fleur.svg +share/icons/Oxygen_White/cursors_scalable/fleur/metadata.json +share/icons/Oxygen_White/cursors_scalable/forbidden/forbidden.svg +share/icons/Oxygen_White/cursors_scalable/forbidden/metadata.json +share/icons/Oxygen_White/cursors_scalable/half-busy/half-busy.svg +share/icons/Oxygen_White/cursors_scalable/half-busy/half-busy1.svg +share/icons/Oxygen_White/cursors_scalable/half-busy/half-busy10.svg +share/icons/Oxygen_White/cursors_scalable/half-busy/half-busy11.svg +share/icons/Oxygen_White/cursors_scalable/half-busy/half-busy12.svg +share/icons/Oxygen_White/cursors_scalable/half-busy/half-busy13.svg +share/icons/Oxygen_White/cursors_scalable/half-busy/half-busy14.svg +share/icons/Oxygen_White/cursors_scalable/half-busy/half-busy15.svg +share/icons/Oxygen_White/cursors_scalable/half-busy/half-busy16.svg +share/icons/Oxygen_White/cursors_scalable/half-busy/half-busy17.svg +share/icons/Oxygen_White/cursors_scalable/half-busy/half-busy2.svg +share/icons/Oxygen_White/cursors_scalable/half-busy/half-busy3.svg +share/icons/Oxygen_White/cursors_scalable/half-busy/half-busy4.svg +share/icons/Oxygen_White/cursors_scalable/half-busy/half-busy5.svg +share/icons/Oxygen_White/cursors_scalable/half-busy/half-busy6.svg +share/icons/Oxygen_White/cursors_scalable/half-busy/half-busy7.svg +share/icons/Oxygen_White/cursors_scalable/half-busy/half-busy8.svg +share/icons/Oxygen_White/cursors_scalable/half-busy/half-busy9.svg +share/icons/Oxygen_White/cursors_scalable/half-busy/metadata.json +share/icons/Oxygen_White/cursors_scalable/hand1 +share/icons/Oxygen_White/cursors_scalable/hand2 +share/icons/Oxygen_White/cursors_scalable/help/help.svg +share/icons/Oxygen_White/cursors_scalable/help/metadata.json +share/icons/Oxygen_White/cursors_scalable/ibeam +share/icons/Oxygen_White/cursors_scalable/left_ptr/left_ptr.svg +share/icons/Oxygen_White/cursors_scalable/left_ptr/metadata.json +share/icons/Oxygen_White/cursors_scalable/left_ptr_watch +share/icons/Oxygen_White/cursors_scalable/link/link.svg +share/icons/Oxygen_White/cursors_scalable/link/metadata.json +share/icons/Oxygen_White/cursors_scalable/move +share/icons/Oxygen_White/cursors_scalable/n-resize +share/icons/Oxygen_White/cursors_scalable/not-allowed +share/icons/Oxygen_White/cursors_scalable/openhand/grab_open.svg +share/icons/Oxygen_White/cursors_scalable/openhand/metadata.json +share/icons/Oxygen_White/cursors_scalable/pencil/metadata.json +share/icons/Oxygen_White/cursors_scalable/pencil/pencil.svg +share/icons/Oxygen_White/cursors_scalable/pirate/kill.svg +share/icons/Oxygen_White/cursors_scalable/pirate/metadata.json +share/icons/Oxygen_White/cursors_scalable/plus/metadata.json +share/icons/Oxygen_White/cursors_scalable/plus/plus.svg +share/icons/Oxygen_White/cursors_scalable/pointer +share/icons/Oxygen_White/cursors_scalable/pointing_hand/hand.svg +share/icons/Oxygen_White/cursors_scalable/pointing_hand/metadata.json +share/icons/Oxygen_White/cursors_scalable/progress +share/icons/Oxygen_White/cursors_scalable/question_arrow +share/icons/Oxygen_White/cursors_scalable/row-resize +share/icons/Oxygen_White/cursors_scalable/s-resize +share/icons/Oxygen_White/cursors_scalable/sb_h_double_arrow +share/icons/Oxygen_White/cursors_scalable/sb_v_double_arrow +share/icons/Oxygen_White/cursors_scalable/size_all +share/icons/Oxygen_White/cursors_scalable/size_bdiag/metadata.json +share/icons/Oxygen_White/cursors_scalable/size_bdiag/size_diag-tr2bl.svg +share/icons/Oxygen_White/cursors_scalable/size_fdiag/metadata.json +share/icons/Oxygen_White/cursors_scalable/size_fdiag/size_diag-tl2br.svg +share/icons/Oxygen_White/cursors_scalable/size_hor/metadata.json +share/icons/Oxygen_White/cursors_scalable/size_hor/size_hor.svg +share/icons/Oxygen_White/cursors_scalable/size_ver/metadata.json +share/icons/Oxygen_White/cursors_scalable/size_ver/size_ver.svg +share/icons/Oxygen_White/cursors_scalable/split_h/metadata.json +share/icons/Oxygen_White/cursors_scalable/split_h/split_h.svg +share/icons/Oxygen_White/cursors_scalable/split_v/metadata.json +share/icons/Oxygen_White/cursors_scalable/split_v/split_v.svg +share/icons/Oxygen_White/cursors_scalable/text +share/icons/Oxygen_White/cursors_scalable/up_arrow/metadata.json +share/icons/Oxygen_White/cursors_scalable/up_arrow/up_arrow.svg +share/icons/Oxygen_White/cursors_scalable/v_double_arrow +share/icons/Oxygen_White/cursors_scalable/w-resize +share/icons/Oxygen_White/cursors_scalable/wait/busy.svg +share/icons/Oxygen_White/cursors_scalable/wait/busy1.svg +share/icons/Oxygen_White/cursors_scalable/wait/busy10.svg +share/icons/Oxygen_White/cursors_scalable/wait/busy11.svg +share/icons/Oxygen_White/cursors_scalable/wait/busy12.svg +share/icons/Oxygen_White/cursors_scalable/wait/busy13.svg +share/icons/Oxygen_White/cursors_scalable/wait/busy14.svg +share/icons/Oxygen_White/cursors_scalable/wait/busy15.svg +share/icons/Oxygen_White/cursors_scalable/wait/busy16.svg +share/icons/Oxygen_White/cursors_scalable/wait/busy17.svg +share/icons/Oxygen_White/cursors_scalable/wait/busy2.svg +share/icons/Oxygen_White/cursors_scalable/wait/busy3.svg +share/icons/Oxygen_White/cursors_scalable/wait/busy4.svg +share/icons/Oxygen_White/cursors_scalable/wait/busy5.svg +share/icons/Oxygen_White/cursors_scalable/wait/busy6.svg +share/icons/Oxygen_White/cursors_scalable/wait/busy7.svg +share/icons/Oxygen_White/cursors_scalable/wait/busy8.svg +share/icons/Oxygen_White/cursors_scalable/wait/busy9.svg +share/icons/Oxygen_White/cursors_scalable/wait/metadata.json +share/icons/Oxygen_White/cursors_scalable/watch +share/icons/Oxygen_White/cursors_scalable/whats_this +share/icons/Oxygen_White/cursors_scalable/xterm/metadata.json +share/icons/Oxygen_White/cursors_scalable/xterm/xterm.svg share/icons/Oxygen_White/index.theme share/icons/Oxygen_Yellow/cursors/00000000000000020006000e7e9ffc3f share/icons/Oxygen_Yellow/cursors/00008160000006810000408080010102 @@ -411,6 +816,141 @@ share/icons/Oxygen_Yellow/cursors/wait share/icons/Oxygen_Yellow/cursors/watch share/icons/Oxygen_Yellow/cursors/whats_this share/icons/Oxygen_Yellow/cursors/xterm +share/icons/Oxygen_Yellow/cursors_scalable/.directory +share/icons/Oxygen_Yellow/cursors_scalable/00000000000000020006000e7e9ffc3f +share/icons/Oxygen_Yellow/cursors_scalable/00008160000006810000408080010102 +share/icons/Oxygen_Yellow/cursors_scalable/03b6e0fcb3499374a867c041f52298f0 +share/icons/Oxygen_Yellow/cursors_scalable/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/Oxygen_Yellow/cursors_scalable/1081e37283d90000800003c07f3ef6bf +share/icons/Oxygen_Yellow/cursors_scalable/3085a0e285430894940527032f8b26df +share/icons/Oxygen_Yellow/cursors_scalable/3ecb610c1bf2410f44200f48c40d3599 +share/icons/Oxygen_Yellow/cursors_scalable/4498f0e0c1937ffe01fd06f973665830 +share/icons/Oxygen_Yellow/cursors_scalable/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/Oxygen_Yellow/cursors_scalable/6407b0e94181790501fd1e167b474872 +share/icons/Oxygen_Yellow/cursors_scalable/640fb0e74195791501fd1ed57b41487f +share/icons/Oxygen_Yellow/cursors_scalable/9081237383d90e509aa00f00170e968f +share/icons/Oxygen_Yellow/cursors_scalable/9d800788f1b08800ae810202380a0822 +share/icons/Oxygen_Yellow/cursors_scalable/X_cursor/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/X_cursor/x.svg +share/icons/Oxygen_Yellow/cursors_scalable/a2a266d0498c3104214a47bd64ab0fc8 +share/icons/Oxygen_Yellow/cursors_scalable/alias +share/icons/Oxygen_Yellow/cursors_scalable/all-scroll +share/icons/Oxygen_Yellow/cursors_scalable/b66166c04f8c3109214a4fbd64a50fc8 +share/icons/Oxygen_Yellow/cursors_scalable/circle/circle.svg +share/icons/Oxygen_Yellow/cursors_scalable/circle/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/closedhand/grab.svg +share/icons/Oxygen_Yellow/cursors_scalable/closedhand/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/col-resize +share/icons/Oxygen_Yellow/cursors_scalable/color-picker/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/color-picker/picker.svg +share/icons/Oxygen_Yellow/cursors_scalable/copy/copy.svg +share/icons/Oxygen_Yellow/cursors_scalable/copy/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/cross/cross.svg +share/icons/Oxygen_Yellow/cursors_scalable/cross/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/crossed_circle +share/icons/Oxygen_Yellow/cursors_scalable/d9ce0ab605698f320427677b458ad60b +share/icons/Oxygen_Yellow/cursors_scalable/dnd-copy +share/icons/Oxygen_Yellow/cursors_scalable/dnd-link +share/icons/Oxygen_Yellow/cursors_scalable/dnd-move +share/icons/Oxygen_Yellow/cursors_scalable/dnd-no-drop +share/icons/Oxygen_Yellow/cursors_scalable/dnd-none +share/icons/Oxygen_Yellow/cursors_scalable/e-resize +share/icons/Oxygen_Yellow/cursors_scalable/e29285e634086352946a0e7090d73106 +share/icons/Oxygen_Yellow/cursors_scalable/fcf21c00b30f7e3f83fe0dfd12e71cff +share/icons/Oxygen_Yellow/cursors_scalable/fleur/fleur.svg +share/icons/Oxygen_Yellow/cursors_scalable/fleur/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/forbidden/forbidden.svg +share/icons/Oxygen_Yellow/cursors_scalable/forbidden/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/half-busy/half-busy.svg +share/icons/Oxygen_Yellow/cursors_scalable/half-busy/half-busy1.svg +share/icons/Oxygen_Yellow/cursors_scalable/half-busy/half-busy10.svg +share/icons/Oxygen_Yellow/cursors_scalable/half-busy/half-busy11.svg +share/icons/Oxygen_Yellow/cursors_scalable/half-busy/half-busy12.svg +share/icons/Oxygen_Yellow/cursors_scalable/half-busy/half-busy13.svg +share/icons/Oxygen_Yellow/cursors_scalable/half-busy/half-busy14.svg +share/icons/Oxygen_Yellow/cursors_scalable/half-busy/half-busy15.svg +share/icons/Oxygen_Yellow/cursors_scalable/half-busy/half-busy16.svg +share/icons/Oxygen_Yellow/cursors_scalable/half-busy/half-busy17.svg +share/icons/Oxygen_Yellow/cursors_scalable/half-busy/half-busy2.svg +share/icons/Oxygen_Yellow/cursors_scalable/half-busy/half-busy3.svg +share/icons/Oxygen_Yellow/cursors_scalable/half-busy/half-busy4.svg +share/icons/Oxygen_Yellow/cursors_scalable/half-busy/half-busy5.svg +share/icons/Oxygen_Yellow/cursors_scalable/half-busy/half-busy6.svg +share/icons/Oxygen_Yellow/cursors_scalable/half-busy/half-busy7.svg +share/icons/Oxygen_Yellow/cursors_scalable/half-busy/half-busy8.svg +share/icons/Oxygen_Yellow/cursors_scalable/half-busy/half-busy9.svg +share/icons/Oxygen_Yellow/cursors_scalable/half-busy/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/hand1 +share/icons/Oxygen_Yellow/cursors_scalable/hand2 +share/icons/Oxygen_Yellow/cursors_scalable/help/help.svg +share/icons/Oxygen_Yellow/cursors_scalable/help/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/ibeam +share/icons/Oxygen_Yellow/cursors_scalable/left_ptr/left_ptr.svg +share/icons/Oxygen_Yellow/cursors_scalable/left_ptr/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/left_ptr_watch +share/icons/Oxygen_Yellow/cursors_scalable/link/link.svg +share/icons/Oxygen_Yellow/cursors_scalable/link/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/move +share/icons/Oxygen_Yellow/cursors_scalable/n-resize +share/icons/Oxygen_Yellow/cursors_scalable/not-allowed +share/icons/Oxygen_Yellow/cursors_scalable/openhand/grab_open.svg +share/icons/Oxygen_Yellow/cursors_scalable/openhand/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/pencil/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/pencil/pencil.svg +share/icons/Oxygen_Yellow/cursors_scalable/pirate/kill.svg +share/icons/Oxygen_Yellow/cursors_scalable/pirate/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/plus/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/plus/plus.svg +share/icons/Oxygen_Yellow/cursors_scalable/pointer +share/icons/Oxygen_Yellow/cursors_scalable/pointing_hand/hand.svg +share/icons/Oxygen_Yellow/cursors_scalable/pointing_hand/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/progress +share/icons/Oxygen_Yellow/cursors_scalable/question_arrow +share/icons/Oxygen_Yellow/cursors_scalable/row-resize +share/icons/Oxygen_Yellow/cursors_scalable/s-resize +share/icons/Oxygen_Yellow/cursors_scalable/sb_h_double_arrow +share/icons/Oxygen_Yellow/cursors_scalable/sb_v_double_arrow +share/icons/Oxygen_Yellow/cursors_scalable/size_all +share/icons/Oxygen_Yellow/cursors_scalable/size_bdiag/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/size_bdiag/size_diag-tr2bl.svg +share/icons/Oxygen_Yellow/cursors_scalable/size_fdiag/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/size_fdiag/size_diag-tl2br.svg +share/icons/Oxygen_Yellow/cursors_scalable/size_hor/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/size_hor/size_hor.svg +share/icons/Oxygen_Yellow/cursors_scalable/size_ver/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/size_ver/size_ver.svg +share/icons/Oxygen_Yellow/cursors_scalable/split_h/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/split_h/split_h.svg +share/icons/Oxygen_Yellow/cursors_scalable/split_v/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/split_v/split_v.svg +share/icons/Oxygen_Yellow/cursors_scalable/text +share/icons/Oxygen_Yellow/cursors_scalable/up_arrow/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/up_arrow/up_arrow.svg +share/icons/Oxygen_Yellow/cursors_scalable/v_double_arrow +share/icons/Oxygen_Yellow/cursors_scalable/w-resize +share/icons/Oxygen_Yellow/cursors_scalable/wait/busy.svg +share/icons/Oxygen_Yellow/cursors_scalable/wait/busy1.svg +share/icons/Oxygen_Yellow/cursors_scalable/wait/busy10.svg +share/icons/Oxygen_Yellow/cursors_scalable/wait/busy11.svg +share/icons/Oxygen_Yellow/cursors_scalable/wait/busy12.svg +share/icons/Oxygen_Yellow/cursors_scalable/wait/busy13.svg +share/icons/Oxygen_Yellow/cursors_scalable/wait/busy14.svg +share/icons/Oxygen_Yellow/cursors_scalable/wait/busy15.svg +share/icons/Oxygen_Yellow/cursors_scalable/wait/busy16.svg +share/icons/Oxygen_Yellow/cursors_scalable/wait/busy17.svg +share/icons/Oxygen_Yellow/cursors_scalable/wait/busy2.svg +share/icons/Oxygen_Yellow/cursors_scalable/wait/busy3.svg +share/icons/Oxygen_Yellow/cursors_scalable/wait/busy4.svg +share/icons/Oxygen_Yellow/cursors_scalable/wait/busy5.svg +share/icons/Oxygen_Yellow/cursors_scalable/wait/busy6.svg +share/icons/Oxygen_Yellow/cursors_scalable/wait/busy7.svg +share/icons/Oxygen_Yellow/cursors_scalable/wait/busy8.svg +share/icons/Oxygen_Yellow/cursors_scalable/wait/busy9.svg +share/icons/Oxygen_Yellow/cursors_scalable/wait/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/watch +share/icons/Oxygen_Yellow/cursors_scalable/whats_this +share/icons/Oxygen_Yellow/cursors_scalable/xterm/metadata.json +share/icons/Oxygen_Yellow/cursors_scalable/xterm/xterm.svg share/icons/Oxygen_Yellow/index.theme share/icons/Oxygen_Zion/cursors/00000000000000020006000e7e9ffc3f share/icons/Oxygen_Zion/cursors/00008160000006810000408080010102 @@ -492,6 +1032,141 @@ share/icons/Oxygen_Zion/cursors/wait share/icons/Oxygen_Zion/cursors/watch share/icons/Oxygen_Zion/cursors/whats_this share/icons/Oxygen_Zion/cursors/xterm +share/icons/Oxygen_Zion/cursors_scalable/.directory +share/icons/Oxygen_Zion/cursors_scalable/00000000000000020006000e7e9ffc3f +share/icons/Oxygen_Zion/cursors_scalable/00008160000006810000408080010102 +share/icons/Oxygen_Zion/cursors_scalable/03b6e0fcb3499374a867c041f52298f0 +share/icons/Oxygen_Zion/cursors_scalable/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/Oxygen_Zion/cursors_scalable/1081e37283d90000800003c07f3ef6bf +share/icons/Oxygen_Zion/cursors_scalable/3085a0e285430894940527032f8b26df +share/icons/Oxygen_Zion/cursors_scalable/3ecb610c1bf2410f44200f48c40d3599 +share/icons/Oxygen_Zion/cursors_scalable/4498f0e0c1937ffe01fd06f973665830 +share/icons/Oxygen_Zion/cursors_scalable/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/Oxygen_Zion/cursors_scalable/6407b0e94181790501fd1e167b474872 +share/icons/Oxygen_Zion/cursors_scalable/640fb0e74195791501fd1ed57b41487f +share/icons/Oxygen_Zion/cursors_scalable/9081237383d90e509aa00f00170e968f +share/icons/Oxygen_Zion/cursors_scalable/9d800788f1b08800ae810202380a0822 +share/icons/Oxygen_Zion/cursors_scalable/X_cursor/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/X_cursor/x.svg +share/icons/Oxygen_Zion/cursors_scalable/a2a266d0498c3104214a47bd64ab0fc8 +share/icons/Oxygen_Zion/cursors_scalable/alias +share/icons/Oxygen_Zion/cursors_scalable/all-scroll +share/icons/Oxygen_Zion/cursors_scalable/b66166c04f8c3109214a4fbd64a50fc8 +share/icons/Oxygen_Zion/cursors_scalable/circle/circle.svg +share/icons/Oxygen_Zion/cursors_scalable/circle/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/closedhand/grab.svg +share/icons/Oxygen_Zion/cursors_scalable/closedhand/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/col-resize +share/icons/Oxygen_Zion/cursors_scalable/color-picker/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/color-picker/picker.svg +share/icons/Oxygen_Zion/cursors_scalable/copy/copy.svg +share/icons/Oxygen_Zion/cursors_scalable/copy/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/cross/cross.svg +share/icons/Oxygen_Zion/cursors_scalable/cross/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/crossed_circle +share/icons/Oxygen_Zion/cursors_scalable/d9ce0ab605698f320427677b458ad60b +share/icons/Oxygen_Zion/cursors_scalable/dnd-copy +share/icons/Oxygen_Zion/cursors_scalable/dnd-link +share/icons/Oxygen_Zion/cursors_scalable/dnd-move +share/icons/Oxygen_Zion/cursors_scalable/dnd-no-drop +share/icons/Oxygen_Zion/cursors_scalable/dnd-none +share/icons/Oxygen_Zion/cursors_scalable/e-resize +share/icons/Oxygen_Zion/cursors_scalable/e29285e634086352946a0e7090d73106 +share/icons/Oxygen_Zion/cursors_scalable/fcf21c00b30f7e3f83fe0dfd12e71cff +share/icons/Oxygen_Zion/cursors_scalable/fleur/fleur.svg +share/icons/Oxygen_Zion/cursors_scalable/fleur/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/forbidden/forbidden.svg +share/icons/Oxygen_Zion/cursors_scalable/forbidden/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/half-busy/half-busy.svg +share/icons/Oxygen_Zion/cursors_scalable/half-busy/half-busy1.svg +share/icons/Oxygen_Zion/cursors_scalable/half-busy/half-busy10.svg +share/icons/Oxygen_Zion/cursors_scalable/half-busy/half-busy11.svg +share/icons/Oxygen_Zion/cursors_scalable/half-busy/half-busy12.svg +share/icons/Oxygen_Zion/cursors_scalable/half-busy/half-busy13.svg +share/icons/Oxygen_Zion/cursors_scalable/half-busy/half-busy14.svg +share/icons/Oxygen_Zion/cursors_scalable/half-busy/half-busy15.svg +share/icons/Oxygen_Zion/cursors_scalable/half-busy/half-busy16.svg +share/icons/Oxygen_Zion/cursors_scalable/half-busy/half-busy17.svg +share/icons/Oxygen_Zion/cursors_scalable/half-busy/half-busy2.svg +share/icons/Oxygen_Zion/cursors_scalable/half-busy/half-busy3.svg +share/icons/Oxygen_Zion/cursors_scalable/half-busy/half-busy4.svg +share/icons/Oxygen_Zion/cursors_scalable/half-busy/half-busy5.svg +share/icons/Oxygen_Zion/cursors_scalable/half-busy/half-busy6.svg +share/icons/Oxygen_Zion/cursors_scalable/half-busy/half-busy7.svg +share/icons/Oxygen_Zion/cursors_scalable/half-busy/half-busy8.svg +share/icons/Oxygen_Zion/cursors_scalable/half-busy/half-busy9.svg +share/icons/Oxygen_Zion/cursors_scalable/half-busy/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/hand1 +share/icons/Oxygen_Zion/cursors_scalable/hand2 +share/icons/Oxygen_Zion/cursors_scalable/help/help.svg +share/icons/Oxygen_Zion/cursors_scalable/help/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/ibeam +share/icons/Oxygen_Zion/cursors_scalable/left_ptr/left_ptr.svg +share/icons/Oxygen_Zion/cursors_scalable/left_ptr/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/left_ptr_watch +share/icons/Oxygen_Zion/cursors_scalable/link/link.svg +share/icons/Oxygen_Zion/cursors_scalable/link/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/move +share/icons/Oxygen_Zion/cursors_scalable/n-resize +share/icons/Oxygen_Zion/cursors_scalable/not-allowed +share/icons/Oxygen_Zion/cursors_scalable/openhand/grab_open.svg +share/icons/Oxygen_Zion/cursors_scalable/openhand/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/pencil/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/pencil/pencil.svg +share/icons/Oxygen_Zion/cursors_scalable/pirate/kill.svg +share/icons/Oxygen_Zion/cursors_scalable/pirate/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/plus/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/plus/plus.svg +share/icons/Oxygen_Zion/cursors_scalable/pointer +share/icons/Oxygen_Zion/cursors_scalable/pointing_hand/hand.svg +share/icons/Oxygen_Zion/cursors_scalable/pointing_hand/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/progress +share/icons/Oxygen_Zion/cursors_scalable/question_arrow +share/icons/Oxygen_Zion/cursors_scalable/row-resize +share/icons/Oxygen_Zion/cursors_scalable/s-resize +share/icons/Oxygen_Zion/cursors_scalable/sb_h_double_arrow +share/icons/Oxygen_Zion/cursors_scalable/sb_v_double_arrow +share/icons/Oxygen_Zion/cursors_scalable/size_all +share/icons/Oxygen_Zion/cursors_scalable/size_bdiag/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/size_bdiag/size_diag-tr2bl.svg +share/icons/Oxygen_Zion/cursors_scalable/size_fdiag/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/size_fdiag/size_diag-tl2br.svg +share/icons/Oxygen_Zion/cursors_scalable/size_hor/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/size_hor/size_hor.svg +share/icons/Oxygen_Zion/cursors_scalable/size_ver/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/size_ver/size_ver.svg +share/icons/Oxygen_Zion/cursors_scalable/split_h/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/split_h/split_h.svg +share/icons/Oxygen_Zion/cursors_scalable/split_v/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/split_v/split_v.svg +share/icons/Oxygen_Zion/cursors_scalable/text +share/icons/Oxygen_Zion/cursors_scalable/up_arrow/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/up_arrow/up_arrow.svg +share/icons/Oxygen_Zion/cursors_scalable/v_double_arrow +share/icons/Oxygen_Zion/cursors_scalable/w-resize +share/icons/Oxygen_Zion/cursors_scalable/wait/busy.svg +share/icons/Oxygen_Zion/cursors_scalable/wait/busy1.svg +share/icons/Oxygen_Zion/cursors_scalable/wait/busy10.svg +share/icons/Oxygen_Zion/cursors_scalable/wait/busy11.svg +share/icons/Oxygen_Zion/cursors_scalable/wait/busy12.svg +share/icons/Oxygen_Zion/cursors_scalable/wait/busy13.svg +share/icons/Oxygen_Zion/cursors_scalable/wait/busy14.svg +share/icons/Oxygen_Zion/cursors_scalable/wait/busy15.svg +share/icons/Oxygen_Zion/cursors_scalable/wait/busy16.svg +share/icons/Oxygen_Zion/cursors_scalable/wait/busy17.svg +share/icons/Oxygen_Zion/cursors_scalable/wait/busy2.svg +share/icons/Oxygen_Zion/cursors_scalable/wait/busy3.svg +share/icons/Oxygen_Zion/cursors_scalable/wait/busy4.svg +share/icons/Oxygen_Zion/cursors_scalable/wait/busy5.svg +share/icons/Oxygen_Zion/cursors_scalable/wait/busy6.svg +share/icons/Oxygen_Zion/cursors_scalable/wait/busy7.svg +share/icons/Oxygen_Zion/cursors_scalable/wait/busy8.svg +share/icons/Oxygen_Zion/cursors_scalable/wait/busy9.svg +share/icons/Oxygen_Zion/cursors_scalable/wait/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/watch +share/icons/Oxygen_Zion/cursors_scalable/whats_this +share/icons/Oxygen_Zion/cursors_scalable/xterm/metadata.json +share/icons/Oxygen_Zion/cursors_scalable/xterm/xterm.svg share/icons/Oxygen_Zion/index.theme share/icons/hicolor/256x256/apps/oxygen-settings.png share/kstyle/themes/oxygen.themerc diff --git a/x11-themes/plasma6-plasma-workspace-wallpapers/distinfo b/x11-themes/plasma6-plasma-workspace-wallpapers/distinfo index a7aaa6b83f44..febe72b96c2e 100644 --- a/x11-themes/plasma6-plasma-workspace-wallpapers/distinfo +++ b/x11-themes/plasma6-plasma-workspace-wallpapers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499250 -SHA256 (KDE/plasma/6.4.5/plasma-workspace-wallpapers-6.4.5.tar.xz) = b43b3d317712d0c4ebb9e80016244e3782e5b07957576d6a0304907a07c08fbf -SIZE (KDE/plasma/6.4.5/plasma-workspace-wallpapers-6.4.5.tar.xz) = 146652732 +TIMESTAMP = 1761168016 +SHA256 (KDE/plasma/6.5.0/plasma-workspace-wallpapers-6.5.0.tar.xz) = 32c1c1a0155895f4db53433fa492811f4545b61d237c77b3d05cd83fb6f4c97d +SIZE (KDE/plasma/6.5.0/plasma-workspace-wallpapers-6.5.0.tar.xz) = 186904032 diff --git a/x11-themes/plasma6-plasma-workspace-wallpapers/pkg-plist b/x11-themes/plasma6-plasma-workspace-wallpapers/pkg-plist index 0b178e2d2529..847931585148 100644 --- a/x11-themes/plasma6-plasma-workspace-wallpapers/pkg-plist +++ b/x11-themes/plasma6-plasma-workspace-wallpapers/pkg-plist @@ -39,6 +39,13 @@ share/wallpapers/Cascade/metadata.json share/wallpapers/Cluster/contents/images/3840x2160.png share/wallpapers/Cluster/contents/screenshot.png share/wallpapers/Cluster/metadata.json +share/wallpapers/Coast/contents/images/1440x2960.png +share/wallpapers/Coast/contents/images/5120x2880.png +share/wallpapers/Coast/contents/images/7680x2160.png +share/wallpapers/Coast/contents/images_dark/1440x2960.png +share/wallpapers/Coast/contents/images_dark/5120x2880.png +share/wallpapers/Coast/contents/images_dark/7680x2160.png +share/wallpapers/Coast/metadata.json share/wallpapers/ColdRipple/contents/images/1280x1024.jpg share/wallpapers/ColdRipple/contents/images/1280x800.jpg share/wallpapers/ColdRipple/contents/images/1440x900.jpg diff --git a/x11-themes/plasma6-qqc2-breeze-style/Makefile b/x11-themes/plasma6-qqc2-breeze-style/Makefile index c5d586f7cf1e..bf07e87e6488 100644 --- a/x11-themes/plasma6-qqc2-breeze-style/Makefile +++ b/x11-themes/plasma6-qqc2-breeze-style/Makefile @@ -6,7 +6,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Breeze inspired QQC2 Style USES= cmake gl kde:6 qt:6 tar:xz -USE_KDE= colorscheme config guiaddons iconthemes kirigami2 kquickcharts \ +USE_KDE= colorscheme config guiaddons iconthemes kirigami2 \ ecm:build USE_GL= gl opengl USE_QT= base declarative diff --git a/x11-themes/plasma6-qqc2-breeze-style/distinfo b/x11-themes/plasma6-qqc2-breeze-style/distinfo index 78bdf1f956a4..ac1056150542 100644 --- a/x11-themes/plasma6-qqc2-breeze-style/distinfo +++ b/x11-themes/plasma6-qqc2-breeze-style/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499251 -SHA256 (KDE/plasma/6.4.5/qqc2-breeze-style-6.4.5.tar.xz) = df3575e943dd1846c078e4a70e457b0877820e5aa99ff5f2784330f0c97037ff -SIZE (KDE/plasma/6.4.5/qqc2-breeze-style-6.4.5.tar.xz) = 67088 +TIMESTAMP = 1761168016 +SHA256 (KDE/plasma/6.5.0/qqc2-breeze-style-6.5.0.tar.xz) = 671de2a4b0fc17ca8222f911b8ade6c4ced7fe76fd9f605c214cb1e57ef626d9 +SIZE (KDE/plasma/6.5.0/qqc2-breeze-style-6.5.0.tar.xz) = 66444 diff --git a/x11-toolkits/plasma6-kdeplasma-addons/Makefile b/x11-toolkits/plasma6-kdeplasma-addons/Makefile index 1255d9ce3256..c74ef816fa34 100644 --- a/x11-toolkits/plasma6-kdeplasma-addons/Makefile +++ b/x11-toolkits/plasma6-kdeplasma-addons/Makefile @@ -11,11 +11,11 @@ USES= cmake gettext gl kde:6 qt:6 tar:xz xorg USE_GL= gl opengl USE_KDE= colorscheme completion config configwidgets coreaddons \ globalaccel holidays i18n jobwidgets kcmutils kdeclarative kio \ - libplasma newstuff notifications package plasma5support runner \ + libplasma newstuff notifications package runner \ service solid sonnet unitconversion widgetsaddons windowsystem \ xmlgui \ ecm:build \ - itemmodels:run kirigami-addons:run + itemmodels:run kirigami-addons:run plasma5support:run USE_QT= 5compat base declarative webchannel webengine \ quick3d:run USE_XORG= x11 diff --git a/x11-toolkits/plasma6-kdeplasma-addons/distinfo b/x11-toolkits/plasma6-kdeplasma-addons/distinfo index d0df2c4a6540..5f93335a54d1 100644 --- a/x11-toolkits/plasma6-kdeplasma-addons/distinfo +++ b/x11-toolkits/plasma6-kdeplasma-addons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499251 -SHA256 (KDE/plasma/6.4.5/kdeplasma-addons-6.4.5.tar.xz) = 4bdbdc2892bbf6211c3be6c02177f7ffdce10ab1546d811a4b59024192b77bce -SIZE (KDE/plasma/6.4.5/kdeplasma-addons-6.4.5.tar.xz) = 943688 +TIMESTAMP = 1761168017 +SHA256 (KDE/plasma/6.5.0/kdeplasma-addons-6.5.0.tar.xz) = cc0a5d48307d5110c013c08b2ec382aaba9f66c370c8e4ab46ec71ab6693b90b +SIZE (KDE/plasma/6.5.0/kdeplasma-addons-6.5.0.tar.xz) = 1099620 diff --git a/x11-toolkits/plasma6-kdeplasma-addons/pkg-plist b/x11-toolkits/plasma6-kdeplasma-addons/pkg-plist index 26561da56fef..84b70e427ff7 100644 --- a/x11-toolkits/plasma6-kdeplasma-addons/pkg-plist +++ b/x11-toolkits/plasma6-kdeplasma-addons/pkg-plist @@ -8,6 +8,12 @@ lib/libexec/kf6/kauth/kameleonhelper lib/libplasmapotdprovidercore.so lib/libplasmapotdprovidercore.so.2 lib/libplasmapotdprovidercore.so.2.0.0 +lib/libplasmaweatherdata.so +lib/libplasmaweatherdata.so.6 +lib/libplasmaweatherdata.so.%%KDE_PLASMA_VERSION%% +lib/libplasmaweatherion.so +lib/libplasmaweatherion.so.6 +lib/libplasmaweatherion.so.%%KDE_PLASMA_VERSION%% %%QT_PLUGINDIR%%/kf6/kded/kameleon.so %%QT_PLUGINDIR%%/kf6/krunner/kcms/kcm_krunner_charrunner.so %%QT_PLUGINDIR%%/kf6/krunner/kcms/kcm_krunner_dictionary.so @@ -22,8 +28,18 @@ lib/libplasmapotdprovidercore.so.2.0.0 %%QT_PLUGINDIR%%/kf6/krunner/unitconverter.so %%QT_PLUGINDIR%%/kf6/packagestructure/plasma_comic.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_cube_config.so +%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.binaryclock.so %%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.comic.so %%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.grouping.so +%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.keyboardindicator.so +%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.quicklaunch.so +%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.timer.so +%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.weather.so +%%QT_PLUGINDIR%%/plasma/weather_ions/bbcukmet.so +%%QT_PLUGINDIR%%/plasma/weather_ions/dwd.so +%%QT_PLUGINDIR%%/plasma/weather_ions/envcan.so +%%QT_PLUGINDIR%%/plasma/weather_ions/noaa.so +%%QT_PLUGINDIR%%/plasma/weather_ions/wettercom.so %%QT_PLUGINDIR%%/plasmacalendarplugins/alternatecalendar.so %%QT_PLUGINDIR%%/plasmacalendarplugins/alternatecalendar/AlternateCalendarConfig.qml %%QT_PLUGINDIR%%/plasmacalendarplugins/astronomicalevents.so @@ -32,7 +48,6 @@ lib/libplasmapotdprovidercore.so.2.0.0 %%QT_PLUGINDIR%%/potd/plasma_potd_bingprovider.so %%QT_PLUGINDIR%%/potd/plasma_potd_epodprovider.so %%QT_PLUGINDIR%%/potd/plasma_potd_flickrprovider.so -%%QT_PLUGINDIR%%/potd/plasma_potd_noaaprovider.so %%QT_PLUGINDIR%%/potd/plasma_potd_simonstalenhagprovider.so %%QT_PLUGINDIR%%/potd/plasma_potd_wcpotdprovider.so %%QT_QMLDIR%%/org/kde/plasma/private/alternatecalendarconfig/kde-qmlmodule.version @@ -67,18 +82,6 @@ lib/libplasmapotdprovidercore.so.2.0.0 %%QT_QMLDIR%%/org/kde/plasma/private/profiles/libprofiles_qml_plugin.so %%QT_QMLDIR%%/org/kde/plasma/private/profiles/profiles_qml_plugin.qmltypes %%QT_QMLDIR%%/org/kde/plasma/private/profiles/qmldir -%%QT_QMLDIR%%/org/kde/plasma/private/quicklaunch/kde-qmlmodule.version -%%QT_QMLDIR%%/org/kde/plasma/private/quicklaunch/libquicklaunchplugin.so -%%QT_QMLDIR%%/org/kde/plasma/private/quicklaunch/qmldir -%%QT_QMLDIR%%/org/kde/plasma/private/quicklaunch/quicklaunchplugin.qmltypes -%%QT_QMLDIR%%/org/kde/plasma/private/timer/kde-qmlmodule.version -%%QT_QMLDIR%%/org/kde/plasma/private/timer/libtimerplugin.so -%%QT_QMLDIR%%/org/kde/plasma/private/timer/qmldir -%%QT_QMLDIR%%/org/kde/plasma/private/timer/timerplugin.qmltypes -%%QT_QMLDIR%%/org/kde/plasma/private/weather/kde-qmlmodule.version -%%QT_QMLDIR%%/org/kde/plasma/private/weather/libweatherplugin.so -%%QT_QMLDIR%%/org/kde/plasma/private/weather/qmldir -%%QT_QMLDIR%%/org/kde/plasma/private/weather/weatherplugin.qmltypes %%QT_QMLDIR%%/org/kde/plasma/wallpapers/potd/kde-qmlmodule.version %%QT_QMLDIR%%/org/kde/plasma/wallpapers/potd/libplasma_wallpaper_potdplugin.so %%QT_QMLDIR%%/org/kde/plasma/wallpapers/potd/plasma_wallpaper_potdplugin.qmltypes @@ -179,6 +182,7 @@ share/locale/ast/LC_MESSAGES/plasma_runner_konsoleprofiles.mo share/locale/ast/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/ast/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/ast/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/az/LC_MESSAGES/kwin_effect_cube.mo share/locale/az/LC_MESSAGES/plasma_addons_engine_dict.mo share/locale/az/LC_MESSAGES/plasma_addons_profiles_utility.mo share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo @@ -203,6 +207,7 @@ share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo share/locale/az/LC_MESSAGES/plasma_calendar_alternatecalendar.mo share/locale/az/LC_MESSAGES/plasma_calendar_astronomicalevents.mo share/locale/az/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/az/LC_MESSAGES/plasma_runner_colors.mo share/locale/az/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/az/LC_MESSAGES/plasma_runner_datetime.mo share/locale/az/LC_MESSAGES/plasma_runner_katesessions.mo @@ -1136,6 +1141,7 @@ share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo share/locale/lt/LC_MESSAGES/plasma_calendar_alternatecalendar.mo share/locale/lt/LC_MESSAGES/plasma_calendar_astronomicalevents.mo share/locale/lt/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/lt/LC_MESSAGES/plasma_runner_colors.mo share/locale/lt/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/lt/LC_MESSAGES/plasma_runner_datetime.mo share/locale/lt/LC_MESSAGES/plasma_runner_katesessions.mo @@ -2004,12 +2010,6 @@ share/plasma/plasmoids/org.kde.plasma.addons.katesessions/contents/ui/KateSessio share/plasma/plasmoids/org.kde.plasma.addons.katesessions/contents/ui/Menu.qml share/plasma/plasmoids/org.kde.plasma.addons.katesessions/contents/ui/main.qml share/plasma/plasmoids/org.kde.plasma.addons.katesessions/metadata.json -share/plasma/plasmoids/org.kde.plasma.binaryclock/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.binaryclock/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.binaryclock/contents/ui/BinaryClock.qml -share/plasma/plasmoids/org.kde.plasma.binaryclock/contents/ui/configGeneral.qml -share/plasma/plasmoids/org.kde.plasma.binaryclock/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.binaryclock/metadata.json share/plasma/plasmoids/org.kde.plasma.calculator/contents/ui/main.qml share/plasma/plasmoids/org.kde.plasma.calculator/metadata.json share/plasma/plasmoids/org.kde.plasma.colorpicker/contents/config/config.qml @@ -2047,18 +2047,13 @@ share/plasma/plasmoids/org.kde.plasma.grouping/contents/ui/items/AbstractItem.qm share/plasma/plasmoids/org.kde.plasma.grouping/contents/ui/items/PlasmoidItem.qml share/plasma/plasmoids/org.kde.plasma.grouping/contents/ui/main.qml share/plasma/plasmoids/org.kde.plasma.grouping/metadata.json -share/plasma/plasmoids/org.kde.plasma.keyboardindicator/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.keyboardindicator/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.keyboardindicator/contents/ui/configAppearance.qml -share/plasma/plasmoids/org.kde.plasma.keyboardindicator/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.keyboardindicator/metadata.json share/plasma/plasmoids/org.kde.plasma.kickerdash/metadata.json share/plasma/plasmoids/org.kde.plasma.konsoleprofiles/contents/ui/main.qml share/plasma/plasmoids/org.kde.plasma.konsoleprofiles/metadata.json share/plasma/plasmoids/org.kde.plasma.mediaframe/contents/config/config.qml share/plasma/plasmoids/org.kde.plasma.mediaframe/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.mediaframe/contents/ui/ConfigGeneral.qml -share/plasma/plasmoids/org.kde.plasma.mediaframe/contents/ui/ConfigPaths.qml +share/plasma/plasmoids/org.kde.plasma.mediaframe/contents/ui/ConfigBehavior.qml +share/plasma/plasmoids/org.kde.plasma.mediaframe/contents/ui/ConfigMedia.qml share/plasma/plasmoids/org.kde.plasma.mediaframe/contents/ui/main.qml share/plasma/plasmoids/org.kde.plasma.mediaframe/metadata.json share/plasma/plasmoids/org.kde.plasma.notes/contents/config/config.qml @@ -2067,25 +2062,6 @@ share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/ShortcutMenuItem.qml share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/configAppearance.qml share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/main.qml share/plasma/plasmoids/org.kde.plasma.notes/metadata.json -share/plasma/plasmoids/org.kde.plasma.quicklaunch/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.quicklaunch/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.quicklaunch/contents/ui/ConfigGeneral.qml -share/plasma/plasmoids/org.kde.plasma.quicklaunch/contents/ui/IconItem.qml -share/plasma/plasmoids/org.kde.plasma.quicklaunch/contents/ui/Popup.qml -share/plasma/plasmoids/org.kde.plasma.quicklaunch/contents/ui/UrlModel.qml -share/plasma/plasmoids/org.kde.plasma.quicklaunch/contents/ui/layout.js -share/plasma/plasmoids/org.kde.plasma.quicklaunch/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.quicklaunch/metadata.json -share/plasma/plasmoids/org.kde.plasma.timer/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.timer/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.timer/contents/ui/CompactRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.timer/contents/ui/TimerEdit.qml -share/plasma/plasmoids/org.kde.plasma.timer/contents/ui/TimerView.qml -share/plasma/plasmoids/org.kde.plasma.timer/contents/ui/configAdvanced.qml -share/plasma/plasmoids/org.kde.plasma.timer/contents/ui/configAppearance.qml -share/plasma/plasmoids/org.kde.plasma.timer/contents/ui/configTimes.qml -share/plasma/plasmoids/org.kde.plasma.timer/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.timer/metadata.json share/plasma/plasmoids/org.kde.plasma.userswitcher/contents/config/config.qml share/plasma/plasmoids/org.kde.plasma.userswitcher/contents/config/main.xml share/plasma/plasmoids/org.kde.plasma.userswitcher/contents/ui/ActionListDelegate.qml @@ -2094,21 +2070,6 @@ share/plasma/plasmoids/org.kde.plasma.userswitcher/contents/ui/UserListDelegate. share/plasma/plasmoids/org.kde.plasma.userswitcher/contents/ui/configGeneral.qml share/plasma/plasmoids/org.kde.plasma.userswitcher/contents/ui/main.qml share/plasma/plasmoids/org.kde.plasma.userswitcher/metadata.json -share/plasma/plasmoids/org.kde.plasma.weather/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.weather/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/CompactRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/DetailsView.qml -share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/ForecastView.qml -share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/FullRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/IconAndTextItem.qml -share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/NoticesView.qml -share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/SwitchPanel.qml -share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/TopPanel.qml -share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/config/ConfigAppearance.qml -share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/config/ConfigUnits.qml -share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/config/ConfigWeatherStation.qml -share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.weather/metadata.json share/plasma/plasmoids/org.kde.plasma.webbrowser/contents/config/config.qml share/plasma/plasmoids/org.kde.plasma.webbrowser/contents/config/main.xml share/plasma/plasmoids/org.kde.plasma.webbrowser/contents/ui/ConfigAppearance.qml @@ -2140,6 +2101,7 @@ share/plasma/wallpapers/org.kde.potd/contents/ui/WallpaperPreview.qml share/plasma/wallpapers/org.kde.potd/contents/ui/config.qml share/plasma/wallpapers/org.kde.potd/contents/ui/main.qml share/plasma/wallpapers/org.kde.potd/metadata.json +share/plasma/weather/noaa_station_list.xml share/polkit-1/actions/org.kde.kameleonhelper.policy share/qlogging-categories6/kdeplasma-addons.categories share/qlogging-categories6/kdeplasma-addons.renamecategories diff --git a/x11-wm/plasma6-kdecoration/distinfo b/x11-wm/plasma6-kdecoration/distinfo index 2d791daa3f5d..babeef0b1941 100644 --- a/x11-wm/plasma6-kdecoration/distinfo +++ b/x11-wm/plasma6-kdecoration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499251 -SHA256 (KDE/plasma/6.4.5/kdecoration-6.4.5.tar.xz) = f9d3ec4256cf7125a3b0bc08c7737af715235d5c22b69ba29797bb06c5ef4a4c -SIZE (KDE/plasma/6.4.5/kdecoration-6.4.5.tar.xz) = 58076 +TIMESTAMP = 1761168017 +SHA256 (KDE/plasma/6.5.0/kdecoration-6.5.0.tar.xz) = f9ae194fe51fa646d2c8653efad5362a0ad9253e3c28b70e8e42a9c0328b9c1b +SIZE (KDE/plasma/6.5.0/kdecoration-6.5.0.tar.xz) = 58756 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..c3c716a13a62 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 = 1761168018 +SHA256 (KDE/plasma/6.5.0/kwin-x11-6.5.0.tar.xz) = a79d8f7b4610b48f1d8f51329422b2882ed4daadf38e5c9042d25b1594176513 +SIZE (KDE/plasma/6.5.0/kwin-x11-6.5.0.tar.xz) = 6854540 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 diff --git a/x11-wm/plasma6-kwin/Makefile b/x11-wm/plasma6-kwin/Makefile index d7cdd418dfc3..9afa43341aaa 100644 --- a/x11-wm/plasma6-kwin/Makefile +++ b/x11-wm/plasma6-kwin/Makefile @@ -1,6 +1,5 @@ PORTNAME= kwin DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 2 CATEGORIES= x11-wm kde kde-plasma COMMENT= Easy to use, but flexible, Wayland Compositor @@ -8,8 +7,7 @@ MAINTAINER= kde@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ hwdata>0:misc/hwdata \ - wayland-protocols>0:graphics/wayland-protocols \ - Xwayland:x11-servers/xwayland + wayland-protocols>0:graphics/wayland-protocols LIB_DEPENDS= libdisplay-info.so:sysutils/libdisplay-info \ libdrm.so:graphics/libdrm \ libepoxy.so:graphics/libepoxy \ @@ -21,7 +19,6 @@ LIB_DEPENDS= libdisplay-info.so:sysutils/libdisplay-info \ libqaccessibilityclient-qt6.so:accessibility/libqaccessibilityclient@qt6 \ libudev.so:devel/libudev-devd \ libwayland-client.so:graphics/wayland \ - 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 \ @@ -32,10 +29,10 @@ 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 \ - configwidgets coreaddons crash dbusaddons decoration \ - globalaccel globalacceld guiaddons i18n idletime kcmutils \ - kdeclarative kpipewire kscreenlocker libplasma newstuff \ +USE_KDE= auth colorscheme config \ + coreaddons crash dbusaddons decoration \ + globalaccel globalacceld guiaddons holidays i18n idletime kcmutils \ + kdeclarative knighttime kpipewire kscreenlocker libplasma newstuff \ notifications package runner service svg wayland widgetsaddons \ windowsystem xmlgui \ ecm:build plasma-wayland-protocols:build \ diff --git a/x11-wm/plasma6-kwin/distinfo b/x11-wm/plasma6-kwin/distinfo index 1cb84eb56f66..386cf3e2bb63 100644 --- a/x11-wm/plasma6-kwin/distinfo +++ b/x11-wm/plasma6-kwin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499252 -SHA256 (KDE/plasma/6.4.5/kwin-6.4.5.tar.xz) = decf1cb79127c285c7eda768e7ff4f97c72f314735c82685758f0b956ac151f7 -SIZE (KDE/plasma/6.4.5/kwin-6.4.5.tar.xz) = 8792000 +TIMESTAMP = 1761168017 +SHA256 (KDE/plasma/6.5.0/kwin-6.5.0.tar.xz) = e0eaa67980266fe27fe32d15c9f18f8206776919f81d4e1a889d34c5f65cf982 +SIZE (KDE/plasma/6.5.0/kwin-6.5.0.tar.xz) = 8787556 diff --git a/x11-wm/plasma6-kwin/files/patch-cmake_modules_Findhwdata.cmake b/x11-wm/plasma6-kwin/files/patch-cmake_modules_Findhwdata.cmake index 1e09fac7a31c..d191ae3a79c7 100644 --- a/x11-wm/plasma6-kwin/files/patch-cmake_modules_Findhwdata.cmake +++ b/x11-wm/plasma6-kwin/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/pkg-plist b/x11-wm/plasma6-kwin/pkg-plist index 85865349c944..872528c34bae 100644 --- a/x11-wm/plasma6-kwin/pkg-plist +++ b/x11-wm/plasma6-kwin/pkg-plist @@ -1,5 +1,6 @@ bin/kwin_wayland bin/kwin_wayland_wrapper +bin/kwindowprop include/kwin/activities.h include/kwin/appmenu.h include/kwin/atoms.h @@ -26,8 +27,6 @@ include/kwin/core/outputlayer.h include/kwin/core/pixelgrid.h include/kwin/core/renderbackend.h include/kwin/core/renderjournal.h -include/kwin/core/renderlayer.h -include/kwin/core/renderlayerdelegate.h include/kwin/core/renderloop.h include/kwin/core/renderloop_p.h include/kwin/core/rendertarget.h @@ -111,10 +110,9 @@ include/kwin/pluginmanager.h include/kwin/pointer_input.h include/kwin/rulebooksettings.h include/kwin/rules.h -include/kwin/scene/cursordelegate_opengl.h -include/kwin/scene/cursordelegate_qpainter.h +include/kwin/scene/borderoutline.h +include/kwin/scene/borderradius.h include/kwin/scene/cursoritem.h -include/kwin/scene/cursorscene.h include/kwin/scene/decorationitem.h include/kwin/scene/dndiconitem.h include/kwin/scene/imageitem.h @@ -123,6 +121,7 @@ include/kwin/scene/itemgeometry.h include/kwin/scene/itemrenderer.h include/kwin/scene/itemrenderer_opengl.h include/kwin/scene/itemrenderer_qpainter.h +include/kwin/scene/outlinedborderitem.h include/kwin/scene/rootitem.h include/kwin/scene/scene.h include/kwin/scene/shadowitem.h @@ -132,7 +131,7 @@ include/kwin/scene/surfaceitem_wayland.h include/kwin/scene/windowitem.h include/kwin/scene/workspacescene.h include/kwin/screenedge.h -include/kwin/screenlockerwatcher.h +include/kwin/screenedgegestures.h include/kwin/shadow.h include/kwin/sm.h include/kwin/tablet_input.h @@ -147,6 +146,7 @@ include/kwin/utils/drm_format_helper.h include/kwin/utils/edid.h include/kwin/utils/executable_path.h include/kwin/utils/filedescriptor.h +include/kwin/utils/gravity.h include/kwin/utils/kernel.h include/kwin/utils/memorymap.h include/kwin/utils/orientationsensor.h @@ -208,6 +208,7 @@ include/kwin/wayland/plasmawindowmanagement.h include/kwin/wayland/pointer.h include/kwin/wayland/pointerconstraints_v1.h include/kwin/wayland/pointergestures_v1.h +include/kwin/wayland/pointerwarp_v1.h include/kwin/wayland/presentationtime.h include/kwin/wayland/primaryselectiondevice_v1.h include/kwin/wayland/primaryselectiondevicemanager_v1.h @@ -222,6 +223,7 @@ include/kwin/wayland/qwayland-server-fifo-v1.h include/kwin/wayland/qwayland-server-frog-color-management-v1.h include/kwin/wayland/qwayland-server-kde-external-brightness-v1.h include/kwin/wayland/qwayland-server-linux-drm-syncobj-v1.h +include/kwin/wayland/qwayland-server-pointer-warp-v1.h include/kwin/wayland/qwayland-server-presentation-time.h include/kwin/wayland/qwayland-server-single-pixel-buffer-v1.h include/kwin/wayland/qwayland-server-xdg-toplevel-tag-v1.h @@ -253,6 +255,7 @@ include/kwin/wayland/wayland-fifo-v1-server-protocol.h include/kwin/wayland/wayland-frog-color-management-v1-server-protocol.h include/kwin/wayland/wayland-kde-external-brightness-v1-server-protocol.h include/kwin/wayland/wayland-linux-drm-syncobj-v1-server-protocol.h +include/kwin/wayland/wayland-pointer-warp-v1-server-protocol.h include/kwin/wayland/wayland-presentation-time-server-protocol.h include/kwin/wayland/wayland-single-pixel-buffer-v1-server-protocol.h include/kwin/wayland/wayland-xdg-toplevel-tag-v1-server-protocol.h @@ -289,6 +292,7 @@ lib/kconf_update_bin/kwin-6.0-delete-desktop-switching-shortcuts lib/kconf_update_bin/kwin-6.0-remove-breeze-tabbox-default lib/kconf_update_bin/kwin-6.0-reset-active-mouse-screen lib/kconf_update_bin/kwin-6.1-remove-gridview-expose-shortcuts +lib/kconf_update_bin/kwin-6.5-showpaint-changes lib/kconf_update_bin/kwin5_update_default_rules lib/libexec/kwin-applywindowdecoration lib/libexec/kwin-tabbox-preview @@ -308,20 +312,16 @@ lib/libkwin.so.%%KDE_PLASMA_VERSION%% %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_diminactive_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_glide_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_hidecursor_config.so -%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_invert_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_overview_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_tileseditor_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_trackmouse_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_windowview_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_wobblywindows_config.so -%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_zoom_config.so %%QT_PLUGINDIR%%/kwin/plugins/BounceKeysPlugin.so %%QT_PLUGINDIR%%/kwin/plugins/KeyNotificationPlugin.so %%QT_PLUGINDIR%%/kwin/plugins/MouseKeysPlugin.so @@ -332,6 +332,7 @@ lib/libkwin.so.%%KDE_PLASMA_VERSION%% %%QT_PLUGINDIR%%/kwin/plugins/krunnerintegration.so %%QT_PLUGINDIR%%/kwin/plugins/nightlight.so %%QT_PLUGINDIR%%/kwin/plugins/screencast.so +%%QT_PLUGINDIR%%/kwin/plugins/screenshot.so %%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_animations.so %%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kwin_effects.so %%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kwin_scripts.so @@ -733,7 +734,6 @@ share/krunner/dbusplugins/kwin-runner-windows.desktop %%DATADIR%%/builtin-effects/blur.json %%DATADIR%%/builtin-effects/colorblindnesscorrection.json %%DATADIR%%/builtin-effects/colorpicker.json -%%DATADIR%%/builtin-effects/contrast.json %%DATADIR%%/builtin-effects/diminactive.json %%DATADIR%%/builtin-effects/fallapart.json %%DATADIR%%/builtin-effects/glide.json @@ -748,7 +748,6 @@ share/krunner/dbusplugins/kwin-runner-windows.desktop %%DATADIR%%/builtin-effects/outputlocator.json %%DATADIR%%/builtin-effects/overview.json %%DATADIR%%/builtin-effects/screenedge.json -%%DATADIR%%/builtin-effects/screenshot.json %%DATADIR%%/builtin-effects/screentransform.json %%DATADIR%%/builtin-effects/shakecursor.json %%DATADIR%%/builtin-effects/sheet.json @@ -794,30 +793,20 @@ share/krunner/dbusplugins/kwin-runner-windows.desktop %%DATADIR%%/effects/logout/metadata.json %%DATADIR%%/effects/maximize/contents/code/main.js %%DATADIR%%/effects/maximize/metadata.json -%%DATADIR%%/effects/outputlocator/qml/OutputLabel.qml %%DATADIR%%/effects/scale/contents/code/main.js %%DATADIR%%/effects/scale/contents/config/main.xml %%DATADIR%%/effects/scale/contents/ui/config.ui %%DATADIR%%/effects/scale/metadata.json %%DATADIR%%/effects/sessionquit/contents/code/main.js %%DATADIR%%/effects/sessionquit/metadata.json -%%DATADIR%%/effects/showcompositing/qml/main.qml -%%DATADIR%%/effects/showfps/qml/main-fallback.qml -%%DATADIR%%/effects/showfps/qml/main.qml %%DATADIR%%/effects/squash/contents/code/main.js %%DATADIR%%/effects/squash/metadata.json -%%DATADIR%%/effects/tileseditor/qml/ResizeCorner.qml -%%DATADIR%%/effects/tileseditor/qml/ResizeHandle.qml -%%DATADIR%%/effects/tileseditor/qml/TileDelegate.qml -%%DATADIR%%/effects/tileseditor/qml/layouts.svg -%%DATADIR%%/effects/tileseditor/qml/main.qml %%DATADIR%%/effects/translucency/contents/code/main.js %%DATADIR%%/effects/translucency/contents/config/main.xml %%DATADIR%%/effects/translucency/contents/ui/config.ui %%DATADIR%%/effects/translucency/metadata.json %%DATADIR%%/effects/windowaperture/contents/code/main.js %%DATADIR%%/effects/windowaperture/metadata.json -%%DATADIR%%/effects/windowview/qml/main.qml %%DATADIR%%/frames/plasma/frame_none.qml %%DATADIR%%/frames/plasma/frame_styled.qml %%DATADIR%%/frames/plasma/frame_unstyled.qml @@ -1302,6 +1291,7 @@ share/locale/ku/LC_MESSAGES/kcm_kwindecoration.mo share/locale/ku/LC_MESSAGES/kcm_kwinrules.mo share/locale/ku/LC_MESSAGES/kcmkwm.mo share/locale/ku/LC_MESSAGES/kwin.mo +share/locale/lt/LC_MESSAGES/kcm_animations.mo share/locale/lt/LC_MESSAGES/kcm_kwin_effects.mo share/locale/lt/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/lt/LC_MESSAGES/kcm_kwin_virtualdesktops.mo diff --git a/x11/plasma6-kactivitymanagerd/distinfo b/x11/plasma6-kactivitymanagerd/distinfo index bdd8cafcea81..aed2ea31bc48 100644 --- a/x11/plasma6-kactivitymanagerd/distinfo +++ b/x11/plasma6-kactivitymanagerd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499253 -SHA256 (KDE/plasma/6.4.5/kactivitymanagerd-6.4.5.tar.xz) = de52518b901beeb58a6327316fcda345b3552305556c85a1c4b1133f9ab7a424 -SIZE (KDE/plasma/6.4.5/kactivitymanagerd-6.4.5.tar.xz) = 102580 +TIMESTAMP = 1761168018 +SHA256 (KDE/plasma/6.5.0/kactivitymanagerd-6.5.0.tar.xz) = a30b230cbde8ed21b0b494235515ebbfeec916f7fe4f15bbb927546846783e98 +SIZE (KDE/plasma/6.5.0/kactivitymanagerd-6.5.0.tar.xz) = 99088 diff --git a/x11/plasma6-kgamma/distinfo b/x11/plasma6-kgamma/distinfo index 1b48d7271637..5961e8811057 100644 --- a/x11/plasma6-kgamma/distinfo +++ b/x11/plasma6-kgamma/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499253 -SHA256 (KDE/plasma/6.4.5/kgamma-6.4.5.tar.xz) = 996ebd60bf508248edc293d9ec9da4c9b838b3fb1bccd82a4db3059ef27abb16 -SIZE (KDE/plasma/6.4.5/kgamma-6.4.5.tar.xz) = 87720 +TIMESTAMP = 1761168018 +SHA256 (KDE/plasma/6.5.0/kgamma-6.5.0.tar.xz) = c280352e7eb5d4eb7de5edee36dbfa235a65a5bb5eb4d93daf16e50f54da0bf3 +SIZE (KDE/plasma/6.5.0/kgamma-6.5.0.tar.xz) = 87452 diff --git a/x11/plasma6-kglobalacceld/distinfo b/x11/plasma6-kglobalacceld/distinfo index 342b1ecaae56..a2961e263953 100644 --- a/x11/plasma6-kglobalacceld/distinfo +++ b/x11/plasma6-kglobalacceld/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499254 -SHA256 (KDE/plasma/6.4.5/kglobalacceld-6.4.5.tar.xz) = a712d1f7a86960292feb6979fe2c92f2e7d5cfbcd107f4efe3979e1a4c32cd73 -SIZE (KDE/plasma/6.4.5/kglobalacceld-6.4.5.tar.xz) = 56756 +TIMESTAMP = 1761168018 +SHA256 (KDE/plasma/6.5.0/kglobalacceld-6.5.0.tar.xz) = 5dcb2d42781529208ecbf4d2eb231f9aec29efd12c2d24ec9f8a6904ac6f75d5 +SIZE (KDE/plasma/6.5.0/kglobalacceld-6.5.0.tar.xz) = 56312 diff --git a/x11/plasma6-kglobalacceld/pkg-plist b/x11/plasma6-kglobalacceld/pkg-plist index 1b01684dfa4f..f86a13ca01a9 100644 --- a/x11/plasma6-kglobalacceld/pkg-plist +++ b/x11/plasma6-kglobalacceld/pkg-plist @@ -2,6 +2,7 @@ etc/xdg/autostart/kglobalacceld.desktop include/KGlobalAccelD/kglobalaccel_interface.h include/KGlobalAccelD/kglobalacceld.h include/KGlobalAccelD/kglobalacceld_export.h +include/KGlobalAccelD/shortcutkeystate.h lib/cmake/KGlobalAccelD/KGlobalAccelDConfig.cmake lib/cmake/KGlobalAccelD/KGlobalAccelDConfigVersion.cmake lib/cmake/KGlobalAccelD/KGlobalAccelDTargets-%%CMAKE_BUILD_TYPE%%.cmake @@ -9,5 +10,6 @@ lib/cmake/KGlobalAccelD/KGlobalAccelDTargets.cmake lib/libKGlobalAccelD.so.0 lib/libKGlobalAccelD.so.%%KDE_PLASMA_VERSION%% lib/libexec/kglobalacceld +share/qlogging-categories6/kglobalacceld.categories %%QT_PLUGINDIR%%/org.kde.kglobalacceld.platforms/KGlobalAccelDXcb.so @comment lib/systemd/user/plasma-kglobalaccel.service diff --git a/x11/plasma6-kscreen/Makefile b/x11/plasma6-kscreen/Makefile index 59ff40f2e70c..9995c915ed28 100644 --- a/x11/plasma6-kscreen/Makefile +++ b/x11/plasma6-kscreen/Makefile @@ -11,7 +11,8 @@ LIB_DEPENDS= libxcb-util.so:x11/xcb-util \ USES= cmake gettext kde:6 pkgconfig qt:6 tar:xz gl xorg USE_KDE= colorscheme config configwidgets coreaddons dbusaddons \ - globalaccel i18n iconthemes kcmutils layer-shell-qt libkscreen \ + globalaccel i18n iconthemes kcmutils kimageformats \ + layer-shell-qt libkscreen \ libplasma svg widgetsaddons windowsystem xmlgui \ ecm:build USE_GL= gl opengl diff --git a/x11/plasma6-kscreen/distinfo b/x11/plasma6-kscreen/distinfo index a9b18ac71ac2..54667f453b87 100644 --- a/x11/plasma6-kscreen/distinfo +++ b/x11/plasma6-kscreen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499254 -SHA256 (KDE/plasma/6.4.5/kscreen-6.4.5.tar.xz) = b92bde8238b1e7f3d6521cc4b1ba8bba60047a64fff129b2011dff5ff3431037 -SIZE (KDE/plasma/6.4.5/kscreen-6.4.5.tar.xz) = 31777464 +TIMESTAMP = 1761168019 +SHA256 (KDE/plasma/6.5.0/kscreen-6.5.0.tar.xz) = 91eb32f0f7011655aa3972b6c235d068e23afc6ba08af04a31eac992de731d9e +SIZE (KDE/plasma/6.5.0/kscreen-6.5.0.tar.xz) = 1728736 diff --git a/x11/plasma6-kscreen/pkg-plist b/x11/plasma6-kscreen/pkg-plist index 0bfa234b8c7d..be88d6eae090 100644 --- a/x11/plasma6-kscreen/pkg-plist +++ b/x11/plasma6-kscreen/pkg-plist @@ -1,7 +1,6 @@ bin/hdrcalibrator bin/kscreen-console lib/libexec/kscreen_osd_service -%%DATADIR%%/graz.png %%QT_PLUGINDIR%%/kf6/kded/kscreen.so %%QT_PLUGINDIR%%/plasma/applets/org.kde.kscreen.so %%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kscreen.so @@ -113,9 +112,11 @@ share/locale/ko/LC_MESSAGES/hdrcalibrator.mo share/locale/ko/LC_MESSAGES/kcm_kscreen.mo share/locale/ko/LC_MESSAGES/kscreen_common.mo share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/lt/LC_MESSAGES/hdrcalibrator.mo share/locale/lt/LC_MESSAGES/kcm_kscreen.mo share/locale/lt/LC_MESSAGES/kscreen_common.mo share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/lv/LC_MESSAGES/hdrcalibrator.mo share/locale/lv/LC_MESSAGES/kcm_kscreen.mo share/locale/lv/LC_MESSAGES/kscreen_common.mo share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo diff --git a/x11/plasma6-kwayland/distinfo b/x11/plasma6-kwayland/distinfo index 4bc683360cc0..b681ac390376 100644 --- a/x11/plasma6-kwayland/distinfo +++ b/x11/plasma6-kwayland/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499254 -SHA256 (KDE/plasma/6.4.5/kwayland-6.4.5.tar.xz) = 0b875d9e7cc5bac4d97d3443ff4311533e0d8dad401af1244d4758a5fa5428f3 -SIZE (KDE/plasma/6.4.5/kwayland-6.4.5.tar.xz) = 133936 +TIMESTAMP = 1761168019 +SHA256 (KDE/plasma/6.5.0/kwayland-6.5.0.tar.xz) = 60b7ec95636d9ec4d16d80bc21611c2c3d525514ad0a23f033a206a53c4b27c1 +SIZE (KDE/plasma/6.5.0/kwayland-6.5.0.tar.xz) = 132944 diff --git a/x11/plasma6-layer-shell-qt/distinfo b/x11/plasma6-layer-shell-qt/distinfo index 431effbb8090..ec75822b3666 100644 --- a/x11/plasma6-layer-shell-qt/distinfo +++ b/x11/plasma6-layer-shell-qt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499255 -SHA256 (KDE/plasma/6.4.5/layer-shell-qt-6.4.5.tar.xz) = ef6baae22114f038af89029f3f0075ee29c3b91fd49100828c4c3a32e1496e95 -SIZE (KDE/plasma/6.4.5/layer-shell-qt-6.4.5.tar.xz) = 36132 +TIMESTAMP = 1761168019 +SHA256 (KDE/plasma/6.5.0/layer-shell-qt-6.5.0.tar.xz) = 720f193f119a47ee389a4b52b36ddcafeca4e9257f3b7dcb56ae06239db1a2f7 +SIZE (KDE/plasma/6.5.0/layer-shell-qt-6.5.0.tar.xz) = 36180 diff --git a/x11/plasma6-libkscreen/distinfo b/x11/plasma6-libkscreen/distinfo index eabf28fb5a98..a69b8aa76c13 100644 --- a/x11/plasma6-libkscreen/distinfo +++ b/x11/plasma6-libkscreen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499258 -SHA256 (KDE/plasma/6.4.5/libkscreen-6.4.5.tar.xz) = 68d26e27656b450f15a78f44784c50a22034e57c14f96a402019d52bc5b3e2b4 -SIZE (KDE/plasma/6.4.5/libkscreen-6.4.5.tar.xz) = 123112 +TIMESTAMP = 1761168021 +SHA256 (KDE/plasma/6.5.0/libkscreen-6.5.0.tar.xz) = 9c42577faa9bbaa481978284709afddc310f52acc97b6613ba3c6cee9161cc2c +SIZE (KDE/plasma/6.5.0/libkscreen-6.5.0.tar.xz) = 120852 diff --git a/x11/plasma6-libkscreen/pkg-plist b/x11/plasma6-libkscreen/pkg-plist index 81472b2a80c1..1be2691bf791 100644 --- a/x11/plasma6-libkscreen/pkg-plist +++ b/x11/plasma6-libkscreen/pkg-plist @@ -40,7 +40,6 @@ lib/libKF6ScreenDpms.so.8 lib/libexec/kf6/kscreen_backend_launcher %%QT_PLUGINDIR%%/kf6/kscreen/KSC_Fake.so %%QT_PLUGINDIR%%/kf6/kscreen/KSC_KWayland.so -%%QT_PLUGINDIR%%/kf6/kscreen/KSC_QScreen.so %%QT_PLUGINDIR%%/kf6/kscreen/KSC_XRandR.so @comment lib/systemd/user/plasma-kscreen.service libdata/pkgconfig/KF6Screen.pc diff --git a/x11/plasma6-libplasma/Makefile b/x11/plasma6-libplasma/Makefile index 02529bff69be..ab0f024ff9de 100644 --- a/x11/plasma6-libplasma/Makefile +++ b/x11/plasma6-libplasma/Makefile @@ -14,7 +14,7 @@ USE_XORG= ice sm x11 xcb xext USE_GL= egl gl opengl USE_KDE= activities archive colorscheme completion config configwidgets \ coreaddons globalaccel guiaddons i18n iconthemes jobwidgets \ - kcmutils kio kirigami2 notifications package \ + kio kirigami2 notifications package \ plasma-wayland-protocols service solid svg widgetsaddons \ windowsystem \ ecm:build diff --git a/x11/plasma6-libplasma/distinfo b/x11/plasma6-libplasma/distinfo index 499d1fd096e1..192a8cff77c7 100644 --- a/x11/plasma6-libplasma/distinfo +++ b/x11/plasma6-libplasma/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499258 -SHA256 (KDE/plasma/6.4.5/libplasma-6.4.5.tar.xz) = 945b6c54cfec56080f6b55864e82a7702096d682becf1fd4979d77a4009c4124 -SIZE (KDE/plasma/6.4.5/libplasma-6.4.5.tar.xz) = 1968740 +TIMESTAMP = 1761168022 +SHA256 (KDE/plasma/6.5.0/libplasma-6.5.0.tar.xz) = bc9f814944731297e17d93d08f1390506c5d9ad55f5a847e0ae50796837b6ce8 +SIZE (KDE/plasma/6.5.0/libplasma-6.5.0.tar.xz) = 1971160 diff --git a/x11/plasma6-libplasma/pkg-plist b/x11/plasma6-libplasma/pkg-plist index e7ec62c9aeea..3fff17607e46 100644 --- a/x11/plasma6-libplasma/pkg-plist +++ b/x11/plasma6-libplasma/pkg-plist @@ -125,6 +125,10 @@ lib/libPlasmaQuick.so.%%KDE_PLASMA_VERSION%% %%QT_QMLDIR%%/org/kde/plasma/components/private/RoundShadow.qml %%QT_QMLDIR%%/org/kde/plasma/components/private/TextFieldFocus.qml %%QT_QMLDIR%%/org/kde/plasma/components/qmldir +%%QT_QMLDIR%%/org/kde/plasma/configuration/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/plasma/configuration/libplasmaconfigplugin.so +%%QT_QMLDIR%%/org/kde/plasma/configuration/plasmaconfigplugin.qmltypes +%%QT_QMLDIR%%/org/kde/plasma/configuration/qmldir %%QT_QMLDIR%%/org/kde/plasma/core/DefaultToolTip.qml %%QT_QMLDIR%%/org/kde/plasma/core/DialogBackground.qml %%QT_QMLDIR%%/org/kde/plasma/core/corebindingsplugin.qmltypes @@ -156,10 +160,13 @@ lib/libPlasmaQuick.so.%%KDE_PLASMA_VERSION%% %%QT_QMLDIR%%/org/kde/plasma/extras/plasmaextracomponentsplugin.qmltypes %%QT_QMLDIR%%/org/kde/plasma/extras/private/BackgroundMetrics.qml %%QT_QMLDIR%%/org/kde/plasma/extras/qmldir +%%QT_QMLDIR%%/org/kde/plasma/plasmoid/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/plasma/plasmoid/libplasmoidplugin.so +%%QT_QMLDIR%%/org/kde/plasma/plasmoid/plasmoidplugin.qmltypes +%%QT_QMLDIR%%/org/kde/plasma/plasmoid/qmldir share/kdevappwizard/templates/cpp-plasmoid6.tar.bz2 share/kdevappwizard/templates/plasma6-wallpaper-with-qml-extension.tar.bz2 share/kdevappwizard/templates/plasma6-wallpaper.tar.bz2 -share/kdevappwizard/templates/qml-plasmoid6-with-qml-extension.tar.bz2 share/kdevappwizard/templates/qml-plasmoid6.tar.bz2 share/locale/ar/LC_MESSAGES/libplasma6.mo share/locale/ast/LC_MESSAGES/libplasma6.mo diff --git a/x11/plasma6-plasma-activities-stats/distinfo b/x11/plasma6-plasma-activities-stats/distinfo index aea6169c8fd4..4115eea4a790 100644 --- a/x11/plasma6-plasma-activities-stats/distinfo +++ b/x11/plasma6-plasma-activities-stats/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499264 -SHA256 (KDE/plasma/6.4.5/plasma-activities-stats-6.4.5.tar.xz) = 35c64f724c0550f99677f6134849decf76be47971210ca9418582ea38b480c30 -SIZE (KDE/plasma/6.4.5/plasma-activities-stats-6.4.5.tar.xz) = 83280 +TIMESTAMP = 1761168026 +SHA256 (KDE/plasma/6.5.0/plasma-activities-stats-6.5.0.tar.xz) = 61d72318ac1d4cded6152f097ee8f44b3b3261791a6842dcad8668e7d063f515 +SIZE (KDE/plasma/6.5.0/plasma-activities-stats-6.5.0.tar.xz) = 83112 diff --git a/x11/plasma6-plasma-activities/distinfo b/x11/plasma6-plasma-activities/distinfo index 33c072e581d9..30c9522de128 100644 --- a/x11/plasma6-plasma-activities/distinfo +++ b/x11/plasma6-plasma-activities/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499261 -SHA256 (KDE/plasma/6.4.5/plasma-activities-6.4.5.tar.xz) = 30ad23846e97bf3c2ed6d3af25de0ae1d981ea871608492fcc16155efd0c8169 -SIZE (KDE/plasma/6.4.5/plasma-activities-6.4.5.tar.xz) = 66860 +TIMESTAMP = 1761168024 +SHA256 (KDE/plasma/6.5.0/plasma-activities-6.5.0.tar.xz) = 0db872bc56aa84d22fe65b19c5b364cc14f44a40401eaaafbf8da27a04b8883f +SIZE (KDE/plasma/6.5.0/plasma-activities-6.5.0.tar.xz) = 62624 diff --git a/x11/plasma6-plasma-activities/pkg-plist b/x11/plasma6-plasma-activities/pkg-plist index 1c4db07475f6..b6c2b7c973db 100644 --- a/x11/plasma6-plasma-activities/pkg-plist +++ b/x11/plasma6-plasma-activities/pkg-plist @@ -19,7 +19,7 @@ lib/cmake/PlasmaActivities/PlasmaActivitiesLibraryTargets-%%CMAKE_BUILD_TYPE%%.c lib/cmake/PlasmaActivities/PlasmaActivitiesLibraryTargets.cmake lib/libPlasmaActivities.so lib/libPlasmaActivities.so.%%KDE_PLASMA_VERSION%% -lib/libPlasmaActivities.so.6 +lib/libPlasmaActivities.so.7 %%QT_QMLDIR%%/org/kde/activities/kde-qmlmodule.version %%QT_QMLDIR%%/org/kde/activities/libplasmaactivitiesextensionplugin.so %%QT_QMLDIR%%/org/kde/activities/plasmaactivitiesextensionplugin.qmltypes diff --git a/x11/plasma6-plasma-desktop/distinfo b/x11/plasma6-plasma-desktop/distinfo index 1891dec48964..55e84f335acc 100644 --- a/x11/plasma6-plasma-desktop/distinfo +++ b/x11/plasma6-plasma-desktop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499265 -SHA256 (KDE/plasma/6.4.5/plasma-desktop-6.4.5.tar.xz) = 7552e4c7c7ccbf5b7756726bb9aaabd344630977aaf13f5f305b4477caa17bb7 -SIZE (KDE/plasma/6.4.5/plasma-desktop-6.4.5.tar.xz) = 16758604 +TIMESTAMP = 1761168027 +SHA256 (KDE/plasma/6.5.0/plasma-desktop-6.5.0.tar.xz) = c27dc2c12795483a77a21bcc70029b9834474ed423dcdb93dc0e8857d4dede42 +SIZE (KDE/plasma/6.5.0/plasma-desktop-6.5.0.tar.xz) = 16751032 diff --git a/x11/plasma6-plasma-desktop/pkg-plist b/x11/plasma6-plasma-desktop/pkg-plist index c15b5d375b28..fd8eb73853e6 100644 --- a/x11/plasma6-plasma-desktop/pkg-plist +++ b/x11/plasma6-plasma-desktop/pkg-plist @@ -11,12 +11,20 @@ lib/libexec/kf6/kauth/kcmdatetimehelper %%IBUS%%lib/libexec/kimpanel-ibus-panel %%IBUS%%lib/libexec/kimpanel-ibus-panel-launcher %%SCIM%%lib/libexec/kimpanel-scim-panel +lib/libkglobalaccelmodel.so.6 +lib/libkglobalaccelmodel.so.%%KDE_PLASMA_VERSION%% %%QT_PLUGINDIR%%/attica_kde.so %%QT_PLUGINDIR%%/kf6/kded/device_automounter.so %%QT_PLUGINDIR%%/kf6/kded/kded_touchpad.so %%QT_PLUGINDIR%%/kf6/kded/keyboard.so +%%QT_PLUGINDIR%%/kf6/krunner/krunner_keys.so %%QT_PLUGINDIR%%/kf6/krunner/krunner_kwin.so %%QT_PLUGINDIR%%/kf6/krunner/krunner_plasma-desktop.so +%%QT_PLUGINDIR%%/plasma/applets/org.kde.panel.so +%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.kicker.so +%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.kickoff.so +%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.trash.so +%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.windowlist.so %%QT_PLUGINDIR%%/plasma/kcminit/kcm_mouse_init.so %%QT_PLUGINDIR%%/plasma/kcminit/kcm_touchpad_init.so %%QT_PLUGINDIR%%/plasma/kcms/desktop/kcm_krunnersettings.so @@ -71,10 +79,6 @@ lib/libexec/kf6/kauth/kcmdatetimehelper %%QT_QMLDIR%%/org/kde/plasma/private/taskmanager/libtaskmanagerplugin.so %%QT_QMLDIR%%/org/kde/plasma/private/taskmanager/qmldir %%QT_QMLDIR%%/org/kde/plasma/private/taskmanager/taskmanagerplugin.qmltypes -%%QT_QMLDIR%%/org/kde/plasma/private/trash/kde-qmlmodule.version -%%QT_QMLDIR%%/org/kde/plasma/private/trash/libtrashplugin.so -%%QT_QMLDIR%%/org/kde/plasma/private/trash/qmldir -%%QT_QMLDIR%%/org/kde/plasma/private/trash/trashplugin.qmltypes %%QT_QMLDIR%%/org/kde/private/desktopcontainment/folder/folderplugin.qmltypes %%QT_QMLDIR%%/org/kde/private/desktopcontainment/folder/kde-qmlmodule.version %%QT_QMLDIR%%/org/kde/private/desktopcontainment/folder/libfolderplugin.so @@ -113,10 +117,12 @@ share/config.kcfg/kactivitymanagerd_plugins_settings.kcfg share/config.kcfg/kactivitymanagerd_settings.kcfg share/config.kcfg/kcmaccessibilitybell.kcfg share/config.kcfg/kcmaccessibilitycolorblindnesscorrection.kcfg +share/config.kcfg/kcmaccessibilityinvert.kcfg share/config.kcfg/kcmaccessibilitykeyboard.kcfg share/config.kcfg/kcmaccessibilitymouse.kcfg share/config.kcfg/kcmaccessibilityscreenreader.kcfg share/config.kcfg/kcmaccessibilityshakecursor.kcfg +share/config.kcfg/kcmaccessibilityzoommagnifier.kcfg share/config.kcfg/krunnersettingsbase.kcfg share/config.kcfg/landingpage_kdeglobalssettings.kcfg share/config.kcfg/splashscreensettings.kcfg @@ -885,6 +891,7 @@ share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/ar/LC_MESSAGES/plasma_runner_keys.mo share/locale/ar/LC_MESSAGES/plasma_runner_kwin.mo share/locale/ar/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/ar/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -1066,6 +1073,7 @@ share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/bg/LC_MESSAGES/plasma_runner_keys.mo share/locale/bg/LC_MESSAGES/plasma_runner_kwin.mo share/locale/bg/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/bg/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -1169,6 +1177,7 @@ share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/ca/LC_MESSAGES/plasma_runner_keys.mo share/locale/ca/LC_MESSAGES/plasma_runner_kwin.mo share/locale/ca/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/ca/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -1213,6 +1222,7 @@ share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_keys.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_kwin.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/ca@valencia/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -1257,6 +1267,7 @@ share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/cs/LC_MESSAGES/plasma_runner_keys.mo share/locale/cs/LC_MESSAGES/plasma_runner_kwin.mo share/locale/cs/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/cs/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -1365,6 +1376,7 @@ share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/de/LC_MESSAGES/plasma_runner_keys.mo share/locale/de/LC_MESSAGES/plasma_runner_kwin.mo share/locale/de/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/de/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -1541,6 +1553,7 @@ share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/es/LC_MESSAGES/plasma_runner_keys.mo share/locale/es/LC_MESSAGES/plasma_runner_kwin.mo share/locale/es/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/es/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -1624,6 +1637,7 @@ share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/eu/LC_MESSAGES/plasma_runner_keys.mo share/locale/eu/LC_MESSAGES/plasma_runner_kwin.mo share/locale/eu/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/eu/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -1683,6 +1697,7 @@ share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/fi/LC_MESSAGES/plasma_runner_keys.mo share/locale/fi/LC_MESSAGES/plasma_runner_kwin.mo share/locale/fi/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/fi/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -1727,6 +1742,7 @@ share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/fr/LC_MESSAGES/plasma_runner_keys.mo share/locale/fr/LC_MESSAGES/plasma_runner_kwin.mo share/locale/fr/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/fr/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -1867,6 +1883,7 @@ share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/he/LC_MESSAGES/plasma_runner_keys.mo share/locale/he/LC_MESSAGES/plasma_runner_kwin.mo share/locale/he/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/he/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -2184,6 +2201,7 @@ share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/it/LC_MESSAGES/plasma_runner_keys.mo share/locale/it/LC_MESSAGES/plasma_runner_kwin.mo share/locale/it/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/it/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -2271,6 +2289,7 @@ share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/ka/LC_MESSAGES/plasma_runner_keys.mo share/locale/ka/LC_MESSAGES/plasma_runner_kwin.mo share/locale/ka/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/ka/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -2373,6 +2392,7 @@ share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/ko/LC_MESSAGES/plasma_runner_keys.mo share/locale/ko/LC_MESSAGES/plasma_runner_kwin.mo share/locale/ko/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/ko/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -2418,6 +2438,7 @@ share/locale/lt/LC_MESSAGES/kcmmouse.mo share/locale/lt/LC_MESSAGES/kcmqtquicksettings.mo share/locale/lt/LC_MESSAGES/knetattach.mo share/locale/lt/LC_MESSAGES/org.kde.plasma.emojier.mo +share/locale/lt/LC_MESSAGES/plasma-desktop-sddm-theme.mo share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.panel.mo share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo @@ -2430,6 +2451,7 @@ share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/lt/LC_MESSAGES/plasma_runner_keys.mo share/locale/lt/LC_MESSAGES/plasma_runner_kwin.mo share/locale/lt/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/lt/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -2707,6 +2729,7 @@ share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/nl/LC_MESSAGES/plasma_runner_keys.mo share/locale/nl/LC_MESSAGES/plasma_runner_kwin.mo share/locale/nl/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/nl/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -2862,6 +2885,7 @@ share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/pl/LC_MESSAGES/plasma_runner_keys.mo share/locale/pl/LC_MESSAGES/plasma_runner_kwin.mo share/locale/pl/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/pl/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -2948,6 +2972,7 @@ share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_keys.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_kwin.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/pt_BR/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -2979,6 +3004,7 @@ share/locale/ro/LC_MESSAGES/kcmmouse.mo share/locale/ro/LC_MESSAGES/kcmqtquicksettings.mo share/locale/ro/LC_MESSAGES/knetattach.mo share/locale/ro/LC_MESSAGES/org.kde.plasma.emojier.mo +share/locale/ro/LC_MESSAGES/plasma-desktop-sddm-theme.mo share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.panel.mo share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo @@ -2991,6 +3017,7 @@ share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/ro/LC_MESSAGES/plasma_runner_keys.mo share/locale/ro/LC_MESSAGES/plasma_runner_kwin.mo share/locale/ro/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/ro/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -3194,6 +3221,7 @@ share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/sl/LC_MESSAGES/plasma_runner_keys.mo share/locale/sl/LC_MESSAGES/plasma_runner_kwin.mo share/locale/sl/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/sl/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -3386,6 +3414,7 @@ share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/sv/LC_MESSAGES/plasma_runner_keys.mo share/locale/sv/LC_MESSAGES/plasma_runner_kwin.mo share/locale/sv/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/sv/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -3533,6 +3562,7 @@ share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/tr/LC_MESSAGES/plasma_runner_keys.mo share/locale/tr/LC_MESSAGES/plasma_runner_kwin.mo share/locale/tr/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/tr/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -3599,6 +3629,7 @@ share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/uk/LC_MESSAGES/plasma_runner_keys.mo share/locale/uk/LC_MESSAGES/plasma_runner_kwin.mo share/locale/uk/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/uk/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -3732,6 +3763,7 @@ share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_keys.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_kwin.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/zh_CN/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -3776,6 +3808,7 @@ share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_keys.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_kwin.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/zh_TW/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo @@ -3966,11 +3999,6 @@ share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/RenameEditor.qml share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/code/FolderTools.js share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml share/plasma/plasmoids/org.kde.desktopcontainment/metadata.json -share/plasma/plasmoids/org.kde.panel/contents/config/main.xml -share/plasma/plasmoids/org.kde.panel/contents/ui/ConfigOverlay.qml -share/plasma/plasmoids/org.kde.panel/contents/ui/LayoutManager.js -share/plasma/plasmoids/org.kde.panel/contents/ui/main.qml -share/plasma/plasmoids/org.kde.panel/metadata.json share/plasma/plasmoids/org.kde.plasma.activitypager/metadata.json share/plasma/plasmoids/org.kde.plasma.folder/metadata.json share/plasma/plasmoids/org.kde.plasma.icontasks/metadata.json @@ -3979,57 +4007,6 @@ share/plasma/plasmoids/org.kde.plasma.keyboardlayout/contents/config/main.xml share/plasma/plasmoids/org.kde.plasma.keyboardlayout/contents/ui/configGeneral.qml share/plasma/plasmoids/org.kde.plasma.keyboardlayout/contents/ui/main.qml share/plasma/plasmoids/org.kde.plasma.keyboardlayout/metadata.json -share/plasma/plasmoids/org.kde.plasma.kicker/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ActionMenu.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/CompactRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ConfigGeneral.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemGridDelegate.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemGridView.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemListDelegate.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemListDialog.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemListView.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemMultiGridView.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/MenuRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/RunnerResultsList.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/SideBarItem.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/SideBarSection.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/code/tools.js -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.kicker/metadata.json -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/AbstractKickoffItemDelegate.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/ActionMenu.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/ApplicationsPage.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Badge.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/BasePage.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/ConfigGeneral.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/DropAreaGridView.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/DropAreaListView.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/EmptyPage.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Footer.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/FullRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Header.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/HorizontalStackView.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/KickoffDropArea.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/KickoffGridDelegate.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/KickoffGridView.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/KickoffListDelegate.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/KickoffListView.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/KickoffSingleton.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/LeaveButtons.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/ListOfGridsView.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/ListOfGridsViewDelegate.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/NormalPage.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/PlacesPage.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/SectionView.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/VerticalStackView.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/code/tools.js -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/qmldir -share/plasma/plasmoids/org.kde.plasma.kickoff/metadata.json share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/config/config.qml share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/config/main.xml share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/ActionMenu.qml @@ -4085,14 +4062,6 @@ share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/code/layoutmetrics share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/code/tools.js share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/main.qml share/plasma/plasmoids/org.kde.plasma.taskmanager/metadata.json -share/plasma/plasmoids/org.kde.plasma.trash/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.trash/metadata.json -share/plasma/plasmoids/org.kde.plasma.windowlist/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.windowlist/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.windowlist/contents/ui/ConfigGeneral.qml -share/plasma/plasmoids/org.kde.plasma.windowlist/contents/ui/MenuButton.qml -share/plasma/plasmoids/org.kde.plasma.windowlist/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.windowlist/metadata.json share/plasma/shells/org.kde.plasma.desktop/contents/InteractiveConsole.qml share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/ActivityItem.qml share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/ActivityList.qml @@ -4122,7 +4091,6 @@ share/plasma/shells/org.kde.plasma.desktop/contents/configuration/shellcontainme share/plasma/shells/org.kde.plasma.desktop/contents/defaults share/plasma/shells/org.kde.plasma.desktop/contents/explorer/AppletAlternatives.qml share/plasma/shells/org.kde.plasma.desktop/contents/explorer/AppletDelegate.qml -share/plasma/shells/org.kde.plasma.desktop/contents/explorer/Tooltip.qml share/plasma/shells/org.kde.plasma.desktop/contents/explorer/WidgetExplorer.qml share/plasma/shells/org.kde.plasma.desktop/contents/lockscreen/LockOsd.qml share/plasma/shells/org.kde.plasma.desktop/contents/lockscreen/LockScreen.qml diff --git a/x11/plasma6-plasma-integration/distinfo b/x11/plasma6-plasma-integration/distinfo index 491e90b62392..849146d01b7b 100644 --- a/x11/plasma6-plasma-integration/distinfo +++ b/x11/plasma6-plasma-integration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499265 -SHA256 (KDE/plasma/6.4.5/plasma-integration-6.4.5.tar.xz) = c3e271de1fa26c8833440b69ccac5e8c094a85e4742bf26f97bcb7caa8c17b2c -SIZE (KDE/plasma/6.4.5/plasma-integration-6.4.5.tar.xz) = 98360 +TIMESTAMP = 1761168027 +SHA256 (KDE/plasma/6.5.0/plasma-integration-6.5.0.tar.xz) = 02a7e0bce56baa93c6f7136b9630b9ba5109d7d29c6f6c110cc71610bdd20e0e +SIZE (KDE/plasma/6.5.0/plasma-integration-6.5.0.tar.xz) = 98192 diff --git a/x11/plasma6-plasma-workspace/Makefile b/x11/plasma6-plasma-workspace/Makefile index b1caa84b7c1a..21857fd2b931 100644 --- a/x11/plasma6-plasma-workspace/Makefile +++ b/x11/plasma6-plasma-workspace/Makefile @@ -1,9 +1,6 @@ PORTNAME= plasma-workspace DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma -PATCH_SITES= https://invent.kde.org/plasma/plasma-workspace/-/commit/ -PATCHFILES= 30273fb2afcc6e304951c8895bb17d38255fed39.patch:-p1 COMMENT= KDE Plasma Workspace MAINTAINER= kde@FreeBSD.org @@ -42,7 +39,7 @@ USE_KDE= activities activities-stats archive attica auth baloo \ newstuff notifications notifyconfig package parts phonon \ plasma5support prison runner service solid sonnet \ statusnotifieritem svg syntaxhighlighting texteditor \ - textwidgets unitconversion userfeedback wallet wayland \ + textwidgets userfeedback wallet wayland \ widgetsaddons windowsystem xmlgui \ ecm:build plasma-wayland-protocols:build \ kwin-x11:run diff --git a/x11/plasma6-plasma-workspace/distinfo b/x11/plasma6-plasma-workspace/distinfo index 3bd349bc5b13..7d14a270877c 100644 --- a/x11/plasma6-plasma-workspace/distinfo +++ b/x11/plasma6-plasma-workspace/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1758787727 -SHA256 (KDE/plasma/6.4.5/plasma-workspace-6.4.5.tar.xz) = 19999ebf3574f539145ba7074019b88d51f2ca952d121394daf6af2e632910fb -SIZE (KDE/plasma/6.4.5/plasma-workspace-6.4.5.tar.xz) = 20834364 -SHA256 (KDE/plasma/6.4.5/30273fb2afcc6e304951c8895bb17d38255fed39.patch) = 7d7e2b2fba62c60e6f3ce32f6b2b21524733235f41bf78ea82484183fc2856a4 -SIZE (KDE/plasma/6.4.5/30273fb2afcc6e304951c8895bb17d38255fed39.patch) = 2282 +TIMESTAMP = 1761168027 +SHA256 (KDE/plasma/6.5.0/plasma-workspace-6.5.0.tar.xz) = 6491eafbfabc5335c5c7a7b6d6884a11f91075587b4912401cffe830966f2f20 +SIZE (KDE/plasma/6.5.0/plasma-workspace-6.5.0.tar.xz) = 20266996 diff --git a/x11/plasma6-plasma-workspace/pkg-plist b/x11/plasma6-plasma-workspace/pkg-plist index b661bb212b2f..cf4ca71efa0f 100644 --- a/x11/plasma6-plasma-workspace/pkg-plist +++ b/x11/plasma6-plasma-workspace/pkg-plist @@ -29,9 +29,9 @@ etc/xdg/autostart/xembedsniproxy.desktop etc/xdg/menus/plasma-applications.menu etc/xdg/plasmanotifyrc etc/xdg/taskmanagerrulesrc -include/colorcorrect/colorcorrect_export.h -include/colorcorrect/colorcorrectconstants.h -include/colorcorrect/compositorcoloradaptor.h +include/klookandfeel/klookandfeel.h +include/klookandfeel/klookandfeel_export.h +include/klookandfeel/klookandfeelmanager.h include/krdb/krdb.h include/krdb/krdb_export.h include/kworkspace6/autostartscriptdesktopfile.h @@ -53,8 +53,6 @@ include/notificationmanager/notifications.h include/notificationmanager/notificationsettings.h include/notificationmanager/server.h include/notificationmanager/settings.h -include/plasma5support/weather/ion.h -include/plasma5support/weather/ion_export.h include/taskmanager/abstracttasksmodel.h include/taskmanager/abstracttasksmodeliface.h include/taskmanager/abstracttasksproxymodeliface.h @@ -78,10 +76,14 @@ include/taskmanager/xstartuptasksmodel.h include/taskmanager/xwindowtasksmodel.h lib/cmake/KRunnerAppDBusInterface/KRunnerAppDBusInterfaceConfig.cmake lib/cmake/KSMServerDBusInterface/KSMServerDBusInterfaceConfig.cmake -lib/cmake/LibColorCorrect/LibColorCorrectConfig.cmake -lib/cmake/LibColorCorrect/LibColorCorrectConfigVersion.cmake -lib/cmake/LibColorCorrect/LibColorCorrectLibraryTargets-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/LibColorCorrect/LibColorCorrectLibraryTargets.cmake +lib/cmake/Krdb/KrdbConfig.cmake +lib/cmake/Krdb/KrdbConfigVersion.cmake +lib/cmake/Krdb/krdbLibraryTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/Krdb/krdbLibraryTargets.cmake +lib/cmake/LibKLookAndFeel/LibKLookAndFeelConfig.cmake +lib/cmake/LibKLookAndFeel/LibKLookAndFeelConfigVersion.cmake +lib/cmake/LibKLookAndFeel/LibKLookAndFeelLibraryTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/LibKLookAndFeel/LibKLookAndFeelLibraryTargets.cmake lib/cmake/LibKWorkspace/LibKWorkspaceConfig.cmake lib/cmake/LibKWorkspace/LibKWorkspaceConfigVersion.cmake lib/cmake/LibKWorkspace/LibKWorkspaceLibraryTargets-%%CMAKE_BUILD_TYPE%%.cmake @@ -100,12 +102,10 @@ lib/kconf_update_bin/plasma6.3-update-clipboard-database-2-to-3 lib/kconf_update_bin/plasma6.4-migrate-fullscreen-notifications-to-dnd lib/kconf_update_bin/plasmashell-6.0-keep-custom-position-of-panels lib/kconf_update_bin/plasmashell-6.0-keep-default-floating-setting-for-plasma-5-panels +lib/kconf_update_bin/plasmashell-6.5-remove-stop-activity-shortcut lib/libbatterycontrol.so lib/libbatterycontrol.so.6 lib/libbatterycontrol.so.%%KDE_PLASMA_VERSION%% -lib/libcolorcorrect.so -lib/libcolorcorrect.so.6 -lib/libcolorcorrect.so.%%KDE_PLASMA_VERSION%% lib/libexec/baloorunner lib/libexec/kf6/kauth/fontinst lib/libexec/kf6/kauth/fontinst_helper @@ -126,6 +126,9 @@ lib/libkfontinstui.so.%%KDE_PLASMA_VERSION%% lib/libklipper.so lib/libklipper.so.6 lib/libklipper.so.%%KDE_PLASMA_VERSION%% +lib/libklookandfeel.so +lib/libklookandfeel.so.6 +lib/libklookandfeel.so.%%KDE_PLASMA_VERSION%% lib/libkmpris.so.6 lib/libkmpris.so.%%KDE_PLASMA_VERSION%% lib/libkrdb.so @@ -138,16 +141,13 @@ lib/libnotificationmanager.so.%%KDE_PLASMA_VERSION%% lib/libtaskmanager.so lib/libtaskmanager.so.6 lib/libtaskmanager.so.%%KDE_PLASMA_VERSION%% -lib/libweather_ion.so -lib/libweather_ion.so.7 -lib/libweather_ion.so.7.0.0 %%QT_PLUGINDIR%%/kf6/kded/appmenu.so -%%QT_PLUGINDIR%%/kf6/kded/colorcorrectlocationupdater.so %%QT_PLUGINDIR%%/kf6/kded/desktopnotifier.so %%QT_PLUGINDIR%%/kf6/kded/devicenotifications.so %%QT_PLUGINDIR%%/kf6/kded/donationmessage.so %%QT_PLUGINDIR%%/kf6/kded/freespacenotifier.so %%QT_PLUGINDIR%%/kf6/kded/ktimezoned.so +%%QT_PLUGINDIR%%/kf6/kded/lookandfeelautoswitcher.so %%QT_PLUGINDIR%%/kf6/kded/mprisservice.so %%QT_PLUGINDIR%%/kf6/kded/oom-notifier.so %%QT_PLUGINDIR%%/kf6/kded/plasma-session-shortcuts.so @@ -180,7 +180,10 @@ lib/libweather_ion.so.7.0.0 %%QT_PLUGINDIR%%/phonon_platform/kde.so %%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.appmenu.so %%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.calendar.so +%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.devicenotifier.so +%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.digitalclock.so %%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.icon.so +%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.lock_logout.so %%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.mediacontroller.so %%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.notifications.so %%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.panelspacer.so @@ -204,6 +207,7 @@ lib/libweather_ion.so.7.0.0 %%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_icons.so %%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_lookandfeel.so %%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_nightlight.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_nighttime.so %%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_notifications.so %%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_regionandlang.so %%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_soundtheme.so @@ -212,16 +216,10 @@ lib/libweather_ion.so.7.0.0 %%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_wallpaper.so %%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_fontinst.so %%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_applicationjobs.so -%%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_bbcukmet.so %%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_clipboard.so -%%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_dwd.so -%%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_envcan.so %%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_executable.so -%%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_noaa.so %%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_notifications.so %%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_time.so -%%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_weather.so -%%QT_PLUGINDIR%%/plasma5support/dataengine/plasma_engine_wettercom.so %%QT_PLUGINDIR%%/plasmacalendarplugins/holidays/HolidaysConfig.qml %%QT_PLUGINDIR%%/plasmacalendarplugins/holidaysevents.so %%QT_QMLDIR%%/org/kde/breeze/components/ActionButton.qml @@ -240,15 +238,13 @@ lib/libweather_ion.so.7.0.0 %%QT_QMLDIR%%/org/kde/breeze/components/kde-qmlmodule.version %%QT_QMLDIR%%/org/kde/breeze/components/libcomponents.so %%QT_QMLDIR%%/org/kde/breeze/components/qmldir -%%QT_QMLDIR%%/org/kde/colorcorrect/colorcorrect.qmltypes -%%QT_QMLDIR%%/org/kde/colorcorrect/kde-qmlmodule.version -%%QT_QMLDIR%%/org/kde/colorcorrect/libcolorcorrectplugin.so -%%QT_QMLDIR%%/org/kde/colorcorrect/qmldir %%QT_QMLDIR%%/org/kde/notificationmanager/kde-qmlmodule.version %%QT_QMLDIR%%/org/kde/notificationmanager/libnotificationmanagerplugin.so %%QT_QMLDIR%%/org/kde/notificationmanager/notificationmanager.qmltypes %%QT_QMLDIR%%/org/kde/notificationmanager/qmldir +%%QT_QMLDIR%%/org/kde/plasma/lookandfeel/kde-qmlmodule.version %%QT_QMLDIR%%/org/kde/plasma/lookandfeel/liblookandfeelqmlplugin.so +%%QT_QMLDIR%%/org/kde/plasma/lookandfeel/lookandfeelqmlplugin.qmltypes %%QT_QMLDIR%%/org/kde/plasma/lookandfeel/qmldir %%QT_QMLDIR%%/org/kde/plasma/private/appmenu/appmenuplugin.qmltypes %%QT_QMLDIR%%/org/kde/plasma/private/appmenu/kde-qmlmodule.version @@ -279,10 +275,6 @@ lib/libweather_ion.so.7.0.0 %%QT_QMLDIR%%/org/kde/plasma/private/containmentlayoutmanager/kde-qmlmodule.version %%QT_QMLDIR%%/org/kde/plasma/private/containmentlayoutmanager/libcontainmentlayoutmanagerplugin.so %%QT_QMLDIR%%/org/kde/plasma/private/containmentlayoutmanager/qmldir -%%QT_QMLDIR%%/org/kde/plasma/private/devicenotifier/devicenotifierplugin.qmltypes -%%QT_QMLDIR%%/org/kde/plasma/private/devicenotifier/kde-qmlmodule.version -%%QT_QMLDIR%%/org/kde/plasma/private/devicenotifier/libdevicenotifierplugin.so -%%QT_QMLDIR%%/org/kde/plasma/private/devicenotifier/qmldir %%QT_QMLDIR%%/org/kde/plasma/private/digitalclock/digitalclockplugin.qmltypes %%QT_QMLDIR%%/org/kde/plasma/private/digitalclock/kde-qmlmodule.version %%QT_QMLDIR%%/org/kde/plasma/private/digitalclock/libdigitalclockplugin.so @@ -315,7 +307,9 @@ lib/libweather_ion.so.7.0.0 %%QT_QMLDIR%%/org/kde/plasma/private/systemtray/libsystemtrayplugin.so %%QT_QMLDIR%%/org/kde/plasma/private/systemtray/qmldir %%QT_QMLDIR%%/org/kde/plasma/private/systemtray/systemtrayplugin.qmltypes -%%QT_QMLDIR%%/org/kde/plasma/wallpapers/image/libplasma_wallpaper_imageplugin.so +%%QT_QMLDIR%%/org/kde/plasma/wallpapers/image/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/plasma/wallpapers/image/libplasma_wallpaper_image.so +%%QT_QMLDIR%%/org/kde/plasma/wallpapers/image/plasma_wallpaper_image.qmltypes %%QT_QMLDIR%%/org/kde/plasma/wallpapers/image/qmldir %%QT_QMLDIR%%/org/kde/plasma/workspace/calendar/DayDelegate.qml %%QT_QMLDIR%%/org/kde/plasma/workspace/calendar/DaysCalendar.qml @@ -342,6 +336,8 @@ lib/libweather_ion.so.7.0.0 %%QT_QMLDIR%%/org/kde/plasma/workspace/dialogs/libsystemdialogs.so %%QT_QMLDIR%%/org/kde/plasma/workspace/dialogs/qmldir %%QT_QMLDIR%%/org/kde/plasma/workspace/dialogs/systemdialogs.qmltypes +%%QT_QMLDIR%%/org/kde/plasma/workspace/keyboardlayout/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/plasma/workspace/keyboardlayout/keyboardlayoutplugin.qmltypes %%QT_QMLDIR%%/org/kde/plasma/workspace/keyboardlayout/libkeyboardlayoutplugin.so %%QT_QMLDIR%%/org/kde/plasma/workspace/keyboardlayout/qmldir %%QT_QMLDIR%%/org/kde/plasma/workspace/osd/Osd.qml @@ -385,6 +381,7 @@ share/applications/kcm_fonts.desktop share/applications/kcm_icons.desktop share/applications/kcm_lookandfeel.desktop share/applications/kcm_nightlight.desktop +share/applications/kcm_nighttime.desktop share/applications/kcm_notifications.desktop share/applications/kcm_regionandlang.desktop share/applications/kcm_soundtheme.desktop @@ -396,6 +393,7 @@ share/applications/org.kde.kfontinst.desktop share/applications/org.kde.kfontview.desktop share/applications/org.kde.klipper.desktop share/applications/org.kde.plasma-fallback-session-save.desktop +share/applications/org.kde.plasma-interactiveconsole.desktop share/applications/org.kde.plasmashell.desktop share/applications/org.kde.plasmawindowed.desktop share/config.kcfg/colorssettings.kcfg @@ -964,6 +962,7 @@ share/kconf_update/plasma6.3-update-clipboard-database-2-to-3.upd share/kconf_update/plasma6.4-migrate-fullscreen-notifications-to-dnd.upd share/kconf_update/plasmashell-6.0-keep-custom-position-of-panels.upd share/kconf_update/plasmashell-6.0-keep-default-floating-setting-for-plasma-5-panels.upd +share/kconf_update/plasmashell-6.5-remove-stop-activity-shortcut.upd share/kfontinst/icons/hicolor/16x16/actions/addfont.png share/kfontinst/icons/hicolor/16x16/actions/font-disable.png share/kfontinst/icons/hicolor/16x16/actions/font-enable.png @@ -1025,11 +1024,13 @@ share/locale/ar/LC_MESSAGES/kcm_fonts.mo share/locale/ar/LC_MESSAGES/kcm_icons.mo share/locale/ar/LC_MESSAGES/kcm_lookandfeel.mo share/locale/ar/LC_MESSAGES/kcm_nightlight.mo +share/locale/ar/LC_MESSAGES/kcm_nighttime.mo share/locale/ar/LC_MESSAGES/kcm_notifications.mo share/locale/ar/LC_MESSAGES/kcm_regionandlang.mo share/locale/ar/LC_MESSAGES/kcm_soundtheme.mo share/locale/ar/LC_MESSAGES/kcm_style.mo share/locale/ar/LC_MESSAGES/kcm_users.mo +share/locale/ar/LC_MESSAGES/kcm_wallpaper.mo share/locale/ar/LC_MESSAGES/kcminit.mo share/locale/ar/LC_MESSAGES/kded_devicenotifications.mo share/locale/ar/LC_MESSAGES/kded_donationmessage.mo @@ -1068,7 +1069,6 @@ share/locale/ar/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ar/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/ar/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ar/LC_MESSAGES/plasma_engine_time.mo -share/locale/ar/LC_MESSAGES/plasma_engine_weather.mo share/locale/ar/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/ar/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/ar/LC_MESSAGES/plasma_runner_appstream.mo @@ -1141,7 +1141,6 @@ share/locale/ast/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ast/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/ast/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ast/LC_MESSAGES/plasma_engine_time.mo -share/locale/ast/LC_MESSAGES/plasma_engine_weather.mo share/locale/ast/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/ast/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/ast/LC_MESSAGES/plasma_runner_appstream.mo @@ -1181,6 +1180,8 @@ share/locale/az/LC_MESSAGES/kcm_style.mo share/locale/az/LC_MESSAGES/kcm_users.mo share/locale/az/LC_MESSAGES/kcminit.mo share/locale/az/LC_MESSAGES/kded_devicenotifications.mo +share/locale/az/LC_MESSAGES/kded_donationmessage.mo +share/locale/az/LC_MESSAGES/kded_geotimezoned.mo share/locale/az/LC_MESSAGES/kfontinst.mo share/locale/az/LC_MESSAGES/kio_applications.mo share/locale/az/LC_MESSAGES/kio_desktop.mo @@ -1192,6 +1193,7 @@ share/locale/az/LC_MESSAGES/libkicker.mo share/locale/az/LC_MESSAGES/libkmpris.mo share/locale/az/LC_MESSAGES/libkworkspace.mo share/locale/az/LC_MESSAGES/libnotificationmanager.mo +share/locale/az/LC_MESSAGES/oom-notifier.mo share/locale/az/LC_MESSAGES/phonon_kde_plugin.mo share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo @@ -1214,7 +1216,6 @@ share/locale/az/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/az/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/az/LC_MESSAGES/plasma_engine_notifications.mo share/locale/az/LC_MESSAGES/plasma_engine_time.mo -share/locale/az/LC_MESSAGES/plasma_engine_weather.mo share/locale/az/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/az/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/az/LC_MESSAGES/plasma_runner_appstream.mo @@ -1289,7 +1290,6 @@ share/locale/be/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/be/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/be/LC_MESSAGES/plasma_engine_notifications.mo share/locale/be/LC_MESSAGES/plasma_engine_time.mo -share/locale/be/LC_MESSAGES/plasma_engine_weather.mo share/locale/be/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/be/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/be/LC_MESSAGES/plasma_runner_appstream.mo @@ -1336,11 +1336,13 @@ share/locale/bg/LC_MESSAGES/kcm_fonts.mo share/locale/bg/LC_MESSAGES/kcm_icons.mo share/locale/bg/LC_MESSAGES/kcm_lookandfeel.mo share/locale/bg/LC_MESSAGES/kcm_nightlight.mo +share/locale/bg/LC_MESSAGES/kcm_nighttime.mo share/locale/bg/LC_MESSAGES/kcm_notifications.mo share/locale/bg/LC_MESSAGES/kcm_regionandlang.mo share/locale/bg/LC_MESSAGES/kcm_soundtheme.mo share/locale/bg/LC_MESSAGES/kcm_style.mo share/locale/bg/LC_MESSAGES/kcm_users.mo +share/locale/bg/LC_MESSAGES/kcm_wallpaper.mo share/locale/bg/LC_MESSAGES/kcminit.mo share/locale/bg/LC_MESSAGES/kded_devicenotifications.mo share/locale/bg/LC_MESSAGES/kded_donationmessage.mo @@ -1379,7 +1381,6 @@ share/locale/bg/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/bg/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/bg/LC_MESSAGES/plasma_engine_notifications.mo share/locale/bg/LC_MESSAGES/plasma_engine_time.mo -share/locale/bg/LC_MESSAGES/plasma_engine_weather.mo share/locale/bg/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/bg/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/bg/LC_MESSAGES/plasma_runner_appstream.mo @@ -1408,7 +1409,6 @@ share/locale/bn/LC_MESSAGES/kcm_style.mo share/locale/bn/LC_MESSAGES/kfontinst.mo share/locale/bn/LC_MESSAGES/klipper.mo share/locale/bn/LC_MESSAGES/ksmserver.mo -share/locale/bn/LC_MESSAGES/plasma_engine_weather.mo share/locale/bn_IN/LC_MESSAGES/kcm_autostart.mo share/locale/bn_IN/LC_MESSAGES/kcm_colors.mo share/locale/bn_IN/LC_MESSAGES/kcm_desktoptheme.mo @@ -1425,7 +1425,6 @@ share/locale/bn_IN/LC_MESSAGES/phonon_kde_plugin.mo share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo share/locale/bn_IN/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/bn_IN/LC_MESSAGES/plasma_engine_weather.mo share/locale/bn_IN/LC_MESSAGES/plasma_runner_locations.mo share/locale/bn_IN/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/bn_IN/LC_MESSAGES/plasma_runner_sessions.mo @@ -1477,7 +1476,6 @@ share/locale/bs/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/bs/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/bs/LC_MESSAGES/plasma_engine_notifications.mo share/locale/bs/LC_MESSAGES/plasma_engine_time.mo -share/locale/bs/LC_MESSAGES/plasma_engine_weather.mo share/locale/bs/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/bs/LC_MESSAGES/plasma_runner_baloosearch.mo share/locale/bs/LC_MESSAGES/plasma_runner_bookmarksrunner.mo @@ -1506,11 +1504,13 @@ share/locale/ca/LC_MESSAGES/kcm_fonts.mo share/locale/ca/LC_MESSAGES/kcm_icons.mo share/locale/ca/LC_MESSAGES/kcm_lookandfeel.mo share/locale/ca/LC_MESSAGES/kcm_nightlight.mo +share/locale/ca/LC_MESSAGES/kcm_nighttime.mo share/locale/ca/LC_MESSAGES/kcm_notifications.mo share/locale/ca/LC_MESSAGES/kcm_regionandlang.mo share/locale/ca/LC_MESSAGES/kcm_soundtheme.mo share/locale/ca/LC_MESSAGES/kcm_style.mo share/locale/ca/LC_MESSAGES/kcm_users.mo +share/locale/ca/LC_MESSAGES/kcm_wallpaper.mo share/locale/ca/LC_MESSAGES/kcminit.mo share/locale/ca/LC_MESSAGES/kded_devicenotifications.mo share/locale/ca/LC_MESSAGES/kded_donationmessage.mo @@ -1549,7 +1549,6 @@ share/locale/ca/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ca/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/ca/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ca/LC_MESSAGES/plasma_engine_time.mo -share/locale/ca/LC_MESSAGES/plasma_engine_weather.mo share/locale/ca/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/ca/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/ca/LC_MESSAGES/plasma_runner_appstream.mo @@ -1582,11 +1581,13 @@ share/locale/ca@valencia/LC_MESSAGES/kcm_fonts.mo share/locale/ca@valencia/LC_MESSAGES/kcm_icons.mo share/locale/ca@valencia/LC_MESSAGES/kcm_lookandfeel.mo share/locale/ca@valencia/LC_MESSAGES/kcm_nightlight.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_nighttime.mo share/locale/ca@valencia/LC_MESSAGES/kcm_notifications.mo share/locale/ca@valencia/LC_MESSAGES/kcm_regionandlang.mo share/locale/ca@valencia/LC_MESSAGES/kcm_soundtheme.mo share/locale/ca@valencia/LC_MESSAGES/kcm_style.mo share/locale/ca@valencia/LC_MESSAGES/kcm_users.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_wallpaper.mo share/locale/ca@valencia/LC_MESSAGES/kcminit.mo share/locale/ca@valencia/LC_MESSAGES/kded_devicenotifications.mo share/locale/ca@valencia/LC_MESSAGES/kded_donationmessage.mo @@ -1625,7 +1626,6 @@ share/locale/ca@valencia/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_time.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_engine_weather.mo share/locale/ca@valencia/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/ca@valencia/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_appstream.mo @@ -1658,6 +1658,7 @@ share/locale/cs/LC_MESSAGES/kcm_fonts.mo share/locale/cs/LC_MESSAGES/kcm_icons.mo share/locale/cs/LC_MESSAGES/kcm_lookandfeel.mo share/locale/cs/LC_MESSAGES/kcm_nightlight.mo +share/locale/cs/LC_MESSAGES/kcm_nighttime.mo share/locale/cs/LC_MESSAGES/kcm_notifications.mo share/locale/cs/LC_MESSAGES/kcm_regionandlang.mo share/locale/cs/LC_MESSAGES/kcm_soundtheme.mo @@ -1666,6 +1667,7 @@ share/locale/cs/LC_MESSAGES/kcm_users.mo share/locale/cs/LC_MESSAGES/kcminit.mo share/locale/cs/LC_MESSAGES/kded_devicenotifications.mo share/locale/cs/LC_MESSAGES/kded_donationmessage.mo +share/locale/cs/LC_MESSAGES/kded_geotimezoned.mo share/locale/cs/LC_MESSAGES/kfontinst.mo share/locale/cs/LC_MESSAGES/kio_applications.mo share/locale/cs/LC_MESSAGES/kio_desktop.mo @@ -1677,6 +1679,7 @@ share/locale/cs/LC_MESSAGES/libkicker.mo share/locale/cs/LC_MESSAGES/libkmpris.mo share/locale/cs/LC_MESSAGES/libkworkspace.mo share/locale/cs/LC_MESSAGES/libnotificationmanager.mo +share/locale/cs/LC_MESSAGES/oom-notifier.mo share/locale/cs/LC_MESSAGES/phonon_kde_plugin.mo share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo @@ -1699,7 +1702,6 @@ share/locale/cs/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/cs/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/cs/LC_MESSAGES/plasma_engine_notifications.mo share/locale/cs/LC_MESSAGES/plasma_engine_time.mo -share/locale/cs/LC_MESSAGES/plasma_engine_weather.mo share/locale/cs/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/cs/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/cs/LC_MESSAGES/plasma_runner_appstream.mo @@ -1738,7 +1740,6 @@ share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo share/locale/csb/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/csb/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/csb/LC_MESSAGES/plasma_engine_weather.mo share/locale/csb/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/csb/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/csb/LC_MESSAGES/plasma_runner_locations.mo @@ -1772,6 +1773,7 @@ share/locale/da/LC_MESSAGES/kcm_fonts.mo share/locale/da/LC_MESSAGES/kcm_icons.mo share/locale/da/LC_MESSAGES/kcm_lookandfeel.mo share/locale/da/LC_MESSAGES/kcm_nightlight.mo +share/locale/da/LC_MESSAGES/kcm_nighttime.mo share/locale/da/LC_MESSAGES/kcm_notifications.mo share/locale/da/LC_MESSAGES/kcm_regionandlang.mo share/locale/da/LC_MESSAGES/kcm_soundtheme.mo @@ -1815,7 +1817,6 @@ share/locale/da/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/da/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/da/LC_MESSAGES/plasma_engine_notifications.mo share/locale/da/LC_MESSAGES/plasma_engine_time.mo -share/locale/da/LC_MESSAGES/plasma_engine_weather.mo share/locale/da/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/da/LC_MESSAGES/plasma_runner_appstream.mo share/locale/da/LC_MESSAGES/plasma_runner_baloosearch.mo @@ -1847,11 +1848,13 @@ share/locale/de/LC_MESSAGES/kcm_fonts.mo share/locale/de/LC_MESSAGES/kcm_icons.mo share/locale/de/LC_MESSAGES/kcm_lookandfeel.mo share/locale/de/LC_MESSAGES/kcm_nightlight.mo +share/locale/de/LC_MESSAGES/kcm_nighttime.mo share/locale/de/LC_MESSAGES/kcm_notifications.mo share/locale/de/LC_MESSAGES/kcm_regionandlang.mo share/locale/de/LC_MESSAGES/kcm_soundtheme.mo share/locale/de/LC_MESSAGES/kcm_style.mo share/locale/de/LC_MESSAGES/kcm_users.mo +share/locale/de/LC_MESSAGES/kcm_wallpaper.mo share/locale/de/LC_MESSAGES/kcminit.mo share/locale/de/LC_MESSAGES/kded_devicenotifications.mo share/locale/de/LC_MESSAGES/kded_donationmessage.mo @@ -1890,7 +1893,6 @@ share/locale/de/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/de/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/de/LC_MESSAGES/plasma_engine_notifications.mo share/locale/de/LC_MESSAGES/plasma_engine_time.mo -share/locale/de/LC_MESSAGES/plasma_engine_weather.mo share/locale/de/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/de/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/de/LC_MESSAGES/plasma_runner_appstream.mo @@ -1964,7 +1966,6 @@ share/locale/el/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/el/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/el/LC_MESSAGES/plasma_engine_notifications.mo share/locale/el/LC_MESSAGES/plasma_engine_time.mo -share/locale/el/LC_MESSAGES/plasma_engine_weather.mo share/locale/el/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/el/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/el/LC_MESSAGES/plasma_runner_appstream.mo @@ -2039,7 +2040,6 @@ share/locale/en_GB/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_notifications.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_time.mo -share/locale/en_GB/LC_MESSAGES/plasma_engine_weather.mo share/locale/en_GB/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/en_GB/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_appstream.mo @@ -2112,7 +2112,6 @@ share/locale/eo/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/eo/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/eo/LC_MESSAGES/plasma_engine_notifications.mo share/locale/eo/LC_MESSAGES/plasma_engine_time.mo -share/locale/eo/LC_MESSAGES/plasma_engine_weather.mo share/locale/eo/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/eo/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/eo/LC_MESSAGES/plasma_runner_appstream.mo @@ -2145,11 +2144,13 @@ share/locale/es/LC_MESSAGES/kcm_fonts.mo share/locale/es/LC_MESSAGES/kcm_icons.mo share/locale/es/LC_MESSAGES/kcm_lookandfeel.mo share/locale/es/LC_MESSAGES/kcm_nightlight.mo +share/locale/es/LC_MESSAGES/kcm_nighttime.mo share/locale/es/LC_MESSAGES/kcm_notifications.mo share/locale/es/LC_MESSAGES/kcm_regionandlang.mo share/locale/es/LC_MESSAGES/kcm_soundtheme.mo share/locale/es/LC_MESSAGES/kcm_style.mo share/locale/es/LC_MESSAGES/kcm_users.mo +share/locale/es/LC_MESSAGES/kcm_wallpaper.mo share/locale/es/LC_MESSAGES/kcminit.mo share/locale/es/LC_MESSAGES/kded_devicenotifications.mo share/locale/es/LC_MESSAGES/kded_donationmessage.mo @@ -2188,7 +2189,6 @@ share/locale/es/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/es/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/es/LC_MESSAGES/plasma_engine_notifications.mo share/locale/es/LC_MESSAGES/plasma_engine_time.mo -share/locale/es/LC_MESSAGES/plasma_engine_weather.mo share/locale/es/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/es/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/es/LC_MESSAGES/plasma_runner_appstream.mo @@ -2255,7 +2255,6 @@ share/locale/et/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/et/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/et/LC_MESSAGES/plasma_engine_notifications.mo share/locale/et/LC_MESSAGES/plasma_engine_time.mo -share/locale/et/LC_MESSAGES/plasma_engine_weather.mo share/locale/et/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/et/LC_MESSAGES/plasma_runner_appstream.mo share/locale/et/LC_MESSAGES/plasma_runner_baloosearch.mo @@ -2285,6 +2284,7 @@ share/locale/eu/LC_MESSAGES/kcm_fonts.mo share/locale/eu/LC_MESSAGES/kcm_icons.mo share/locale/eu/LC_MESSAGES/kcm_lookandfeel.mo share/locale/eu/LC_MESSAGES/kcm_nightlight.mo +share/locale/eu/LC_MESSAGES/kcm_nighttime.mo share/locale/eu/LC_MESSAGES/kcm_notifications.mo share/locale/eu/LC_MESSAGES/kcm_regionandlang.mo share/locale/eu/LC_MESSAGES/kcm_soundtheme.mo @@ -2328,7 +2328,6 @@ share/locale/eu/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/eu/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/eu/LC_MESSAGES/plasma_engine_notifications.mo share/locale/eu/LC_MESSAGES/plasma_engine_time.mo -share/locale/eu/LC_MESSAGES/plasma_engine_weather.mo share/locale/eu/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/eu/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/eu/LC_MESSAGES/plasma_runner_appstream.mo @@ -2385,11 +2384,13 @@ share/locale/fi/LC_MESSAGES/kcm_fonts.mo share/locale/fi/LC_MESSAGES/kcm_icons.mo share/locale/fi/LC_MESSAGES/kcm_lookandfeel.mo share/locale/fi/LC_MESSAGES/kcm_nightlight.mo +share/locale/fi/LC_MESSAGES/kcm_nighttime.mo share/locale/fi/LC_MESSAGES/kcm_notifications.mo share/locale/fi/LC_MESSAGES/kcm_regionandlang.mo share/locale/fi/LC_MESSAGES/kcm_soundtheme.mo share/locale/fi/LC_MESSAGES/kcm_style.mo share/locale/fi/LC_MESSAGES/kcm_users.mo +share/locale/fi/LC_MESSAGES/kcm_wallpaper.mo share/locale/fi/LC_MESSAGES/kcminit.mo share/locale/fi/LC_MESSAGES/kded_devicenotifications.mo share/locale/fi/LC_MESSAGES/kded_donationmessage.mo @@ -2428,7 +2429,6 @@ share/locale/fi/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/fi/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/fi/LC_MESSAGES/plasma_engine_notifications.mo share/locale/fi/LC_MESSAGES/plasma_engine_time.mo -share/locale/fi/LC_MESSAGES/plasma_engine_weather.mo share/locale/fi/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/fi/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/fi/LC_MESSAGES/plasma_runner_appstream.mo @@ -2461,6 +2461,7 @@ share/locale/fr/LC_MESSAGES/kcm_fonts.mo share/locale/fr/LC_MESSAGES/kcm_icons.mo share/locale/fr/LC_MESSAGES/kcm_lookandfeel.mo share/locale/fr/LC_MESSAGES/kcm_nightlight.mo +share/locale/fr/LC_MESSAGES/kcm_nighttime.mo share/locale/fr/LC_MESSAGES/kcm_notifications.mo share/locale/fr/LC_MESSAGES/kcm_regionandlang.mo share/locale/fr/LC_MESSAGES/kcm_soundtheme.mo @@ -2504,7 +2505,6 @@ share/locale/fr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/fr/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/fr/LC_MESSAGES/plasma_engine_notifications.mo share/locale/fr/LC_MESSAGES/plasma_engine_time.mo -share/locale/fr/LC_MESSAGES/plasma_engine_weather.mo share/locale/fr/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/fr/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/fr/LC_MESSAGES/plasma_runner_appstream.mo @@ -2547,7 +2547,6 @@ share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo share/locale/fy/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/fy/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/fy/LC_MESSAGES/plasma_engine_weather.mo share/locale/fy/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/fy/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/fy/LC_MESSAGES/plasma_runner_locations.mo @@ -2585,7 +2584,6 @@ share/locale/ga/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/ga/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ga/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/ga/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/ga/LC_MESSAGES/plasma_engine_weather.mo share/locale/ga/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/ga/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/ga/LC_MESSAGES/plasma_runner_kill.mo @@ -2652,7 +2650,6 @@ share/locale/gl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/gl/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/gl/LC_MESSAGES/plasma_engine_notifications.mo share/locale/gl/LC_MESSAGES/plasma_engine_time.mo -share/locale/gl/LC_MESSAGES/plasma_engine_weather.mo share/locale/gl/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/gl/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/gl/LC_MESSAGES/plasma_runner_appstream.mo @@ -2699,7 +2696,6 @@ share/locale/gu/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/gu/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/gu/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/gu/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/gu/LC_MESSAGES/plasma_engine_weather.mo share/locale/gu/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/gu/LC_MESSAGES/plasma_runner_kill.mo share/locale/gu/LC_MESSAGES/plasma_runner_locations.mo @@ -2722,11 +2718,13 @@ share/locale/he/LC_MESSAGES/kcm_fonts.mo share/locale/he/LC_MESSAGES/kcm_icons.mo share/locale/he/LC_MESSAGES/kcm_lookandfeel.mo share/locale/he/LC_MESSAGES/kcm_nightlight.mo +share/locale/he/LC_MESSAGES/kcm_nighttime.mo share/locale/he/LC_MESSAGES/kcm_notifications.mo share/locale/he/LC_MESSAGES/kcm_regionandlang.mo share/locale/he/LC_MESSAGES/kcm_soundtheme.mo share/locale/he/LC_MESSAGES/kcm_style.mo share/locale/he/LC_MESSAGES/kcm_users.mo +share/locale/he/LC_MESSAGES/kcm_wallpaper.mo share/locale/he/LC_MESSAGES/kcminit.mo share/locale/he/LC_MESSAGES/kded_devicenotifications.mo share/locale/he/LC_MESSAGES/kded_donationmessage.mo @@ -2765,7 +2763,6 @@ share/locale/he/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/he/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/he/LC_MESSAGES/plasma_engine_notifications.mo share/locale/he/LC_MESSAGES/plasma_engine_time.mo -share/locale/he/LC_MESSAGES/plasma_engine_weather.mo share/locale/he/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/he/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/he/LC_MESSAGES/plasma_runner_appstream.mo @@ -2840,7 +2837,6 @@ share/locale/hi/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/hi/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/hi/LC_MESSAGES/plasma_engine_notifications.mo share/locale/hi/LC_MESSAGES/plasma_engine_time.mo -share/locale/hi/LC_MESSAGES/plasma_engine_weather.mo share/locale/hi/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/hi/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/hi/LC_MESSAGES/plasma_runner_appstream.mo @@ -2908,7 +2904,6 @@ share/locale/hr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/hr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/hr/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/hr/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/hr/LC_MESSAGES/plasma_engine_weather.mo share/locale/hr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/hr/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/hr/LC_MESSAGES/plasma_runner_kill.mo @@ -3009,7 +3004,6 @@ share/locale/hu/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/hu/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/hu/LC_MESSAGES/plasma_engine_notifications.mo share/locale/hu/LC_MESSAGES/plasma_engine_time.mo -share/locale/hu/LC_MESSAGES/plasma_engine_weather.mo share/locale/hu/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/hu/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/hu/LC_MESSAGES/plasma_runner_appstream.mo @@ -3090,7 +3084,6 @@ share/locale/ia/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ia/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/ia/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ia/LC_MESSAGES/plasma_engine_time.mo -share/locale/ia/LC_MESSAGES/plasma_engine_weather.mo share/locale/ia/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/ia/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/ia/LC_MESSAGES/plasma_runner_appstream.mo @@ -3166,7 +3159,6 @@ share/locale/id/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/id/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/id/LC_MESSAGES/plasma_engine_notifications.mo share/locale/id/LC_MESSAGES/plasma_engine_time.mo -share/locale/id/LC_MESSAGES/plasma_engine_weather.mo share/locale/id/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/id/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/id/LC_MESSAGES/plasma_runner_appstream.mo @@ -3253,7 +3245,6 @@ share/locale/is/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/is/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/is/LC_MESSAGES/plasma_engine_notifications.mo share/locale/is/LC_MESSAGES/plasma_engine_time.mo -share/locale/is/LC_MESSAGES/plasma_engine_weather.mo share/locale/is/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/is/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/is/LC_MESSAGES/plasma_runner_appstream.mo @@ -3286,11 +3277,13 @@ share/locale/it/LC_MESSAGES/kcm_fonts.mo share/locale/it/LC_MESSAGES/kcm_icons.mo share/locale/it/LC_MESSAGES/kcm_lookandfeel.mo share/locale/it/LC_MESSAGES/kcm_nightlight.mo +share/locale/it/LC_MESSAGES/kcm_nighttime.mo share/locale/it/LC_MESSAGES/kcm_notifications.mo share/locale/it/LC_MESSAGES/kcm_regionandlang.mo share/locale/it/LC_MESSAGES/kcm_soundtheme.mo share/locale/it/LC_MESSAGES/kcm_style.mo share/locale/it/LC_MESSAGES/kcm_users.mo +share/locale/it/LC_MESSAGES/kcm_wallpaper.mo share/locale/it/LC_MESSAGES/kcminit.mo share/locale/it/LC_MESSAGES/kded_devicenotifications.mo share/locale/it/LC_MESSAGES/kded_donationmessage.mo @@ -3329,7 +3322,6 @@ share/locale/it/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/it/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/it/LC_MESSAGES/plasma_engine_notifications.mo share/locale/it/LC_MESSAGES/plasma_engine_time.mo -share/locale/it/LC_MESSAGES/plasma_engine_weather.mo share/locale/it/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/it/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/it/LC_MESSAGES/plasma_runner_appstream.mo @@ -3403,7 +3395,6 @@ share/locale/ja/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ja/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/ja/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ja/LC_MESSAGES/plasma_engine_time.mo -share/locale/ja/LC_MESSAGES/plasma_engine_weather.mo share/locale/ja/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/ja/LC_MESSAGES/plasma_runner_appstream.mo share/locale/ja/LC_MESSAGES/plasma_runner_baloosearch.mo @@ -3435,11 +3426,13 @@ share/locale/ka/LC_MESSAGES/kcm_fonts.mo share/locale/ka/LC_MESSAGES/kcm_icons.mo share/locale/ka/LC_MESSAGES/kcm_lookandfeel.mo share/locale/ka/LC_MESSAGES/kcm_nightlight.mo +share/locale/ka/LC_MESSAGES/kcm_nighttime.mo share/locale/ka/LC_MESSAGES/kcm_notifications.mo share/locale/ka/LC_MESSAGES/kcm_regionandlang.mo share/locale/ka/LC_MESSAGES/kcm_soundtheme.mo share/locale/ka/LC_MESSAGES/kcm_style.mo share/locale/ka/LC_MESSAGES/kcm_users.mo +share/locale/ka/LC_MESSAGES/kcm_wallpaper.mo share/locale/ka/LC_MESSAGES/kcminit.mo share/locale/ka/LC_MESSAGES/kded_devicenotifications.mo share/locale/ka/LC_MESSAGES/kded_donationmessage.mo @@ -3478,7 +3471,6 @@ share/locale/ka/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ka/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/ka/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ka/LC_MESSAGES/plasma_engine_time.mo -share/locale/ka/LC_MESSAGES/plasma_engine_weather.mo share/locale/ka/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/ka/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/ka/LC_MESSAGES/plasma_runner_appstream.mo @@ -3526,7 +3518,6 @@ share/locale/kk/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/kk/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/kk/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/kk/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/kk/LC_MESSAGES/plasma_engine_weather.mo share/locale/kk/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/kk/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/kk/LC_MESSAGES/plasma_runner_kill.mo @@ -3564,7 +3555,6 @@ share/locale/km/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/km/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/km/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/km/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/km/LC_MESSAGES/plasma_engine_weather.mo share/locale/km/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/km/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/km/LC_MESSAGES/plasma_runner_kill.mo @@ -3601,7 +3591,6 @@ share/locale/kn/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/kn/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/kn/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/kn/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/kn/LC_MESSAGES/plasma_engine_weather.mo share/locale/kn/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/kn/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/kn/LC_MESSAGES/plasma_runner_kill.mo @@ -3624,11 +3613,13 @@ share/locale/ko/LC_MESSAGES/kcm_fonts.mo share/locale/ko/LC_MESSAGES/kcm_icons.mo share/locale/ko/LC_MESSAGES/kcm_lookandfeel.mo share/locale/ko/LC_MESSAGES/kcm_nightlight.mo +share/locale/ko/LC_MESSAGES/kcm_nighttime.mo share/locale/ko/LC_MESSAGES/kcm_notifications.mo share/locale/ko/LC_MESSAGES/kcm_regionandlang.mo share/locale/ko/LC_MESSAGES/kcm_soundtheme.mo share/locale/ko/LC_MESSAGES/kcm_style.mo share/locale/ko/LC_MESSAGES/kcm_users.mo +share/locale/ko/LC_MESSAGES/kcm_wallpaper.mo share/locale/ko/LC_MESSAGES/kcminit.mo share/locale/ko/LC_MESSAGES/kded_devicenotifications.mo share/locale/ko/LC_MESSAGES/kded_donationmessage.mo @@ -3667,7 +3658,6 @@ share/locale/ko/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ko/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/ko/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ko/LC_MESSAGES/plasma_engine_time.mo -share/locale/ko/LC_MESSAGES/plasma_engine_weather.mo share/locale/ko/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/ko/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/ko/LC_MESSAGES/plasma_runner_appstream.mo @@ -3727,6 +3717,7 @@ share/locale/lt/LC_MESSAGES/kcm_fonts.mo share/locale/lt/LC_MESSAGES/kcm_icons.mo share/locale/lt/LC_MESSAGES/kcm_lookandfeel.mo share/locale/lt/LC_MESSAGES/kcm_nightlight.mo +share/locale/lt/LC_MESSAGES/kcm_nighttime.mo share/locale/lt/LC_MESSAGES/kcm_notifications.mo share/locale/lt/LC_MESSAGES/kcm_regionandlang.mo share/locale/lt/LC_MESSAGES/kcm_soundtheme.mo @@ -3734,6 +3725,8 @@ share/locale/lt/LC_MESSAGES/kcm_style.mo share/locale/lt/LC_MESSAGES/kcm_users.mo share/locale/lt/LC_MESSAGES/kcminit.mo share/locale/lt/LC_MESSAGES/kded_devicenotifications.mo +share/locale/lt/LC_MESSAGES/kded_donationmessage.mo +share/locale/lt/LC_MESSAGES/kded_geotimezoned.mo share/locale/lt/LC_MESSAGES/kfontinst.mo share/locale/lt/LC_MESSAGES/kio_applications.mo share/locale/lt/LC_MESSAGES/kio_desktop.mo @@ -3745,6 +3738,7 @@ share/locale/lt/LC_MESSAGES/libkicker.mo share/locale/lt/LC_MESSAGES/libkmpris.mo share/locale/lt/LC_MESSAGES/libkworkspace.mo share/locale/lt/LC_MESSAGES/libnotificationmanager.mo +share/locale/lt/LC_MESSAGES/oom-notifier.mo share/locale/lt/LC_MESSAGES/phonon_kde_plugin.mo share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo @@ -3767,7 +3761,7 @@ share/locale/lt/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/lt/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/lt/LC_MESSAGES/plasma_engine_notifications.mo share/locale/lt/LC_MESSAGES/plasma_engine_time.mo -share/locale/lt/LC_MESSAGES/plasma_engine_weather.mo +share/locale/lt/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/lt/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/lt/LC_MESSAGES/plasma_runner_appstream.mo share/locale/lt/LC_MESSAGES/plasma_runner_baloosearch.mo @@ -3799,6 +3793,7 @@ share/locale/lv/LC_MESSAGES/kcm_fonts.mo share/locale/lv/LC_MESSAGES/kcm_icons.mo share/locale/lv/LC_MESSAGES/kcm_lookandfeel.mo share/locale/lv/LC_MESSAGES/kcm_nightlight.mo +share/locale/lv/LC_MESSAGES/kcm_nighttime.mo share/locale/lv/LC_MESSAGES/kcm_notifications.mo share/locale/lv/LC_MESSAGES/kcm_regionandlang.mo share/locale/lv/LC_MESSAGES/kcm_soundtheme.mo @@ -3842,7 +3837,6 @@ share/locale/lv/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/lv/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/lv/LC_MESSAGES/plasma_engine_notifications.mo share/locale/lv/LC_MESSAGES/plasma_engine_time.mo -share/locale/lv/LC_MESSAGES/plasma_engine_weather.mo share/locale/lv/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/lv/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/lv/LC_MESSAGES/plasma_runner_appstream.mo @@ -3889,7 +3883,6 @@ share/locale/mai/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/mai/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/mai/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/mai/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/mai/LC_MESSAGES/plasma_engine_weather.mo share/locale/mai/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/mai/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/mai/LC_MESSAGES/plasma_runner_kill.mo @@ -3970,7 +3963,6 @@ share/locale/ml/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ml/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/ml/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ml/LC_MESSAGES/plasma_engine_time.mo -share/locale/ml/LC_MESSAGES/plasma_engine_weather.mo share/locale/ml/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/ml/LC_MESSAGES/plasma_runner_appstream.mo share/locale/ml/LC_MESSAGES/plasma_runner_baloosearch.mo @@ -4016,7 +4008,6 @@ share/locale/mr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/mr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/mr/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/mr/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/mr/LC_MESSAGES/plasma_engine_weather.mo share/locale/mr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/mr/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/mr/LC_MESSAGES/plasma_runner_kill.mo @@ -4054,7 +4045,6 @@ share/locale/ms/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/ms/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ms/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/ms/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/ms/LC_MESSAGES/plasma_engine_weather.mo share/locale/ms/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/ms/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/ms/LC_MESSAGES/plasma_runner_kill.mo @@ -4121,7 +4111,6 @@ share/locale/nb/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/nb/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/nb/LC_MESSAGES/plasma_engine_notifications.mo share/locale/nb/LC_MESSAGES/plasma_engine_time.mo -share/locale/nb/LC_MESSAGES/plasma_engine_weather.mo share/locale/nb/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/nb/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/nb/LC_MESSAGES/plasma_runner_appstream.mo @@ -4177,7 +4166,6 @@ share/locale/nds/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/nds/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/nds/LC_MESSAGES/plasma_engine_notifications.mo share/locale/nds/LC_MESSAGES/plasma_engine_time.mo -share/locale/nds/LC_MESSAGES/plasma_engine_weather.mo share/locale/nds/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/nds/LC_MESSAGES/plasma_runner_baloosearch.mo share/locale/nds/LC_MESSAGES/plasma_runner_bookmarksrunner.mo @@ -4223,11 +4211,13 @@ share/locale/nl/LC_MESSAGES/kcm_fonts.mo share/locale/nl/LC_MESSAGES/kcm_icons.mo share/locale/nl/LC_MESSAGES/kcm_lookandfeel.mo share/locale/nl/LC_MESSAGES/kcm_nightlight.mo +share/locale/nl/LC_MESSAGES/kcm_nighttime.mo share/locale/nl/LC_MESSAGES/kcm_notifications.mo share/locale/nl/LC_MESSAGES/kcm_regionandlang.mo share/locale/nl/LC_MESSAGES/kcm_soundtheme.mo share/locale/nl/LC_MESSAGES/kcm_style.mo share/locale/nl/LC_MESSAGES/kcm_users.mo +share/locale/nl/LC_MESSAGES/kcm_wallpaper.mo share/locale/nl/LC_MESSAGES/kcminit.mo share/locale/nl/LC_MESSAGES/kded_devicenotifications.mo share/locale/nl/LC_MESSAGES/kded_donationmessage.mo @@ -4266,7 +4256,6 @@ share/locale/nl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/nl/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/nl/LC_MESSAGES/plasma_engine_notifications.mo share/locale/nl/LC_MESSAGES/plasma_engine_time.mo -share/locale/nl/LC_MESSAGES/plasma_engine_weather.mo share/locale/nl/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/nl/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/nl/LC_MESSAGES/plasma_runner_appstream.mo @@ -4340,7 +4329,6 @@ share/locale/nn/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/nn/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/nn/LC_MESSAGES/plasma_engine_notifications.mo share/locale/nn/LC_MESSAGES/plasma_engine_time.mo -share/locale/nn/LC_MESSAGES/plasma_engine_weather.mo share/locale/nn/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/nn/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/nn/LC_MESSAGES/plasma_runner_appstream.mo @@ -4456,7 +4444,6 @@ share/locale/pa/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/pa/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/pa/LC_MESSAGES/plasma_engine_notifications.mo share/locale/pa/LC_MESSAGES/plasma_engine_time.mo -share/locale/pa/LC_MESSAGES/plasma_engine_weather.mo share/locale/pa/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/pa/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/pa/LC_MESSAGES/plasma_runner_appstream.mo @@ -4489,6 +4476,7 @@ share/locale/pl/LC_MESSAGES/kcm_fonts.mo share/locale/pl/LC_MESSAGES/kcm_icons.mo share/locale/pl/LC_MESSAGES/kcm_lookandfeel.mo share/locale/pl/LC_MESSAGES/kcm_nightlight.mo +share/locale/pl/LC_MESSAGES/kcm_nighttime.mo share/locale/pl/LC_MESSAGES/kcm_notifications.mo share/locale/pl/LC_MESSAGES/kcm_regionandlang.mo share/locale/pl/LC_MESSAGES/kcm_soundtheme.mo @@ -4532,7 +4520,6 @@ share/locale/pl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/pl/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/pl/LC_MESSAGES/plasma_engine_notifications.mo share/locale/pl/LC_MESSAGES/plasma_engine_time.mo -share/locale/pl/LC_MESSAGES/plasma_engine_weather.mo share/locale/pl/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/pl/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/pl/LC_MESSAGES/plasma_runner_appstream.mo @@ -4601,7 +4588,6 @@ share/locale/pt/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/pt/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/pt/LC_MESSAGES/plasma_engine_notifications.mo share/locale/pt/LC_MESSAGES/plasma_engine_time.mo -share/locale/pt/LC_MESSAGES/plasma_engine_weather.mo share/locale/pt/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/pt/LC_MESSAGES/plasma_runner_appstream.mo share/locale/pt/LC_MESSAGES/plasma_runner_baloosearch.mo @@ -4631,11 +4617,13 @@ share/locale/pt_BR/LC_MESSAGES/kcm_fonts.mo share/locale/pt_BR/LC_MESSAGES/kcm_icons.mo share/locale/pt_BR/LC_MESSAGES/kcm_lookandfeel.mo share/locale/pt_BR/LC_MESSAGES/kcm_nightlight.mo +share/locale/pt_BR/LC_MESSAGES/kcm_nighttime.mo share/locale/pt_BR/LC_MESSAGES/kcm_notifications.mo share/locale/pt_BR/LC_MESSAGES/kcm_regionandlang.mo share/locale/pt_BR/LC_MESSAGES/kcm_soundtheme.mo share/locale/pt_BR/LC_MESSAGES/kcm_style.mo share/locale/pt_BR/LC_MESSAGES/kcm_users.mo +share/locale/pt_BR/LC_MESSAGES/kcm_wallpaper.mo share/locale/pt_BR/LC_MESSAGES/kcminit.mo share/locale/pt_BR/LC_MESSAGES/kded_devicenotifications.mo share/locale/pt_BR/LC_MESSAGES/kded_donationmessage.mo @@ -4674,7 +4662,6 @@ share/locale/pt_BR/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_notifications.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_time.mo -share/locale/pt_BR/LC_MESSAGES/plasma_engine_weather.mo share/locale/pt_BR/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/pt_BR/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_appstream.mo @@ -4714,6 +4701,7 @@ share/locale/ro/LC_MESSAGES/kcm_style.mo share/locale/ro/LC_MESSAGES/kcm_users.mo share/locale/ro/LC_MESSAGES/kcminit.mo share/locale/ro/LC_MESSAGES/kded_devicenotifications.mo +share/locale/ro/LC_MESSAGES/kded_donationmessage.mo share/locale/ro/LC_MESSAGES/kfontinst.mo share/locale/ro/LC_MESSAGES/kio_applications.mo share/locale/ro/LC_MESSAGES/kio_desktop.mo @@ -4725,6 +4713,7 @@ share/locale/ro/LC_MESSAGES/libkicker.mo share/locale/ro/LC_MESSAGES/libkmpris.mo share/locale/ro/LC_MESSAGES/libkworkspace.mo share/locale/ro/LC_MESSAGES/libnotificationmanager.mo +share/locale/ro/LC_MESSAGES/oom-notifier.mo share/locale/ro/LC_MESSAGES/phonon_kde_plugin.mo share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo @@ -4747,7 +4736,6 @@ share/locale/ro/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ro/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/ro/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ro/LC_MESSAGES/plasma_engine_time.mo -share/locale/ro/LC_MESSAGES/plasma_engine_weather.mo share/locale/ro/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/ro/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/ro/LC_MESSAGES/plasma_runner_appstream.mo @@ -4780,6 +4768,7 @@ share/locale/ru/LC_MESSAGES/kcm_fonts.mo share/locale/ru/LC_MESSAGES/kcm_icons.mo share/locale/ru/LC_MESSAGES/kcm_lookandfeel.mo share/locale/ru/LC_MESSAGES/kcm_nightlight.mo +share/locale/ru/LC_MESSAGES/kcm_nighttime.mo share/locale/ru/LC_MESSAGES/kcm_notifications.mo share/locale/ru/LC_MESSAGES/kcm_regionandlang.mo share/locale/ru/LC_MESSAGES/kcm_soundtheme.mo @@ -4823,7 +4812,6 @@ share/locale/ru/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ru/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/ru/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ru/LC_MESSAGES/plasma_engine_time.mo -share/locale/ru/LC_MESSAGES/plasma_engine_weather.mo share/locale/ru/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/ru/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/ru/LC_MESSAGES/plasma_runner_appstream.mo @@ -4898,7 +4886,6 @@ share/locale/sa/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/sa/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/sa/LC_MESSAGES/plasma_engine_notifications.mo share/locale/sa/LC_MESSAGES/plasma_engine_time.mo -share/locale/sa/LC_MESSAGES/plasma_engine_weather.mo share/locale/sa/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/sa/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/sa/LC_MESSAGES/plasma_runner_appstream.mo @@ -4961,7 +4948,6 @@ share/locale/si/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/si/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/si/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/si/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/si/LC_MESSAGES/plasma_engine_weather.mo share/locale/si/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/si/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/si/LC_MESSAGES/plasma_runner_locations.mo @@ -5025,7 +5011,6 @@ share/locale/sk/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/sk/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/sk/LC_MESSAGES/plasma_engine_notifications.mo share/locale/sk/LC_MESSAGES/plasma_engine_time.mo -share/locale/sk/LC_MESSAGES/plasma_engine_weather.mo share/locale/sk/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/sk/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/sk/LC_MESSAGES/plasma_runner_appstream.mo @@ -5058,11 +5043,13 @@ share/locale/sl/LC_MESSAGES/kcm_fonts.mo share/locale/sl/LC_MESSAGES/kcm_icons.mo share/locale/sl/LC_MESSAGES/kcm_lookandfeel.mo share/locale/sl/LC_MESSAGES/kcm_nightlight.mo +share/locale/sl/LC_MESSAGES/kcm_nighttime.mo share/locale/sl/LC_MESSAGES/kcm_notifications.mo share/locale/sl/LC_MESSAGES/kcm_regionandlang.mo share/locale/sl/LC_MESSAGES/kcm_soundtheme.mo share/locale/sl/LC_MESSAGES/kcm_style.mo share/locale/sl/LC_MESSAGES/kcm_users.mo +share/locale/sl/LC_MESSAGES/kcm_wallpaper.mo share/locale/sl/LC_MESSAGES/kcminit.mo share/locale/sl/LC_MESSAGES/kded_devicenotifications.mo share/locale/sl/LC_MESSAGES/kded_donationmessage.mo @@ -5101,7 +5088,6 @@ share/locale/sl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/sl/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/sl/LC_MESSAGES/plasma_engine_notifications.mo share/locale/sl/LC_MESSAGES/plasma_engine_time.mo -share/locale/sl/LC_MESSAGES/plasma_engine_weather.mo share/locale/sl/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/sl/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/sl/LC_MESSAGES/plasma_runner_appstream.mo @@ -5146,7 +5132,6 @@ share/locale/sq/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/sq/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/sq/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/sq/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/sq/LC_MESSAGES/plasma_engine_weather.mo share/locale/sq/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/sq/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/sq/LC_MESSAGES/plasma_runner_locations.mo @@ -5198,7 +5183,6 @@ share/locale/sr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/sr/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/sr/LC_MESSAGES/plasma_engine_notifications.mo share/locale/sr/LC_MESSAGES/plasma_engine_time.mo -share/locale/sr/LC_MESSAGES/plasma_engine_weather.mo share/locale/sr/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/sr/LC_MESSAGES/plasma_runner_baloosearch.mo share/locale/sr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo @@ -5255,7 +5239,6 @@ share/locale/sr@ijekavian/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_notifications.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_time.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_weather.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_baloosearch.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_bookmarksrunner.mo @@ -5312,7 +5295,6 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_containmentactions_switchwindo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_notifications.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_time.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_weather.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_baloosearch.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_bookmarksrunner.mo @@ -5369,7 +5351,6 @@ share/locale/sr@latin/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_notifications.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_time.mo -share/locale/sr@latin/LC_MESSAGES/plasma_engine_weather.mo share/locale/sr@latin/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_baloosearch.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_bookmarksrunner.mo @@ -5398,11 +5379,13 @@ share/locale/sv/LC_MESSAGES/kcm_fonts.mo share/locale/sv/LC_MESSAGES/kcm_icons.mo share/locale/sv/LC_MESSAGES/kcm_lookandfeel.mo share/locale/sv/LC_MESSAGES/kcm_nightlight.mo +share/locale/sv/LC_MESSAGES/kcm_nighttime.mo share/locale/sv/LC_MESSAGES/kcm_notifications.mo share/locale/sv/LC_MESSAGES/kcm_regionandlang.mo share/locale/sv/LC_MESSAGES/kcm_soundtheme.mo share/locale/sv/LC_MESSAGES/kcm_style.mo share/locale/sv/LC_MESSAGES/kcm_users.mo +share/locale/sv/LC_MESSAGES/kcm_wallpaper.mo share/locale/sv/LC_MESSAGES/kcminit.mo share/locale/sv/LC_MESSAGES/kded_devicenotifications.mo share/locale/sv/LC_MESSAGES/kded_donationmessage.mo @@ -5441,7 +5424,6 @@ share/locale/sv/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/sv/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/sv/LC_MESSAGES/plasma_engine_notifications.mo share/locale/sv/LC_MESSAGES/plasma_engine_time.mo -share/locale/sv/LC_MESSAGES/plasma_engine_weather.mo share/locale/sv/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/sv/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/sv/LC_MESSAGES/plasma_runner_appstream.mo @@ -5474,6 +5456,7 @@ share/locale/ta/LC_MESSAGES/kcm_fonts.mo share/locale/ta/LC_MESSAGES/kcm_icons.mo share/locale/ta/LC_MESSAGES/kcm_lookandfeel.mo share/locale/ta/LC_MESSAGES/kcm_nightlight.mo +share/locale/ta/LC_MESSAGES/kcm_nighttime.mo share/locale/ta/LC_MESSAGES/kcm_notifications.mo share/locale/ta/LC_MESSAGES/kcm_regionandlang.mo share/locale/ta/LC_MESSAGES/kcm_soundtheme.mo @@ -5514,7 +5497,6 @@ share/locale/ta/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ta/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/ta/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ta/LC_MESSAGES/plasma_engine_time.mo -share/locale/ta/LC_MESSAGES/plasma_engine_weather.mo share/locale/ta/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/ta/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/ta/LC_MESSAGES/plasma_runner_appstream.mo @@ -5600,7 +5582,6 @@ share/locale/tg/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/tg/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/tg/LC_MESSAGES/plasma_engine_notifications.mo share/locale/tg/LC_MESSAGES/plasma_engine_time.mo -share/locale/tg/LC_MESSAGES/plasma_engine_weather.mo share/locale/tg/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/tg/LC_MESSAGES/plasma_runner_appstream.mo share/locale/tg/LC_MESSAGES/plasma_runner_bookmarksrunner.mo @@ -5656,7 +5637,6 @@ share/locale/th/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/th/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/th/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/th/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/th/LC_MESSAGES/plasma_engine_weather.mo share/locale/th/LC_MESSAGES/plasma_runner_appstream.mo share/locale/th/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/th/LC_MESSAGES/plasma_runner_calculatorrunner.mo @@ -5719,7 +5699,6 @@ share/locale/tok/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/tok/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/tok/LC_MESSAGES/plasma_engine_notifications.mo share/locale/tok/LC_MESSAGES/plasma_engine_time.mo -share/locale/tok/LC_MESSAGES/plasma_engine_weather.mo share/locale/tok/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/tok/LC_MESSAGES/plasma_runner_appstream.mo share/locale/tok/LC_MESSAGES/plasma_runner_baloosearch.mo @@ -5749,11 +5728,13 @@ share/locale/tr/LC_MESSAGES/kcm_fonts.mo share/locale/tr/LC_MESSAGES/kcm_icons.mo share/locale/tr/LC_MESSAGES/kcm_lookandfeel.mo share/locale/tr/LC_MESSAGES/kcm_nightlight.mo +share/locale/tr/LC_MESSAGES/kcm_nighttime.mo share/locale/tr/LC_MESSAGES/kcm_notifications.mo share/locale/tr/LC_MESSAGES/kcm_regionandlang.mo share/locale/tr/LC_MESSAGES/kcm_soundtheme.mo share/locale/tr/LC_MESSAGES/kcm_style.mo share/locale/tr/LC_MESSAGES/kcm_users.mo +share/locale/tr/LC_MESSAGES/kcm_wallpaper.mo share/locale/tr/LC_MESSAGES/kcminit.mo share/locale/tr/LC_MESSAGES/kded_devicenotifications.mo share/locale/tr/LC_MESSAGES/kded_donationmessage.mo @@ -5792,7 +5773,6 @@ share/locale/tr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/tr/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/tr/LC_MESSAGES/plasma_engine_notifications.mo share/locale/tr/LC_MESSAGES/plasma_engine_time.mo -share/locale/tr/LC_MESSAGES/plasma_engine_weather.mo share/locale/tr/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/tr/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/tr/LC_MESSAGES/plasma_runner_appstream.mo @@ -5840,7 +5820,6 @@ share/locale/ug/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/ug/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ug/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/ug/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/ug/LC_MESSAGES/plasma_engine_weather.mo share/locale/ug/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/ug/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/ug/LC_MESSAGES/plasma_runner_kill.mo @@ -5864,11 +5843,13 @@ share/locale/uk/LC_MESSAGES/kcm_fonts.mo share/locale/uk/LC_MESSAGES/kcm_icons.mo share/locale/uk/LC_MESSAGES/kcm_lookandfeel.mo share/locale/uk/LC_MESSAGES/kcm_nightlight.mo +share/locale/uk/LC_MESSAGES/kcm_nighttime.mo share/locale/uk/LC_MESSAGES/kcm_notifications.mo share/locale/uk/LC_MESSAGES/kcm_regionandlang.mo share/locale/uk/LC_MESSAGES/kcm_soundtheme.mo share/locale/uk/LC_MESSAGES/kcm_style.mo share/locale/uk/LC_MESSAGES/kcm_users.mo +share/locale/uk/LC_MESSAGES/kcm_wallpaper.mo share/locale/uk/LC_MESSAGES/kcminit.mo share/locale/uk/LC_MESSAGES/kded_devicenotifications.mo share/locale/uk/LC_MESSAGES/kded_donationmessage.mo @@ -5907,7 +5888,6 @@ share/locale/uk/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/uk/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/uk/LC_MESSAGES/plasma_engine_notifications.mo share/locale/uk/LC_MESSAGES/plasma_engine_time.mo -share/locale/uk/LC_MESSAGES/plasma_engine_weather.mo share/locale/uk/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/uk/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/uk/LC_MESSAGES/plasma_runner_appstream.mo @@ -5997,7 +5977,6 @@ share/locale/vi/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/vi/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/vi/LC_MESSAGES/plasma_engine_notifications.mo share/locale/vi/LC_MESSAGES/plasma_engine_time.mo -share/locale/vi/LC_MESSAGES/plasma_engine_weather.mo share/locale/vi/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/vi/LC_MESSAGES/plasma_runner_appstream.mo share/locale/vi/LC_MESSAGES/plasma_runner_baloosearch.mo @@ -6041,7 +6020,6 @@ share/locale/wa/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/wa/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/wa/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/wa/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/wa/LC_MESSAGES/plasma_engine_weather.mo share/locale/wa/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/wa/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/wa/LC_MESSAGES/plasma_runner_kill.mo @@ -6075,6 +6053,7 @@ share/locale/zh_CN/LC_MESSAGES/kcm_fonts.mo share/locale/zh_CN/LC_MESSAGES/kcm_icons.mo share/locale/zh_CN/LC_MESSAGES/kcm_lookandfeel.mo share/locale/zh_CN/LC_MESSAGES/kcm_nightlight.mo +share/locale/zh_CN/LC_MESSAGES/kcm_nighttime.mo share/locale/zh_CN/LC_MESSAGES/kcm_notifications.mo share/locale/zh_CN/LC_MESSAGES/kcm_regionandlang.mo share/locale/zh_CN/LC_MESSAGES/kcm_soundtheme.mo @@ -6118,7 +6097,6 @@ share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_notifications.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_time.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_weather.mo share/locale/zh_CN/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/zh_CN/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_appstream.mo @@ -6151,6 +6129,7 @@ share/locale/zh_TW/LC_MESSAGES/kcm_fonts.mo share/locale/zh_TW/LC_MESSAGES/kcm_icons.mo share/locale/zh_TW/LC_MESSAGES/kcm_lookandfeel.mo share/locale/zh_TW/LC_MESSAGES/kcm_nightlight.mo +share/locale/zh_TW/LC_MESSAGES/kcm_nighttime.mo share/locale/zh_TW/LC_MESSAGES/kcm_notifications.mo share/locale/zh_TW/LC_MESSAGES/kcm_regionandlang.mo share/locale/zh_TW/LC_MESSAGES/kcm_soundtheme.mo @@ -6194,7 +6173,6 @@ share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_applicationjobs.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_notifications.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_time.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_weather.mo share/locale/zh_TW/LC_MESSAGES/plasma_interactiveconsole.mo share/locale/zh_TW/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_appstream.mo @@ -6324,65 +6302,11 @@ share/plasma/plasmoids/org.kde.plasma.cameraindicator/metadata.json share/plasma/plasmoids/org.kde.plasma.clipboard/contents/config/main.xml share/plasma/plasmoids/org.kde.plasma.clipboard/contents/ui/main.qml share/plasma/plasmoids/org.kde.plasma.clipboard/metadata.json -share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml -share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/FullRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.devicenotifier/metadata.json -share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/CalendarView.qml -share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml -share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/NoTimezoneWarning.qml -share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/Tooltip.qml -share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/configAppearance.qml -share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/configCalendar.qml -share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/configTimeZones.qml -share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.digitalclock/metadata.json share/plasma/plasmoids/org.kde.plasma.icon/contents/config/main.xml share/plasma/plasmoids/org.kde.plasma.icon/contents/ui/main.qml share/plasma/plasmoids/org.kde.plasma.icon/metadata.json -share/plasma/plasmoids/org.kde.plasma.lock_logout/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.lock_logout/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.lock_logout/contents/ui/ConfigGeneral.qml -share/plasma/plasmoids/org.kde.plasma.lock_logout/contents/ui/data.js -share/plasma/plasmoids/org.kde.plasma.lock_logout/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.lock_logout/metadata.json share/plasma/plasmoids/org.kde.plasma.manage-inputmethod/contents/ui/main.qml share/plasma/plasmoids/org.kde.plasma.manage-inputmethod/metadata.json -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/CompactRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/DraggableDelegate.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/FullRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationPopup.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/components/ActionContainer.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/components/Body.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/components/DraggableFileArea.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/components/EditContextMenu.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/components/FooterLoader.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/components/HeadingButtons.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/components/Icon.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/components/JobDetails.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/components/JobIconItem.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/components/JobItem.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/components/ModelInterface.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/components/NotificationHeader.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/components/NotificationReplyField.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/components/SpeedChart.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/components/Summary.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/components/ThumbnailStrip.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/delegates/BaseDelegate.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/delegates/DelegateHistory.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/delegates/DelegateHistoryGrouped.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/delegates/DelegatePopup.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/PulseAudio.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/qmldir -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.notifications/metadata.json -share/plasma/plasmoids/org.kde.plasma.panelspacer/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.panelspacer/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.panelspacer/metadata.json share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/contents/config/faceproperties share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/metadata.json share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpucore/contents/config/faceproperties @@ -6436,6 +6360,9 @@ share/plasma/wallpapers/org.kde.image/contents/ui/main.qml share/plasma/wallpapers/org.kde.image/contents/ui/mediacomponent/AnimatedImageComponent.qml share/plasma/wallpapers/org.kde.image/contents/ui/mediacomponent/BaseMediaComponent.qml share/plasma/wallpapers/org.kde.image/contents/ui/mediacomponent/BlurComponent.qml +share/plasma/wallpapers/org.kde.image/contents/ui/mediacomponent/DayNightComponent.qml +share/plasma/wallpapers/org.kde.image/contents/ui/mediacomponent/DayNightImage.qml +share/plasma/wallpapers/org.kde.image/contents/ui/mediacomponent/DayNightView.qml share/plasma/wallpapers/org.kde.image/contents/ui/mediacomponent/StaticImageComponent.qml share/plasma/wallpapers/org.kde.image/metadata.json share/plasma/wallpapers/org.kde.slideshow/contents/config/main.xml @@ -6449,16 +6376,17 @@ share/plasma/wallpapers/org.kde.slideshow/contents/ui/main.qml share/plasma/wallpapers/org.kde.slideshow/contents/ui/mediacomponent/AnimatedImageComponent.qml share/plasma/wallpapers/org.kde.slideshow/contents/ui/mediacomponent/BaseMediaComponent.qml share/plasma/wallpapers/org.kde.slideshow/contents/ui/mediacomponent/BlurComponent.qml +share/plasma/wallpapers/org.kde.slideshow/contents/ui/mediacomponent/DayNightComponent.qml +share/plasma/wallpapers/org.kde.slideshow/contents/ui/mediacomponent/DayNightImage.qml +share/plasma/wallpapers/org.kde.slideshow/contents/ui/mediacomponent/DayNightView.qml share/plasma/wallpapers/org.kde.slideshow/contents/ui/mediacomponent/StaticImageComponent.qml share/plasma/wallpapers/org.kde.slideshow/metadata.json -share/plasma/weather/noaa_station_list.xml share/plasma5support/services/applicationjobs.operations share/plasma5support/services/notifications.operations share/plasma5support/services/org.kde.plasma.clipboard.operations share/plasma5support/services/statusnotifieritem.operations share/polkit-1/actions/org.kde.fontinst.policy share/qlogging-categories6/batterycontrol.categories -share/qlogging-categories6/devicenotifier.categories share/qlogging-categories6/kcm_regionandlang.categories share/qlogging-categories6/kcmusers.categories share/qlogging-categories6/klipper.categories |
