1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

KDE: Update KDE Plasma Desktop to 5.26

All About the Widgets

Plasma 5.26 comes with new and tweaked widgets, improves the desktop
experience leaps and bounds, and Plasma Big Screen's app family grows

Tuesday, 11 October 2022

Even with a bare-bones installation, Plasma lets you customize your
desktop a lot. If you want more, there is always Plasma’s vast ecosystem
of widgets. Widgets add features and utilities to the Plasma desktop and
today you can find out all the stuff you can do and what’s new for
widgets in Plasma 5.26.

Widgets are not the only thing to look forward to in Plasma 5.26: check
out all the new stuff landing on the desktop designed to make using
Plasma easier, more accessible and enjoyable, as well as the two new
utilities for Plasma Big Screen, KDE’s interface for smart TVs.

Announcement:	https://kde.org/announcements/plasma/5/5.26.0/

KDE: Update KDE Plasma Desktop to 5.26.5
This commit is contained in:
Tobias C. Berner 2022-09-15 19:26:07 +02:00 committed by Gleb Popov
parent ba2c522566
commit d06d26f8c4
118 changed files with 2048 additions and 1188 deletions

1
MOVED
View File

@ -17764,3 +17764,4 @@ x11-toolkits/libsexy||2023-01-30|Depends on EOLed gtk+20, not depended on in the
x11-toolkits/gtkmathview||2023-01-30|Depends on EOLed gtk+20, not depended on in the ports tree
x11-toolkits/vdk||2023-01-30|Depends on EOLed gtk+20, not depended on in the ports tree
audio/libgpod-sharp||2023-02-01|Depends on EOLed gtk+20, not depended on in the ports tree
x11/plasma5-kwayland-server|x11-wm/plasma5-kwin|2023-12-31|Reintegrated into x11-wm/plasma5-kwin

View File

@ -75,7 +75,7 @@ _KDE_RELNAME= KDE${_KDE_VERSION}
# === VERSIONS OF THE DIFFERENT COMPONENTS =====================================
# Current KDE desktop.
KDE_PLASMA_VERSION?= 5.24.7
KDE_PLASMA_VERSION?= 5.26.5
KDE_PLASMA_BRANCH?= stable
# Current KDE frameworks.
@ -240,7 +240,7 @@ _USE_FRAMEWORKS_TIER2= auth completion crash doctools \
_USE_FRAMEWORKS_TIER3= activities activities-stats baloo5 bookmarks configwidgets \
designerplugin emoticons globalaccel guiaddons \
iconthemes init kcmutils kdav kdeclarative \
kded kdesu kdewebkit kio kwayland-server newstuff notifyconfig parts \
kded kdesu kdewebkit kio newstuff notifyconfig parts \
people plasma-framework purpose runner service texteditor \
textwidgets wallet xmlgui xmlrpcclient
@ -440,9 +440,6 @@ kde-kquickcharts_PATH= ${QT_QMLDIR}/org/kde/quickcharts/libQuickCharts.so
kde-kross_PORT= lang/kf5-kross
kde-kross_LIB= libKF5KrossCore.so
kde-kwayland-server_PORT= x11/plasma5-kwayland-server
kde-kwayland-server_LIB= libKWaylandServer.so
kde-layer-shell-qt_PORT= x11/plasma5-layer-shell-qt
kde-layer-shell-qt_LIB= libLayerShellQtInterface.so
@ -633,7 +630,7 @@ kde-plasma-integration_PORT= x11/plasma5-plasma-integration
kde-plasma-integration_PATH= ${QT_PLUGINDIR}/platformthemes/KDEPlasmaPlatformTheme.so
kde-plasma-pa_PORT= audio/plasma5-plasma-pa
kde-plasma-pa_PATH= ${QT_PLUGINDIR}/kcms/kcm_pulseaudio.so
kde-plasma-pa_PATH= ${QT_PLUGINDIR}/plasma/kcms/systemsettings/kcm_pulseaudio.so
kde-plasma-sdk_PORT= devel/plasma5-plasma-sdk
kde-plasma-sdk_PATH= ${KDE_PREFIX}/bin/plasmoidviewer

View File

@ -615,6 +615,7 @@
SUBDIR += picard
SUBDIR += picard-plugins
SUBDIR += pithos
SUBDIR += plasma5-kpipewire
SUBDIR += plasma5-plasma-pa
SUBDIR += play
SUBDIR += playgsf

View File

@ -0,0 +1,20 @@
PORTNAME= kpipewire
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= audio kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 Plasma pipewire plugin
WWW= https://www.kde.org/plasma-desktop
LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire \
libepoxy.so:graphics/libepoxy \
libavcodec.so:multimedia/ffmpeg
USES= cmake compiler:c++11-lib gettext gnome kde:5 pkgconfig qt:5 \
shebangfix tar:xz
USE_GNOME= glib20
USE_KDE= coreaddons ecm i18n plasma-wayland-protocols wayland
USE_QT= core dbus declarative wayland \
buildtools:build qmake:build
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1673334423
SHA256 (KDE/plasma/5.26.5/kpipewire-5.26.5.tar.xz) = 3bb77c2aeb51267578d2fe8c46dcc9d0e51f9702abc5c1dd4f1b574430af1efb
SIZE (KDE/plasma/5.26.5/kpipewire-5.26.5.tar.xz) = 52848

View File

@ -0,0 +1,3 @@
Plasma applet for audio volume management using PulseAudio
For users of pulseaudio, this provides extended mixer applet.

View File

@ -0,0 +1,51 @@
include/KPipeWire/PipeWireRecord
include/KPipeWire/PipeWireSourceItem
include/KPipeWire/PipeWireSourceStream
include/KPipeWire/kpipewire_export.h
include/KPipeWire/pipewirerecord.h
include/KPipeWire/pipewiresourceitem.h
include/KPipeWire/pipewiresourcestream.h
lib/cmake/KPipeWire/KPipeWireConfig.cmake
lib/cmake/KPipeWire/KPipeWireConfigVersion.cmake
lib/cmake/KPipeWire/KPipeWireTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KPipeWire/KPipeWireTargets.cmake
lib/libKPipeWire.so
lib/libKPipeWire.so.5
lib/libKPipeWire.so.%%KDE_PLASMA_VERSION%%
lib/libKPipeWireRecord.so
lib/libKPipeWireRecord.so.5
lib/libKPipeWireRecord.so.%%KDE_PLASMA_VERSION%%
%%QT_QMLDIR%%/org/kde/pipewire/libKPipeWireDeclarative.so
%%QT_QMLDIR%%/org/kde/pipewire/qmldir
%%QT_QMLDIR%%/org/kde/pipewire/record/libKPipeWireRecordDeclarative.so
%%QT_QMLDIR%%/org/kde/pipewire/record/qmldir
share/locale/ar/LC_MESSAGES/kpipewire5.mo
share/locale/ca/LC_MESSAGES/kpipewire5.mo
share/locale/ca@valencia/LC_MESSAGES/kpipewire5.mo
share/locale/cs/LC_MESSAGES/kpipewire5.mo
share/locale/de/LC_MESSAGES/kpipewire5.mo
share/locale/en_GB/LC_MESSAGES/kpipewire5.mo
share/locale/es/LC_MESSAGES/kpipewire5.mo
share/locale/eu/LC_MESSAGES/kpipewire5.mo
share/locale/fi/LC_MESSAGES/kpipewire5.mo
share/locale/fr/LC_MESSAGES/kpipewire5.mo
share/locale/it/LC_MESSAGES/kpipewire5.mo
share/locale/ka/LC_MESSAGES/kpipewire5.mo
share/locale/ko/LC_MESSAGES/kpipewire5.mo
share/locale/nl/LC_MESSAGES/kpipewire5.mo
share/locale/nn/LC_MESSAGES/kpipewire5.mo
share/locale/pa/LC_MESSAGES/kpipewire5.mo
share/locale/pl/LC_MESSAGES/kpipewire5.mo
share/locale/pt/LC_MESSAGES/kpipewire5.mo
share/locale/pt_BR/LC_MESSAGES/kpipewire5.mo
share/locale/ro/LC_MESSAGES/kpipewire5.mo
share/locale/ru/LC_MESSAGES/kpipewire5.mo
share/locale/sk/LC_MESSAGES/kpipewire5.mo
share/locale/sl/LC_MESSAGES/kpipewire5.mo
share/locale/sv/LC_MESSAGES/kpipewire5.mo
share/locale/ta/LC_MESSAGES/kpipewire5.mo
share/locale/tr/LC_MESSAGES/kpipewire5.mo
share/locale/uk/LC_MESSAGES/kpipewire5.mo
share/locale/zh_CN/LC_MESSAGES/kpipewire5.mo
share/qlogging-categories5/kpipewire.categories
share/qlogging-categories5/kpipewirerecord.categories

View File

@ -12,7 +12,7 @@ LIB_DEPENDS= libcanberra.so:audio/libcanberra \
USES= cmake compiler:c++11-lib gettext gnome kde:5 pkgconfig qt:5 \
shebangfix tar:xz
USE_GNOME= glib20
USE_KDE= config configwidgets coreaddons ecm globalaccel i18n \
USE_KDE= config configwidgets coreaddons ecm globalaccel i18n kcmutils \
kdeclarative notifications package plasma-framework \
doctools:build
USE_QT= core dbus declarative gui network widgets \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610126
SHA256 (KDE/plasma/5.24.7/plasma-pa-5.24.7.tar.xz) = 781e4adf47040c4073d3bc819b3b51eaf9ea7c60655eaed18b9dea2807f0a34f
SIZE (KDE/plasma/5.24.7/plasma-pa-5.24.7.tar.xz) = 134456
TIMESTAMP = 1673334424
SHA256 (KDE/plasma/5.26.5/plasma-pa-5.26.5.tar.xz) = 0582c5dc260ff51540d15e71d1ce82d9c439fd4d57e5bb69d4c8fc28d58d29a6
SIZE (KDE/plasma/5.26.5/plasma-pa-5.26.5.tar.xz) = 142680

View File

@ -1,7 +1,8 @@
%%QT_PLUGINDIR%%/kcms/kcm_pulseaudio.so
%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_pulseaudio.so
%%QT_QMLDIR%%/org/kde/plasma/private/volume/PulseObjectFilterModel.qml
%%QT_QMLDIR%%/org/kde/plasma/private/volume/libplasma-volume-declarative.so
%%QT_QMLDIR%%/org/kde/plasma/private/volume/qmldir
share/applications/kcm_pulseaudio.desktop
share/doc/HTML/ca/kcontrol/plasma-pa/index.cache.bz2
share/doc/HTML/ca/kcontrol/plasma-pa/index.docbook
share/doc/HTML/de/kcontrol/plasma-pa/index.cache.bz2
@ -38,9 +39,6 @@ share/kpackage/kcms/kcm_pulseaudio/contents/ui/MuteButton.qml
share/kpackage/kcms/kcm_pulseaudio/contents/ui/StreamListItem.qml
share/kpackage/kcms/kcm_pulseaudio/contents/ui/VolumeSlider.qml
share/kpackage/kcms/kcm_pulseaudio/contents/ui/main.qml
share/kpackage/kcms/kcm_pulseaudio/metadata.desktop
share/kpackage/kcms/kcm_pulseaudio/metadata.json
share/kservices5/kcm_pulseaudio.desktop
share/kservices5/plasma-applet-org.kde.plasma.volume.desktop
share/locale/ar/LC_MESSAGES/kcm_pulseaudio.mo
share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo
@ -89,6 +87,8 @@ share/locale/it/LC_MESSAGES/kcm_pulseaudio.mo
share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo
share/locale/ja/LC_MESSAGES/kcm_pulseaudio.mo
share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo
share/locale/ka/LC_MESSAGES/kcm_pulseaudio.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo
share/locale/ko/LC_MESSAGES/kcm_pulseaudio.mo
share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo
share/locale/lt/LC_MESSAGES/kcm_pulseaudio.mo
@ -145,6 +145,7 @@ share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/HorizontalStackView.qml
share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/ListItemBase.qml
share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/SmallToolButton.qml
share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/StreamListItem.qml
share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/VolumeSlider.qml
share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/main.qml
share/plasma/plasmoids/org.kde.plasma.volume/metadata.desktop
share/plasma/plasmoids/org.kde.plasma.volume/metadata.json

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610127
SHA256 (KDE/plasma/5.24.7/milou-5.24.7.tar.xz) = 0d89b531cf95b7c09bd592bbc9262a53a91484743021aa3312e9d54e03eed9c3
SIZE (KDE/plasma/5.24.7/milou-5.24.7.tar.xz) = 48396
TIMESTAMP = 1673334425
SHA256 (KDE/plasma/5.26.5/milou-5.26.5.tar.xz) = 68ffe39bd59f8ba0c0d4a74c92f969d321ad4a2e86ede91fac60691f8825bfde
SIZE (KDE/plasma/5.26.5/milou-5.26.5.tar.xz) = 50668

View File

@ -8,6 +8,8 @@ lib/libmilou.so.%%KDE_PLASMA_VERSION%%
%%QT_QMLDIR%%/org/kde/milou/libmilouqmlplugin.so
%%QT_QMLDIR%%/org/kde/milou/qmldir
share/kservices5/plasma-applet-org.kde.milou.desktop
share/locale/ar/LC_MESSAGES/milou.mo
share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.milou.mo
share/locale/ast/LC_MESSAGES/milou.mo
share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.milou.mo
share/locale/bg/LC_MESSAGES/milou.mo
@ -50,6 +52,8 @@ share/locale/id/LC_MESSAGES/milou.mo
share/locale/id/LC_MESSAGES/plasma_applet_org.kde.milou.mo
share/locale/it/LC_MESSAGES/milou.mo
share/locale/it/LC_MESSAGES/plasma_applet_org.kde.milou.mo
share/locale/ka/LC_MESSAGES/milou.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.milou.mo
share/locale/ko/LC_MESSAGES/milou.mo
share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.milou.mo
share/locale/lt/LC_MESSAGES/milou.mo
@ -95,6 +99,5 @@ share/metainfo/org.kde.milou.appdata.xml
share/plasma/plasmoids/org.kde.milou/contents/ui/SearchField.qml
share/plasma/plasmoids/org.kde.milou/contents/ui/globals.js
share/plasma/plasmoids/org.kde.milou/contents/ui/main.qml
share/plasma/plasmoids/org.kde.milou/contents/ui/previews/TextPreview.qml
share/plasma/plasmoids/org.kde.milou/metadata.desktop
share/plasma/plasmoids/org.kde.milou/metadata.json

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610129
SHA256 (KDE/plasma/5.24.7/sddm-kcm-5.24.7.tar.xz) = 6e4cad739fa4c5f4f0a4074cb465120a505c13cb581ef275e3b4f5e955071fb1
SIZE (KDE/plasma/5.24.7/sddm-kcm-5.24.7.tar.xz) = 82828
TIMESTAMP = 1673334426
SHA256 (KDE/plasma/5.26.5/sddm-kcm-5.26.5.tar.xz) = bb33f4d7d64d51d32abb110ff9b560d7e19dbbf321bdb70abd6d66bedb59f431
SIZE (KDE/plasma/5.26.5/sddm-kcm-5.26.5.tar.xz) = 82944

View File

@ -33,9 +33,9 @@ share/locale/ia/LC_MESSAGES/kcm_sddm.mo
share/locale/id/LC_MESSAGES/kcm_sddm.mo
share/locale/it/LC_MESSAGES/kcm_sddm.mo
share/locale/ja/LC_MESSAGES/kcm_sddm.mo
share/locale/ka/LC_MESSAGES/kcm_sddm.mo
share/locale/ko/LC_MESSAGES/kcm_sddm.mo
share/locale/lt/LC_MESSAGES/kcm_sddm.mo
share/locale/ml/LC_MESSAGES/kcm_sddm.mo
share/locale/nb/LC_MESSAGES/kcm_sddm.mo
share/locale/nl/LC_MESSAGES/kcm_sddm.mo
share/locale/nn/LC_MESSAGES/kcm_sddm.mo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610129
SHA256 (KDE/plasma/5.24.7/xdg-desktop-portal-kde-5.24.7.tar.xz) = 7a2a80efa44b060ba56741dd7bb05668e290fce78685e985ea0cccb3c061b830
SIZE (KDE/plasma/5.24.7/xdg-desktop-portal-kde-5.24.7.tar.xz) = 90056
TIMESTAMP = 1673334427
SHA256 (KDE/plasma/5.26.5/xdg-desktop-portal-kde-5.26.5.tar.xz) = 52ff8564201b7693cc3ea0fc93e7bfe307fe55c98661a2a5e5ba8f0612f5f6c3
SIZE (KDE/plasma/5.26.5/xdg-desktop-portal-kde-5.26.5.tar.xz) = 110164

View File

@ -24,6 +24,7 @@ share/locale/hu/LC_MESSAGES/xdg-desktop-portal-kde.mo
share/locale/ia/LC_MESSAGES/xdg-desktop-portal-kde.mo
share/locale/id/LC_MESSAGES/xdg-desktop-portal-kde.mo
share/locale/it/LC_MESSAGES/xdg-desktop-portal-kde.mo
share/locale/ka/LC_MESSAGES/xdg-desktop-portal-kde.mo
share/locale/ko/LC_MESSAGES/xdg-desktop-portal-kde.mo
share/locale/lt/LC_MESSAGES/xdg-desktop-portal-kde.mo
share/locale/nl/LC_MESSAGES/xdg-desktop-portal-kde.mo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610130
SHA256 (KDE/plasma/5.24.7/khotkeys-5.24.7.tar.xz) = 2b9294086f11af9805463d0b4d7e4319b3aff9f1cf0bc6865323bb033f185fde
SIZE (KDE/plasma/5.24.7/khotkeys-5.24.7.tar.xz) = 1856468
TIMESTAMP = 1673334428
SHA256 (KDE/plasma/5.26.5/khotkeys-5.26.5.tar.xz) = 88533dfe85fc1cf1212e4daa64e8c447a476fe0f735a4d6a6fb94e736c817552
SIZE (KDE/plasma/5.26.5/khotkeys-5.26.5.tar.xz) = 1839284

View File

@ -103,6 +103,7 @@ share/locale/id/LC_MESSAGES/khotkeys.mo
share/locale/is/LC_MESSAGES/khotkeys.mo
share/locale/it/LC_MESSAGES/khotkeys.mo
share/locale/ja/LC_MESSAGES/khotkeys.mo
share/locale/ka/LC_MESSAGES/khotkeys.mo
share/locale/kk/LC_MESSAGES/khotkeys.mo
share/locale/km/LC_MESSAGES/khotkeys.mo
share/locale/kn/LC_MESSAGES/khotkeys.mo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610132
SHA256 (KDE/plasma/5.24.7/kwrited-5.24.7.tar.xz) = 6728263778dac8b81a2d0e19933872525ac2232b65dfe039ad5db3cb71003995
SIZE (KDE/plasma/5.24.7/kwrited-5.24.7.tar.xz) = 20924
TIMESTAMP = 1673334429
SHA256 (KDE/plasma/5.26.5/kwrited-5.26.5.tar.xz) = a9d66d664baecad2898f624c097f4283dea49dca376ea00f08a54fee17dd4a93
SIZE (KDE/plasma/5.26.5/kwrited-5.26.5.tar.xz) = 23400

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610133
SHA256 (KDE/plasma/5.24.7/plasma-sdk-5.24.7.tar.xz) = fc9692921df85f2c65a5d372098500f1a3d4ccbcb0573518a2cbc3c9463b3aef
SIZE (KDE/plasma/5.24.7/plasma-sdk-5.24.7.tar.xz) = 264952
TIMESTAMP = 1673334430
SHA256 (KDE/plasma/5.26.5/plasma-sdk-5.26.5.tar.xz) = 361dff77d1e040f329a5169211a88eb008b37a440873242464a1ed7299d0405c
SIZE (KDE/plasma/5.26.5/plasma-sdk-5.26.5.tar.xz) = 274576

View File

@ -6,7 +6,7 @@ bin/plasmoidviewer
%%QT_PLUGINDIR%%/ktexteditor/cuttlefishplugin.so
man/man1/plasmaengineexplorer.1.gz
man/man1/plasmoidviewer.1.gz
share/applications/org.kde.cuttlefish.desktop
share/applications/org.kde.plasma.cuttlefish.desktop
share/applications/org.kde.plasma.lookandfeelexplorer.desktop
share/applications/org.kde.plasma.themeexplorer.desktop
share/applications/org.kde.plasmaengineexplorer.desktop
@ -49,7 +49,6 @@ share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/fakecontrols/
share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/main.qml
share/kpackage/genericqml/org.kde.plasma.themeexplorer/metadata.desktop
share/kpackage/genericqml/org.kde.plasma.themeexplorer/metadata.json
share/kservices5/plasma-package-org.kde.plasma.cuttlefish.desktop
share/kservices5/plasma-shell-org.kde.plasma.plasmoidviewershell.desktop
share/locale/ar/LC_MESSAGES/cuttlefish.mo
share/locale/ar/LC_MESSAGES/cuttlefish_editorplugin.mo
@ -232,6 +231,13 @@ share/locale/ja/LC_MESSAGES/org.kde.plasma.themeexplorer.mo
share/locale/ja/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo
share/locale/ja/LC_MESSAGES/plasmaengineexplorer.mo
share/locale/ja/LC_MESSAGES/plasmoidviewer.mo
share/locale/ka/LC_MESSAGES/cuttlefish.mo
share/locale/ka/LC_MESSAGES/cuttlefish_editorplugin.mo
share/locale/ka/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo
share/locale/ka/LC_MESSAGES/org.kde.plasma.themeexplorer.mo
share/locale/ka/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo
share/locale/ka/LC_MESSAGES/plasmaengineexplorer.mo
share/locale/ka/LC_MESSAGES/plasmoidviewer.mo
share/locale/kk/LC_MESSAGES/plasmaengineexplorer.mo
share/locale/kk/LC_MESSAGES/plasmoidviewer.mo
share/locale/km/LC_MESSAGES/plasmaengineexplorer.mo
@ -419,28 +425,12 @@ share/locale/zh_TW/LC_MESSAGES/org.kde.plasma.themeexplorer.mo
share/locale/zh_TW/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo
share/locale/zh_TW/LC_MESSAGES/plasmaengineexplorer.mo
share/locale/zh_TW/LC_MESSAGES/plasmoidviewer.mo
share/metainfo/org.kde.cuttlefish.appdata.xml
share/metainfo/org.kde.plasma.cuttlefish.appdata.xml
share/metainfo/org.kde.plasma.lookandfeelexplorer.appdata.xml
share/metainfo/org.kde.plasma.plasmoidviewershell.appdata.xml
share/metainfo/org.kde.plasma.themeexplorer.appdata.xml
share/metainfo/org.kde.plasmaengineexplorer.appdata.xml
share/metainfo/org.kde.plasmoidviewer.appdata.xml
share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/Actions.qml
share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/Comparison.qml
share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/GlobalMenuBar.qml
share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/IconGrid.qml
share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/IconGridDelegate.qml
share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/IconMontage.qml
share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/Menu.qml
share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/Preview.qml
share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/ResponsivePreview.qml
share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/Screenshot.qml
share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/Tools.qml
share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/ToolsResponsive.qml
share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/cuttlefish.qml
share/plasma/packages/org.kde.plasma.cuttlefish/metadata.desktop
share/plasma/packages/org.kde.plasma.cuttlefish/metadata.json
share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/applet/AppletError.qml
share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/applet/CompactApplet.qml
share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/applet/DefaultCompactRepresentation.qml

View File

@ -294,6 +294,7 @@
SUBDIR += pipe-viewer
SUBDIR += pipewire
SUBDIR += pitivi
SUBDIR += plasma5-plank-player
SUBDIR += playerctl
SUBDIR += plexmediaserver
SUBDIR += plexmediaserver-plexpass

View File

@ -0,0 +1,15 @@
PORTNAME= plank-player
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= multimedia kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 Bigscreen Multimedia Player
WWW= https://www.kde.org/plasma-desktop
USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 \
shebangfix tar:xz
USE_KDE= ecm i18n kirigami2
USE_QT= core declarative multimedia quickcontrols2 \
buildtools:build qmake:build
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1673334431
SHA256 (KDE/plasma/5.26.5/plank-player-5.26.5.tar.xz) = 7aed93e0f6c40b5e64977476743cf222479a03693a5410f47d1134862b39dca3
SIZE (KDE/plasma/5.26.5/plank-player-5.26.5.tar.xz) = 156900

View File

@ -0,0 +1,3 @@
Plasma applet for audio volume management using PulseAudio
For users of pulseaudio, this provides extended mixer applet.

View File

@ -0,0 +1,25 @@
bin/plank-player
share/applications/org.plank.player.desktop
share/icons/hicolor/128x128/apps/plank-player.png
share/icons/hicolor/256x256/apps/plank-player.png
share/locale/ca/LC_MESSAGES/plank-player.mo
share/locale/ca@valencia/LC_MESSAGES/plank-player.mo
share/locale/en_GB/LC_MESSAGES/plank-player.mo
share/locale/es/LC_MESSAGES/plank-player.mo
share/locale/eu/LC_MESSAGES/plank-player.mo
share/locale/fi/LC_MESSAGES/plank-player.mo
share/locale/fr/LC_MESSAGES/plank-player.mo
share/locale/it/LC_MESSAGES/plank-player.mo
share/locale/ka/LC_MESSAGES/plank-player.mo
share/locale/nl/LC_MESSAGES/plank-player.mo
share/locale/nn/LC_MESSAGES/plank-player.mo
share/locale/pl/LC_MESSAGES/plank-player.mo
share/locale/pt/LC_MESSAGES/plank-player.mo
share/locale/pt_BR/LC_MESSAGES/plank-player.mo
share/locale/ru/LC_MESSAGES/plank-player.mo
share/locale/sk/LC_MESSAGES/plank-player.mo
share/locale/sl/LC_MESSAGES/plank-player.mo
share/locale/sv/LC_MESSAGES/plank-player.mo
share/locale/tr/LC_MESSAGES/plank-player.mo
share/locale/uk/LC_MESSAGES/plank-player.mo
share/metainfo/org.kde.invent.plank_player.metainfo.xml

View File

@ -1,5 +1,6 @@
PORTNAME= kscreenlocker
DISTVERSION= ${KDE_PLASMA_VERSION}
PORTREVISION= 1
CATEGORIES= security kde kde-plasma
MAINTAINER= kde@FreeBSD.org
@ -10,7 +11,8 @@ BUILD_DEPENDS= ck-list-sessions:sysutils/consolekit2
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
libxcb-keysyms.so:x11/xcb-util-keysyms
RUN_DEPENDS= ck-list-sessions:sysutils/consolekit2\
dbus-send:devel/dbus
dbus-send:devel/dbus \
unix-selfauth-helper>=1.0:security/unix-selfauth-helper
USES= cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig qt:5 \
shebangfix tar:xz xorg
@ -24,8 +26,14 @@ USE_QT= core dbus declarative gui network qdbus widgets x11extras xml \
buildtools:build qmake:build testlib:build
USE_XORG= ice sm x11 xcb xcursor xext xi
SUB_FILES= kde.pam
CPE_VENDOR= kde
SHEBANG_FILES= updaters/ksreenlocker_5_3_separate_autologin.pl
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/etc/pam.d
${INSTALL_DATA} ${WRKDIR}/kde.pam ${STAGEDIR}${PREFIX}/etc/pam.d/kde
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610134
SHA256 (KDE/plasma/5.24.7/kscreenlocker-5.24.7.tar.xz) = ef4d44d5b51b61a079999b1f671169c14b21553db0155689cfe22a7649c4feac
SIZE (KDE/plasma/5.24.7/kscreenlocker-5.24.7.tar.xz) = 120928
TIMESTAMP = 1673334432
SHA256 (KDE/plasma/5.26.5/kscreenlocker-5.26.5.tar.xz) = 4f70a3647fbc68240ac104ee1f596eca2558ba98d38e4a4e42a784b9561f9653
SIZE (KDE/plasma/5.26.5/kscreenlocker-5.26.5.tar.xz) = 116164

View File

@ -0,0 +1,3 @@
auth sufficient pam_exec.so return_prog_exit_status expose_authtok %%PREFIX%%/libexec/unix-selfauth-helper
auth include system
account include system

View File

@ -1,5 +1,5 @@
@(,,4555) lib/libexec/kcheckpass
bin/ck-unlock-session
etc/pam.d/kde
include/KScreenLocker/KScreenLocker/KsldApp
include/KScreenLocker/KScreenLocker/kscreenlocker_export.h
include/KScreenLocker/KScreenLocker/ksldapp.h
@ -12,7 +12,8 @@ lib/libKScreenLocker.so
lib/libKScreenLocker.so.5
lib/libKScreenLocker.so.%%KDE_PLASMA_VERSION%%
lib/libexec/kscreenlocker_greet
%%QT_PLUGINDIR%%/kcms/kcm_screenlocker.so
%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_screenlocker.so
share/applications/kcm_screenlocker.desktop
share/dbus-1/interfaces/kf5_org.freedesktop.ScreenSaver.xml
share/dbus-1/interfaces/org.kde.screensaver.xml
share/kconf_update/kscreenlocker.upd
@ -22,14 +23,12 @@ share/kpackage/kcms/kcm_screenlocker/contents/ui/Appearance.qml
share/kpackage/kcms/kcm_screenlocker/contents/ui/LnfConfig.qml
share/kpackage/kcms/kcm_screenlocker/contents/ui/WallpaperConfig.qml
share/kpackage/kcms/kcm_screenlocker/contents/ui/main.qml
share/kpackage/kcms/kcm_screenlocker/metadata.desktop
share/kpackage/kcms/kcm_screenlocker/metadata.json
share/kservices5/screenlocker.desktop
share/ksmserver/screenlocker/org.kde.passworddialog/metadata.desktop
share/locale/ar/LC_MESSAGES/kcm_screenlocker.mo
share/locale/ar/LC_MESSAGES/kscreenlocker.mo
share/locale/ar/LC_MESSAGES/kscreenlocker_greet.mo
share/locale/ast/LC_MESSAGES/kcm_screenlocker.mo
share/locale/az/LC_MESSAGES/kscreenlocker.mo
share/locale/bg/LC_MESSAGES/kcm_screenlocker.mo
share/locale/bg/LC_MESSAGES/kscreenlocker.mo
share/locale/bg/LC_MESSAGES/kscreenlocker_greet.mo
@ -96,6 +95,9 @@ share/locale/it/LC_MESSAGES/kscreenlocker_greet.mo
share/locale/ja/LC_MESSAGES/kcm_screenlocker.mo
share/locale/ja/LC_MESSAGES/kscreenlocker.mo
share/locale/ja/LC_MESSAGES/kscreenlocker_greet.mo
share/locale/ka/LC_MESSAGES/kcm_screenlocker.mo
share/locale/ka/LC_MESSAGES/kscreenlocker.mo
share/locale/ka/LC_MESSAGES/kscreenlocker_greet.mo
share/locale/kk/LC_MESSAGES/kscreenlocker.mo
share/locale/kk/LC_MESSAGES/kscreenlocker_greet.mo
share/locale/ko/LC_MESSAGES/kcm_screenlocker.mo
@ -160,6 +162,8 @@ share/locale/sv/LC_MESSAGES/kcm_screenlocker.mo
share/locale/sv/LC_MESSAGES/kscreenlocker.mo
share/locale/sv/LC_MESSAGES/kscreenlocker_greet.mo
share/locale/ta/LC_MESSAGES/kcm_screenlocker.mo
share/locale/ta/LC_MESSAGES/kscreenlocker.mo
share/locale/ta/LC_MESSAGES/kscreenlocker_greet.mo
share/locale/tg/LC_MESSAGES/kcm_screenlocker.mo
share/locale/tg/LC_MESSAGES/kscreenlocker.mo
share/locale/tr/LC_MESSAGES/kcm_screenlocker.mo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610135
SHA256 (KDE/plasma/5.24.7/ksshaskpass-5.24.7.tar.xz) = 20f76f66955d56f10cc17cb3c656536ce5b323f08e43a771a32e626c640f4b83
SIZE (KDE/plasma/5.24.7/ksshaskpass-5.24.7.tar.xz) = 24708
TIMESTAMP = 1673334433
SHA256 (KDE/plasma/5.26.5/ksshaskpass-5.26.5.tar.xz) = a0438ca0dd28bb2187a35106a599f3cf3c3ef4f8be7f056d892584ade6ea124c
SIZE (KDE/plasma/5.26.5/ksshaskpass-5.26.5.tar.xz) = 27580

View File

@ -21,6 +21,7 @@ share/locale/hu/LC_MESSAGES/ksshaskpass.mo
share/locale/ia/LC_MESSAGES/ksshaskpass.mo
share/locale/id/LC_MESSAGES/ksshaskpass.mo
share/locale/it/LC_MESSAGES/ksshaskpass.mo
share/locale/ka/LC_MESSAGES/ksshaskpass.mo
share/locale/ko/LC_MESSAGES/ksshaskpass.mo
share/locale/lt/LC_MESSAGES/ksshaskpass.mo
share/locale/ml/LC_MESSAGES/ksshaskpass.mo
@ -43,5 +44,6 @@ share/locale/sv/LC_MESSAGES/ksshaskpass.mo
share/locale/tg/LC_MESSAGES/ksshaskpass.mo
share/locale/tr/LC_MESSAGES/ksshaskpass.mo
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

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610136
SHA256 (KDE/plasma/5.24.7/kwallet-pam-5.24.7.tar.xz) = 5839c16e96c2bb1709eb5ef09aca317e26f0f59c0f92d9bf417ace2b0801a3f2
SIZE (KDE/plasma/5.24.7/kwallet-pam-5.24.7.tar.xz) = 20520
TIMESTAMP = 1673334433
SHA256 (KDE/plasma/5.26.5/kwallet-pam-5.26.5.tar.xz) = dd27775cdc630592f2f7f88c7eb75e093fb774770eb9864fa30fb48860fcb7b0
SIZE (KDE/plasma/5.26.5/kwallet-pam-5.26.5.tar.xz) = 22808

View File

@ -15,11 +15,11 @@ USE_KDE= archive attica auth codecs completion config configwidgets \
coreaddons crash dbusaddons i18n iconthemes idletime \
itemmodels itemviews jobwidgets kcmutils kdeclarative kio \
kirigami2 newstuff notifications package plasma-framework \
service solid textwidgets wallet widgetsaddons windowsystem \
xmlgui \
purpose service solid textwidgets wallet widgetsaddons \
windowsystem xmlgui \
ecm:build
USE_QT= concurrent core dbus declarative gui network svg widgets \
x11extras xml \
USE_QT= concurrent core dbus declarative gui network svg webview \
widgets x11extras xml \
buildtools:build qmake:build testlib:build
USE_XORG= x11

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610137
SHA256 (KDE/plasma/5.24.7/discover-5.24.7.tar.xz) = e90e65743afdfece88cd6244feb6e9f44b8260bb3439a79cdd62442b61b0c3d4
SIZE (KDE/plasma/5.24.7/discover-5.24.7.tar.xz) = 8269324
TIMESTAMP = 1673334434
SHA256 (KDE/plasma/5.26.5/discover-5.26.5.tar.xz) = a6babe848fe25395688bf48417aa95781e61a23e07f61df374f6e36d8f23cda5
SIZE (KDE/plasma/5.26.5/discover-5.26.5.tar.xz) = 666824

View File

@ -4,8 +4,8 @@ etc/xdg/autostart/org.kde.discover.notifier.desktop
lib/libexec/DiscoverNotifier
lib/plasma-discover/libDiscoverCommon.so
lib/plasma-discover/libDiscoverNotifiers.so
%%QT_PLUGINDIR%%/discover/kns-backend.so
%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_updates.so
share/applications/kcm_updates.desktop
share/applications/org.kde.discover.desktop
share/applications/org.kde.discover.notifier.desktop
share/applications/org.kde.discover.snap.desktop
@ -115,6 +115,10 @@ share/locale/ja/LC_MESSAGES/kcm_updates.mo
share/locale/ja/LC_MESSAGES/libdiscover.mo
share/locale/ja/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/ja/LC_MESSAGES/plasma-discover.mo
share/locale/ka/LC_MESSAGES/kcm_updates.mo
share/locale/ka/LC_MESSAGES/libdiscover.mo
share/locale/ka/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/ka/LC_MESSAGES/plasma-discover.mo
share/locale/kk/LC_MESSAGES/libdiscover.mo
share/locale/kk/LC_MESSAGES/plasma-discover.mo
share/locale/ko/LC_MESSAGES/kcm_updates.mo
@ -195,11 +199,13 @@ share/locale/sv/LC_MESSAGES/libdiscover.mo
share/locale/sv/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/sv/LC_MESSAGES/plasma-discover.mo
share/locale/ta/LC_MESSAGES/kcm_updates.mo
share/locale/ta/LC_MESSAGES/libdiscover.mo
share/locale/ta/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/ta/LC_MESSAGES/plasma-discover.mo
share/locale/tg/LC_MESSAGES/libdiscover.mo
share/locale/tg/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/tg/LC_MESSAGES/plasma-discover.mo
share/locale/tr/LC_MESSAGES/kcm_updates.mo
share/locale/tr/LC_MESSAGES/libdiscover.mo
share/locale/tr/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/tr/LC_MESSAGES/plasma-discover.mo
@ -215,6 +221,7 @@ share/locale/zh_CN/LC_MESSAGES/kcm_updates.mo
share/locale/zh_CN/LC_MESSAGES/libdiscover.mo
share/locale/zh_CN/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/zh_CN/LC_MESSAGES/plasma-discover.mo
share/locale/zh_TW/LC_MESSAGES/kcm_updates.mo
share/locale/zh_TW/LC_MESSAGES/libdiscover.mo
share/locale/zh_TW/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/zh_TW/LC_MESSAGES/plasma-discover.mo

View File

@ -6,13 +6,16 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 crash handler
WWW= https://www.kde.org/plasma-desktop
LIB_DEPENDS= libKUserFeedbackCore.so:deskutils/kuserfeedback
USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz xorg
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
i18n idletime jobwidgets kio notifications service \
syntaxhighlighting wallet widgetsaddons windowsystem \
i18n idletime jobwidgets kdeclarative kio notifications \
service syntaxhighlighting wallet widgetsaddons windowsystem \
xmlrpcclient \
ecm:build
USE_QT= concurrent core dbus gui network widgets x11extras xml \
USE_QT= concurrent core dbus declarative gui network widgets x11extras \
xml \
buildtools:build qmake:build testlib:build
USE_XORG= x11

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610138
SHA256 (KDE/plasma/5.24.7/drkonqi-5.24.7.tar.xz) = 12f58b4da6dfa9b8e5cbac1a627aa7a9e47f0ee8c802bcee7e3d59a534d3783c
SIZE (KDE/plasma/5.24.7/drkonqi-5.24.7.tar.xz) = 801108
TIMESTAMP = 1673334435
SHA256 (KDE/plasma/5.26.5/drkonqi-5.26.5.tar.xz) = 07f0c9fe9d03f3b6c6b86930f01f57ec04a0143596d237ca6af2f343353ad4eb
SIZE (KDE/plasma/5.26.5/drkonqi-5.26.5.tar.xz) = 507664

View File

@ -52,6 +52,7 @@ share/locale/id/LC_MESSAGES/drkonqi5.mo
share/locale/is/LC_MESSAGES/drkonqi5.mo
share/locale/it/LC_MESSAGES/drkonqi5.mo
share/locale/ja/LC_MESSAGES/drkonqi5.mo
share/locale/ka/LC_MESSAGES/drkonqi5.mo
share/locale/kk/LC_MESSAGES/drkonqi5.mo
share/locale/km/LC_MESSAGES/drkonqi5.mo
share/locale/kn/LC_MESSAGES/drkonqi5.mo

View File

@ -6,8 +6,8 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 non-interactive system tools
WWW= https://www.kde.org/plasma-desktop
USES= cmake compiler:c++11-lib cpe gettext desktop-file-utils \
kde:5 qt:5 tar:xz xorg
USES= cmake compiler:c++11-lib cpe desktop-file-utils gettext kde:5 \
qt:5 tar:xz xorg
USE_KDE= activities auth bookmarks codecs completion config \
configwidgets coreaddons crash emoticons guiaddons i18n \
iconthemes init itemmodels itemviews jobwidgets kcmutils \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610139
SHA256 (KDE/plasma/5.24.7/kde-cli-tools-5.24.7.tar.xz) = 4e86e11c3c71d9780fcf65b3c4703c8a75064cf9fd791e8d5f4bcb6659ce3572
SIZE (KDE/plasma/5.24.7/kde-cli-tools-5.24.7.tar.xz) = 635332
TIMESTAMP = 1673334436
SHA256 (KDE/plasma/5.26.5/kde-cli-tools-5.26.5.tar.xz) = 79660c20973616eb7a13dd6a9730e1a3eb61cd35939af95edd9ac0385bc75d36
SIZE (KDE/plasma/5.26.5/kde-cli-tools-5.26.5.tar.xz) = 630776

View File

@ -413,6 +413,15 @@ share/locale/ja/LC_MESSAGES/kmimetypefinder5.mo
share/locale/ja/LC_MESSAGES/kstart5.mo
share/locale/ja/LC_MESSAGES/ktraderclient5.mo
share/locale/ja/LC_MESSAGES/plasma-open-settings.mo
share/locale/ka/LC_MESSAGES/kbroadcastnotification.mo
share/locale/ka/LC_MESSAGES/kcm5_filetypes.mo
share/locale/ka/LC_MESSAGES/kcmshell5.mo
share/locale/ka/LC_MESSAGES/kdesu5.mo
share/locale/ka/LC_MESSAGES/kioclient.mo
share/locale/ka/LC_MESSAGES/kmimetypefinder5.mo
share/locale/ka/LC_MESSAGES/kstart5.mo
share/locale/ka/LC_MESSAGES/ktraderclient5.mo
share/locale/ka/LC_MESSAGES/plasma-open-settings.mo
share/locale/kk/LC_MESSAGES/kcm5_filetypes.mo
share/locale/kk/LC_MESSAGES/kcmshell5.mo
share/locale/kk/LC_MESSAGES/kdesu5.mo
@ -715,6 +724,7 @@ share/locale/tr/LC_MESSAGES/kioclient.mo
share/locale/tr/LC_MESSAGES/kmimetypefinder5.mo
share/locale/tr/LC_MESSAGES/kstart5.mo
share/locale/tr/LC_MESSAGES/ktraderclient5.mo
share/locale/tr/LC_MESSAGES/plasma-open-settings.mo
share/locale/ug/LC_MESSAGES/kcm5_filetypes.mo
share/locale/ug/LC_MESSAGES/kcmshell5.mo
share/locale/ug/LC_MESSAGES/kdesu5.mo
@ -773,3 +783,4 @@ share/locale/zh_TW/LC_MESSAGES/kioclient.mo
share/locale/zh_TW/LC_MESSAGES/kmimetypefinder5.mo
share/locale/zh_TW/LC_MESSAGES/kstart5.mo
share/locale/zh_TW/LC_MESSAGES/ktraderclient5.mo
share/locale/zh_TW/LC_MESSAGES/plasma-open-settings.mo

View File

@ -30,10 +30,6 @@ USE_XORG= ice sm x11 xext
# TODO -- this should be handled correctly...
LDFLAGS+=-ldevinfo
post-extract:
# File move not handled by patch
${MV} ${WRKSRC}/Modules/pci/kcm_pci.json ${WRKSRC}/Modules/pci/kcm_pci.json.cmake
# install freebsd-logo and distrorc
post-install:
${MKDIR} ${STAGEDIR}/${DATADIR}/images

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610140
SHA256 (KDE/plasma/5.24.7/kinfocenter-5.24.7.tar.xz) = 00ef0741fb883f2e567628e65b93c640d756421f163908e22c8c347f1ad200c3
SIZE (KDE/plasma/5.24.7/kinfocenter-5.24.7.tar.xz) = 722400
TIMESTAMP = 1673334437
SHA256 (KDE/plasma/5.26.5/kinfocenter-5.26.5.tar.xz) = 9d786692be2bcdcbdf6db438428b76e6b2c7751a383446c79ef18b7caa136a66
SIZE (KDE/plasma/5.26.5/kinfocenter-5.26.5.tar.xz) = 736144

View File

@ -1,124 +0,0 @@
From 602697a3e3870335358dd9334bcacd1157af371b Mon Sep 17 00:00:00 2001
From: "Tobias C. Berner" <tcberner@FreeBSD.org>
Date: Mon, 24 Jan 2022 11:41:16 +0100
Subject: [PATCH] kcm_pci: add support for pciconf for FreeBSD
Summary:
* add search module for pciconf binary
* prefer pciconf over lspci if found (maybe add an option to override?)
* add backend.h containing 'pciconv -lv' respectively 'lscpi -v'
Test Plan:
Reviewers: #freebsd
Subscribers:
---
Modules/pci/CMakeLists.txt | 14 ++++++++++++++
Modules/pci/backend.h.cmake | 2 ++
Modules/pci/{kcm_pci.json => kcm_pci.json.cmake} | 2 +-
Modules/pci/main.cpp | 5 ++++-
cmake/Findpciconf.cmake | 10 ++++++++++
5 files changed, 31 insertions(+), 2 deletions(-)
create mode 100644 Modules/pci/backend.h.cmake
rename Modules/pci/{kcm_pci.json => kcm_pci.json.cmake} (99%)
create mode 100644 cmake/Findpciconf.cmake
diff --git Modules/pci/CMakeLists.txt Modules/pci/CMakeLists.txt
index 664d6bb1..5b35ab8d 100644
--- Modules/pci/CMakeLists.txt
+++ Modules/pci/CMakeLists.txt
@@ -4,6 +4,20 @@
find_package(lspci)
set_package_properties(lspci PROPERTIES TYPE RUNTIME)
+find_package(pciconf)
+set_package_properties(pciconf PROPERTIES TYPE RUNTIME)
+
+if(pciconf_FOUND)
+ set(PCI_BACKEND pciconf)
+ set(PCI_BACKEND_ARGUMENTS "-lv")
+else()
+ set(PCI_BACKEND lspci)
+ set(PCI_BACKEND_ARGUMENTS "-v")
+endif()
+
+configure_file(kcm_pci.json.cmake kcm_pci.json)
+configure_file(backend.h.cmake backend.h)
+
add_definitions(-DTRANSLATION_DOMAIN=\"kcm_pci\")
add_library(kcm_pci MODULE main.cpp)
diff --git Modules/pci/backend.h.cmake Modules/pci/backend.h.cmake
new file mode 100644
index 00000000..525b37b0
--- /dev/null
+++ Modules/pci/backend.h.cmake
@@ -0,0 +1,2 @@
+#cmakedefine PCI_BACKEND "@PCI_BACKEND@"
+#cmakedefine PCI_BACKEND_ARGUMENTS "@PCI_BACKEND_ARGUMENTS@"
diff --git Modules/pci/kcm_pci.json Modules/pci/kcm_pci.json.cmake
similarity index 99%
rename from Modules/pci/kcm_pci.json
rename to Modules/pci/kcm_pci.json.cmake
index 695f43c5..23036fac 100644
--- Modules/pci/kcm_pci.json
+++ Modules/pci/kcm_pci.json.cmake
@@ -121,7 +121,7 @@
"Name[zh_CN]": "PCI",
"Name[zh_TW]": "PCI"
},
- "TryExec": "lspci",
+ "TryExec": "@PCI_BACKEND@",
"X-KDE-KInfoCenter-Category": "device_information",
"X-KDE-Keywords": "PCI,PCI-Devices,PCI-Bus,System Information",
"X-KDE-Keywords[ar]": "PCI,أجهزة PCI,PCI-Bus,معلومات النّظام",
diff --git Modules/pci/main.cpp Modules/pci/main.cpp
index 590503ab..30179d64 100644
--- Modules/pci/main.cpp
+++ Modules/pci/main.cpp
@@ -1,6 +1,7 @@
/*
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
SPDX-FileCopyrightText: 2021 Harald Sitter <sitter@kde.org>
+ SPDX-FileCopyrightText: 2022 Tobias C. Berner <tcberner@FreeBSD.org>
*/
#include <KAboutData>
@@ -10,6 +11,8 @@
#include <CommandOutputContext.h>
+#include "backend.h"
+
class KCMXServer : public KQuickAddons::ConfigModule
{
Q_OBJECT
@@ -17,7 +20,7 @@ public:
explicit KCMXServer(QObject *parent, const KPluginMetaData &data, const QVariantList &args)
: ConfigModule(parent, data, args)
{
- auto outputContext = new CommandOutputContext(QStringLiteral("lspci"), {QStringLiteral("-v")}, parent);
+ auto outputContext = new CommandOutputContext(QStringLiteral(PCI_BACKEND), {QStringLiteral(PCI_BACKEND_ARGUMENTS)}, parent);
qmlRegisterSingletonInstance("org.kde.kinfocenter.pci.private", 1, 0, "InfoOutputContext", outputContext);
auto *about = new KAboutData(QStringLiteral("kcm_pci"), i18nc("@label kcm name", "PCI"), QStringLiteral("1.0"), QString(), KAboutLicense::GPL);
diff --git cmake/Findpciconf.cmake cmake/Findpciconf.cmake
new file mode 100644
index 00000000..07cf1cf7
--- /dev/null
+++ cmake/Findpciconf.cmake
@@ -0,0 +1,10 @@
+# This module defines the following variables:
+#
+# pciconf_FOUND - true if found
+# pciconf_PATH - path to the bin (only when found)
+#
+# SPDX-License-Identifier: BSD-2-Clause
+# SPDX-FileCopyrightText: 2022 Tobias C. Berner <tcberner@FreeBSD.org>
+
+include(ProgramFinder)
+program_finder(pciconf)
--
2.34.1

View File

@ -2,12 +2,15 @@ bin/kinfocenter
etc/xdg/kcm-about-distrorc
etc/xdg/menus/kinfocenter.menu
lib/libKInfoCenterInternal.so
lib/libexec/kauth/kinfocenter-dmidecode-helper
%%QT_PLUGINDIR%%/plasma/kcms/kcm_about-distro.so
%%QT_PLUGINDIR%%/plasma/kcms/kinfocenter/kcm_cpu.so
%%QT_PLUGINDIR%%/plasma/kcms/kinfocenter/kcm_devinfo.so
%%QT_PLUGINDIR%%/plasma/kcms/kinfocenter/kcm_egl.so
%%QT_PLUGINDIR%%/plasma/kcms/kinfocenter/kcm_firmware_security.so
%%QT_PLUGINDIR%%/plasma/kcms/kinfocenter/kcm_glx.so
%%QT_PLUGINDIR%%/plasma/kcms/kinfocenter/kcm_interrupts.so
%%QT_PLUGINDIR%%/plasma/kcms/kinfocenter/kcm_kwinsupportinfo.so
%%QT_PLUGINDIR%%/plasma/kcms/kinfocenter/kcm_nic.so
%%QT_PLUGINDIR%%/plasma/kcms/kinfocenter/kcm_pci.so
%%QT_PLUGINDIR%%/plasma/kcms/kinfocenter/kcm_samba.so
@ -17,7 +20,10 @@ lib/libKInfoCenterInternal.so
%%QT_PLUGINDIR%%/plasma/kcms/kinfocenter/kcm_xserver.so
%%QT_QMLDIR%%/org/kde/kinfocenter/private/CommandOutputKCM.qml
%%QT_QMLDIR%%/org/kde/kinfocenter/private/qmldir
share/applications/kcm_about-distro.desktop
share/applications/org.kde.kinfocenter.desktop
share/dbus-1/system-services/org.kde.kinfocenter.dmidecode.service
share/dbus-1/system.d/org.kde.kinfocenter.dmidecode.conf
share/desktop-directories/kinfocenter.directory
share/doc/HTML/ca/kinfocenter/index.cache.bz2
share/doc/HTML/ca/kinfocenter/index.docbook
@ -27,6 +33,8 @@ share/doc/HTML/de/kinfocenter/index.docbook
share/doc/HTML/en/kinfocenter/index.cache.bz2
share/doc/HTML/en/kinfocenter/index.docbook
share/doc/HTML/en/kinfocenter/kinfocenter.png
share/doc/HTML/es/kinfocenter/index.cache.bz2
share/doc/HTML/es/kinfocenter/index.docbook
share/doc/HTML/fr/kinfocenter/index.cache.bz2
share/doc/HTML/fr/kinfocenter/index.docbook
share/doc/HTML/id/kinfocenter/index.cache.bz2
@ -62,8 +70,11 @@ share/doc/HTML/uk/kinfocenter/kinfocenter.png
share/kpackage/kcms/kcm_about-distro/contents/ui/main.qml
share/kpackage/kcms/kcm_cpu/contents/ui/main.qml
share/kpackage/kcms/kcm_egl/contents/ui/main.qml
share/kpackage/kcms/kcm_firmware_security/contents/code/fwupdmgr.sh
share/kpackage/kcms/kcm_firmware_security/contents/ui/main.qml
share/kpackage/kcms/kcm_glx/contents/ui/main.qml
share/kpackage/kcms/kcm_interrupts/contents/ui/main.qml
share/kpackage/kcms/kcm_kwinsupportinfo/contents/ui/main.qml
share/kpackage/kcms/kcm_nic/contents/ui/main.qml
share/kpackage/kcms/kcm_pci/contents/ui/main.qml
share/kpackage/kcms/kcm_vulkan/contents/ui/main.qml
@ -71,28 +82,34 @@ share/kpackage/kcms/kcm_wayland/contents/ui/main.qml
share/kpackage/kcms/kcm_xserver/contents/ui/main.qml
share/kpackage/kcms/kcmsamba/contents/ui/ShareListItem.qml
share/kpackage/kcms/kcmsamba/contents/ui/main.qml
share/kservicetypes5/kinfocentercategory.desktop
share/locale/af/LC_MESSAGES/kcmsamba.mo
share/locale/af/LC_MESSAGES/kcmusb.mo
share/locale/af/LC_MESSAGES/kinfocenter.mo
share/locale/ar/LC_MESSAGES/kcm_about-distro.mo
share/locale/ar/LC_MESSAGES/kcm_cpu.mo
share/locale/ar/LC_MESSAGES/kcm_egl.mo
share/locale/ar/LC_MESSAGES/kcm_energyinfo.mo
share/locale/ar/LC_MESSAGES/kcm_firmware_security.mo
share/locale/ar/LC_MESSAGES/kcm_glx.mo
share/locale/ar/LC_MESSAGES/kcm_interrupts.mo
share/locale/ar/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/ar/LC_MESSAGES/kcm_nic.mo
share/locale/ar/LC_MESSAGES/kcm_pci.mo
share/locale/ar/LC_MESSAGES/kcm_vulkan.mo
share/locale/ar/LC_MESSAGES/kcm_wayland.mo
share/locale/ar/LC_MESSAGES/kcm_xserver.mo
share/locale/ar/LC_MESSAGES/kcmdevinfo.mo
share/locale/ar/LC_MESSAGES/kcmsamba.mo
share/locale/ar/LC_MESSAGES/kcmusb.mo
share/locale/ar/LC_MESSAGES/kinfocenter.mo
share/locale/ast/LC_MESSAGES/kcm_about-distro.mo
share/locale/ast/LC_MESSAGES/kcm_energyinfo.mo
share/locale/ast/LC_MESSAGES/kcm_nic.mo
share/locale/ast/LC_MESSAGES/kcmsamba.mo
share/locale/ast/LC_MESSAGES/kcmusb.mo
share/locale/ast/LC_MESSAGES/kinfocenter.mo
share/locale/az/LC_MESSAGES/kcm_about-distro.mo
share/locale/az/LC_MESSAGES/kcm_cpu.mo
share/locale/az/LC_MESSAGES/kcm_egl.mo
share/locale/az/LC_MESSAGES/kcm_energyinfo.mo
share/locale/az/LC_MESSAGES/kcm_firmware_security.mo
share/locale/az/LC_MESSAGES/kcm_glx.mo
share/locale/az/LC_MESSAGES/kcm_interrupts.mo
share/locale/az/LC_MESSAGES/kcm_nic.mo
@ -103,16 +120,16 @@ share/locale/az/LC_MESSAGES/kcm_xserver.mo
share/locale/az/LC_MESSAGES/kcmdevinfo.mo
share/locale/az/LC_MESSAGES/kcmsamba.mo
share/locale/az/LC_MESSAGES/kcmusb.mo
share/locale/az/LC_MESSAGES/kinfocenter.mo
share/locale/be/LC_MESSAGES/kcmsamba.mo
share/locale/be/LC_MESSAGES/kcmusb.mo
share/locale/be/LC_MESSAGES/kinfocenter.mo
share/locale/bg/LC_MESSAGES/kcm_about-distro.mo
share/locale/bg/LC_MESSAGES/kcm_cpu.mo
share/locale/bg/LC_MESSAGES/kcm_egl.mo
share/locale/bg/LC_MESSAGES/kcm_energyinfo.mo
share/locale/bg/LC_MESSAGES/kcm_firmware_security.mo
share/locale/bg/LC_MESSAGES/kcm_glx.mo
share/locale/bg/LC_MESSAGES/kcm_interrupts.mo
share/locale/bg/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/bg/LC_MESSAGES/kcm_nic.mo
share/locale/bg/LC_MESSAGES/kcm_pci.mo
share/locale/bg/LC_MESSAGES/kcm_vulkan.mo
@ -121,29 +138,26 @@ share/locale/bg/LC_MESSAGES/kcm_xserver.mo
share/locale/bg/LC_MESSAGES/kcmdevinfo.mo
share/locale/bg/LC_MESSAGES/kcmsamba.mo
share/locale/bg/LC_MESSAGES/kcmusb.mo
share/locale/bg/LC_MESSAGES/kinfocenter.mo
share/locale/bn/LC_MESSAGES/kcmusb.mo
share/locale/bn/LC_MESSAGES/kinfocenter.mo
share/locale/bn_IN/LC_MESSAGES/kcm_pci.mo
share/locale/bn_IN/LC_MESSAGES/kcmsamba.mo
share/locale/bn_IN/LC_MESSAGES/kcmusb.mo
share/locale/bn_IN/LC_MESSAGES/kinfocenter.mo
share/locale/br/LC_MESSAGES/kcmsamba.mo
share/locale/br/LC_MESSAGES/kcmusb.mo
share/locale/br/LC_MESSAGES/kinfocenter.mo
share/locale/bs/LC_MESSAGES/kcm_about-distro.mo
share/locale/bs/LC_MESSAGES/kcm_nic.mo
share/locale/bs/LC_MESSAGES/kcm_pci.mo
share/locale/bs/LC_MESSAGES/kcmdevinfo.mo
share/locale/bs/LC_MESSAGES/kcmsamba.mo
share/locale/bs/LC_MESSAGES/kcmusb.mo
share/locale/bs/LC_MESSAGES/kinfocenter.mo
share/locale/ca/LC_MESSAGES/kcm_about-distro.mo
share/locale/ca/LC_MESSAGES/kcm_cpu.mo
share/locale/ca/LC_MESSAGES/kcm_egl.mo
share/locale/ca/LC_MESSAGES/kcm_energyinfo.mo
share/locale/ca/LC_MESSAGES/kcm_firmware_security.mo
share/locale/ca/LC_MESSAGES/kcm_glx.mo
share/locale/ca/LC_MESSAGES/kcm_interrupts.mo
share/locale/ca/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/ca/LC_MESSAGES/kcm_nic.mo
share/locale/ca/LC_MESSAGES/kcm_pci.mo
share/locale/ca/LC_MESSAGES/kcm_vulkan.mo
@ -152,13 +166,14 @@ share/locale/ca/LC_MESSAGES/kcm_xserver.mo
share/locale/ca/LC_MESSAGES/kcmdevinfo.mo
share/locale/ca/LC_MESSAGES/kcmsamba.mo
share/locale/ca/LC_MESSAGES/kcmusb.mo
share/locale/ca/LC_MESSAGES/kinfocenter.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_about-distro.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_cpu.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_egl.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_energyinfo.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_firmware_security.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_glx.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_interrupts.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_nic.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_pci.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_vulkan.mo
@ -167,11 +182,11 @@ share/locale/ca@valencia/LC_MESSAGES/kcm_xserver.mo
share/locale/ca@valencia/LC_MESSAGES/kcmdevinfo.mo
share/locale/ca@valencia/LC_MESSAGES/kcmsamba.mo
share/locale/ca@valencia/LC_MESSAGES/kcmusb.mo
share/locale/ca@valencia/LC_MESSAGES/kinfocenter.mo
share/locale/cs/LC_MESSAGES/kcm_about-distro.mo
share/locale/cs/LC_MESSAGES/kcm_cpu.mo
share/locale/cs/LC_MESSAGES/kcm_egl.mo
share/locale/cs/LC_MESSAGES/kcm_energyinfo.mo
share/locale/cs/LC_MESSAGES/kcm_firmware_security.mo
share/locale/cs/LC_MESSAGES/kcm_glx.mo
share/locale/cs/LC_MESSAGES/kcm_interrupts.mo
share/locale/cs/LC_MESSAGES/kcm_nic.mo
@ -182,13 +197,10 @@ share/locale/cs/LC_MESSAGES/kcm_xserver.mo
share/locale/cs/LC_MESSAGES/kcmdevinfo.mo
share/locale/cs/LC_MESSAGES/kcmsamba.mo
share/locale/cs/LC_MESSAGES/kcmusb.mo
share/locale/cs/LC_MESSAGES/kinfocenter.mo
share/locale/csb/LC_MESSAGES/kcmsamba.mo
share/locale/csb/LC_MESSAGES/kcmusb.mo
share/locale/csb/LC_MESSAGES/kinfocenter.mo
share/locale/cy/LC_MESSAGES/kcmsamba.mo
share/locale/cy/LC_MESSAGES/kcmusb.mo
share/locale/cy/LC_MESSAGES/kinfocenter.mo
share/locale/da/LC_MESSAGES/kcm_about-distro.mo
share/locale/da/LC_MESSAGES/kcm_energyinfo.mo
share/locale/da/LC_MESSAGES/kcm_nic.mo
@ -196,13 +208,14 @@ share/locale/da/LC_MESSAGES/kcm_pci.mo
share/locale/da/LC_MESSAGES/kcmdevinfo.mo
share/locale/da/LC_MESSAGES/kcmsamba.mo
share/locale/da/LC_MESSAGES/kcmusb.mo
share/locale/da/LC_MESSAGES/kinfocenter.mo
share/locale/de/LC_MESSAGES/kcm_about-distro.mo
share/locale/de/LC_MESSAGES/kcm_cpu.mo
share/locale/de/LC_MESSAGES/kcm_egl.mo
share/locale/de/LC_MESSAGES/kcm_energyinfo.mo
share/locale/de/LC_MESSAGES/kcm_firmware_security.mo
share/locale/de/LC_MESSAGES/kcm_glx.mo
share/locale/de/LC_MESSAGES/kcm_interrupts.mo
share/locale/de/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/de/LC_MESSAGES/kcm_nic.mo
share/locale/de/LC_MESSAGES/kcm_pci.mo
share/locale/de/LC_MESSAGES/kcm_vulkan.mo
@ -211,7 +224,6 @@ share/locale/de/LC_MESSAGES/kcm_xserver.mo
share/locale/de/LC_MESSAGES/kcmdevinfo.mo
share/locale/de/LC_MESSAGES/kcmsamba.mo
share/locale/de/LC_MESSAGES/kcmusb.mo
share/locale/de/LC_MESSAGES/kinfocenter.mo
share/locale/el/LC_MESSAGES/kcm_about-distro.mo
share/locale/el/LC_MESSAGES/kcm_cpu.mo
share/locale/el/LC_MESSAGES/kcm_egl.mo
@ -226,13 +238,14 @@ share/locale/el/LC_MESSAGES/kcm_xserver.mo
share/locale/el/LC_MESSAGES/kcmdevinfo.mo
share/locale/el/LC_MESSAGES/kcmsamba.mo
share/locale/el/LC_MESSAGES/kcmusb.mo
share/locale/el/LC_MESSAGES/kinfocenter.mo
share/locale/en_GB/LC_MESSAGES/kcm_about-distro.mo
share/locale/en_GB/LC_MESSAGES/kcm_cpu.mo
share/locale/en_GB/LC_MESSAGES/kcm_egl.mo
share/locale/en_GB/LC_MESSAGES/kcm_energyinfo.mo
share/locale/en_GB/LC_MESSAGES/kcm_firmware_security.mo
share/locale/en_GB/LC_MESSAGES/kcm_glx.mo
share/locale/en_GB/LC_MESSAGES/kcm_interrupts.mo
share/locale/en_GB/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/en_GB/LC_MESSAGES/kcm_nic.mo
share/locale/en_GB/LC_MESSAGES/kcm_pci.mo
share/locale/en_GB/LC_MESSAGES/kcm_vulkan.mo
@ -241,19 +254,19 @@ share/locale/en_GB/LC_MESSAGES/kcm_xserver.mo
share/locale/en_GB/LC_MESSAGES/kcmdevinfo.mo
share/locale/en_GB/LC_MESSAGES/kcmsamba.mo
share/locale/en_GB/LC_MESSAGES/kcmusb.mo
share/locale/en_GB/LC_MESSAGES/kinfocenter.mo
share/locale/eo/LC_MESSAGES/kcm_nic.mo
share/locale/eo/LC_MESSAGES/kcm_pci.mo
share/locale/eo/LC_MESSAGES/kcmdevinfo.mo
share/locale/eo/LC_MESSAGES/kcmsamba.mo
share/locale/eo/LC_MESSAGES/kcmusb.mo
share/locale/eo/LC_MESSAGES/kinfocenter.mo
share/locale/es/LC_MESSAGES/kcm_about-distro.mo
share/locale/es/LC_MESSAGES/kcm_cpu.mo
share/locale/es/LC_MESSAGES/kcm_egl.mo
share/locale/es/LC_MESSAGES/kcm_energyinfo.mo
share/locale/es/LC_MESSAGES/kcm_firmware_security.mo
share/locale/es/LC_MESSAGES/kcm_glx.mo
share/locale/es/LC_MESSAGES/kcm_interrupts.mo
share/locale/es/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/es/LC_MESSAGES/kcm_nic.mo
share/locale/es/LC_MESSAGES/kcm_pci.mo
share/locale/es/LC_MESSAGES/kcm_vulkan.mo
@ -262,7 +275,6 @@ share/locale/es/LC_MESSAGES/kcm_xserver.mo
share/locale/es/LC_MESSAGES/kcmdevinfo.mo
share/locale/es/LC_MESSAGES/kcmsamba.mo
share/locale/es/LC_MESSAGES/kcmusb.mo
share/locale/es/LC_MESSAGES/kinfocenter.mo
share/locale/et/LC_MESSAGES/kcm_about-distro.mo
share/locale/et/LC_MESSAGES/kcm_energyinfo.mo
share/locale/et/LC_MESSAGES/kcm_nic.mo
@ -270,13 +282,14 @@ share/locale/et/LC_MESSAGES/kcm_pci.mo
share/locale/et/LC_MESSAGES/kcmdevinfo.mo
share/locale/et/LC_MESSAGES/kcmsamba.mo
share/locale/et/LC_MESSAGES/kcmusb.mo
share/locale/et/LC_MESSAGES/kinfocenter.mo
share/locale/eu/LC_MESSAGES/kcm_about-distro.mo
share/locale/eu/LC_MESSAGES/kcm_cpu.mo
share/locale/eu/LC_MESSAGES/kcm_egl.mo
share/locale/eu/LC_MESSAGES/kcm_energyinfo.mo
share/locale/eu/LC_MESSAGES/kcm_firmware_security.mo
share/locale/eu/LC_MESSAGES/kcm_glx.mo
share/locale/eu/LC_MESSAGES/kcm_interrupts.mo
share/locale/eu/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/eu/LC_MESSAGES/kcm_nic.mo
share/locale/eu/LC_MESSAGES/kcm_pci.mo
share/locale/eu/LC_MESSAGES/kcm_vulkan.mo
@ -285,18 +298,18 @@ share/locale/eu/LC_MESSAGES/kcm_xserver.mo
share/locale/eu/LC_MESSAGES/kcmdevinfo.mo
share/locale/eu/LC_MESSAGES/kcmsamba.mo
share/locale/eu/LC_MESSAGES/kcmusb.mo
share/locale/eu/LC_MESSAGES/kinfocenter.mo
share/locale/fa/LC_MESSAGES/kcm_pci.mo
share/locale/fa/LC_MESSAGES/kcmdevinfo.mo
share/locale/fa/LC_MESSAGES/kcmsamba.mo
share/locale/fa/LC_MESSAGES/kcmusb.mo
share/locale/fa/LC_MESSAGES/kinfocenter.mo
share/locale/fi/LC_MESSAGES/kcm_about-distro.mo
share/locale/fi/LC_MESSAGES/kcm_cpu.mo
share/locale/fi/LC_MESSAGES/kcm_egl.mo
share/locale/fi/LC_MESSAGES/kcm_energyinfo.mo
share/locale/fi/LC_MESSAGES/kcm_firmware_security.mo
share/locale/fi/LC_MESSAGES/kcm_glx.mo
share/locale/fi/LC_MESSAGES/kcm_interrupts.mo
share/locale/fi/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/fi/LC_MESSAGES/kcm_nic.mo
share/locale/fi/LC_MESSAGES/kcm_pci.mo
share/locale/fi/LC_MESSAGES/kcm_vulkan.mo
@ -305,13 +318,14 @@ share/locale/fi/LC_MESSAGES/kcm_xserver.mo
share/locale/fi/LC_MESSAGES/kcmdevinfo.mo
share/locale/fi/LC_MESSAGES/kcmsamba.mo
share/locale/fi/LC_MESSAGES/kcmusb.mo
share/locale/fi/LC_MESSAGES/kinfocenter.mo
share/locale/fr/LC_MESSAGES/kcm_about-distro.mo
share/locale/fr/LC_MESSAGES/kcm_cpu.mo
share/locale/fr/LC_MESSAGES/kcm_egl.mo
share/locale/fr/LC_MESSAGES/kcm_energyinfo.mo
share/locale/fr/LC_MESSAGES/kcm_firmware_security.mo
share/locale/fr/LC_MESSAGES/kcm_glx.mo
share/locale/fr/LC_MESSAGES/kcm_interrupts.mo
share/locale/fr/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/fr/LC_MESSAGES/kcm_nic.mo
share/locale/fr/LC_MESSAGES/kcm_pci.mo
share/locale/fr/LC_MESSAGES/kcm_vulkan.mo
@ -320,17 +334,14 @@ share/locale/fr/LC_MESSAGES/kcm_xserver.mo
share/locale/fr/LC_MESSAGES/kcmdevinfo.mo
share/locale/fr/LC_MESSAGES/kcmsamba.mo
share/locale/fr/LC_MESSAGES/kcmusb.mo
share/locale/fr/LC_MESSAGES/kinfocenter.mo
share/locale/fy/LC_MESSAGES/kcm_pci.mo
share/locale/fy/LC_MESSAGES/kcmsamba.mo
share/locale/fy/LC_MESSAGES/kcmusb.mo
share/locale/fy/LC_MESSAGES/kinfocenter.mo
share/locale/ga/LC_MESSAGES/kcm_nic.mo
share/locale/ga/LC_MESSAGES/kcm_pci.mo
share/locale/ga/LC_MESSAGES/kcmdevinfo.mo
share/locale/ga/LC_MESSAGES/kcmsamba.mo
share/locale/ga/LC_MESSAGES/kcmusb.mo
share/locale/ga/LC_MESSAGES/kinfocenter.mo
share/locale/gl/LC_MESSAGES/kcm_about-distro.mo
share/locale/gl/LC_MESSAGES/kcm_energyinfo.mo
share/locale/gl/LC_MESSAGES/kcm_nic.mo
@ -338,13 +349,11 @@ share/locale/gl/LC_MESSAGES/kcm_pci.mo
share/locale/gl/LC_MESSAGES/kcmdevinfo.mo
share/locale/gl/LC_MESSAGES/kcmsamba.mo
share/locale/gl/LC_MESSAGES/kcmusb.mo
share/locale/gl/LC_MESSAGES/kinfocenter.mo
share/locale/gu/LC_MESSAGES/kcm_nic.mo
share/locale/gu/LC_MESSAGES/kcm_pci.mo
share/locale/gu/LC_MESSAGES/kcmdevinfo.mo
share/locale/gu/LC_MESSAGES/kcmsamba.mo
share/locale/gu/LC_MESSAGES/kcmusb.mo
share/locale/gu/LC_MESSAGES/kinfocenter.mo
share/locale/he/LC_MESSAGES/kcm_about-distro.mo
share/locale/he/LC_MESSAGES/kcm_energyinfo.mo
share/locale/he/LC_MESSAGES/kcm_nic.mo
@ -352,27 +361,22 @@ share/locale/he/LC_MESSAGES/kcm_pci.mo
share/locale/he/LC_MESSAGES/kcmdevinfo.mo
share/locale/he/LC_MESSAGES/kcmsamba.mo
share/locale/he/LC_MESSAGES/kcmusb.mo
share/locale/he/LC_MESSAGES/kinfocenter.mo
share/locale/hi/LC_MESSAGES/kcm_nic.mo
share/locale/hi/LC_MESSAGES/kcm_pci.mo
share/locale/hi/LC_MESSAGES/kcmdevinfo.mo
share/locale/hi/LC_MESSAGES/kcmsamba.mo
share/locale/hi/LC_MESSAGES/kcmusb.mo
share/locale/hi/LC_MESSAGES/kinfocenter.mo
share/locale/hne/LC_MESSAGES/kcm_pci.mo
share/locale/hne/LC_MESSAGES/kcmsamba.mo
share/locale/hne/LC_MESSAGES/kcmusb.mo
share/locale/hne/LC_MESSAGES/kinfocenter.mo
share/locale/hr/LC_MESSAGES/kcm_nic.mo
share/locale/hr/LC_MESSAGES/kcm_pci.mo
share/locale/hr/LC_MESSAGES/kcmdevinfo.mo
share/locale/hr/LC_MESSAGES/kcmsamba.mo
share/locale/hr/LC_MESSAGES/kcmusb.mo
share/locale/hr/LC_MESSAGES/kinfocenter.mo
share/locale/hsb/LC_MESSAGES/kcm_pci.mo
share/locale/hsb/LC_MESSAGES/kcmsamba.mo
share/locale/hsb/LC_MESSAGES/kcmusb.mo
share/locale/hsb/LC_MESSAGES/kinfocenter.mo
share/locale/hu/LC_MESSAGES/kcm_about-distro.mo
share/locale/hu/LC_MESSAGES/kcm_energyinfo.mo
share/locale/hu/LC_MESSAGES/kcm_interrupts.mo
@ -382,13 +386,14 @@ share/locale/hu/LC_MESSAGES/kcm_wayland.mo
share/locale/hu/LC_MESSAGES/kcmdevinfo.mo
share/locale/hu/LC_MESSAGES/kcmsamba.mo
share/locale/hu/LC_MESSAGES/kcmusb.mo
share/locale/hu/LC_MESSAGES/kinfocenter.mo
share/locale/ia/LC_MESSAGES/kcm_about-distro.mo
share/locale/ia/LC_MESSAGES/kcm_cpu.mo
share/locale/ia/LC_MESSAGES/kcm_egl.mo
share/locale/ia/LC_MESSAGES/kcm_energyinfo.mo
share/locale/ia/LC_MESSAGES/kcm_firmware_security.mo
share/locale/ia/LC_MESSAGES/kcm_glx.mo
share/locale/ia/LC_MESSAGES/kcm_interrupts.mo
share/locale/ia/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/ia/LC_MESSAGES/kcm_nic.mo
share/locale/ia/LC_MESSAGES/kcm_pci.mo
share/locale/ia/LC_MESSAGES/kcm_vulkan.mo
@ -397,7 +402,6 @@ share/locale/ia/LC_MESSAGES/kcm_xserver.mo
share/locale/ia/LC_MESSAGES/kcmdevinfo.mo
share/locale/ia/LC_MESSAGES/kcmsamba.mo
share/locale/ia/LC_MESSAGES/kcmusb.mo
share/locale/ia/LC_MESSAGES/kinfocenter.mo
share/locale/id/LC_MESSAGES/kcm_about-distro.mo
share/locale/id/LC_MESSAGES/kcm_energyinfo.mo
share/locale/id/LC_MESSAGES/kcm_nic.mo
@ -405,19 +409,19 @@ share/locale/id/LC_MESSAGES/kcm_pci.mo
share/locale/id/LC_MESSAGES/kcmdevinfo.mo
share/locale/id/LC_MESSAGES/kcmsamba.mo
share/locale/id/LC_MESSAGES/kcmusb.mo
share/locale/id/LC_MESSAGES/kinfocenter.mo
share/locale/is/LC_MESSAGES/kcm_nic.mo
share/locale/is/LC_MESSAGES/kcm_pci.mo
share/locale/is/LC_MESSAGES/kcmdevinfo.mo
share/locale/is/LC_MESSAGES/kcmsamba.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_cpu.mo
share/locale/it/LC_MESSAGES/kcm_egl.mo
share/locale/it/LC_MESSAGES/kcm_energyinfo.mo
share/locale/it/LC_MESSAGES/kcm_firmware_security.mo
share/locale/it/LC_MESSAGES/kcm_glx.mo
share/locale/it/LC_MESSAGES/kcm_interrupts.mo
share/locale/it/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/it/LC_MESSAGES/kcm_nic.mo
share/locale/it/LC_MESSAGES/kcm_pci.mo
share/locale/it/LC_MESSAGES/kcm_vulkan.mo
@ -426,13 +430,14 @@ share/locale/it/LC_MESSAGES/kcm_xserver.mo
share/locale/it/LC_MESSAGES/kcmdevinfo.mo
share/locale/it/LC_MESSAGES/kcmsamba.mo
share/locale/it/LC_MESSAGES/kcmusb.mo
share/locale/it/LC_MESSAGES/kinfocenter.mo
share/locale/ja/LC_MESSAGES/kcm_about-distro.mo
share/locale/ja/LC_MESSAGES/kcm_cpu.mo
share/locale/ja/LC_MESSAGES/kcm_egl.mo
share/locale/ja/LC_MESSAGES/kcm_energyinfo.mo
share/locale/ja/LC_MESSAGES/kcm_firmware_security.mo
share/locale/ja/LC_MESSAGES/kcm_glx.mo
share/locale/ja/LC_MESSAGES/kcm_interrupts.mo
share/locale/ja/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/ja/LC_MESSAGES/kcm_nic.mo
share/locale/ja/LC_MESSAGES/kcm_pci.mo
share/locale/ja/LC_MESSAGES/kcm_vulkan.mo
@ -441,31 +446,45 @@ share/locale/ja/LC_MESSAGES/kcm_xserver.mo
share/locale/ja/LC_MESSAGES/kcmdevinfo.mo
share/locale/ja/LC_MESSAGES/kcmsamba.mo
share/locale/ja/LC_MESSAGES/kcmusb.mo
share/locale/ja/LC_MESSAGES/kinfocenter.mo
share/locale/ka/LC_MESSAGES/kcm_about-distro.mo
share/locale/ka/LC_MESSAGES/kcm_cpu.mo
share/locale/ka/LC_MESSAGES/kcm_egl.mo
share/locale/ka/LC_MESSAGES/kcm_energyinfo.mo
share/locale/ka/LC_MESSAGES/kcm_firmware_security.mo
share/locale/ka/LC_MESSAGES/kcm_glx.mo
share/locale/ka/LC_MESSAGES/kcm_interrupts.mo
share/locale/ka/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/ka/LC_MESSAGES/kcm_nic.mo
share/locale/ka/LC_MESSAGES/kcm_pci.mo
share/locale/ka/LC_MESSAGES/kcm_vulkan.mo
share/locale/ka/LC_MESSAGES/kcm_wayland.mo
share/locale/ka/LC_MESSAGES/kcm_xserver.mo
share/locale/ka/LC_MESSAGES/kcmdevinfo.mo
share/locale/ka/LC_MESSAGES/kcmsamba.mo
share/locale/ka/LC_MESSAGES/kcmusb.mo
share/locale/kk/LC_MESSAGES/kcm_nic.mo
share/locale/kk/LC_MESSAGES/kcm_pci.mo
share/locale/kk/LC_MESSAGES/kcmdevinfo.mo
share/locale/kk/LC_MESSAGES/kcmsamba.mo
share/locale/kk/LC_MESSAGES/kcmusb.mo
share/locale/kk/LC_MESSAGES/kinfocenter.mo
share/locale/km/LC_MESSAGES/kcm_nic.mo
share/locale/km/LC_MESSAGES/kcm_pci.mo
share/locale/km/LC_MESSAGES/kcmdevinfo.mo
share/locale/km/LC_MESSAGES/kcmsamba.mo
share/locale/km/LC_MESSAGES/kcmusb.mo
share/locale/km/LC_MESSAGES/kinfocenter.mo
share/locale/kn/LC_MESSAGES/kcm_nic.mo
share/locale/kn/LC_MESSAGES/kcm_pci.mo
share/locale/kn/LC_MESSAGES/kcmdevinfo.mo
share/locale/kn/LC_MESSAGES/kcmsamba.mo
share/locale/kn/LC_MESSAGES/kcmusb.mo
share/locale/kn/LC_MESSAGES/kinfocenter.mo
share/locale/ko/LC_MESSAGES/kcm_about-distro.mo
share/locale/ko/LC_MESSAGES/kcm_cpu.mo
share/locale/ko/LC_MESSAGES/kcm_egl.mo
share/locale/ko/LC_MESSAGES/kcm_energyinfo.mo
share/locale/ko/LC_MESSAGES/kcm_firmware_security.mo
share/locale/ko/LC_MESSAGES/kcm_glx.mo
share/locale/ko/LC_MESSAGES/kcm_interrupts.mo
share/locale/ko/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/ko/LC_MESSAGES/kcm_nic.mo
share/locale/ko/LC_MESSAGES/kcm_pci.mo
share/locale/ko/LC_MESSAGES/kcm_vulkan.mo
@ -474,11 +493,9 @@ share/locale/ko/LC_MESSAGES/kcm_xserver.mo
share/locale/ko/LC_MESSAGES/kcmdevinfo.mo
share/locale/ko/LC_MESSAGES/kcmsamba.mo
share/locale/ko/LC_MESSAGES/kcmusb.mo
share/locale/ko/LC_MESSAGES/kinfocenter.mo
share/locale/ku/LC_MESSAGES/kcm_pci.mo
share/locale/ku/LC_MESSAGES/kcmsamba.mo
share/locale/ku/LC_MESSAGES/kcmusb.mo
share/locale/ku/LC_MESSAGES/kinfocenter.mo
share/locale/lt/LC_MESSAGES/kcm_about-distro.mo
share/locale/lt/LC_MESSAGES/kcm_energyinfo.mo
share/locale/lt/LC_MESSAGES/kcm_nic.mo
@ -486,23 +503,19 @@ share/locale/lt/LC_MESSAGES/kcm_pci.mo
share/locale/lt/LC_MESSAGES/kcmdevinfo.mo
share/locale/lt/LC_MESSAGES/kcmsamba.mo
share/locale/lt/LC_MESSAGES/kcmusb.mo
share/locale/lt/LC_MESSAGES/kinfocenter.mo
share/locale/lv/LC_MESSAGES/kcm_nic.mo
share/locale/lv/LC_MESSAGES/kcm_pci.mo
share/locale/lv/LC_MESSAGES/kcmdevinfo.mo
share/locale/lv/LC_MESSAGES/kcmsamba.mo
share/locale/lv/LC_MESSAGES/kcmusb.mo
share/locale/lv/LC_MESSAGES/kinfocenter.mo
share/locale/mai/LC_MESSAGES/kcm_nic.mo
share/locale/mai/LC_MESSAGES/kcm_pci.mo
share/locale/mai/LC_MESSAGES/kcmdevinfo.mo
share/locale/mai/LC_MESSAGES/kcmsamba.mo
share/locale/mai/LC_MESSAGES/kcmusb.mo
share/locale/mai/LC_MESSAGES/kinfocenter.mo
share/locale/mk/LC_MESSAGES/kcm_pci.mo
share/locale/mk/LC_MESSAGES/kcmsamba.mo
share/locale/mk/LC_MESSAGES/kcmusb.mo
share/locale/mk/LC_MESSAGES/kinfocenter.mo
share/locale/ml/LC_MESSAGES/kcm_about-distro.mo
share/locale/ml/LC_MESSAGES/kcm_energyinfo.mo
share/locale/ml/LC_MESSAGES/kcm_nic.mo
@ -510,19 +523,16 @@ share/locale/ml/LC_MESSAGES/kcm_pci.mo
share/locale/ml/LC_MESSAGES/kcmdevinfo.mo
share/locale/ml/LC_MESSAGES/kcmsamba.mo
share/locale/ml/LC_MESSAGES/kcmusb.mo
share/locale/ml/LC_MESSAGES/kinfocenter.mo
share/locale/mr/LC_MESSAGES/kcm_nic.mo
share/locale/mr/LC_MESSAGES/kcm_pci.mo
share/locale/mr/LC_MESSAGES/kcmdevinfo.mo
share/locale/mr/LC_MESSAGES/kcmsamba.mo
share/locale/mr/LC_MESSAGES/kcmusb.mo
share/locale/mr/LC_MESSAGES/kinfocenter.mo
share/locale/ms/LC_MESSAGES/kcm_nic.mo
share/locale/ms/LC_MESSAGES/kcm_pci.mo
share/locale/ms/LC_MESSAGES/kcmdevinfo.mo
share/locale/ms/LC_MESSAGES/kcmsamba.mo
share/locale/ms/LC_MESSAGES/kcmusb.mo
share/locale/ms/LC_MESSAGES/kinfocenter.mo
share/locale/nb/LC_MESSAGES/kcm_about-distro.mo
share/locale/nb/LC_MESSAGES/kcm_energyinfo.mo
share/locale/nb/LC_MESSAGES/kcm_nic.mo
@ -530,22 +540,21 @@ share/locale/nb/LC_MESSAGES/kcm_pci.mo
share/locale/nb/LC_MESSAGES/kcmdevinfo.mo
share/locale/nb/LC_MESSAGES/kcmsamba.mo
share/locale/nb/LC_MESSAGES/kcmusb.mo
share/locale/nb/LC_MESSAGES/kinfocenter.mo
share/locale/nds/LC_MESSAGES/kcm_nic.mo
share/locale/nds/LC_MESSAGES/kcm_pci.mo
share/locale/nds/LC_MESSAGES/kcmdevinfo.mo
share/locale/nds/LC_MESSAGES/kcmsamba.mo
share/locale/nds/LC_MESSAGES/kcmusb.mo
share/locale/nds/LC_MESSAGES/kinfocenter.mo
share/locale/ne/LC_MESSAGES/kcmsamba.mo
share/locale/ne/LC_MESSAGES/kcmusb.mo
share/locale/ne/LC_MESSAGES/kinfocenter.mo
share/locale/nl/LC_MESSAGES/kcm_about-distro.mo
share/locale/nl/LC_MESSAGES/kcm_cpu.mo
share/locale/nl/LC_MESSAGES/kcm_egl.mo
share/locale/nl/LC_MESSAGES/kcm_energyinfo.mo
share/locale/nl/LC_MESSAGES/kcm_firmware_security.mo
share/locale/nl/LC_MESSAGES/kcm_glx.mo
share/locale/nl/LC_MESSAGES/kcm_interrupts.mo
share/locale/nl/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/nl/LC_MESSAGES/kcm_nic.mo
share/locale/nl/LC_MESSAGES/kcm_pci.mo
share/locale/nl/LC_MESSAGES/kcm_vulkan.mo
@ -554,13 +563,14 @@ share/locale/nl/LC_MESSAGES/kcm_xserver.mo
share/locale/nl/LC_MESSAGES/kcmdevinfo.mo
share/locale/nl/LC_MESSAGES/kcmsamba.mo
share/locale/nl/LC_MESSAGES/kcmusb.mo
share/locale/nl/LC_MESSAGES/kinfocenter.mo
share/locale/nn/LC_MESSAGES/kcm_about-distro.mo
share/locale/nn/LC_MESSAGES/kcm_cpu.mo
share/locale/nn/LC_MESSAGES/kcm_egl.mo
share/locale/nn/LC_MESSAGES/kcm_energyinfo.mo
share/locale/nn/LC_MESSAGES/kcm_firmware_security.mo
share/locale/nn/LC_MESSAGES/kcm_glx.mo
share/locale/nn/LC_MESSAGES/kcm_interrupts.mo
share/locale/nn/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/nn/LC_MESSAGES/kcm_nic.mo
share/locale/nn/LC_MESSAGES/kcm_pci.mo
share/locale/nn/LC_MESSAGES/kcm_vulkan.mo
@ -569,10 +579,8 @@ share/locale/nn/LC_MESSAGES/kcm_xserver.mo
share/locale/nn/LC_MESSAGES/kcmdevinfo.mo
share/locale/nn/LC_MESSAGES/kcmsamba.mo
share/locale/nn/LC_MESSAGES/kcmusb.mo
share/locale/nn/LC_MESSAGES/kinfocenter.mo
share/locale/oc/LC_MESSAGES/kcmsamba.mo
share/locale/oc/LC_MESSAGES/kcmusb.mo
share/locale/oc/LC_MESSAGES/kinfocenter.mo
share/locale/pa/LC_MESSAGES/kcm_about-distro.mo
share/locale/pa/LC_MESSAGES/kcm_energyinfo.mo
share/locale/pa/LC_MESSAGES/kcm_nic.mo
@ -580,13 +588,14 @@ share/locale/pa/LC_MESSAGES/kcm_pci.mo
share/locale/pa/LC_MESSAGES/kcmdevinfo.mo
share/locale/pa/LC_MESSAGES/kcmsamba.mo
share/locale/pa/LC_MESSAGES/kcmusb.mo
share/locale/pa/LC_MESSAGES/kinfocenter.mo
share/locale/pl/LC_MESSAGES/kcm_about-distro.mo
share/locale/pl/LC_MESSAGES/kcm_cpu.mo
share/locale/pl/LC_MESSAGES/kcm_egl.mo
share/locale/pl/LC_MESSAGES/kcm_energyinfo.mo
share/locale/pl/LC_MESSAGES/kcm_firmware_security.mo
share/locale/pl/LC_MESSAGES/kcm_glx.mo
share/locale/pl/LC_MESSAGES/kcm_interrupts.mo
share/locale/pl/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/pl/LC_MESSAGES/kcm_nic.mo
share/locale/pl/LC_MESSAGES/kcm_pci.mo
share/locale/pl/LC_MESSAGES/kcm_vulkan.mo
@ -595,13 +604,14 @@ share/locale/pl/LC_MESSAGES/kcm_xserver.mo
share/locale/pl/LC_MESSAGES/kcmdevinfo.mo
share/locale/pl/LC_MESSAGES/kcmsamba.mo
share/locale/pl/LC_MESSAGES/kcmusb.mo
share/locale/pl/LC_MESSAGES/kinfocenter.mo
share/locale/pt/LC_MESSAGES/kcm_about-distro.mo
share/locale/pt/LC_MESSAGES/kcm_cpu.mo
share/locale/pt/LC_MESSAGES/kcm_egl.mo
share/locale/pt/LC_MESSAGES/kcm_energyinfo.mo
share/locale/pt/LC_MESSAGES/kcm_firmware_security.mo
share/locale/pt/LC_MESSAGES/kcm_glx.mo
share/locale/pt/LC_MESSAGES/kcm_interrupts.mo
share/locale/pt/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/pt/LC_MESSAGES/kcm_nic.mo
share/locale/pt/LC_MESSAGES/kcm_pci.mo
share/locale/pt/LC_MESSAGES/kcm_vulkan.mo
@ -610,13 +620,14 @@ share/locale/pt/LC_MESSAGES/kcm_xserver.mo
share/locale/pt/LC_MESSAGES/kcmdevinfo.mo
share/locale/pt/LC_MESSAGES/kcmsamba.mo
share/locale/pt/LC_MESSAGES/kcmusb.mo
share/locale/pt/LC_MESSAGES/kinfocenter.mo
share/locale/pt_BR/LC_MESSAGES/kcm_about-distro.mo
share/locale/pt_BR/LC_MESSAGES/kcm_cpu.mo
share/locale/pt_BR/LC_MESSAGES/kcm_egl.mo
share/locale/pt_BR/LC_MESSAGES/kcm_energyinfo.mo
share/locale/pt_BR/LC_MESSAGES/kcm_firmware_security.mo
share/locale/pt_BR/LC_MESSAGES/kcm_glx.mo
share/locale/pt_BR/LC_MESSAGES/kcm_interrupts.mo
share/locale/pt_BR/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/pt_BR/LC_MESSAGES/kcm_nic.mo
share/locale/pt_BR/LC_MESSAGES/kcm_pci.mo
share/locale/pt_BR/LC_MESSAGES/kcm_vulkan.mo
@ -625,13 +636,14 @@ share/locale/pt_BR/LC_MESSAGES/kcm_xserver.mo
share/locale/pt_BR/LC_MESSAGES/kcmdevinfo.mo
share/locale/pt_BR/LC_MESSAGES/kcmsamba.mo
share/locale/pt_BR/LC_MESSAGES/kcmusb.mo
share/locale/pt_BR/LC_MESSAGES/kinfocenter.mo
share/locale/ro/LC_MESSAGES/kcm_about-distro.mo
share/locale/ro/LC_MESSAGES/kcm_cpu.mo
share/locale/ro/LC_MESSAGES/kcm_egl.mo
share/locale/ro/LC_MESSAGES/kcm_energyinfo.mo
share/locale/ro/LC_MESSAGES/kcm_firmware_security.mo
share/locale/ro/LC_MESSAGES/kcm_glx.mo
share/locale/ro/LC_MESSAGES/kcm_interrupts.mo
share/locale/ro/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/ro/LC_MESSAGES/kcm_nic.mo
share/locale/ro/LC_MESSAGES/kcm_pci.mo
share/locale/ro/LC_MESSAGES/kcm_vulkan.mo
@ -640,11 +652,11 @@ share/locale/ro/LC_MESSAGES/kcm_xserver.mo
share/locale/ro/LC_MESSAGES/kcmdevinfo.mo
share/locale/ro/LC_MESSAGES/kcmsamba.mo
share/locale/ro/LC_MESSAGES/kcmusb.mo
share/locale/ro/LC_MESSAGES/kinfocenter.mo
share/locale/ru/LC_MESSAGES/kcm_about-distro.mo
share/locale/ru/LC_MESSAGES/kcm_cpu.mo
share/locale/ru/LC_MESSAGES/kcm_egl.mo
share/locale/ru/LC_MESSAGES/kcm_energyinfo.mo
share/locale/ru/LC_MESSAGES/kcm_firmware_security.mo
share/locale/ru/LC_MESSAGES/kcm_glx.mo
share/locale/ru/LC_MESSAGES/kcm_interrupts.mo
share/locale/ru/LC_MESSAGES/kcm_nic.mo
@ -655,7 +667,6 @@ share/locale/ru/LC_MESSAGES/kcm_xserver.mo
share/locale/ru/LC_MESSAGES/kcmdevinfo.mo
share/locale/ru/LC_MESSAGES/kcmsamba.mo
share/locale/ru/LC_MESSAGES/kcmusb.mo
share/locale/ru/LC_MESSAGES/kinfocenter.mo
share/locale/se/LC_MESSAGES/kcm_nic.mo
share/locale/se/LC_MESSAGES/kcmsamba.mo
share/locale/se/LC_MESSAGES/kcmusb.mo
@ -663,13 +674,14 @@ share/locale/si/LC_MESSAGES/kcm_pci.mo
share/locale/si/LC_MESSAGES/kcmdevinfo.mo
share/locale/si/LC_MESSAGES/kcmsamba.mo
share/locale/si/LC_MESSAGES/kcmusb.mo
share/locale/si/LC_MESSAGES/kinfocenter.mo
share/locale/sk/LC_MESSAGES/kcm_about-distro.mo
share/locale/sk/LC_MESSAGES/kcm_cpu.mo
share/locale/sk/LC_MESSAGES/kcm_egl.mo
share/locale/sk/LC_MESSAGES/kcm_energyinfo.mo
share/locale/sk/LC_MESSAGES/kcm_firmware_security.mo
share/locale/sk/LC_MESSAGES/kcm_glx.mo
share/locale/sk/LC_MESSAGES/kcm_interrupts.mo
share/locale/sk/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/sk/LC_MESSAGES/kcm_nic.mo
share/locale/sk/LC_MESSAGES/kcm_pci.mo
share/locale/sk/LC_MESSAGES/kcm_vulkan.mo
@ -678,13 +690,14 @@ share/locale/sk/LC_MESSAGES/kcm_xserver.mo
share/locale/sk/LC_MESSAGES/kcmdevinfo.mo
share/locale/sk/LC_MESSAGES/kcmsamba.mo
share/locale/sk/LC_MESSAGES/kcmusb.mo
share/locale/sk/LC_MESSAGES/kinfocenter.mo
share/locale/sl/LC_MESSAGES/kcm_about-distro.mo
share/locale/sl/LC_MESSAGES/kcm_cpu.mo
share/locale/sl/LC_MESSAGES/kcm_egl.mo
share/locale/sl/LC_MESSAGES/kcm_energyinfo.mo
share/locale/sl/LC_MESSAGES/kcm_firmware_security.mo
share/locale/sl/LC_MESSAGES/kcm_glx.mo
share/locale/sl/LC_MESSAGES/kcm_interrupts.mo
share/locale/sl/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/sl/LC_MESSAGES/kcm_nic.mo
share/locale/sl/LC_MESSAGES/kcm_pci.mo
share/locale/sl/LC_MESSAGES/kcm_vulkan.mo
@ -693,12 +706,10 @@ share/locale/sl/LC_MESSAGES/kcm_xserver.mo
share/locale/sl/LC_MESSAGES/kcmdevinfo.mo
share/locale/sl/LC_MESSAGES/kcmsamba.mo
share/locale/sl/LC_MESSAGES/kcmusb.mo
share/locale/sl/LC_MESSAGES/kinfocenter.mo
share/locale/sq/LC_MESSAGES/kcm_nic.mo
share/locale/sq/LC_MESSAGES/kcm_pci.mo
share/locale/sq/LC_MESSAGES/kcmsamba.mo
share/locale/sq/LC_MESSAGES/kcmusb.mo
share/locale/sq/LC_MESSAGES/kinfocenter.mo
share/locale/sr/LC_MESSAGES/kcm_about-distro.mo
share/locale/sr/LC_MESSAGES/kcm_energyinfo.mo
share/locale/sr/LC_MESSAGES/kcm_nic.mo
@ -706,7 +717,6 @@ share/locale/sr/LC_MESSAGES/kcm_pci.mo
share/locale/sr/LC_MESSAGES/kcmdevinfo.mo
share/locale/sr/LC_MESSAGES/kcmsamba.mo
share/locale/sr/LC_MESSAGES/kcmusb.mo
share/locale/sr/LC_MESSAGES/kinfocenter.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcm_about-distro.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcm_energyinfo.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcm_nic.mo
@ -714,7 +724,6 @@ share/locale/sr@ijekavian/LC_MESSAGES/kcm_pci.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcmdevinfo.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcmsamba.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcmusb.mo
share/locale/sr@ijekavian/LC_MESSAGES/kinfocenter.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_about-distro.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_energyinfo.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_nic.mo
@ -722,7 +731,6 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_pci.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmdevinfo.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmsamba.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmusb.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kinfocenter.mo
share/locale/sr@latin/LC_MESSAGES/kcm_about-distro.mo
share/locale/sr@latin/LC_MESSAGES/kcm_energyinfo.mo
share/locale/sr@latin/LC_MESSAGES/kcm_nic.mo
@ -730,13 +738,14 @@ share/locale/sr@latin/LC_MESSAGES/kcm_pci.mo
share/locale/sr@latin/LC_MESSAGES/kcmdevinfo.mo
share/locale/sr@latin/LC_MESSAGES/kcmsamba.mo
share/locale/sr@latin/LC_MESSAGES/kcmusb.mo
share/locale/sr@latin/LC_MESSAGES/kinfocenter.mo
share/locale/sv/LC_MESSAGES/kcm_about-distro.mo
share/locale/sv/LC_MESSAGES/kcm_cpu.mo
share/locale/sv/LC_MESSAGES/kcm_egl.mo
share/locale/sv/LC_MESSAGES/kcm_energyinfo.mo
share/locale/sv/LC_MESSAGES/kcm_firmware_security.mo
share/locale/sv/LC_MESSAGES/kcm_glx.mo
share/locale/sv/LC_MESSAGES/kcm_interrupts.mo
share/locale/sv/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/sv/LC_MESSAGES/kcm_nic.mo
share/locale/sv/LC_MESSAGES/kcm_pci.mo
share/locale/sv/LC_MESSAGES/kcm_vulkan.mo
@ -745,49 +754,57 @@ share/locale/sv/LC_MESSAGES/kcm_xserver.mo
share/locale/sv/LC_MESSAGES/kcmdevinfo.mo
share/locale/sv/LC_MESSAGES/kcmsamba.mo
share/locale/sv/LC_MESSAGES/kcmusb.mo
share/locale/sv/LC_MESSAGES/kinfocenter.mo
share/locale/ta/LC_MESSAGES/kcm_about-distro.mo
share/locale/ta/LC_MESSAGES/kcm_firmware_security.mo
share/locale/ta/LC_MESSAGES/kcm_interrupts.mo
share/locale/ta/LC_MESSAGES/kcm_pci.mo
share/locale/ta/LC_MESSAGES/kcmdevinfo.mo
share/locale/ta/LC_MESSAGES/kcmsamba.mo
share/locale/ta/LC_MESSAGES/kcmusb.mo
share/locale/ta/LC_MESSAGES/kinfocenter.mo
share/locale/te/LC_MESSAGES/kcm_pci.mo
share/locale/te/LC_MESSAGES/kcmsamba.mo
share/locale/te/LC_MESSAGES/kcmusb.mo
share/locale/te/LC_MESSAGES/kinfocenter.mo
share/locale/tg/LC_MESSAGES/kcm_energyinfo.mo
share/locale/tg/LC_MESSAGES/kcm_nic.mo
share/locale/tg/LC_MESSAGES/kcm_pci.mo
share/locale/tg/LC_MESSAGES/kcmdevinfo.mo
share/locale/tg/LC_MESSAGES/kcmsamba.mo
share/locale/tg/LC_MESSAGES/kcmusb.mo
share/locale/tg/LC_MESSAGES/kinfocenter.mo
share/locale/th/LC_MESSAGES/kcm_nic.mo
share/locale/th/LC_MESSAGES/kcm_pci.mo
share/locale/th/LC_MESSAGES/kcmdevinfo.mo
share/locale/th/LC_MESSAGES/kcmsamba.mo
share/locale/th/LC_MESSAGES/kcmusb.mo
share/locale/th/LC_MESSAGES/kinfocenter.mo
share/locale/tr/LC_MESSAGES/kcm_about-distro.mo
share/locale/tr/LC_MESSAGES/kcm_cpu.mo
share/locale/tr/LC_MESSAGES/kcm_egl.mo
share/locale/tr/LC_MESSAGES/kcm_energyinfo.mo
share/locale/tr/LC_MESSAGES/kcm_firmware_security.mo
share/locale/tr/LC_MESSAGES/kcm_glx.mo
share/locale/tr/LC_MESSAGES/kcm_interrupts.mo
share/locale/tr/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/tr/LC_MESSAGES/kcm_nic.mo
share/locale/tr/LC_MESSAGES/kcm_pci.mo
share/locale/tr/LC_MESSAGES/kcm_vulkan.mo
share/locale/tr/LC_MESSAGES/kcm_wayland.mo
share/locale/tr/LC_MESSAGES/kcm_xserver.mo
share/locale/tr/LC_MESSAGES/kcmdevinfo.mo
share/locale/tr/LC_MESSAGES/kcmsamba.mo
share/locale/tr/LC_MESSAGES/kcmusb.mo
share/locale/tr/LC_MESSAGES/kinfocenter.mo
share/locale/ug/LC_MESSAGES/kcm_about-distro.mo
share/locale/ug/LC_MESSAGES/kcm_nic.mo
share/locale/ug/LC_MESSAGES/kcm_pci.mo
share/locale/ug/LC_MESSAGES/kcmdevinfo.mo
share/locale/ug/LC_MESSAGES/kcmsamba.mo
share/locale/ug/LC_MESSAGES/kcmusb.mo
share/locale/ug/LC_MESSAGES/kinfocenter.mo
share/locale/uk/LC_MESSAGES/kcm_about-distro.mo
share/locale/uk/LC_MESSAGES/kcm_cpu.mo
share/locale/uk/LC_MESSAGES/kcm_egl.mo
share/locale/uk/LC_MESSAGES/kcm_energyinfo.mo
share/locale/uk/LC_MESSAGES/kcm_firmware_security.mo
share/locale/uk/LC_MESSAGES/kcm_glx.mo
share/locale/uk/LC_MESSAGES/kcm_interrupts.mo
share/locale/uk/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/uk/LC_MESSAGES/kcm_nic.mo
share/locale/uk/LC_MESSAGES/kcm_pci.mo
share/locale/uk/LC_MESSAGES/kcm_vulkan.mo
@ -796,17 +813,15 @@ share/locale/uk/LC_MESSAGES/kcm_xserver.mo
share/locale/uk/LC_MESSAGES/kcmdevinfo.mo
share/locale/uk/LC_MESSAGES/kcmsamba.mo
share/locale/uk/LC_MESSAGES/kcmusb.mo
share/locale/uk/LC_MESSAGES/kinfocenter.mo
share/locale/uz/LC_MESSAGES/kcmsamba.mo
share/locale/uz/LC_MESSAGES/kcmusb.mo
share/locale/uz/LC_MESSAGES/kinfocenter.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmsamba.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmusb.mo
share/locale/uz@cyrillic/LC_MESSAGES/kinfocenter.mo
share/locale/vi/LC_MESSAGES/kcm_about-distro.mo
share/locale/vi/LC_MESSAGES/kcm_cpu.mo
share/locale/vi/LC_MESSAGES/kcm_egl.mo
share/locale/vi/LC_MESSAGES/kcm_energyinfo.mo
share/locale/vi/LC_MESSAGES/kcm_firmware_security.mo
share/locale/vi/LC_MESSAGES/kcm_glx.mo
share/locale/vi/LC_MESSAGES/kcm_interrupts.mo
share/locale/vi/LC_MESSAGES/kcm_nic.mo
@ -817,22 +832,21 @@ share/locale/vi/LC_MESSAGES/kcm_xserver.mo
share/locale/vi/LC_MESSAGES/kcmdevinfo.mo
share/locale/vi/LC_MESSAGES/kcmsamba.mo
share/locale/vi/LC_MESSAGES/kcmusb.mo
share/locale/vi/LC_MESSAGES/kinfocenter.mo
share/locale/wa/LC_MESSAGES/kcm_nic.mo
share/locale/wa/LC_MESSAGES/kcm_pci.mo
share/locale/wa/LC_MESSAGES/kcmdevinfo.mo
share/locale/wa/LC_MESSAGES/kcmsamba.mo
share/locale/wa/LC_MESSAGES/kcmusb.mo
share/locale/wa/LC_MESSAGES/kinfocenter.mo
share/locale/xh/LC_MESSAGES/kcmsamba.mo
share/locale/xh/LC_MESSAGES/kcmusb.mo
share/locale/xh/LC_MESSAGES/kinfocenter.mo
share/locale/zh_CN/LC_MESSAGES/kcm_about-distro.mo
share/locale/zh_CN/LC_MESSAGES/kcm_cpu.mo
share/locale/zh_CN/LC_MESSAGES/kcm_egl.mo
share/locale/zh_CN/LC_MESSAGES/kcm_energyinfo.mo
share/locale/zh_CN/LC_MESSAGES/kcm_firmware_security.mo
share/locale/zh_CN/LC_MESSAGES/kcm_glx.mo
share/locale/zh_CN/LC_MESSAGES/kcm_interrupts.mo
share/locale/zh_CN/LC_MESSAGES/kcm_kwinsupportinfo.mo
share/locale/zh_CN/LC_MESSAGES/kcm_nic.mo
share/locale/zh_CN/LC_MESSAGES/kcm_pci.mo
share/locale/zh_CN/LC_MESSAGES/kcm_vulkan.mo
@ -841,13 +855,20 @@ share/locale/zh_CN/LC_MESSAGES/kcm_xserver.mo
share/locale/zh_CN/LC_MESSAGES/kcmdevinfo.mo
share/locale/zh_CN/LC_MESSAGES/kcmsamba.mo
share/locale/zh_CN/LC_MESSAGES/kcmusb.mo
share/locale/zh_CN/LC_MESSAGES/kinfocenter.mo
share/locale/zh_TW/LC_MESSAGES/kcm_about-distro.mo
share/locale/zh_TW/LC_MESSAGES/kcm_cpu.mo
share/locale/zh_TW/LC_MESSAGES/kcm_egl.mo
share/locale/zh_TW/LC_MESSAGES/kcm_energyinfo.mo
share/locale/zh_TW/LC_MESSAGES/kcm_firmware_security.mo
share/locale/zh_TW/LC_MESSAGES/kcm_glx.mo
share/locale/zh_TW/LC_MESSAGES/kcm_interrupts.mo
share/locale/zh_TW/LC_MESSAGES/kcm_nic.mo
share/locale/zh_TW/LC_MESSAGES/kcm_pci.mo
share/locale/zh_TW/LC_MESSAGES/kcm_vulkan.mo
share/locale/zh_TW/LC_MESSAGES/kcm_wayland.mo
share/locale/zh_TW/LC_MESSAGES/kcm_xserver.mo
share/locale/zh_TW/LC_MESSAGES/kcmdevinfo.mo
share/locale/zh_TW/LC_MESSAGES/kcmsamba.mo
share/locale/zh_TW/LC_MESSAGES/kcmusb.mo
share/locale/zh_TW/LC_MESSAGES/kinfocenter.mo
share/metainfo/org.kde.kinfocenter.appdata.xml
share/polkit-1/actions/org.kde.kinfocenter.dmidecode.policy

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610142
SHA256 (KDE/plasma/5.24.7/kmenuedit-5.24.7.tar.xz) = 4e10ff18ba18cf520e4b36ac5674475c34e360948acd8ef519b3d011bcb5cfd5
SIZE (KDE/plasma/5.24.7/kmenuedit-5.24.7.tar.xz) = 901652
TIMESTAMP = 1673334438
SHA256 (KDE/plasma/5.26.5/kmenuedit-5.26.5.tar.xz) = f73c167a3c5059a77068f67794301695ac10c2dece8944654f978655cf993e9e
SIZE (KDE/plasma/5.26.5/kmenuedit-5.26.5.tar.xz) = 905724

View File

@ -67,6 +67,7 @@ share/icons/hicolor/48x48/apps/kmenuedit.png
share/kxmlgui5/kmenuedit/kmenueditui.rc
share/locale/af/LC_MESSAGES/kmenuedit.mo
share/locale/ar/LC_MESSAGES/kmenuedit.mo
share/locale/az/LC_MESSAGES/kmenuedit.mo
share/locale/be/LC_MESSAGES/kmenuedit.mo
share/locale/bg/LC_MESSAGES/kmenuedit.mo
share/locale/bn/LC_MESSAGES/kmenuedit.mo
@ -104,6 +105,7 @@ share/locale/id/LC_MESSAGES/kmenuedit.mo
share/locale/is/LC_MESSAGES/kmenuedit.mo
share/locale/it/LC_MESSAGES/kmenuedit.mo
share/locale/ja/LC_MESSAGES/kmenuedit.mo
share/locale/ka/LC_MESSAGES/kmenuedit.mo
share/locale/kk/LC_MESSAGES/kmenuedit.mo
share/locale/km/LC_MESSAGES/kmenuedit.mo
share/locale/kn/LC_MESSAGES/kmenuedit.mo
@ -152,4 +154,5 @@ share/locale/wa/LC_MESSAGES/kmenuedit.mo
share/locale/xh/LC_MESSAGES/kmenuedit.mo
share/locale/zh_CN/LC_MESSAGES/kmenuedit.mo
share/locale/zh_TW/LC_MESSAGES/kmenuedit.mo
share/metainfo/org.kde.kmenuedit.appdata.xml
share/qlogging-categories5/kmenuedit.categories

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610144
SHA256 (KDE/plasma/5.24.7/ksystemstats-5.24.7.tar.xz) = 8bab74baaa86e994bf6d7520449fec5cf4ea3bb19b8cc2173cfb1ec7210d0995
SIZE (KDE/plasma/5.24.7/ksystemstats-5.24.7.tar.xz) = 95356
TIMESTAMP = 1673334440
SHA256 (KDE/plasma/5.26.5/ksystemstats-5.26.5.tar.xz) = 71e5ec962256e84f7e1933c97ad64c9d008a555e78979739e215afb70d174aa3
SIZE (KDE/plasma/5.26.5/ksystemstats-5.26.5.tar.xz) = 107224

View File

@ -25,6 +25,7 @@ share/locale/ia/LC_MESSAGES/ksystemstats_plugins.mo
share/locale/id/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
share/locale/ko/LC_MESSAGES/ksystemstats_plugins.mo
share/locale/lt/LC_MESSAGES/ksystemstats_plugins.mo
share/locale/nl/LC_MESSAGES/ksystemstats_plugins.mo
@ -38,6 +39,7 @@ share/locale/ru/LC_MESSAGES/ksystemstats_plugins.mo
share/locale/sk/LC_MESSAGES/ksystemstats_plugins.mo
share/locale/sl/LC_MESSAGES/ksystemstats_plugins.mo
share/locale/sv/LC_MESSAGES/ksystemstats_plugins.mo
share/locale/tr/LC_MESSAGES/ksystemstats_plugins.mo
share/locale/uk/LC_MESSAGES/ksystemstats_plugins.mo
share/locale/vi/LC_MESSAGES/ksystemstats_plugins.mo
share/locale/zh_CN/LC_MESSAGES/ksystemstats_plugins.mo

View File

@ -9,8 +9,8 @@ WWW= https://www.kde.org/plasma-desktop
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg
USE_KDE= auth codecs completion config configwidgets coreaddons \
globalaccel i18n iconthemes jobwidgets kdeclarative kio \
newstuff package plasma-framework service solid \
widgetsaddons windowsystem
newstuff package plasma-framework service solid widgetsaddons \
windowsystem
USE_QT= concurrent core dbus declarative gui network script webkit \
widgets x11extras xml \
buildtools:build qmake:build

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610145
SHA256 (KDE/plasma/5.24.7/libksysguard-5.24.7.tar.xz) = fec8ad5b5e4e9d74d7f466d44348d81bbe9122c1228fc0a76da6e2ccc9ef1043
SIZE (KDE/plasma/5.24.7/libksysguard-5.24.7.tar.xz) = 778488
TIMESTAMP = 1673334441
SHA256 (KDE/plasma/5.26.5/libksysguard-5.26.5.tar.xz) = 17e5372eca2ad162e82a892b1cb2c9a3d1d124489ac7d2b0fc34a4f04de54105
SIZE (KDE/plasma/5.26.5/libksysguard-5.26.5.tar.xz) = 796464

View File

@ -82,6 +82,7 @@ lib/libprocessui.so.9
%%QT_PLUGINDIR%%/designer/ksysguardlsof5widgets.so
%%QT_PLUGINDIR%%/kpackage/packagestructure/sensorface_packagestructure.so
%%QT_PLUGINDIR%%/ksysguard/process/ksysguard_plugin_nvidia.so
%%QT_QMLDIR%%/org/kde/ksysguard/faces/Choices.qml
%%QT_QMLDIR%%/org/kde/ksysguard/faces/ExtendedLegend.qml
%%QT_QMLDIR%%/org/kde/ksysguard/faces/SensorFace.qml
%%QT_QMLDIR%%/org/kde/ksysguard/faces/SensorRangeSpinBox.qml
@ -99,12 +100,6 @@ share/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf
share/knsrcfiles/systemmonitor-faces.knsrc
share/knsrcfiles/systemmonitor-presets.knsrc
share/ksysguard/scripts/README
share/ksysguard/scripts/smaps/helper.js
share/ksysguard/scripts/smaps/index.html
share/ksysguard/scripts/smaps/main.js
share/ksysguard/scripts/smaps/smaps.desktop
share/ksysguard/scripts/smaps/sorttable.js
share/ksysguard/scripts/smaps/style.css
share/ksysguard/sensorfaces/org.kde.ksysguard.barchart/contents/config/main.xml
share/ksysguard/sensorfaces/org.kde.ksysguard.barchart/contents/faceproperties
share/ksysguard/sensorfaces/org.kde.ksysguard.barchart/contents/ui/BarChart.qml
@ -153,7 +148,14 @@ share/ksysguard/sensorfaces/org.kde.ksysguard.textonly/contents/ui/FullRepresent
share/ksysguard/sensorfaces/org.kde.ksysguard.textonly/contents/ui/GroupedText.qml
share/ksysguard/sensorfaces/org.kde.ksysguard.textonly/metadata.desktop
share/ksysguard/sensorfaces/org.kde.ksysguard.textonly/metadata.json
share/locale/ar/LC_MESSAGES/KSysGuardSensorFaces.mo
share/locale/ar/LC_MESSAGES/ksgrd.mo
share/locale/ar/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo
share/locale/ar/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/ar/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/ar/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/ar/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/ar/LC_MESSAGES/ksysguard_sensors.mo
share/locale/ar/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/ar/LC_MESSAGES/processcore.mo
share/locale/ar/LC_MESSAGES/processui.mo
@ -167,6 +169,7 @@ share/locale/az/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/az/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/az/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/az/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/az/LC_MESSAGES/ksysguard_sensors.mo
share/locale/az/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/az/LC_MESSAGES/processcore.mo
share/locale/az/LC_MESSAGES/processui.mo
@ -180,6 +183,7 @@ share/locale/bg/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/bg/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/bg/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/bg/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/bg/LC_MESSAGES/ksysguard_sensors.mo
share/locale/bg/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/bg/LC_MESSAGES/processcore.mo
share/locale/bg/LC_MESSAGES/processui.mo
@ -197,6 +201,7 @@ share/locale/ca/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/ca/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/ca/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/ca/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/ca/LC_MESSAGES/ksysguard_sensors.mo
share/locale/ca/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/ca/LC_MESSAGES/processcore.mo
share/locale/ca/LC_MESSAGES/processui.mo
@ -207,6 +212,7 @@ share/locale/ca@valencia/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.m
share/locale/ca@valencia/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/ca@valencia/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/ca@valencia/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/ca@valencia/LC_MESSAGES/ksysguard_sensors.mo
share/locale/ca@valencia/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/ca@valencia/LC_MESSAGES/processcore.mo
share/locale/ca@valencia/LC_MESSAGES/processui.mo
@ -217,6 +223,7 @@ share/locale/cs/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/cs/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/cs/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/cs/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/cs/LC_MESSAGES/ksysguard_sensors.mo
share/locale/cs/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/cs/LC_MESSAGES/processcore.mo
share/locale/cs/LC_MESSAGES/processui.mo
@ -236,6 +243,7 @@ share/locale/de/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/de/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/de/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/de/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/de/LC_MESSAGES/ksysguard_sensors.mo
share/locale/de/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/de/LC_MESSAGES/processcore.mo
share/locale/de/LC_MESSAGES/processui.mo
@ -250,6 +258,7 @@ share/locale/en_GB/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/en_GB/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/en_GB/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/en_GB/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/en_GB/LC_MESSAGES/ksysguard_sensors.mo
share/locale/en_GB/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/en_GB/LC_MESSAGES/processcore.mo
share/locale/en_GB/LC_MESSAGES/processui.mo
@ -263,6 +272,7 @@ share/locale/es/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/es/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/es/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/es/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/es/LC_MESSAGES/ksysguard_sensors.mo
share/locale/es/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/es/LC_MESSAGES/processcore.mo
share/locale/es/LC_MESSAGES/processui.mo
@ -282,6 +292,7 @@ share/locale/eu/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/eu/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/eu/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/eu/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/eu/LC_MESSAGES/ksysguard_sensors.mo
share/locale/eu/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/eu/LC_MESSAGES/processcore.mo
share/locale/eu/LC_MESSAGES/processui.mo
@ -294,6 +305,7 @@ share/locale/fi/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/fi/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/fi/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/fi/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/fi/LC_MESSAGES/ksysguard_sensors.mo
share/locale/fi/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/fi/LC_MESSAGES/processcore.mo
share/locale/fi/LC_MESSAGES/processui.mo
@ -304,6 +316,7 @@ share/locale/fr/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/fr/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/fr/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/fr/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/fr/LC_MESSAGES/ksysguard_sensors.mo
share/locale/fr/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/fr/LC_MESSAGES/processcore.mo
share/locale/fr/LC_MESSAGES/processui.mo
@ -368,6 +381,7 @@ share/locale/it/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/it/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/it/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/it/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/it/LC_MESSAGES/ksysguard_sensors.mo
share/locale/it/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/it/LC_MESSAGES/processcore.mo
share/locale/it/LC_MESSAGES/processui.mo
@ -378,9 +392,21 @@ share/locale/ja/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/ja/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/ja/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/ja/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/ja/LC_MESSAGES/ksysguard_sensors.mo
share/locale/ja/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/ja/LC_MESSAGES/processcore.mo
share/locale/ja/LC_MESSAGES/processui.mo
share/locale/ka/LC_MESSAGES/KSysGuardSensorFaces.mo
share/locale/ka/LC_MESSAGES/ksgrd.mo
share/locale/ka/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo
share/locale/ka/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/ka/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/ka/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/ka/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/ka/LC_MESSAGES/ksysguard_sensors.mo
share/locale/ka/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/ka/LC_MESSAGES/processcore.mo
share/locale/ka/LC_MESSAGES/processui.mo
share/locale/kk/LC_MESSAGES/ksgrd.mo
share/locale/kk/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/kk/LC_MESSAGES/processcore.mo
@ -396,6 +422,7 @@ share/locale/ko/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/ko/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/ko/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/ko/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/ko/LC_MESSAGES/ksysguard_sensors.mo
share/locale/ko/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/ko/LC_MESSAGES/processcore.mo
share/locale/ko/LC_MESSAGES/processui.mo
@ -447,6 +474,7 @@ share/locale/nl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/nl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/nl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/nl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/nl/LC_MESSAGES/ksysguard_sensors.mo
share/locale/nl/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/nl/LC_MESSAGES/processcore.mo
share/locale/nl/LC_MESSAGES/processui.mo
@ -472,6 +500,7 @@ share/locale/pl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/pl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/pl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/pl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/pl/LC_MESSAGES/ksysguard_sensors.mo
share/locale/pl/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/pl/LC_MESSAGES/processcore.mo
share/locale/pl/LC_MESSAGES/processui.mo
@ -482,6 +511,7 @@ share/locale/pt/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/pt/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/pt/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/pt/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/pt/LC_MESSAGES/ksysguard_sensors.mo
share/locale/pt/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/pt/LC_MESSAGES/processcore.mo
share/locale/pt/LC_MESSAGES/processui.mo
@ -492,6 +522,7 @@ share/locale/pt_BR/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/pt_BR/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/pt_BR/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/pt_BR/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/pt_BR/LC_MESSAGES/ksysguard_sensors.mo
share/locale/pt_BR/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/pt_BR/LC_MESSAGES/processcore.mo
share/locale/pt_BR/LC_MESSAGES/processui.mo
@ -511,7 +542,7 @@ share/locale/ru/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo
share/locale/ru/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/ru/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/ru/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/ru/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/ru/LC_MESSAGES/ksysguard_sensors.mo
share/locale/ru/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/ru/LC_MESSAGES/processcore.mo
share/locale/ru/LC_MESSAGES/processui.mo
@ -527,6 +558,7 @@ share/locale/sk/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/sk/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/sk/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/sk/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/sk/LC_MESSAGES/ksysguard_sensors.mo
share/locale/sk/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/sk/LC_MESSAGES/processcore.mo
share/locale/sk/LC_MESSAGES/processui.mo
@ -537,6 +569,7 @@ share/locale/sl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/sl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/sl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/sl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/sl/LC_MESSAGES/ksysguard_sensors.mo
share/locale/sl/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/sl/LC_MESSAGES/processcore.mo
share/locale/sl/LC_MESSAGES/processui.mo
@ -566,6 +599,7 @@ share/locale/sv/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/sv/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/sv/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/sv/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/sv/LC_MESSAGES/ksysguard_sensors.mo
share/locale/sv/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/sv/LC_MESSAGES/processcore.mo
share/locale/sv/LC_MESSAGES/processui.mo
@ -580,7 +614,14 @@ share/locale/tg/LC_MESSAGES/processui.mo
share/locale/th/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/th/LC_MESSAGES/processcore.mo
share/locale/th/LC_MESSAGES/processui.mo
share/locale/tr/LC_MESSAGES/KSysGuardSensorFaces.mo
share/locale/tr/LC_MESSAGES/ksgrd.mo
share/locale/tr/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo
share/locale/tr/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/tr/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/tr/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/tr/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/tr/LC_MESSAGES/ksysguard_sensors.mo
share/locale/tr/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/tr/LC_MESSAGES/processcore.mo
share/locale/tr/LC_MESSAGES/processui.mo
@ -595,6 +636,7 @@ share/locale/uk/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/uk/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/uk/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/uk/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/uk/LC_MESSAGES/ksysguard_sensors.mo
share/locale/uk/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/uk/LC_MESSAGES/processcore.mo
share/locale/uk/LC_MESSAGES/processui.mo
@ -608,10 +650,18 @@ share/locale/zh_CN/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/zh_CN/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/zh_CN/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/zh_CN/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/zh_CN/LC_MESSAGES/ksysguard_sensors.mo
share/locale/zh_CN/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/zh_CN/LC_MESSAGES/processcore.mo
share/locale/zh_CN/LC_MESSAGES/processui.mo
share/locale/zh_TW/LC_MESSAGES/KSysGuardSensorFaces.mo
share/locale/zh_TW/LC_MESSAGES/ksgrd.mo
share/locale/zh_TW/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo
share/locale/zh_TW/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo
share/locale/zh_TW/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo
share/locale/zh_TW/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo
share/locale/zh_TW/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo
share/locale/zh_TW/LC_MESSAGES/ksysguard_sensors.mo
share/locale/zh_TW/LC_MESSAGES/ksysguardlsofwidgets.mo
share/locale/zh_TW/LC_MESSAGES/processcore.mo
share/locale/zh_TW/LC_MESSAGES/processui.mo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610146
SHA256 (KDE/plasma/5.24.7/plasma-disks-5.24.7.tar.xz) = 5afbf7e34686e0d581cf0bda5f0c1d79baf40d652aee5e9cb853949c4c741a1e
SIZE (KDE/plasma/5.24.7/plasma-disks-5.24.7.tar.xz) = 89508
TIMESTAMP = 1673334442
SHA256 (KDE/plasma/5.26.5/plasma-disks-5.26.5.tar.xz) = 60c082d4d077557c80ade742cdb93f20f9c370178f4457f3361b0b4f2921f38c
SIZE (KDE/plasma/5.26.5/plasma-disks-5.26.5.tar.xz) = 92236

View File

@ -26,6 +26,7 @@ share/locale/hu/LC_MESSAGES/plasma_disks.mo
share/locale/ia/LC_MESSAGES/plasma_disks.mo
share/locale/id/LC_MESSAGES/plasma_disks.mo
share/locale/it/LC_MESSAGES/plasma_disks.mo
share/locale/ka/LC_MESSAGES/plasma_disks.mo
share/locale/ko/LC_MESSAGES/plasma_disks.mo
share/locale/nl/LC_MESSAGES/plasma_disks.mo
share/locale/nn/LC_MESSAGES/plasma_disks.mo
@ -38,6 +39,7 @@ share/locale/ru/LC_MESSAGES/plasma_disks.mo
share/locale/sk/LC_MESSAGES/plasma_disks.mo
share/locale/sl/LC_MESSAGES/plasma_disks.mo
share/locale/sv/LC_MESSAGES/plasma_disks.mo
share/locale/tr/LC_MESSAGES/plasma_disks.mo
share/locale/uk/LC_MESSAGES/plasma_disks.mo
share/locale/zh_CN/LC_MESSAGES/plasma_disks.mo
share/metainfo/org.kde.plasma.disks.metainfo.xml

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610148
SHA256 (KDE/plasma/5.24.7/plasma-systemmonitor-5.24.7.tar.xz) = a7bac465a9ba97f2ae2116166df09469f3687a65a129ad804d3bee70bebcc634
SIZE (KDE/plasma/5.24.7/plasma-systemmonitor-5.24.7.tar.xz) = 154744
TIMESTAMP = 1673334443
SHA256 (KDE/plasma/5.26.5/plasma-systemmonitor-5.26.5.tar.xz) = 01affc9972589f6841b8e1c17187b34e0077e414fb472c52b8e04054e9d7f075
SIZE (KDE/plasma/5.26.5/plasma-systemmonitor-5.26.5.tar.xz) = 168500

View File

@ -8,6 +8,7 @@ bin/plasma-systemmonitor
%%QT_QMLDIR%%/org/kde/ksysguard/page/FaceConfigurationPage.qml
%%QT_QMLDIR%%/org/kde/ksysguard/page/FaceControl.qml
%%QT_QMLDIR%%/org/kde/ksysguard/page/LoadPresetDialog.qml
%%QT_QMLDIR%%/org/kde/ksysguard/page/MissingSensorsDialog.qml
%%QT_QMLDIR%%/org/kde/ksysguard/page/MoveButton.qml
%%QT_QMLDIR%%/org/kde/ksysguard/page/PageContents.qml
%%QT_QMLDIR%%/org/kde/ksysguard/page/PageDialog.qml
@ -106,6 +107,9 @@ share/locale/it/LC_MESSAGES/plasma-systemmonitor.mo
share/locale/ja/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo
share/locale/ja/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo
share/locale/ja/LC_MESSAGES/plasma-systemmonitor.mo
share/locale/ka/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo
share/locale/ka/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo
share/locale/ka/LC_MESSAGES/plasma-systemmonitor.mo
share/locale/ko/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo
share/locale/ko/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo
share/locale/ko/LC_MESSAGES/plasma-systemmonitor.mo
@ -146,13 +150,22 @@ share/locale/sl/LC_MESSAGES/plasma-systemmonitor.mo
share/locale/sv/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo
share/locale/sv/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo
share/locale/sv/LC_MESSAGES/plasma-systemmonitor.mo
share/locale/ta/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo
share/locale/ta/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo
share/locale/ta/LC_MESSAGES/plasma-systemmonitor.mo
share/locale/tr/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo
share/locale/tr/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo
share/locale/tr/LC_MESSAGES/plasma-systemmonitor.mo
share/locale/uk/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo
share/locale/uk/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo
share/locale/uk/LC_MESSAGES/plasma-systemmonitor.mo
share/locale/zh_CN/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo
share/locale/zh_CN/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo
share/locale/zh_CN/LC_MESSAGES/plasma-systemmonitor.mo
share/locale/zh_TW/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo
share/locale/zh_TW/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo
share/locale/zh_TW/LC_MESSAGES/plasma-systemmonitor.mo
share/metainfo/org.kde.plasma-systemmonitor.metainfo.xml
%%DATADIR%%/applications.page
%%DATADIR%%/history.page
%%DATADIR%%/overview.page

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610149
SHA256 (KDE/plasma/5.24.7/polkit-kde-agent-1-5.24.7.tar.xz) = e821267042d6a56d4603b4269e770aaf86f18ebda3210e82630a2451448f3fcc
SIZE (KDE/plasma/5.24.7/polkit-kde-agent-1-5.24.7.tar.xz) = 49088
TIMESTAMP = 1673334444
SHA256 (KDE/plasma/5.26.5/polkit-kde-agent-1-5.26.5.tar.xz) = 71244256cbeef3859f104030eb3b1c00adea405d2b9e593087e6a10a489759a6
SIZE (KDE/plasma/5.26.5/polkit-kde-agent-1-5.26.5.tar.xz) = 49776

View File

@ -31,6 +31,7 @@ share/locale/id/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/is/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/it/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/ja/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/ka/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/kk/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/km/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/ko/LC_MESSAGES/polkit-kde-authentication-agent-1.mo

View File

@ -14,9 +14,10 @@ USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz \
USE_KDE= activities auth bookmarks codecs completion config \
configwidgets coreaddons crash dbusaddons emoticons \
globalaccel guiaddons i18n iconthemes idletime init itemmodels \
itemviews jobwidgets kio kirigami2 libkscreen notifications notifyconfig \
parts plasma-workspace service solid sonnet textwidgets \
unitconversion wayland widgetsaddons windowsystem xmlgui \
itemviews jobwidgets kio kirigami2 libkscreen notifications \
notifyconfig parts plasma-workspace service solid sonnet \
textwidgets unitconversion wayland widgetsaddons windowsystem \
xmlgui \
doctools:build ecm:build
USE_QT= concurrent core dbus gui network printsupport widgets \
x11extras xml \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610150
SHA256 (KDE/plasma/5.24.7/powerdevil-5.24.7.tar.xz) = 30db90cc6d5e17071b657b155e0072a3db3c61d59ed4a99b4be0ed266a87d670
SIZE (KDE/plasma/5.24.7/powerdevil-5.24.7.tar.xz) = 635072
TIMESTAMP = 1673334445
SHA256 (KDE/plasma/5.26.5/powerdevil-5.26.5.tar.xz) = 773bddb2a38ee6dfb490df5a81ed0b76de9df4e3b2b2773fe66cea6b1bc76b18
SIZE (KDE/plasma/5.26.5/powerdevil-5.26.5.tar.xz) = 642792

View File

@ -12,10 +12,18 @@ lib/libpowerdevilcore.so.%%KDE_PLASMA_VERSION%%
lib/libpowerdevilui.so
lib/libpowerdevilui.so.5
lib/libpowerdevilui.so.%%KDE_PLASMA_VERSION%%
%%QT_PLUGINDIR%%/kcm_powerdevilactivitiesconfig.so
%%QT_PLUGINDIR%%/kcm_powerdevilglobalconfig.so
%%QT_PLUGINDIR%%/kcm_powerdevilprofilesconfig.so
%%QT_PLUGINDIR%%/kf5/powerdevil/powerdevilupowerbackend.so
%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_powerdevilactivitiesconfig.so
%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_powerdevilglobalconfig.so
%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_powerdevilprofilesconfig.so
%%QT_PLUGINDIR%%/powerdevil/action/powerdevil_brightnesscontrolaction.so
%%QT_PLUGINDIR%%/powerdevil/action/powerdevil_dimdisplayaction.so
%%QT_PLUGINDIR%%/powerdevil/action/powerdevil_dpmsaction.so
%%QT_PLUGINDIR%%/powerdevil/action/powerdevil_handlebuttoneventsaction.so
%%QT_PLUGINDIR%%/powerdevil/action/powerdevil_keyboardbrightnesscontrolaction.so
%%QT_PLUGINDIR%%/powerdevil/action/powerdevil_powerprofileaction.so
%%QT_PLUGINDIR%%/powerdevil/action/powerdevil_runscriptaction.so
%%QT_PLUGINDIR%%/powerdevil/action/powerdevil_suspendsessionaction.so
%%QT_PLUGINDIR%%/powerdevilbrightnesscontrolaction_config.so
%%QT_PLUGINDIR%%/powerdevildimdisplayaction_config.so
%%QT_PLUGINDIR%%/powerdevildpmsaction_config.so
@ -25,6 +33,9 @@ lib/libpowerdevilui.so.%%KDE_PLASMA_VERSION%%
%%QT_PLUGINDIR%%/powerdevilrunscriptaction_config.so
%%QT_PLUGINDIR%%/powerdevilsuspendsessionaction_config.so
lib/systemd/user/plasma-powerdevil.service
share/applications/kcm_powerdevilactivitiesconfig.desktop
share/applications/kcm_powerdevilglobalconfig.desktop
share/applications/kcm_powerdevilprofilesconfig.desktop
share/dbus-1/system-services/org.kde.powerdevil.backlighthelper.service
share/dbus-1/system-services/org.kde.powerdevil.chargethresholdhelper.service
share/dbus-1/system-services/org.kde.powerdevil.discretegpuhelper.service
@ -69,18 +80,6 @@ share/doc/HTML/uk/kcontrol/powerdevil/energy.png
share/doc/HTML/uk/kcontrol/powerdevil/index.cache.bz2
share/doc/HTML/uk/kcontrol/powerdevil/index.docbook
share/knotifications5/powerdevil.notifyrc
share/kservices5/powerdevilactivitiesconfig.desktop
share/kservices5/powerdevilbrightnesscontrolaction.desktop
share/kservices5/powerdevildimdisplayaction.desktop
share/kservices5/powerdevildpmsaction.desktop
share/kservices5/powerdevilglobalconfig.desktop
share/kservices5/powerdevilhandlebuttoneventsaction.desktop
share/kservices5/powerdevilkeyboardbrightnesscontrolaction.desktop
share/kservices5/powerdevilpowerprofileaction.desktop
share/kservices5/powerdevilprofilesconfig.desktop
share/kservices5/powerdevilrunscriptaction.desktop
share/kservices5/powerdevilsuspendsessionaction.desktop
share/kservicetypes5/powerdevilaction.desktop
share/locale/ar/LC_MESSAGES/libpowerdevilcommonconfig.mo
share/locale/ar/LC_MESSAGES/powerdevil.mo
share/locale/ar/LC_MESSAGES/powerdevilactivitiesconfig.mo
@ -218,6 +217,11 @@ share/locale/ja/LC_MESSAGES/powerdevil.mo
share/locale/ja/LC_MESSAGES/powerdevilactivitiesconfig.mo
share/locale/ja/LC_MESSAGES/powerdevilglobalconfig.mo
share/locale/ja/LC_MESSAGES/powerdevilprofilesconfig.mo
share/locale/ka/LC_MESSAGES/libpowerdevilcommonconfig.mo
share/locale/ka/LC_MESSAGES/powerdevil.mo
share/locale/ka/LC_MESSAGES/powerdevilactivitiesconfig.mo
share/locale/ka/LC_MESSAGES/powerdevilglobalconfig.mo
share/locale/ka/LC_MESSAGES/powerdevilprofilesconfig.mo
share/locale/kk/LC_MESSAGES/libpowerdevilcommonconfig.mo
share/locale/kk/LC_MESSAGES/powerdevil.mo
share/locale/kk/LC_MESSAGES/powerdevilactivitiesconfig.mo
@ -341,7 +345,11 @@ share/locale/sv/LC_MESSAGES/powerdevil.mo
share/locale/sv/LC_MESSAGES/powerdevilactivitiesconfig.mo
share/locale/sv/LC_MESSAGES/powerdevilglobalconfig.mo
share/locale/sv/LC_MESSAGES/powerdevilprofilesconfig.mo
share/locale/ta/LC_MESSAGES/libpowerdevilcommonconfig.mo
share/locale/ta/LC_MESSAGES/powerdevil.mo
share/locale/ta/LC_MESSAGES/powerdevilactivitiesconfig.mo
share/locale/ta/LC_MESSAGES/powerdevilglobalconfig.mo
share/locale/ta/LC_MESSAGES/powerdevilprofilesconfig.mo
share/locale/te/LC_MESSAGES/powerdevil.mo
share/locale/tg/LC_MESSAGES/libpowerdevilcommonconfig.mo
share/locale/tg/LC_MESSAGES/powerdevil.mo

View File

@ -1,6 +1,5 @@
PORTNAME= systemsettings
DISTVERSION= ${KDE_PLASMA_VERSION}
PORTREVISION= 1
CATEGORIES= sysutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610151
SHA256 (KDE/plasma/5.24.7/systemsettings-5.24.7.tar.xz) = 49526048163064be475aee9b6231f3a13a761744dce2a89194a35fb5e3296ab3
SIZE (KDE/plasma/5.24.7/systemsettings-5.24.7.tar.xz) = 206180
TIMESTAMP = 1673334446
SHA256 (KDE/plasma/5.26.5/systemsettings-5.26.5.tar.xz) = da8e25bfbee7c7131e38337334ee419b5d1692b2f8cff1de3e00bf31926961c9
SIZE (KDE/plasma/5.26.5/systemsettings-5.26.5.tar.xz) = 205752

View File

@ -1,6 +1,5 @@
bin/systemsettings
bin/systemsettings5
share/locale/my/LC_MESSAGES/systemsettings.mo
lib/libsystemsettingsview.so.3
%%QT_PLUGINDIR%%/kf5/krunner/krunner_systemsettings.so
%%QT_PLUGINDIR%%/systemsettingsview/icon_mode.so
@ -43,9 +42,7 @@ share/kpackage/genericqml/org.kde.systemsettings.sidebar/contents/ui/introPage.q
share/kpackage/genericqml/org.kde.systemsettings.sidebar/contents/ui/main.qml
share/kpackage/genericqml/org.kde.systemsettings.sidebar/metadata.desktop
share/kservicetypes5/infocenterexternalapp.desktop
share/kservicetypes5/systemsettingscategory.desktop
share/kservicetypes5/systemsettingsexternalapp.desktop
share/kservicetypes5/systemsettingsview.desktop
share/kxmlgui5/systemsettings/systemsettingsui.rc
share/locale/ar/LC_MESSAGES/systemsettings.mo
share/locale/ast/LC_MESSAGES/systemsettings.mo
@ -85,6 +82,7 @@ share/locale/id/LC_MESSAGES/systemsettings.mo
share/locale/is/LC_MESSAGES/systemsettings.mo
share/locale/it/LC_MESSAGES/systemsettings.mo
share/locale/ja/LC_MESSAGES/systemsettings.mo
share/locale/ka/LC_MESSAGES/systemsettings.mo
share/locale/kk/LC_MESSAGES/systemsettings.mo
share/locale/km/LC_MESSAGES/systemsettings.mo
share/locale/ko/LC_MESSAGES/systemsettings.mo
@ -96,6 +94,7 @@ share/locale/mk/LC_MESSAGES/systemsettings.mo
share/locale/ml/LC_MESSAGES/systemsettings.mo
share/locale/mr/LC_MESSAGES/systemsettings.mo
share/locale/ms/LC_MESSAGES/systemsettings.mo
share/locale/my/LC_MESSAGES/systemsettings.mo
share/locale/nb/LC_MESSAGES/systemsettings.mo
share/locale/nds/LC_MESSAGES/systemsettings.mo
share/locale/ne/LC_MESSAGES/systemsettings.mo
@ -133,23 +132,17 @@ share/metainfo/org.kde.systemsettings.metainfo.xml
share/qlogging-categories5/systemsettings.categories
%%DATADIR%%/categories/settings-appearance-color.desktop
%%DATADIR%%/categories/settings-appearance-font.desktop
%%DATADIR%%/categories/settings-appearance-icons.desktop
%%DATADIR%%/categories/settings-appearance.desktop
%%DATADIR%%/categories/settings-hardware-display.desktop
%%DATADIR%%/categories/settings-hardware-input.desktop
%%DATADIR%%/categories/settings-hardware-multimedia.desktop
%%DATADIR%%/categories/settings-hardware-peripherals.desktop
%%DATADIR%%/categories/settings-hardware-powermanagement.desktop
%%DATADIR%%/categories/settings-hardware-removable-storage.desktop
%%DATADIR%%/categories/settings-hardware.desktop
%%DATADIR%%/categories/settings-network-bluetooth.desktop
%%DATADIR%%/categories/settings-network-connectivity.desktop
%%DATADIR%%/categories/settings-network-networksettings.desktop
%%DATADIR%%/categories/settings-network.desktop
%%DATADIR%%/categories/settings-personalization-accessibility.desktop
%%DATADIR%%/categories/settings-personalization-accountdetails.desktop
%%DATADIR%%/categories/settings-personalization-applications.desktop
%%DATADIR%%/categories/settings-personalization-notification.desktop
%%DATADIR%%/categories/settings-personalization-regionalsettings.desktop
%%DATADIR%%/categories/settings-personalization.desktop
%%DATADIR%%/categories/settings-root-category.desktop

View File

@ -8,10 +8,10 @@ WWW= https://www.kde.org/plasma-desktop
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz xorg
USE_KDE= activities completion config coreaddons crash dbusaddons \
filemetadata i18n itemmodels jobwidgets kio notifications package \
plasma-framework plasma-workspace purpose runner service \
widgetsaddons windowsystem
USE_QT= concurrent core declarative dbus gui network widgets \
filemetadata i18n itemmodels jobwidgets kio notifications \
package plasma-framework plasma-workspace purpose runner \
service widgetsaddons windowsystem
USE_QT= concurrent core dbus declarative gui network widgets \
buildtools:build qmake:build
USE_XORG= x11

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610152
SHA256 (KDE/plasma/5.24.7/plasma-browser-integration-5.24.7.tar.xz) = b79b44750b433fdcde4eac71b12689c3a53d48ea3addae80d2272feea18d5f57
SIZE (KDE/plasma/5.24.7/plasma-browser-integration-5.24.7.tar.xz) = 228704
TIMESTAMP = 1673334447
SHA256 (KDE/plasma/5.26.5/plasma-browser-integration-5.26.5.tar.xz) = 9478549b87e1021d8b7d4ea42f637dc891e857340f2c548e8c12a2b68b82dfad
SIZE (KDE/plasma/5.26.5/plasma-browser-integration-5.26.5.tar.xz) = 237984

View File

@ -7,119 +7,126 @@ lib/mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.json
share/applications/org.kde.plasma.browser_integration.host.desktop
share/krunner/dbusplugins/plasma-runner-browserhistory.desktop
share/krunner/dbusplugins/plasma-runner-browsertabs.desktop
share/locale/ar/LC_MESSAGES/plasma-browser-extension.mo
share/locale/ar/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/ar/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/ar/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/ast/LC_MESSAGES/plasma-browser-extension.mo
share/locale/ast/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/ast/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/ast/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/az/LC_MESSAGES/plasma-browser-extension.mo
share/locale/az/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/az/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/az/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/bg/LC_MESSAGES/plasma-browser-extension.mo
share/locale/bg/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/bg/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/bg/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/ca/LC_MESSAGES/plasma-browser-extension.mo
share/locale/ca/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/ca/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/ca/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/ca@valencia/LC_MESSAGES/plasma-browser-extension.mo
share/locale/ca@valencia/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/ca@valencia/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/ca@valencia/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/cs/LC_MESSAGES/plasma-browser-extension.mo
share/locale/cs/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/cs/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/cs/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/da/LC_MESSAGES/plasma-browser-extension.mo
share/locale/da/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/da/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/da/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/de/LC_MESSAGES/plasma-browser-extension.mo
share/locale/de/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/de/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/de/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/el/LC_MESSAGES/plasma-browser-extension.mo
share/locale/el/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/el/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/el/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/en_GB/LC_MESSAGES/plasma-browser-extension.mo
share/locale/en_GB/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/en_GB/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/en_GB/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/es/LC_MESSAGES/plasma-browser-extension.mo
share/locale/es/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/es/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/es/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/et/LC_MESSAGES/plasma-browser-extension.mo
share/locale/et/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/et/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/et/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/eu/LC_MESSAGES/plasma-browser-extension.mo
share/locale/eu/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/eu/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/eu/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/fi/LC_MESSAGES/plasma-browser-extension.mo
share/locale/fi/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/fi/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/fi/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/fr/LC_MESSAGES/plasma-browser-extension.mo
share/locale/fr/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/fr/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/fr/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/gl/LC_MESSAGES/plasma-browser-extension.mo
share/locale/gl/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/gl/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/gl/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/hu/LC_MESSAGES/plasma-browser-extension.mo
share/locale/hu/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/hu/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/hu/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/ia/LC_MESSAGES/plasma-browser-extension.mo
share/locale/ia/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/ia/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/ia/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/id/LC_MESSAGES/plasma-browser-extension.mo
share/locale/id/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/id/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/id/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/it/LC_MESSAGES/plasma-browser-extension.mo
share/locale/it/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/it/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/it/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/ja/LC_MESSAGES/plasma-browser-extension.mo
share/locale/ja/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/ja/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/ja/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/ko/LC_MESSAGES/plasma-browser-extension.mo
share/locale/ka/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/ka/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/ka/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/ko/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/ko/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/ko/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/lt/LC_MESSAGES/plasma-browser-extension.mo
share/locale/lt/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/lt/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/lt/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/nl/LC_MESSAGES/plasma-browser-extension.mo
share/locale/nl/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/nl/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/nl/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/nn/LC_MESSAGES/plasma-browser-extension.mo
share/locale/nn/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/nn/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/nn/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/pl/LC_MESSAGES/plasma-browser-extension.mo
share/locale/pa/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/pa/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/pl/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/pl/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/pl/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/pt/LC_MESSAGES/plasma-browser-extension.mo
share/locale/pt/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/pt/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/pt/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/pt_BR/LC_MESSAGES/plasma-browser-extension.mo
share/locale/pt_BR/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/pt_BR/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/pt_BR/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/ro/LC_MESSAGES/plasma-browser-extension.mo
share/locale/ro/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/ro/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/ro/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/ru/LC_MESSAGES/plasma-browser-extension.mo
share/locale/ru/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/ru/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/ru/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/sk/LC_MESSAGES/plasma-browser-extension.mo
share/locale/sk/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/sk/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/sk/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/sl/LC_MESSAGES/plasma-browser-extension.mo
share/locale/sl/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/sl/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/sl/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/sv/LC_MESSAGES/plasma-browser-extension.mo
share/locale/sv/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/sv/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/sv/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/ta/LC_MESSAGES/plasma-browser-extension.mo
share/locale/ta/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/ta/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/ta/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/tg/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/tr/LC_MESSAGES/plasma-browser-extension.mo
share/locale/uk/LC_MESSAGES/plasma-browser-extension.mo
share/locale/tr/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/tr/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/tr/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/uk/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/uk/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/uk/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/zh_CN/LC_MESSAGES/plasma-browser-extension.mo
share/locale/zh_CN/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/zh_CN/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/zh_CN/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/zh_TW/LC_MESSAGES/plasma-browser-extension.mo
share/locale/zh_TW/LC_MESSAGES/plasma-browser-extension._static_.mo
share/locale/zh_TW/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/zh_TW/LC_MESSAGES/plasma-browser-integration-reminder.mo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610155
SHA256 (KDE/plasma/5.24.7/breeze-gtk-5.24.7.tar.xz) = 949f4798f2314bf3772980010f93c8a6dfcd5a9133d3dc2004bee9974347d46e
SIZE (KDE/plasma/5.24.7/breeze-gtk-5.24.7.tar.xz) = 43828
TIMESTAMP = 1673334451
SHA256 (KDE/plasma/5.26.5/breeze-gtk-5.26.5.tar.xz) = 1147ca2228144a0e6f939ca952007218b505307f0d62db3da8a92f66766633cc
SIZE (KDE/plasma/5.26.5/breeze-gtk-5.26.5.tar.xz) = 40312

View File

@ -48,6 +48,7 @@ share/themes/Breeze-Dark/assets/breeze-minimize-symbolic.svg
share/themes/Breeze-Dark/assets/breeze-radio-checked-symbolic.svg
share/themes/Breeze-Dark/assets/breeze-radio-indeterminate-symbolic.svg
share/themes/Breeze-Dark/assets/breeze-radio-unchecked-symbolic.svg
share/themes/Breeze-Dark/assets/bullet-symbolic.svg
share/themes/Breeze-Dark/assets/button-active.png
share/themes/Breeze-Dark/assets/button-hover.png
share/themes/Breeze-Dark/assets/button-insensitive.png
@ -106,12 +107,14 @@ share/themes/Breeze-Dark/assets/check-unchecked-insensitive.png
share/themes/Breeze-Dark/assets/check-unchecked-insensitive@2.png
share/themes/Breeze-Dark/assets/check-unchecked.png
share/themes/Breeze-Dark/assets/check-unchecked@2.png
share/themes/Breeze-Dark/assets/checkmark-symbolic.svg
share/themes/Breeze-Dark/assets/combo-entry-active.png
share/themes/Breeze-Dark/assets/combo-entry-button-active.png
share/themes/Breeze-Dark/assets/combo-entry-button-insensitive.png
share/themes/Breeze-Dark/assets/combo-entry-button.png
share/themes/Breeze-Dark/assets/combo-entry-insensitive.png
share/themes/Breeze-Dark/assets/combo-entry.png
share/themes/Breeze-Dark/assets/dash-symbolic.svg
share/themes/Breeze-Dark/assets/entry-active.png
share/themes/Breeze-Dark/assets/entry-insensitive.png
share/themes/Breeze-Dark/assets/entry.png
@ -326,6 +329,7 @@ share/themes/Breeze/assets/breeze-minimize-symbolic.svg
share/themes/Breeze/assets/breeze-radio-checked-symbolic.svg
share/themes/Breeze/assets/breeze-radio-indeterminate-symbolic.svg
share/themes/Breeze/assets/breeze-radio-unchecked-symbolic.svg
share/themes/Breeze/assets/bullet-symbolic.svg
share/themes/Breeze/assets/button-active.png
share/themes/Breeze/assets/button-hover.png
share/themes/Breeze/assets/button-insensitive.png
@ -384,12 +388,14 @@ share/themes/Breeze/assets/check-unchecked-insensitive.png
share/themes/Breeze/assets/check-unchecked-insensitive@2.png
share/themes/Breeze/assets/check-unchecked.png
share/themes/Breeze/assets/check-unchecked@2.png
share/themes/Breeze/assets/checkmark-symbolic.svg
share/themes/Breeze/assets/combo-entry-active.png
share/themes/Breeze/assets/combo-entry-button-active.png
share/themes/Breeze/assets/combo-entry-button-insensitive.png
share/themes/Breeze/assets/combo-entry-button.png
share/themes/Breeze/assets/combo-entry-insensitive.png
share/themes/Breeze/assets/combo-entry.png
share/themes/Breeze/assets/dash-symbolic.svg
share/themes/Breeze/assets/entry-active.png
share/themes/Breeze/assets/entry-insensitive.png
share/themes/Breeze/assets/entry.png

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610154
SHA256 (KDE/plasma/5.24.7/breeze-5.24.7.tar.xz) = 69fa571f5640a14d42b2680ebae2000e27f80f0406501528b306770b94a0ff5f
SIZE (KDE/plasma/5.24.7/breeze-5.24.7.tar.xz) = 43039096
TIMESTAMP = 1673334450
SHA256 (KDE/plasma/5.26.5/breeze-5.26.5.tar.xz) = 1e9d3b40728fbf213998f63e4610a07944feb31cead514a05f2458250758ff03
SIZE (KDE/plasma/5.26.5/breeze-5.26.5.tar.xz) = 57809860

View File

@ -296,10 +296,13 @@ share/locale/ia/LC_MESSAGES/breeze_kwin_deco.mo
share/locale/ia/LC_MESSAGES/breeze_style_config.mo
share/locale/id/LC_MESSAGES/breeze_kwin_deco.mo
share/locale/id/LC_MESSAGES/breeze_style_config.mo
share/locale/is/LC_MESSAGES/breeze_style_config.mo
share/locale/it/LC_MESSAGES/breeze_kwin_deco.mo
share/locale/it/LC_MESSAGES/breeze_style_config.mo
share/locale/ja/LC_MESSAGES/breeze_kwin_deco.mo
share/locale/ja/LC_MESSAGES/breeze_style_config.mo
share/locale/ka/LC_MESSAGES/breeze_kwin_deco.mo
share/locale/ka/LC_MESSAGES/breeze_style_config.mo
share/locale/ko/LC_MESSAGES/breeze_kwin_deco.mo
share/locale/ko/LC_MESSAGES/breeze_style_config.mo
share/locale/lt/LC_MESSAGES/breeze_kwin_deco.mo
@ -339,6 +342,8 @@ share/locale/sr@latin/LC_MESSAGES/breeze_kwin_deco.mo
share/locale/sr@latin/LC_MESSAGES/breeze_style_config.mo
share/locale/sv/LC_MESSAGES/breeze_kwin_deco.mo
share/locale/sv/LC_MESSAGES/breeze_style_config.mo
share/locale/ta/LC_MESSAGES/breeze_kwin_deco.mo
share/locale/ta/LC_MESSAGES/breeze_style_config.mo
share/locale/tg/LC_MESSAGES/breeze_kwin_deco.mo
share/locale/tg/LC_MESSAGES/breeze_style_config.mo
share/locale/tr/LC_MESSAGES/breeze_kwin_deco.mo
@ -349,24 +354,42 @@ share/locale/zh_CN/LC_MESSAGES/breeze_kwin_deco.mo
share/locale/zh_CN/LC_MESSAGES/breeze_style_config.mo
share/locale/zh_TW/LC_MESSAGES/breeze_kwin_deco.mo
share/locale/zh_TW/LC_MESSAGES/breeze_style_config.mo
share/wallpapers/Next/contents/images/1024x768.jpg
share/wallpapers/Next/contents/images/1080x1920.jpg
share/wallpapers/Next/contents/images/1280x1024.jpg
share/wallpapers/Next/contents/images/1280x800.jpg
share/wallpapers/Next/contents/images/1366x768.jpg
share/wallpapers/Next/contents/images/1440x900.jpg
share/wallpapers/Next/contents/images/1600x1200.jpg
share/wallpapers/Next/contents/images/1680x1050.jpg
share/wallpapers/Next/contents/images/1920x1080.jpg
share/wallpapers/Next/contents/images/1920x1200.jpg
share/wallpapers/Next/contents/images/2560x1440.jpg
share/wallpapers/Next/contents/images/2560x1600.jpg
share/wallpapers/Next/contents/images/3200x1800.jpg
share/wallpapers/Next/contents/images/3200x2000.jpg
share/wallpapers/Next/contents/images/360x720.jpg
share/wallpapers/Next/contents/images/3840x2160.jpg
share/wallpapers/Next/contents/images/440x247.jpg
share/wallpapers/Next/contents/images/5120x2880.jpg
share/wallpapers/Next/contents/images/720x1440.jpg
share/wallpapers/Next/contents/screenshot.png
share/wallpapers/Next/metadata.desktop
share/wallpapers/Next/contents/images/1024x768.png
share/wallpapers/Next/contents/images/1080x1920.png
share/wallpapers/Next/contents/images/1280x1024.png
share/wallpapers/Next/contents/images/1280x800.png
share/wallpapers/Next/contents/images/1366x768.png
share/wallpapers/Next/contents/images/1440x900.png
share/wallpapers/Next/contents/images/1600x1200.png
share/wallpapers/Next/contents/images/1680x1050.png
share/wallpapers/Next/contents/images/1920x1080.png
share/wallpapers/Next/contents/images/1920x1200.png
share/wallpapers/Next/contents/images/2560x1440.png
share/wallpapers/Next/contents/images/2560x1600.png
share/wallpapers/Next/contents/images/3200x1800.png
share/wallpapers/Next/contents/images/3200x2000.png
share/wallpapers/Next/contents/images/360x720.png
share/wallpapers/Next/contents/images/3840x2160.png
share/wallpapers/Next/contents/images/440x247.png
share/wallpapers/Next/contents/images/5120x2880.png
share/wallpapers/Next/contents/images/720x1440.png
share/wallpapers/Next/contents/images_dark/1024x768.png
share/wallpapers/Next/contents/images_dark/1080x1920.png
share/wallpapers/Next/contents/images_dark/1280x1024.png
share/wallpapers/Next/contents/images_dark/1280x800.png
share/wallpapers/Next/contents/images_dark/1366x768.png
share/wallpapers/Next/contents/images_dark/1440x900.png
share/wallpapers/Next/contents/images_dark/1600x1200.png
share/wallpapers/Next/contents/images_dark/1680x1050.png
share/wallpapers/Next/contents/images_dark/1920x1080.png
share/wallpapers/Next/contents/images_dark/1920x1200.png
share/wallpapers/Next/contents/images_dark/2560x1440.png
share/wallpapers/Next/contents/images_dark/2560x1600.png
share/wallpapers/Next/contents/images_dark/3200x1800.png
share/wallpapers/Next/contents/images_dark/3200x2000.png
share/wallpapers/Next/contents/images_dark/360x720.png
share/wallpapers/Next/contents/images_dark/3840x2160.png
share/wallpapers/Next/contents/images_dark/440x247.png
share/wallpapers/Next/contents/images_dark/5120x2880.png
share/wallpapers/Next/contents/images_dark/720x1440.png
share/wallpapers/Next/metadata.json

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610156
SHA256 (KDE/plasma/5.24.7/kde-gtk-config-5.24.7.tar.xz) = cd49c848f187b07d9ca5556ec9598cab60df1e96bc77e80d56241808de0da1c8
SIZE (KDE/plasma/5.24.7/kde-gtk-config-5.24.7.tar.xz) = 71640
TIMESTAMP = 1673334452
SHA256 (KDE/plasma/5.26.5/kde-gtk-config-5.26.5.tar.xz) = f674007c0fc60cf99a9e18742d47da6835ce55c942bd987d011012d0ee9b2483
SIZE (KDE/plasma/5.26.5/kde-gtk-config-5.26.5.tar.xz) = 74392

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610157
SHA256 (KDE/plasma/5.24.7/oxygen-5.24.7.tar.xz) = a709b36d993f739bca1ede7be4fb9284a8c65bac225aa3aeb0498ff5d8fc1fcf
SIZE (KDE/plasma/5.24.7/oxygen-5.24.7.tar.xz) = 4618420
TIMESTAMP = 1673334453
SHA256 (KDE/plasma/5.26.5/oxygen-5.26.5.tar.xz) = f8997511ba31211e7ac24876f21797f32413643828a950a2fcfb5faca2859472
SIZE (KDE/plasma/5.26.5/oxygen-5.26.5.tar.xz) = 2731316

View File

@ -617,6 +617,10 @@ share/locale/ja/LC_MESSAGES/liboxygenstyleconfig.mo
share/locale/ja/LC_MESSAGES/oxygen_kdecoration.mo
share/locale/ja/LC_MESSAGES/oxygen_style_config.mo
share/locale/ja/LC_MESSAGES/oxygen_style_demo.mo
share/locale/ka/LC_MESSAGES/liboxygenstyleconfig.mo
share/locale/ka/LC_MESSAGES/oxygen_kdecoration.mo
share/locale/ka/LC_MESSAGES/oxygen_style_config.mo
share/locale/ka/LC_MESSAGES/oxygen_style_demo.mo
share/locale/kk/LC_MESSAGES/liboxygenstyleconfig.mo
share/locale/kk/LC_MESSAGES/oxygen_style_config.mo
share/locale/kk/LC_MESSAGES/oxygen_style_demo.mo
@ -761,53 +765,3 @@ share/plasma/look-and-feel/org.kde.oxygen/contents/splash/images/background.png
share/plasma/look-and-feel/org.kde.oxygen/contents/splash/images/kde.png
share/plasma/look-and-feel/org.kde.oxygen/contents/splash/images/rectangle.png
share/plasma/look-and-feel/org.kde.oxygen/metadata.desktop
share/sounds/Oxygen-Im-Cant-Connect.ogg
share/sounds/Oxygen-Im-Connection-Lost.ogg
share/sounds/Oxygen-Im-Contact-In.ogg
share/sounds/Oxygen-Im-Contact-Out.ogg
share/sounds/Oxygen-Im-Error-On-Connection.ogg
share/sounds/Oxygen-Im-Highlight-Msg.ogg
share/sounds/Oxygen-Im-Internal-Error.ogg
share/sounds/Oxygen-Im-Irc-Event.ogg
share/sounds/Oxygen-Im-Low-Priority-Message.ogg
share/sounds/Oxygen-Im-Message-In.ogg
share/sounds/Oxygen-Im-Message-Out.ogg
share/sounds/Oxygen-Im-Network-Problems.ogg
share/sounds/Oxygen-Im-New-Mail.ogg
share/sounds/Oxygen-Im-Nudge.ogg
share/sounds/Oxygen-Im-Phone-Ring.ogg
share/sounds/Oxygen-Im-Sms.ogg
share/sounds/Oxygen-Im-User-Auth.ogg
share/sounds/Oxygen-K3B-Finish-Error.ogg
share/sounds/Oxygen-K3B-Finish-Success.ogg
share/sounds/Oxygen-K3B-Insert-Medium.ogg
share/sounds/Oxygen-Sys-App-Error-Critical.ogg
share/sounds/Oxygen-Sys-App-Error-Serious-Very.ogg
share/sounds/Oxygen-Sys-App-Error-Serious.ogg
share/sounds/Oxygen-Sys-App-Error.ogg
share/sounds/Oxygen-Sys-App-Message.ogg
share/sounds/Oxygen-Sys-App-Negative.ogg
share/sounds/Oxygen-Sys-App-Positive.ogg
share/sounds/Oxygen-Sys-Error-Printing.ogg
share/sounds/Oxygen-Sys-File-Open-Foes.ogg
share/sounds/Oxygen-Sys-List-End.ogg
share/sounds/Oxygen-Sys-List-Match-Multiple.ogg
share/sounds/Oxygen-Sys-List-Match-No.ogg
share/sounds/Oxygen-Sys-Log-In-Long.ogg
share/sounds/Oxygen-Sys-Log-In-Short.ogg
share/sounds/Oxygen-Sys-Log-In.ogg
share/sounds/Oxygen-Sys-Log-Out-Long.ogg
share/sounds/Oxygen-Sys-Log-Out.ogg
share/sounds/Oxygen-Sys-Question.ogg
share/sounds/Oxygen-Sys-Special.ogg
share/sounds/Oxygen-Sys-Trash-Emptied.ogg
share/sounds/Oxygen-Sys-Warning.ogg
share/sounds/Oxygen-Window-All-Desktops-Not.ogg
share/sounds/Oxygen-Window-All-Desktops.ogg
share/sounds/Oxygen-Window-Close.ogg
share/sounds/Oxygen-Window-Maximize.ogg
share/sounds/Oxygen-Window-Minimize.ogg
share/sounds/Oxygen-Window-Move-Stop.ogg
share/sounds/Oxygen-Window-Move.ogg
share/sounds/Oxygen-Window-Shade-Down.ogg
share/sounds/Oxygen-Window-Shade-Up.ogg

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610158
SHA256 (KDE/plasma/5.24.7/plasma-workspace-wallpapers-5.24.7.tar.xz) = 802d4d1223f3a7cb3ab41f8f5219b847b43c77f42697b8bed76d5ff8a0cca6b4
SIZE (KDE/plasma/5.24.7/plasma-workspace-wallpapers-5.24.7.tar.xz) = 72711600
TIMESTAMP = 1673334455
SHA256 (KDE/plasma/5.26.5/plasma-workspace-wallpapers-5.26.5.tar.xz) = 11bda15301f2881497f78a8cf32471d652c4ad0b0ac797f775f8904465b1f41d
SIZE (KDE/plasma/5.26.5/plasma-workspace-wallpapers-5.26.5.tar.xz) = 84793540

View File

@ -1,7 +1,7 @@
share/wallpapers/Altai/contents/images/1080x1920.png
share/wallpapers/Altai/contents/images/5120x2880.png
share/wallpapers/Altai/contents/screenshot.png
share/wallpapers/Altai/metadata.desktop
share/wallpapers/Altai/metadata.json
share/wallpapers/Autumn/contents/images/1280x1024.jpg
share/wallpapers/Autumn/contents/images/1280x800.jpg
share/wallpapers/Autumn/contents/images/1440x900.jpg
@ -15,7 +15,7 @@ share/wallpapers/Autumn/contents/images/2560x1600.jpg
share/wallpapers/Autumn/contents/images/640x480.jpg
share/wallpapers/Autumn/contents/images/800x600.jpg
share/wallpapers/Autumn/contents/screenshot.jpg
share/wallpapers/Autumn/metadata.desktop
share/wallpapers/Autumn/metadata.json
share/wallpapers/BytheWater/contents/images/1280x1024.jpg
share/wallpapers/BytheWater/contents/images/1280x800.jpg
share/wallpapers/BytheWater/contents/images/1440x900.jpg
@ -29,16 +29,16 @@ share/wallpapers/BytheWater/contents/images/2560x1600.jpg
share/wallpapers/BytheWater/contents/images/640x480.jpg
share/wallpapers/BytheWater/contents/images/800x600.jpg
share/wallpapers/BytheWater/contents/screenshot.jpg
share/wallpapers/BytheWater/metadata.desktop
share/wallpapers/BytheWater/metadata.json
share/wallpapers/Canopee/contents/images/3840x2160.png
share/wallpapers/Canopee/contents/screenshot.png
share/wallpapers/Canopee/metadata.desktop
share/wallpapers/Canopee/metadata.json
share/wallpapers/Cascade/contents/images/3840x2160.png
share/wallpapers/Cascade/contents/screenshot.png
share/wallpapers/Cascade/metadata.desktop
share/wallpapers/Cascade/metadata.json
share/wallpapers/Cluster/contents/images/3840x2160.png
share/wallpapers/Cluster/contents/screenshot.png
share/wallpapers/Cluster/metadata.desktop
share/wallpapers/Cluster/metadata.json
share/wallpapers/ColdRipple/contents/images/1280x1024.jpg
share/wallpapers/ColdRipple/contents/images/1280x800.jpg
share/wallpapers/ColdRipple/contents/images/1440x900.jpg
@ -52,10 +52,10 @@ share/wallpapers/ColdRipple/contents/images/2560x1600.jpg
share/wallpapers/ColdRipple/contents/images/640x480.jpg
share/wallpapers/ColdRipple/contents/images/800x600.jpg
share/wallpapers/ColdRipple/contents/screenshot.jpg
share/wallpapers/ColdRipple/metadata.desktop
share/wallpapers/ColdRipple/metadata.json
share/wallpapers/ColorfulCups/contents/images/2560x1600.jpg
share/wallpapers/ColorfulCups/contents/screenshot.jpg
share/wallpapers/ColorfulCups/metadata.desktop
share/wallpapers/ColorfulCups/metadata.json
share/wallpapers/DarkestHour/contents/images/1280x1024.jpg
share/wallpapers/DarkestHour/contents/images/1280x800.jpg
share/wallpapers/DarkestHour/contents/images/1440x900.jpg
@ -69,10 +69,10 @@ share/wallpapers/DarkestHour/contents/images/2560x1600.jpg
share/wallpapers/DarkestHour/contents/images/640x480.jpg
share/wallpapers/DarkestHour/contents/images/800x600.jpg
share/wallpapers/DarkestHour/contents/screenshot.jpg
share/wallpapers/DarkestHour/metadata.desktop
share/wallpapers/DarkestHour/metadata.json
share/wallpapers/Elarun/contents/images/2560x1600.png
share/wallpapers/Elarun/contents/screenshot.jpg
share/wallpapers/Elarun/metadata.desktop
share/wallpapers/Elarun/metadata.json
share/wallpapers/EveningGlow/contents/images/1280x1024.jpg
share/wallpapers/EveningGlow/contents/images/1280x800.jpg
share/wallpapers/EveningGlow/contents/images/1440x900.jpg
@ -86,7 +86,7 @@ share/wallpapers/EveningGlow/contents/images/2560x1600.jpg
share/wallpapers/EveningGlow/contents/images/640x480.jpg
share/wallpapers/EveningGlow/contents/images/800x600.jpg
share/wallpapers/EveningGlow/contents/screenshot.jpg
share/wallpapers/EveningGlow/metadata.desktop
share/wallpapers/EveningGlow/metadata.json
share/wallpapers/FallenLeaf/contents/images/1280x1024.jpg
share/wallpapers/FallenLeaf/contents/images/1280x800.jpg
share/wallpapers/FallenLeaf/contents/images/1440x900.jpg
@ -100,11 +100,13 @@ share/wallpapers/FallenLeaf/contents/images/2560x1600.jpg
share/wallpapers/FallenLeaf/contents/images/640x480.jpg
share/wallpapers/FallenLeaf/contents/images/800x600.jpg
share/wallpapers/FallenLeaf/contents/screenshot.jpg
share/wallpapers/FallenLeaf/metadata.desktop
share/wallpapers/FallenLeaf/metadata.json
share/wallpapers/Flow/contents/images/5120x2880.jpg
share/wallpapers/Flow/contents/images/720x1440.jpg
share/wallpapers/Flow/contents/images_dark/5120x2880.jpg
share/wallpapers/Flow/contents/images_dark/720x1440.jpg
share/wallpapers/Flow/contents/screenshot.png
share/wallpapers/Flow/metadata.desktop
share/wallpapers/Flow/metadata.json
share/wallpapers/FlyingKonqui/contents/images/1280x1024.png
share/wallpapers/FlyingKonqui/contents/images/1280x800.png
share/wallpapers/FlyingKonqui/contents/images/1440x900.png
@ -118,7 +120,7 @@ share/wallpapers/FlyingKonqui/contents/images/2560x1600.png
share/wallpapers/FlyingKonqui/contents/images/640x480.png
share/wallpapers/FlyingKonqui/contents/images/800x600.png
share/wallpapers/FlyingKonqui/contents/screenshot.png
share/wallpapers/FlyingKonqui/metadata.desktop
share/wallpapers/FlyingKonqui/metadata.json
share/wallpapers/Grey/contents/images/1280x1024.jpg
share/wallpapers/Grey/contents/images/1280x800.jpg
share/wallpapers/Grey/contents/images/1440x900.jpg
@ -132,10 +134,14 @@ share/wallpapers/Grey/contents/images/2560x1600.jpg
share/wallpapers/Grey/contents/images/640x480.jpg
share/wallpapers/Grey/contents/images/800x600.jpg
share/wallpapers/Grey/contents/screenshot.jpg
share/wallpapers/Grey/metadata.desktop
share/wallpapers/Grey/metadata.json
share/wallpapers/Honeywave/contents/images/1080x1920.jpg
share/wallpapers/Honeywave/contents/images/5120x2880.jpg
share/wallpapers/Honeywave/contents/screenshot.png
share/wallpapers/Honeywave/metadata.json
share/wallpapers/IceCold/contents/images/5120x2880.png
share/wallpapers/IceCold/contents/screenshot.png
share/wallpapers/IceCold/metadata.desktop
share/wallpapers/IceCold/metadata.json
share/wallpapers/Kite/contents/images/1280x1024.jpg
share/wallpapers/Kite/contents/images/1280x800.jpg
share/wallpapers/Kite/contents/images/1440x900.jpg
@ -149,14 +155,14 @@ share/wallpapers/Kite/contents/images/2560x1600.jpg
share/wallpapers/Kite/contents/images/640x480.jpg
share/wallpapers/Kite/contents/images/800x600.jpg
share/wallpapers/Kite/contents/screenshot.jpg
share/wallpapers/Kite/metadata.desktop
share/wallpapers/Kite/metadata.json
share/wallpapers/Kokkini/contents/images/3840x2160.png
share/wallpapers/Kokkini/contents/screenshot.png
share/wallpapers/Kokkini/metadata.desktop
share/wallpapers/Kokkini/metadata.json
share/wallpapers/MilkyWay/contents/images/1080x1920.png
share/wallpapers/MilkyWay/contents/images/5120x2880.png
share/wallpapers/MilkyWay/contents/screenshot.png
share/wallpapers/MilkyWay/metadata.desktop
share/wallpapers/MilkyWay/metadata.json
share/wallpapers/OneStandsOut/contents/images/1280x1024.jpg
share/wallpapers/OneStandsOut/contents/images/1280x800.jpg
share/wallpapers/OneStandsOut/contents/images/1440x900.jpg
@ -170,10 +176,10 @@ share/wallpapers/OneStandsOut/contents/images/2560x1600.jpg
share/wallpapers/OneStandsOut/contents/images/640x480.jpg
share/wallpapers/OneStandsOut/contents/images/800x600.jpg
share/wallpapers/OneStandsOut/contents/screenshot.jpg
share/wallpapers/OneStandsOut/metadata.desktop
share/wallpapers/OneStandsOut/metadata.json
share/wallpapers/Opal/contents/images/3840x2160.png
share/wallpapers/Opal/contents/screenshot.png
share/wallpapers/Opal/metadata.desktop
share/wallpapers/Opal/metadata.json
share/wallpapers/PastelHills/contents/images/1280x1024.jpg
share/wallpapers/PastelHills/contents/images/1280x800.jpg
share/wallpapers/PastelHills/contents/images/1440x900.jpg
@ -187,11 +193,12 @@ share/wallpapers/PastelHills/contents/images/3200x2000.jpg
share/wallpapers/PastelHills/contents/images/640x480.jpg
share/wallpapers/PastelHills/contents/images/800x600.jpg
share/wallpapers/PastelHills/contents/screenshot.jpg
share/wallpapers/PastelHills/metadata.desktop
share/wallpapers/PastelHills/metadata.json
share/wallpapers/Patak/contents/images/1080x1920.png
share/wallpapers/Patak/contents/images/5120x2880.png
share/wallpapers/Patak/contents/images_dark/3840x2160.png
share/wallpapers/Patak/contents/screenshot.png
share/wallpapers/Patak/metadata.desktop
share/wallpapers/Patak/metadata.json
share/wallpapers/Path/contents/images/1280x1024.jpg
share/wallpapers/Path/contents/images/1280x800.jpg
share/wallpapers/Path/contents/images/1440x900.jpg
@ -205,17 +212,18 @@ share/wallpapers/Path/contents/images/2560x1600.jpg
share/wallpapers/Path/contents/images/640x480.jpg
share/wallpapers/Path/contents/images/800x600.jpg
share/wallpapers/Path/contents/screenshot.jpg
share/wallpapers/Path/metadata.desktop
share/wallpapers/Path/metadata.json
share/wallpapers/SafeLanding/contents/images/1622x2880.jpg
share/wallpapers/SafeLanding/contents/images/5120x2880.jpg
share/wallpapers/SafeLanding/contents/screenshot.jpg
share/wallpapers/SafeLanding/metadata.desktop
share/wallpapers/Shell/contents/images/5120x2880.jpg
share/wallpapers/Shell/contents/images/720x1440.jpg
share/wallpapers/Shell/contents/screenshot.png
share/wallpapers/Shell/metadata.desktop
share/wallpapers/Shell/metadata.json
share/wallpapers/Volna/contents/images/5120x2880.jpg
share/wallpapers/Volna/contents/screenshot.png
share/wallpapers/Volna/metadata.desktop
share/wallpapers/Volna/metadata.json
share/wallpapers/summer_1am/contents/images/1280x1024.jpg
share/wallpapers/summer_1am/contents/images/1280x800.jpg
share/wallpapers/summer_1am/contents/images/1440x900.jpg
@ -229,4 +237,4 @@ share/wallpapers/summer_1am/contents/images/2560x1600.jpg
share/wallpapers/summer_1am/contents/images/640x480.jpg
share/wallpapers/summer_1am/contents/images/800x600.jpg
share/wallpapers/summer_1am/contents/screenshot.jpg
share/wallpapers/summer_1am/metadata.desktop
share/wallpapers/summer_1am/metadata.json

View File

@ -6,7 +6,8 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 addons to improve the Plasma experience
WWW= https://www.kde.org/plasma-desktop
USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz xorg
USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz \
xorg
USE_KDE= activities archive attica auth bookmarks codecs completion \
config configwidgets coreaddons crash emoticons guiaddons \
holidays i18n iconthemes init itemmodels itemviews jobwidgets \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610160
SHA256 (KDE/plasma/5.24.7/kdeplasma-addons-5.24.7.tar.xz) = 7fb9dfb7a0ae5790b6d70c6065267526f39dddd22741fe3503dfa236181a3d96
SIZE (KDE/plasma/5.24.7/kdeplasma-addons-5.24.7.tar.xz) = 646532
TIMESTAMP = 1673334456
SHA256 (KDE/plasma/5.26.5/kdeplasma-addons-5.26.5.tar.xz) = 58fae65bc00b3b4c583f35508aedf0e3627e34469700b81e1a9bb8f8a26d799f
SIZE (KDE/plasma/5.26.5/kdeplasma-addons-5.26.5.tar.xz) = 691088

View File

@ -4,8 +4,6 @@ lib/cmake/PlasmaPotdProvider/PlasmaPotdProviderConfig.cmake
lib/cmake/PlasmaPotdProvider/PlasmaPotdProviderConfigVersion.cmake
lib/cmake/PlasmaPotdProvider/PlasmaPotdProviderTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/PlasmaPotdProvider/PlasmaPotdProviderTargets.cmake
lib/libplasmacomicprovidercore.so.1
lib/libplasmacomicprovidercore.so.1.0.0
lib/libplasmapotdprovidercore.so
lib/libplasmapotdprovidercore.so.1
lib/libplasmapotdprovidercore.so.1.0.0
@ -20,14 +18,12 @@ lib/libplasmapotdprovidercore.so.1.0.0
%%QT_PLUGINDIR%%/kf5/krunner/krunner_spellcheck.so
%%QT_PLUGINDIR%%/kf5/krunner/unitconverter.so
%%QT_PLUGINDIR%%/kpackage/packagestructure/plasma_comic.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.private.grouping.so
%%QT_PLUGINDIR%%/plasma/applets/plasma_applet_comic.so
%%QT_PLUGINDIR%%/plasma/applets/plasma_applet_weather.so
%%QT_PLUGINDIR%%/plasma/dataengine/plasma_comic_krossprovider.so
%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_comic.so
%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_konsoleprofiles.so
%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_potd.so
%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.weather.so
%%QT_PLUGINDIR%%/plasmacalendarplugins/alternatecalendar.so
%%QT_PLUGINDIR%%/plasmacalendarplugins/alternatecalendar/AlternateCalendarConfig.qml
%%QT_PLUGINDIR%%/plasmacalendarplugins/astronomicalevents.so
%%QT_PLUGINDIR%%/plasmacalendarplugins/astronomicalevents/AstronomicalEventsConfig.qml
%%QT_PLUGINDIR%%/potd/plasma_potd_apodprovider.so
@ -53,6 +49,8 @@ lib/libplasmapotdprovidercore.so.1.0.0
%%QT_QMLDIR%%/org/kde/plasma/private/nightcolorcontrol/qmldir
%%QT_QMLDIR%%/org/kde/plasma/private/notes/libnotesplugin.so
%%QT_QMLDIR%%/org/kde/plasma/private/notes/qmldir
%%QT_QMLDIR%%/org/kde/plasma/private/profiles/libprofiles_qml_plugin.so
%%QT_QMLDIR%%/org/kde/plasma/private/profiles/qmldir
%%QT_QMLDIR%%/org/kde/plasma/private/purpose/libpurposeplugin.so
%%QT_QMLDIR%%/org/kde/plasma/private/purpose/qmldir
%%QT_QMLDIR%%/org/kde/plasma/private/quicklaunch/libquicklaunchplugin.so
@ -61,50 +59,41 @@ lib/libplasmapotdprovidercore.so.1.0.0
%%QT_QMLDIR%%/org/kde/plasma/private/timer/qmldir
%%QT_QMLDIR%%/org/kde/plasma/private/weather/libweatherplugin.so
%%QT_QMLDIR%%/org/kde/plasma/private/weather/qmldir
%%QT_QMLDIR%%/org/kde/plasma/wallpapers/potd/libplasma_wallpaper_potdplugin.so
%%QT_QMLDIR%%/org/kde/plasma/wallpapers/potd/qmldir
%%QT_QMLDIR%%/org/kde/plasmacalendar/alternatecalendarconfig/libplasmacalendaralternatecalendarconfig.so
%%QT_QMLDIR%%/org/kde/plasmacalendar/alternatecalendarconfig/qmldir
%%QT_QMLDIR%%/org/kde/plasmacalendar/astronomicaleventsconfig/libplasmacalendarastronomicaleventsconfig.so
%%QT_QMLDIR%%/org/kde/plasmacalendar/astronomicaleventsconfig/qmldir
%%QTWEBENGINE%%share/icons/hicolor/scalable/apps/accessories-dictionary.svgz
share/icons/hicolor/scalable/apps/fifteenpuzzle.svgz
share/kdevappwizard/templates/plasmapotdprovider.tar.bz2
share/knsrcfiles/comic.knsrc
share/kservices5/kwin/kwin4_desktop_switcher_previews.desktop
share/kservices5/kwin/kwin4_window_switcher_big_icons.desktop
share/kservices5/kwin/kwin4_window_switcher_compact.desktop
share/kservices5/kwin/kwin4_window_switcher_coverswitch.desktop
share/kservices5/kwin/kwin4_window_switcher_flipswitch.desktop
share/kservices5/kwin/kwin4_window_switcher_informative.desktop
share/kservices5/kwin/kwin4_window_switcher_present_windows.desktop
share/kservices5/kwin/kwin4_window_switcher_small_icons.desktop
share/kservices5/kwin/kwin4_window_switcher_text.desktop
share/kservices5/kwin/kwin4_window_switcher_thumbnail_grid.desktop
share/kservices5/kwin/kwin4_window_switcher_thumbnails.desktop
share/kservices5/plasma-wallpaper-org.kde.haenau.desktop
share/kservices5/plasma-wallpaper-org.kde.hunyango.desktop
share/kservices5/plasma-wallpaper-org.kde.potd.desktop
share/kservicetypes5/plasma-comic.desktop
share/kwin/desktoptabbox/previews/contents/ui/main.qml
share/kwin/desktoptabbox/previews/metadata.desktop
share/kwin/desktoptabbox/previews/metadata.json
share/kwin/tabbox/big_icons/contents/ui/IconTabBox.qml
share/kwin/tabbox/big_icons/contents/ui/main.qml
share/kwin/tabbox/big_icons/metadata.desktop
share/kwin/tabbox/big_icons/metadata.json
share/kwin/tabbox/compact/contents/ui/main.qml
share/kwin/tabbox/compact/metadata.desktop
share/kwin/tabbox/compact/metadata.json
share/kwin/tabbox/coverswitch/contents/ui/main.qml
share/kwin/tabbox/coverswitch/metadata.desktop
share/kwin/tabbox/coverswitch/metadata.json
share/kwin/tabbox/flipswitch/contents/ui/main.qml
share/kwin/tabbox/flipswitch/metadata.desktop
share/kwin/tabbox/flipswitch/metadata.json
share/kwin/tabbox/informative/contents/ui/main.qml
share/kwin/tabbox/informative/metadata.desktop
share/kwin/tabbox/informative/metadata.json
share/kwin/tabbox/present_windows/contents/ui/main.qml
share/kwin/tabbox/present_windows/metadata.desktop
share/kwin/tabbox/present_windows/metadata.json
share/kwin/tabbox/small_icons/contents/ui/IconTabBox.qml
share/kwin/tabbox/small_icons/contents/ui/main.qml
share/kwin/tabbox/small_icons/metadata.desktop
share/kwin/tabbox/small_icons/metadata.json
share/kwin/tabbox/text/contents/ui/main.qml
share/kwin/tabbox/text/metadata.desktop
share/kwin/tabbox/text/metadata.json
share/kwin/tabbox/thumbnail_grid/contents/ui/main.qml
share/kwin/tabbox/thumbnail_grid/metadata.desktop
share/kwin/tabbox/thumbnail_grid/metadata.json
share/kwin/tabbox/thumbnails/contents/ui/main.qml
share/kwin/tabbox/thumbnails/metadata.desktop
share/kwin/tabbox/thumbnails/metadata.json
share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -124,6 +113,7 @@ share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/ar/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/ar/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/ar/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/ar/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -163,6 +153,7 @@ share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
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_packagestructure_comic.mo
share/locale/az/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -183,12 +174,16 @@ share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo
share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/be/LC_MESSAGES/plasma_runner_converterrunner.mo
share/locale/be/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/bg/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/bg/LC_MESSAGES/plasma_addons_profiles_utility.mo
share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo
share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo
share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo
share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo
share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo
share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo
share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo
@ -200,7 +195,9 @@ share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo
share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo
share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/bg/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/bg/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/bg/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/bg/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -229,6 +226,9 @@ share/locale/bs/LC_MESSAGES/plasma_runner_datetime.mo
share/locale/bs/LC_MESSAGES/plasma_runner_katesessions.mo
share/locale/bs/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/bs/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/ca/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/ca/LC_MESSAGES/plasma_addons_profiles_utility.mo
share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -247,7 +247,9 @@ share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo
share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo
share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/ca/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/ca/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/ca/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/ca/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -258,6 +260,9 @@ share/locale/ca/LC_MESSAGES/plasma_runner_konsoleprofiles.mo
share/locale/ca/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/ca/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/ca/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo
share/locale/ca@valencia/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/ca@valencia/LC_MESSAGES/plasma_addons_profiles_utility.mo
share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -276,7 +281,9 @@ share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo
share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo
share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/ca@valencia/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/ca@valencia/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/ca@valencia/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/ca@valencia/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -306,6 +313,7 @@ share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/cs/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/cs/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/cs/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/cs/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -349,6 +357,9 @@ share/locale/da/LC_MESSAGES/plasma_runner_konsoleprofiles.mo
share/locale/da/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/da/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/da/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo
share/locale/de/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/de/LC_MESSAGES/plasma_addons_profiles_utility.mo
share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -367,7 +378,9 @@ share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo
share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo
share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/de/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/de/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/de/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/de/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -401,6 +414,9 @@ share/locale/el/LC_MESSAGES/plasma_runner_datetime.mo
share/locale/el/LC_MESSAGES/plasma_runner_katesessions.mo
share/locale/el/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/el/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/en_GB/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/en_GB/LC_MESSAGES/plasma_addons_profiles_utility.mo
share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -419,7 +435,9 @@ share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo
share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo
share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/en_GB/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/en_GB/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/en_GB/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/en_GB/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -445,6 +463,9 @@ share/locale/eo/LC_MESSAGES/plasma_runner_converterrunner.mo
share/locale/eo/LC_MESSAGES/plasma_runner_datetime.mo
share/locale/eo/LC_MESSAGES/plasma_runner_katesessions.mo
share/locale/eo/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/es/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/es/LC_MESSAGES/plasma_addons_profiles_utility.mo
share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -463,7 +484,9 @@ share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo
share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo
share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/es/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/es/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/es/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/es/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -503,6 +526,9 @@ share/locale/et/LC_MESSAGES/plasma_runner_konsoleprofiles.mo
share/locale/et/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/et/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/et/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo
share/locale/eu/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/eu/LC_MESSAGES/plasma_addons_profiles_utility.mo
share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -521,7 +547,9 @@ share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo
share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo
share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/eu/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/eu/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/eu/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/eu/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -532,6 +560,9 @@ share/locale/eu/LC_MESSAGES/plasma_runner_konsoleprofiles.mo
share/locale/eu/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/eu/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/eu/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo
share/locale/fi/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/fi/LC_MESSAGES/plasma_addons_profiles_utility.mo
share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -550,7 +581,9 @@ share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo
share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo
share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/fi/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/fi/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/fi/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/fi/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -561,6 +594,9 @@ share/locale/fi/LC_MESSAGES/plasma_runner_konsoleprofiles.mo
share/locale/fi/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/fi/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/fi/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo
share/locale/fr/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/fr/LC_MESSAGES/plasma_addons_profiles_utility.mo
share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -579,7 +615,9 @@ share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo
share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo
share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/fr/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/fr/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/fr/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/fr/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -607,6 +645,8 @@ share/locale/ga/LC_MESSAGES/plasma_runner_datetime.mo
share/locale/ga/LC_MESSAGES/plasma_runner_katesessions.mo
share/locale/ga/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/ga/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/gl/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -700,6 +740,9 @@ share/locale/hu/LC_MESSAGES/plasma_runner_konsoleprofiles.mo
share/locale/hu/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/hu/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/hu/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo
share/locale/ia/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/ia/LC_MESSAGES/plasma_addons_profiles_utility.mo
share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -718,7 +761,9 @@ share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo
share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo
share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/ia/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/ia/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/ia/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/ia/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -729,6 +774,8 @@ share/locale/ia/LC_MESSAGES/plasma_runner_konsoleprofiles.mo
share/locale/ia/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/ia/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/ia/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo
share/locale/id/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -748,6 +795,7 @@ share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/id/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/id/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/id/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/id/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -772,6 +820,9 @@ share/locale/is/LC_MESSAGES/plasma_runner_converterrunner.mo
share/locale/is/LC_MESSAGES/plasma_runner_datetime.mo
share/locale/is/LC_MESSAGES/plasma_runner_katesessions.mo
share/locale/is/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/it/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/it/LC_MESSAGES/plasma_addons_profiles_utility.mo
share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -790,7 +841,9 @@ share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo
share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo
share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/it/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/it/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/it/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/it/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -801,6 +854,9 @@ share/locale/it/LC_MESSAGES/plasma_runner_konsoleprofiles.mo
share/locale/it/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/it/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/it/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo
share/locale/ja/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/ja/LC_MESSAGES/plasma_addons_profiles_utility.mo
share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -819,7 +875,9 @@ share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo
share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo
share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/ja/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/ja/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/ja/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/ja/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -830,6 +888,40 @@ share/locale/ja/LC_MESSAGES/plasma_runner_konsoleprofiles.mo
share/locale/ja/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/ja/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/ja/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo
share/locale/ka/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/ka/LC_MESSAGES/plasma_addons_profiles_utility.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.nightcolorcontrol.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/ka/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/ka/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/ka/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/ka/LC_MESSAGES/plasma_runner_CharacterRunner.mo
share/locale/ka/LC_MESSAGES/plasma_runner_converterrunner.mo
share/locale/ka/LC_MESSAGES/plasma_runner_datetime.mo
share/locale/ka/LC_MESSAGES/plasma_runner_katesessions.mo
share/locale/ka/LC_MESSAGES/plasma_runner_konsoleprofiles.mo
share/locale/ka/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/ka/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/ka/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo
share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -883,6 +975,7 @@ share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/ko/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/ko/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/ko/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/ko/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -999,6 +1092,8 @@ share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo
share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo
share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo
share/locale/nb/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -1037,6 +1132,9 @@ share/locale/nds/LC_MESSAGES/plasma_runner_datetime.mo
share/locale/nds/LC_MESSAGES/plasma_runner_katesessions.mo
share/locale/nds/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/nds/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/nl/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/nl/LC_MESSAGES/plasma_addons_profiles_utility.mo
share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -1055,7 +1153,9 @@ share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo
share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo
share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/nl/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/nl/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/nl/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/nl/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -1066,6 +1166,9 @@ share/locale/nl/LC_MESSAGES/plasma_runner_konsoleprofiles.mo
share/locale/nl/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/nl/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/nl/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo
share/locale/nn/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/nn/LC_MESSAGES/plasma_addons_profiles_utility.mo
share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -1084,7 +1187,9 @@ share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo
share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo
share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/nn/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/nn/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/nn/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/nn/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -1116,6 +1221,9 @@ share/locale/pa/LC_MESSAGES/plasma_runner_datetime.mo
share/locale/pa/LC_MESSAGES/plasma_runner_katesessions.mo
share/locale/pa/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/pa/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/pl/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/pl/LC_MESSAGES/plasma_addons_profiles_utility.mo
share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -1134,7 +1242,9 @@ share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo
share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo
share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/pl/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/pl/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/pl/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/pl/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -1164,6 +1274,7 @@ share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/pt/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/pt/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/pt/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/pt/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -1174,6 +1285,9 @@ share/locale/pt/LC_MESSAGES/plasma_runner_konsoleprofiles.mo
share/locale/pt/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/pt/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/pt/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo
share/locale/pt_BR/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/pt_BR/LC_MESSAGES/plasma_addons_profiles_utility.mo
share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -1192,7 +1306,9 @@ share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo
share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo
share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/pt_BR/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/pt_BR/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/pt_BR/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/pt_BR/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -1222,6 +1338,7 @@ share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/ro/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/ro/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/ro/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/ro/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -1232,6 +1349,9 @@ share/locale/ro/LC_MESSAGES/plasma_runner_konsoleprofiles.mo
share/locale/ro/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/ro/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/ro/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo
share/locale/ru/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/ru/LC_MESSAGES/plasma_addons_profiles_utility.mo
share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -1251,6 +1371,7 @@ share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/ru/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/ru/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/ru/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/ru/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -1280,6 +1401,7 @@ share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/sk/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/sk/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/sk/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/sk/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -1290,6 +1412,9 @@ share/locale/sk/LC_MESSAGES/plasma_runner_konsoleprofiles.mo
share/locale/sk/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/sk/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/sk/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo
share/locale/sl/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/sl/LC_MESSAGES/plasma_addons_profiles_utility.mo
share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -1308,7 +1433,9 @@ share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo
share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo
share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/sl/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/sl/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/sl/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/sl/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -1428,6 +1555,9 @@ share/locale/sr@latin/LC_MESSAGES/plasma_runner_datetime.mo
share/locale/sr@latin/LC_MESSAGES/plasma_runner_katesessions.mo
share/locale/sr@latin/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/sr@latin/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/sv/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/sv/LC_MESSAGES/plasma_addons_profiles_utility.mo
share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -1446,7 +1576,9 @@ share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo
share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo
share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/sv/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/sv/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/sv/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/sv/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -1457,13 +1589,24 @@ share/locale/sv/LC_MESSAGES/plasma_runner_konsoleprofiles.mo
share/locale/sv/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/sv/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/sv/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo
share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo
share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo
share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.nightcolorcontrol.mo
share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo
share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo
share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo
share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo
share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/ta/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/ta/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/ta/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/ta/LC_MESSAGES/plasma_runner_CharacterRunner.mo
share/locale/ta/LC_MESSAGES/plasma_runner_converterrunner.mo
share/locale/ta/LC_MESSAGES/plasma_runner_datetime.mo
share/locale/ta/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/ta/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo
share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo
@ -1490,6 +1633,9 @@ share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/th/LC_MESSAGES/plasma_runner_katesessions.mo
share/locale/th/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/th/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/tr/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/tr/LC_MESSAGES/plasma_addons_profiles_utility.mo
share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -1497,8 +1643,10 @@ share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo
share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo
share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo
share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo
share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo
share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo
share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo
share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.nightcolorcontrol.mo
share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo
share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo
share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo
@ -1506,6 +1654,10 @@ share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo
share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo
share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/tr/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/tr/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/tr/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/tr/LC_MESSAGES/plasma_runner_CharacterRunner.mo
share/locale/tr/LC_MESSAGES/plasma_runner_converterrunner.mo
@ -1514,6 +1666,7 @@ share/locale/tr/LC_MESSAGES/plasma_runner_katesessions.mo
share/locale/tr/LC_MESSAGES/plasma_runner_konsoleprofiles.mo
share/locale/tr/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/tr/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/tr/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo
share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -1531,6 +1684,9 @@ share/locale/ug/LC_MESSAGES/plasma_runner_datetime.mo
share/locale/ug/LC_MESSAGES/plasma_runner_katesessions.mo
share/locale/ug/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/ug/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/uk/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/uk/LC_MESSAGES/plasma_addons_profiles_utility.mo
share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -1549,7 +1705,9 @@ share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo
share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo
share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/uk/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/uk/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/uk/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/uk/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -1579,6 +1737,7 @@ share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/vi/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/vi/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/vi/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/vi/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -1600,6 +1759,9 @@ share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/wa/LC_MESSAGES/plasma_runner_converterrunner.mo
share/locale/wa/LC_MESSAGES/plasma_runner_katesessions.mo
share/locale/wa/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/zh_CN/LC_MESSAGES/plasma_addons_engine_dict.mo
share/locale/zh_CN/LC_MESSAGES/plasma_addons_profiles_utility.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo
@ -1618,7 +1780,9 @@ share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/zh_CN/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/zh_CN/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/zh_CN/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/zh_CN/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -1648,6 +1812,7 @@ share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo
share/locale/zh_TW/LC_MESSAGES/plasma_calendar_alternatecalendar.mo
share/locale/zh_TW/LC_MESSAGES/plasma_calendar_astronomicalevents.mo
share/locale/zh_TW/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/zh_TW/LC_MESSAGES/plasma_runner_CharacterRunner.mo
@ -1660,7 +1825,7 @@ share/locale/zh_TW/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo
share/metainfo/org.kde.haenau.appdata.xml
share/metainfo/org.kde.hunyango.appdata.xml
share/metainfo/org.kde.plasma.activitypager.appdata.xml
share/metainfo/org.kde.plasma.addons.katesessions.appdata.xml
share/metainfo/org.kde.plasma.binaryclock.appdata.xml
share/metainfo/org.kde.plasma.calculator.appdata.xml
share/metainfo/org.kde.plasma.colorpicker.appdata.xml
@ -1685,7 +1850,10 @@ share/metainfo/org.kde.plasma.weather.appdata.xml
share/metainfo/org.kde.potd.appdata.xml
share/plasma/desktoptheme/default/weather/wind-arrows.svgz
share/plasma/desktoptheme/default/widgets/timer.svgz
share/plasma/plasmoids/org.kde.plasma.activitypager/metadata.json
share/plasma/plasmoids/org.kde.plasma.addons.katesessions/contents/ui/KateSessionsItemDelegate.qml
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
@ -1780,6 +1948,7 @@ share/plasma/plasmoids/org.kde.plasma.quickshare/contents/ui/settingsGeneral.qml
share/plasma/plasmoids/org.kde.plasma.quickshare/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
@ -1789,7 +1958,9 @@ 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
share/plasma/plasmoids/org.kde.plasma.userswitcher/contents/ui/ListDelegate.qml
share/plasma/plasmoids/org.kde.plasma.userswitcher/contents/ui/UserListDelegate.qml
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
@ -1815,24 +1986,26 @@ share/plasma/plasmoids/org.kde.plasma.weather/metadata.json
%%QTWEBENGINE%%share/plasma/plasmoids/org.kde.plasma.webbrowser/contents/ui/main.qml
%%QTWEBENGINE%%share/plasma/plasmoids/org.kde.plasma.webbrowser/metadata.json
%%QTWEBENGINE%%share/plasma/plasmoids/org.kde.plasma_applet_dict/contents/config/config.qml
share/plasma/plasmoids/org.kde.plasma_applet_dict/contents/config/main.xml
share/plasma/plasmoids/org.kde.plasma_applet_dict/contents/ui/AvailableDictSheet.qml
%%QTWEBENGINE%%share/plasma/plasmoids/org.kde.plasma_applet_dict/contents/ui/ConfigDictionaries.qml
share/plasma/plasmoids/org.kde.plasma_applet_dict/contents/ui/DictItemDelegate.qml
%%QTWEBENGINE%%share/plasma/plasmoids/org.kde.plasma_applet_dict/contents/ui/main.qml
%%QTWEBENGINE%%share/plasma/plasmoids/org.kde.plasma_applet_dict/metadata.json
share/plasma/services/org.kde.plasma.dataengine.konsoleprofiles.operations
share/plasma/wallpapers/org.kde.haenau/contents/ui/BackgroundElement.qml
share/plasma/wallpapers/org.kde.haenau/contents/ui/BottomBackgroundElement.qml
share/plasma/wallpapers/org.kde.haenau/contents/ui/RightBackgroundElement.qml
share/plasma/wallpapers/org.kde.haenau/contents/ui/main.qml
share/plasma/wallpapers/org.kde.haenau/contents/ui/wallpaper.svgz
share/plasma/wallpapers/org.kde.haenau/metadata.desktop
share/plasma/wallpapers/org.kde.haenau/metadata.json
share/plasma/wallpapers/org.kde.hunyango/contents/ui/main.qml
share/plasma/wallpapers/org.kde.hunyango/contents/ui/wallpaper.svgz
share/plasma/wallpapers/org.kde.hunyango/metadata.desktop
share/plasma/wallpapers/org.kde.hunyango/metadata.json
share/plasma/wallpapers/org.kde.potd/contents/config/main.xml
share/plasma/wallpapers/org.kde.potd/contents/ui/ActionContextMenu.qml
share/plasma/wallpapers/org.kde.potd/contents/ui/WallpaperDelegate.qml
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.desktop
share/plasma/wallpapers/org.kde.potd/metadata.json
share/qlogging-categories5/plasma_comic.categories

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610161
SHA256 (KDE/plasma/5.24.7/kdecoration-5.24.7.tar.xz) = 9b0c675f01d9cd4cea746e0658b6ff1b64339dd3df71efe7fcdd9b73545245fc
SIZE (KDE/plasma/5.24.7/kdecoration-5.24.7.tar.xz) = 49192
TIMESTAMP = 1673334457
SHA256 (KDE/plasma/5.26.5/kdecoration-5.26.5.tar.xz) = a2fd0f06060635eec1bdec5abbd7a476b4c84dab125391248db5f322e2c7f7b7
SIZE (KDE/plasma/5.26.5/kdecoration-5.26.5.tar.xz) = 52192

View File

@ -53,6 +53,7 @@ share/locale/ia/LC_MESSAGES/kdecoration.mo
share/locale/id/LC_MESSAGES/kdecoration.mo
share/locale/it/LC_MESSAGES/kdecoration.mo
share/locale/ja/LC_MESSAGES/kdecoration.mo
share/locale/ka/LC_MESSAGES/kdecoration.mo
share/locale/ko/LC_MESSAGES/kdecoration.mo
share/locale/lt/LC_MESSAGES/kdecoration.mo
share/locale/nl/LC_MESSAGES/kdecoration.mo
@ -65,6 +66,7 @@ share/locale/ru/LC_MESSAGES/kdecoration.mo
share/locale/sk/LC_MESSAGES/kdecoration.mo
share/locale/sl/LC_MESSAGES/kdecoration.mo
share/locale/sv/LC_MESSAGES/kdecoration.mo
share/locale/tr/LC_MESSAGES/kdecoration.mo
share/locale/uk/LC_MESSAGES/kdecoration.mo
share/locale/zh_CN/LC_MESSAGES/kdecoration.mo
share/locale/zh_TW/LC_MESSAGES/kdecoration.mo

View File

@ -22,9 +22,11 @@ LIB_DEPENDS= libXcursor.so:x11/libXcursor \
libxcb-icccm.so:x11/xcb-util-wm \
libxcb-image.so:x11/xcb-util-image \
libxcb-keysyms.so:x11/xcb-util-keysyms \
libxkbcommon.so:x11/libxkbcommon
libxkbcommon.so:x11/libxkbcommon \
libxcvt.so:x11/libxcvt
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \
xwayland-devel>0:x11-servers/xwayland-devel
xwayland-devel>0:x11-servers/xwayland-devel \
wayland-protocols>0:graphics/wayland-protocols
RUN_DEPENDS= xwayland-devel>0:x11-servers/xwayland-devel
CONFLICTS_INSTALL= kwinft # bin/kwin_wayland
@ -34,10 +36,10 @@ USES= cmake compiler:c++11-lib gettext gl gnome kde:5 pkgconfig \
USE_GL= egl gbm
USE_GNOME= glib20
USE_KDE= activities attica auth breeze codecs completion config \
configwidgets coreaddons crash dbusaddons decoration globalaccel i18n \
iconthemes idletime init jobwidgets kcmutils kdeclarative kio \
kscreenlocker kwayland-integration kwayland-server newstuff \
notifications package plasma-framework \
configwidgets coreaddons crash dbusaddons decoration \
globalaccel i18n iconthemes idletime init itemviews jobwidgets \
kcmutils kdeclarative kio kscreenlocker kwayland-integration \
newstuff notifications package plasma-framework \
plasma-wayland-protocols runner service sonnet textwidgets \
wayland widgetsaddons windowsystem xmlgui \
doctools:build ecm:build
@ -48,6 +50,7 @@ USE_QT= concurrent core dbus declarative gui multimedia network script \
quickcontrols2:run virtualkeyboard:run
USE_XORG= ice sm x11 xcb xext xi
SHEBANG_FILES= kconf_update/*.py \
kconf_update/*.pl
kconf_update/*.pl \
src/effects/strip-effect-metadata.py
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610162
SHA256 (KDE/plasma/5.24.7/kwin-5.24.7.tar.xz) = 9f8318633e1662c6e32ca447c16257c043a40c1777acaa41464640cbda9b0725
SIZE (KDE/plasma/5.24.7/kwin-5.24.7.tar.xz) = 6480704
TIMESTAMP = 1673334459
SHA256 (KDE/plasma/5.26.5/kwin-5.26.5.tar.xz) = 13e0818ffc2a9b2038a9638b0413c14070be6d86abfcf6b8d188263d4a011bd8
SIZE (KDE/plasma/5.26.5/kwin-5.26.5.tar.xz) = 6658216

View File

@ -4,7 +4,6 @@ bin/kwin_x11
include/kwin_export.h
include/kwinanimationeffect.h
include/kwinconfig.h
include/kwindeformeffect.h
include/kwineffects.h
include/kwineffects_export.h
include/kwinglobals.h
@ -13,10 +12,9 @@ include/kwingltexture.h
include/kwinglutils.h
include/kwinglutils_export.h
include/kwinglutils_funcs.h
include/kwinoffscreeneffect.h
include/kwinoffscreenquickview.h
include/kwinquickeffect.h
include/kwinxrenderutils.h
include/kwinxrenderutils_export.h
lib/cmake/KWinDBusInterface/KWinDBusInterfaceConfig.cmake
lib/cmake/KWinEffects/KWinEffectsConfig.cmake
lib/cmake/KWinEffects/KWinEffectsConfigVersion.cmake
@ -31,24 +29,11 @@ lib/libkcmkwincommon.so.%%KDE_PLASMA_VERSION%%
lib/libkwin.so.5
lib/libkwin.so.%%KDE_PLASMA_VERSION%%
lib/libkwineffects.so
lib/libkwineffects.so.13
lib/libkwineffects.so.14
lib/libkwineffects.so.%%KDE_PLASMA_VERSION%%
lib/libkwinglutils.so
lib/libkwinglutils.so.13
lib/libkwinglutils.so.14
lib/libkwinglutils.so.%%KDE_PLASMA_VERSION%%
lib/libkwinxrenderutils.so
lib/libkwinxrenderutils.so.13
lib/libkwinxrenderutils.so.%%KDE_PLASMA_VERSION%%
%%QT_PLUGINDIR%%/kcm_kwin_scripts.so
%%QT_PLUGINDIR%%/kcm_kwinoptions.so
%%QT_PLUGINDIR%%/kcm_kwinscreenedges.so
%%QT_PLUGINDIR%%/kcm_kwintabbox.so
%%QT_PLUGINDIR%%/kcm_kwintouchscreen.so
%%QT_PLUGINDIR%%/kcms/kcm_kwin_effects.so
%%QT_PLUGINDIR%%/kcms/kcm_kwin_virtualdesktops.so
%%QT_PLUGINDIR%%/kcms/kcm_kwindecoration.so
%%QT_PLUGINDIR%%/kcms/kcm_kwinrules.so
%%QT_PLUGINDIR%%/kcms/kcm_virtualkeyboard.so
%%QT_PLUGINDIR%%/kpackage/packagestructure/kwin_aurorae.so
%%QT_PLUGINDIR%%/kpackage/packagestructure/kwin_decoration.so
%%QT_PLUGINDIR%%/kpackage/packagestructure/kwin_effect.so
@ -60,30 +45,36 @@ lib/libkwinxrenderutils.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_invert_config.so
%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_lookingglass_config.so
%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_magiclamp_config.so
%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_magnifier_config.so
%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_mouseclick_config.so
%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_mousemark_config.so
%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_overview_config.so
%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_presentwindows_config.so
%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_showfps_config.so
%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_showpaint_config.so
%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_slide_config.so
%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_thumbnailaside_config.so
%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_trackmouse_config.so
%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_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/MouseButtonToKeyPlugin.so
%%QT_PLUGINDIR%%/kwin/plugins/colordintegration.so
%%QT_PLUGINDIR%%/kwin/plugins/krunnerintegration.so
%%QT_PLUGINDIR%%/kwin/plugins/libKWinNightColorPlugin.so
%%QT_PLUGINDIR%%/kwincompositing.so
%%QT_PLUGINDIR%%/org.kde.kdecoration2/kwin5_aurorae.so
%%QT_PLUGINDIR%%/org.kde.kwin.platforms/KWinX11Platform.so
%%QT_PLUGINDIR%%/org.kde.kwin.waylandbackends/KWinWaylandDrmBackend.so
%%QT_PLUGINDIR%%/org.kde.kwin.waylandbackends/KWinWaylandVirtualBackend.so
%%QT_PLUGINDIR%%/org.kde.kwin.waylandbackends/KWinWaylandWaylandBackend.so
%%QT_PLUGINDIR%%/org.kde.kwin.waylandbackends/KWinWaylandX11Backend.so
%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kwin_effects.so
%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kwin_scripts.so
%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kwin_virtualdesktops.so
%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kwindecoration.so
%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kwinrules.so
%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_virtualkeyboard.so
%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_kwinoptions.so
%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_kwinscreenedges.so
%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_kwintabbox.so
%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_kwintouchscreen.so
%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kwincompositing.so
%%QT_QMLDIR%%/org/kde/kwin.2/DesktopThumbnailItem.qml
%%QT_QMLDIR%%/org/kde/kwin.2/qmldir
%%QT_QMLDIR%%/org/kde/kwin/decoration/AppMenuButton.qml
%%QT_QMLDIR%%/org/kde/kwin/decoration/ButtonGroup.qml
%%QT_QMLDIR%%/org/kde/kwin/decoration/Decoration.qml
@ -93,10 +84,23 @@ lib/libkwinxrenderutils.so.%%KDE_PLASMA_VERSION%%
%%QT_QMLDIR%%/org/kde/kwin/decoration/qmldir
%%QT_QMLDIR%%/org/kde/kwin/decorations/plastik/libplastikplugin.so
%%QT_QMLDIR%%/org/kde/kwin/decorations/plastik/qmldir
%%QT_QMLDIR%%/org/kde/kwin/private/effects/WindowHeap.qml
%%QT_QMLDIR%%/org/kde/kwin/private/effects/WindowHeapDelegate.qml
%%QT_QMLDIR%%/org/kde/kwin/private/effects/libeffectsplugin.so
%%QT_QMLDIR%%/org/kde/kwin/private/effects/qmldir
%%QT_QMLDIR%%/org/kde/kwin/private/kdecoration/libkdecorationprivatedeclarative.so
%%QT_QMLDIR%%/org/kde/kwin/private/kdecoration/qmldir
lib/systemd/user/plasma-kwin_wayland.service
lib/systemd/user/plasma-kwin_x11.service
share/applications/kcm_kwin_effects.desktop
share/applications/kcm_kwin_scripts.desktop
share/applications/kcm_kwin_virtualdesktops.desktop
share/applications/kcm_kwindecoration.desktop
share/applications/kcm_kwinoptions.desktop
share/applications/kcm_kwinrules.desktop
share/applications/kcm_kwintabbox.desktop
share/applications/kcm_virtualkeyboard.desktop
share/applications/kwincompositing.desktop
share/applications/org.kde.kwin_rules_dialog.desktop
share/config.kcfg/kwin.kcfg
share/config.kcfg/kwin_colorcorrect.kcfg
@ -414,6 +418,7 @@ share/kconf_update/kwin-5.23-remove-cover-switch.py
share/kconf_update/kwin-5.23-remove-cubeslide.py
share/kconf_update/kwin-5.23-remove-flip-switch.py
share/kconf_update/kwin-5.23-remove-xrender-backend.py
share/kconf_update/kwin-5.25-effect-pluginid-config-group.py
share/kconf_update/kwin.upd
share/kconf_update/kwinrules-5.19-placement.pl
share/kconf_update/kwinrules-5.23-virtual-desktop-ids.py
@ -427,41 +432,21 @@ share/knsrcfiles/window-decorations.knsrc
share/kpackage/kcms/kcm_kwin_effects/contents/ui/Effect.qml
share/kpackage/kcms/kcm_kwin_effects/contents/ui/Video.qml
share/kpackage/kcms/kcm_kwin_effects/contents/ui/main.qml
share/kpackage/kcms/kcm_kwin_effects/metadata.desktop
share/kpackage/kcms/kcm_kwin_effects/metadata.json
share/kpackage/kcms/kcm_kwin_scripts/contents/ui/main.qml
share/kpackage/kcms/kcm_kwin_virtualdesktops/contents/ui/main.qml
share/kpackage/kcms/kcm_kwin_virtualdesktops/metadata.desktop
share/kpackage/kcms/kcm_kwin_virtualdesktops/metadata.json
share/kpackage/kcms/kcm_kwindecoration/contents/ui/ButtonGroup.qml
share/kpackage/kcms/kcm_kwindecoration/contents/ui/Buttons.qml
share/kpackage/kcms/kcm_kwindecoration/contents/ui/Themes.qml
share/kpackage/kcms/kcm_kwindecoration/contents/ui/main.qml
share/kpackage/kcms/kcm_kwindecoration/metadata.desktop
share/kpackage/kcms/kcm_kwindecoration/metadata.json
share/kpackage/kcms/kcm_kwinrules/contents/ui/FileDialogLoader.qml
share/kpackage/kcms/kcm_kwinrules/contents/ui/OptionsComboBox.qml
share/kpackage/kcms/kcm_kwinrules/contents/ui/RuleItemDelegate.qml
share/kpackage/kcms/kcm_kwinrules/contents/ui/RulesEditor.qml
share/kpackage/kcms/kcm_kwinrules/contents/ui/RulesList.qml
share/kpackage/kcms/kcm_kwinrules/contents/ui/ValueEditor.qml
share/kpackage/kcms/kcm_kwinrules/metadata.desktop
share/kpackage/kcms/kcm_kwinrules/metadata.json
share/kpackage/kcms/kcm_kwinrules/contents/ui/main.qml
share/kpackage/kcms/kcm_virtualkeyboard/contents/ui/main.qml
share/kpackage/kcms/kcm_virtualkeyboard/metadata.desktop
share/kpackage/kcms/kcm_virtualkeyboard/metadata.json
share/krunner/dbusplugins/kwin-runner-windows.desktop
share/kservices5/kcm_kwin_effects.desktop
share/kservices5/kcm_kwin_virtualdesktops.desktop
share/kservices5/kcm_kwinrules.desktop
share/kservices5/kcm_virtualkeyboard.desktop
share/kservices5/kwin/kwin4_decoration_qml_plastik.desktop
share/kservices5/kwincompositing.desktop
share/kservices5/kwindecoration.desktop
share/kservices5/kwinoptions.desktop
share/kservices5/kwinscreenedges.desktop
share/kservices5/kwinscripts.desktop
share/kservices5/kwintabbox.desktop
share/kservices5/kwintouchscreen.desktop
share/kservicetypes5/kwindecoration.desktop
share/kservicetypes5/kwindesktopswitcher.desktop
share/kservicetypes5/kwineffect.desktop
@ -475,6 +460,7 @@ share/kservicetypes5/kwinwindowswitcher.desktop
%%DATADIR%%/aurorae/DecorationButton.qml
%%DATADIR%%/aurorae/MenuButton.qml
%%DATADIR%%/aurorae/aurorae.qml
%%DATADIR%%/builtin-effects/kwin4_effect_blend/metadata.json
%%DATADIR%%/builtin-effects/kwin4_effect_blur/metadata.json
%%DATADIR%%/builtin-effects/kwin4_effect_colorpicker/metadata.json
%%DATADIR%%/builtin-effects/kwin4_effect_contrast/metadata.json
@ -485,13 +471,12 @@ share/kservicetypes5/kwinwindowswitcher.desktop
%%DATADIR%%/builtin-effects/kwin4_effect_highlightwindow/metadata.json
%%DATADIR%%/builtin-effects/kwin4_effect_invert/metadata.json
%%DATADIR%%/builtin-effects/kwin4_effect_kscreen/metadata.json
%%DATADIR%%/builtin-effects/kwin4_effect_lookingglass/metadata.json
%%DATADIR%%/builtin-effects/kwin4_effect_magiclamp/metadata.json
%%DATADIR%%/builtin-effects/kwin4_effect_magnifier/metadata.json
%%DATADIR%%/builtin-effects/kwin4_effect_mouseclick/metadata.json
%%DATADIR%%/builtin-effects/kwin4_effect_mousemark/metadata.json
%%DATADIR%%/builtin-effects/kwin4_effect_outputlocator/metadata.json
%%DATADIR%%/builtin-effects/kwin4_effect_overview/metadata.json
%%DATADIR%%/builtin-effects/kwin4_effect_presentwindows/metadata.json
%%DATADIR%%/builtin-effects/kwin4_effect_screenedge/metadata.json
%%DATADIR%%/builtin-effects/kwin4_effect_screenshot/metadata.json
%%DATADIR%%/builtin-effects/kwin4_effect_screentransform/metadata.json
@ -506,6 +491,7 @@ share/kservicetypes5/kwinwindowswitcher.desktop
%%DATADIR%%/builtin-effects/kwin4_effect_thumbnailaside/metadata.json
%%DATADIR%%/builtin-effects/kwin4_effect_touchpoints/metadata.json
%%DATADIR%%/builtin-effects/kwin4_effect_trackmouse/metadata.json
%%DATADIR%%/builtin-effects/kwin4_effect_windowview/metadata.json
%%DATADIR%%/builtin-effects/kwin4_effect_wobblywindows/metadata.json
%%DATADIR%%/builtin-effects/kwin4_effect_zoom/metadata.json
%%DATADIR%%/decorations/kwin4_decoration_qml_plastik/contents/config/main.xml
@ -513,7 +499,8 @@ share/kservicetypes5/kwinwindowswitcher.desktop
%%DATADIR%%/decorations/kwin4_decoration_qml_plastik/contents/ui/config.ui
%%DATADIR%%/decorations/kwin4_decoration_qml_plastik/contents/ui/main.qml
%%DATADIR%%/decorations/kwin4_decoration_qml_plastik/metadata.desktop
%%DATADIR%%/effects/desktopgrid/main.qml
%%DATADIR%%/effects/desktopgrid/qml/DesktopView.qml
%%DATADIR%%/effects/desktopgrid/qml/main.qml
%%DATADIR%%/effects/kwin4_effect_dialogparent/contents/code/main.js
%%DATADIR%%/effects/kwin4_effect_dialogparent/metadata.desktop
%%DATADIR%%/effects/kwin4_effect_dialogparent/metadata.json
@ -572,11 +559,15 @@ share/kservicetypes5/kwinwindowswitcher.desktop
%%DATADIR%%/effects/kwin4_effect_windowaperture/contents/code/main.js
%%DATADIR%%/effects/kwin4_effect_windowaperture/metadata.desktop
%%DATADIR%%/effects/kwin4_effect_windowaperture/metadata.json
%%DATADIR%%/effects/outputlocator/qml/OutputLabel.qml
%%DATADIR%%/effects/overview/qml/DesktopBar.qml
%%DATADIR%%/effects/overview/qml/DesktopView.qml
%%DATADIR%%/effects/overview/qml/ScreenView.qml
%%DATADIR%%/effects/overview/qml/WindowHeap.qml
%%DATADIR%%/effects/presentwindows/main.qml
%%DATADIR%%/effects/showfps/qml/main.qml
%%DATADIR%%/effects/windowview/qml/main.qml
%%DATADIR%%/frames/plasma/frame_none.qml
%%DATADIR%%/frames/plasma/frame_styled.qml
%%DATADIR%%/frames/plasma/frame_unstyled.qml
%%DATADIR%%/kcm_kwintabbox/desktop.png
%%DATADIR%%/kcm_kwintabbox/dolphin.png
%%DATADIR%%/kcm_kwintabbox/kmail.png
@ -607,8 +598,8 @@ share/locale/af/LC_MESSAGES/kcm_kwinrules.mo
share/locale/af/LC_MESSAGES/kcmkwm.mo
share/locale/af/LC_MESSAGES/kwin.mo
share/locale/af/LC_MESSAGES/kwin_clients.mo
share/locale/ar/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/ar/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/ar/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/ar/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/ar/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/ar/LC_MESSAGES/kcm_kwinrules.mo
@ -624,14 +615,14 @@ share/locale/ar/LC_MESSAGES/kwin_effects.mo
share/locale/ar/LC_MESSAGES/kwin_scripting.mo
share/locale/ar/LC_MESSAGES/kwin_scripts.mo
share/locale/as/LC_MESSAGES/kwin.mo
share/locale/ast/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/ast/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/ast/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/ast/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/ast/LC_MESSAGES/kcmkwincompositing.mo
share/locale/ast/LC_MESSAGES/kwin.mo
share/locale/ast/LC_MESSAGES/kwin_effects.mo
share/locale/az/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/az/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/az/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/az/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/az/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/az/LC_MESSAGES/kcm_kwinrules.mo
@ -655,8 +646,8 @@ share/locale/be/LC_MESSAGES/kwin.mo
share/locale/be/LC_MESSAGES/kwin_clients.mo
share/locale/be/LC_MESSAGES/kwin_effects.mo
share/locale/be@latin/LC_MESSAGES/kwin.mo
share/locale/bg/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/bg/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/bg/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/bg/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/bg/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/bg/LC_MESSAGES/kcm_kwinrules.mo
@ -686,7 +677,7 @@ share/locale/br/LC_MESSAGES/kcm_kwinrules.mo
share/locale/br/LC_MESSAGES/kcmkwm.mo
share/locale/br/LC_MESSAGES/kwin.mo
share/locale/br/LC_MESSAGES/kwin_clients.mo
share/locale/bs/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/bs/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/bs/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/bs/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/bs/LC_MESSAGES/kcm_kwinrules.mo
@ -698,8 +689,8 @@ share/locale/bs/LC_MESSAGES/kwin.mo
share/locale/bs/LC_MESSAGES/kwin_clients.mo
share/locale/bs/LC_MESSAGES/kwin_effects.mo
share/locale/bs/LC_MESSAGES/kwin_scripting.mo
share/locale/ca/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/ca/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/ca/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/ca/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/ca/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/ca/LC_MESSAGES/kcm_kwinrules.mo
@ -714,8 +705,8 @@ share/locale/ca/LC_MESSAGES/kwin_clients.mo
share/locale/ca/LC_MESSAGES/kwin_effects.mo
share/locale/ca/LC_MESSAGES/kwin_scripting.mo
share/locale/ca/LC_MESSAGES/kwin_scripts.mo
share/locale/ca@valencia/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_kwinrules.mo
@ -730,8 +721,8 @@ share/locale/ca@valencia/LC_MESSAGES/kwin_clients.mo
share/locale/ca@valencia/LC_MESSAGES/kwin_effects.mo
share/locale/ca@valencia/LC_MESSAGES/kwin_scripting.mo
share/locale/ca@valencia/LC_MESSAGES/kwin_scripts.mo
share/locale/cs/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/cs/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/cs/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/cs/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/cs/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/cs/LC_MESSAGES/kcm_kwinrules.mo
@ -755,8 +746,8 @@ share/locale/cy/LC_MESSAGES/kcm_kwinrules.mo
share/locale/cy/LC_MESSAGES/kcmkwm.mo
share/locale/cy/LC_MESSAGES/kwin.mo
share/locale/cy/LC_MESSAGES/kwin_clients.mo
share/locale/da/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/da/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/da/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/da/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/da/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/da/LC_MESSAGES/kcm_kwinrules.mo
@ -770,8 +761,8 @@ share/locale/da/LC_MESSAGES/kwin_clients.mo
share/locale/da/LC_MESSAGES/kwin_effects.mo
share/locale/da/LC_MESSAGES/kwin_scripting.mo
share/locale/da/LC_MESSAGES/kwin_scripts.mo
share/locale/de/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/de/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/de/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/de/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/de/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/de/LC_MESSAGES/kcm_kwinrules.mo
@ -786,7 +777,7 @@ share/locale/de/LC_MESSAGES/kwin_clients.mo
share/locale/de/LC_MESSAGES/kwin_effects.mo
share/locale/de/LC_MESSAGES/kwin_scripting.mo
share/locale/de/LC_MESSAGES/kwin_scripts.mo
share/locale/el/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/el/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/el/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/el/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/el/LC_MESSAGES/kcm_kwinrules.mo
@ -799,8 +790,8 @@ share/locale/el/LC_MESSAGES/kwin_clients.mo
share/locale/el/LC_MESSAGES/kwin_effects.mo
share/locale/el/LC_MESSAGES/kwin_scripting.mo
share/locale/el/LC_MESSAGES/kwin_scripts.mo
share/locale/en_GB/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/en_GB/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/en_GB/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/en_GB/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/en_GB/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/en_GB/LC_MESSAGES/kcm_kwinrules.mo
@ -825,8 +816,8 @@ share/locale/eo/LC_MESSAGES/kcmkwm.mo
share/locale/eo/LC_MESSAGES/kwin.mo
share/locale/eo/LC_MESSAGES/kwin_clients.mo
share/locale/eo/LC_MESSAGES/kwin_effects.mo
share/locale/es/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/es/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/es/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/es/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/es/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/es/LC_MESSAGES/kcm_kwinrules.mo
@ -841,8 +832,8 @@ share/locale/es/LC_MESSAGES/kwin_clients.mo
share/locale/es/LC_MESSAGES/kwin_effects.mo
share/locale/es/LC_MESSAGES/kwin_scripting.mo
share/locale/es/LC_MESSAGES/kwin_scripts.mo
share/locale/et/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/et/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/et/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/et/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/et/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/et/LC_MESSAGES/kcm_kwinrules.mo
@ -856,8 +847,8 @@ share/locale/et/LC_MESSAGES/kwin_clients.mo
share/locale/et/LC_MESSAGES/kwin_effects.mo
share/locale/et/LC_MESSAGES/kwin_scripting.mo
share/locale/et/LC_MESSAGES/kwin_scripts.mo
share/locale/eu/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/eu/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/eu/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/eu/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/eu/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/eu/LC_MESSAGES/kcm_kwinrules.mo
@ -872,7 +863,7 @@ share/locale/eu/LC_MESSAGES/kwin_clients.mo
share/locale/eu/LC_MESSAGES/kwin_effects.mo
share/locale/eu/LC_MESSAGES/kwin_scripting.mo
share/locale/eu/LC_MESSAGES/kwin_scripts.mo
share/locale/fa/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/fa/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/fa/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/fa/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/fa/LC_MESSAGES/kcm_kwinrules.mo
@ -883,8 +874,8 @@ share/locale/fa/LC_MESSAGES/kcmkwm.mo
share/locale/fa/LC_MESSAGES/kwin.mo
share/locale/fa/LC_MESSAGES/kwin_clients.mo
share/locale/fa/LC_MESSAGES/kwin_effects.mo
share/locale/fi/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/fi/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/fi/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/fi/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/fi/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/fi/LC_MESSAGES/kcm_kwinrules.mo
@ -899,8 +890,8 @@ share/locale/fi/LC_MESSAGES/kwin_clients.mo
share/locale/fi/LC_MESSAGES/kwin_effects.mo
share/locale/fi/LC_MESSAGES/kwin_scripting.mo
share/locale/fi/LC_MESSAGES/kwin_scripts.mo
share/locale/fr/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/fr/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/fr/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/fr/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/fr/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/fr/LC_MESSAGES/kcm_kwinrules.mo
@ -924,7 +915,7 @@ share/locale/fy/LC_MESSAGES/kcmkwm.mo
share/locale/fy/LC_MESSAGES/kwin.mo
share/locale/fy/LC_MESSAGES/kwin_clients.mo
share/locale/fy/LC_MESSAGES/kwin_effects.mo
share/locale/ga/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/ga/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/ga/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/ga/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/ga/LC_MESSAGES/kcm_kwinrules.mo
@ -935,8 +926,8 @@ share/locale/ga/LC_MESSAGES/kcmkwm.mo
share/locale/ga/LC_MESSAGES/kwin.mo
share/locale/ga/LC_MESSAGES/kwin_clients.mo
share/locale/ga/LC_MESSAGES/kwin_effects.mo
share/locale/gl/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/gl/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/gl/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/gl/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/gl/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/gl/LC_MESSAGES/kcm_kwinrules.mo
@ -960,7 +951,7 @@ share/locale/gu/LC_MESSAGES/kcmkwm.mo
share/locale/gu/LC_MESSAGES/kwin.mo
share/locale/gu/LC_MESSAGES/kwin_clients.mo
share/locale/gu/LC_MESSAGES/kwin_effects.mo
share/locale/he/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/he/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/he/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/he/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/he/LC_MESSAGES/kcm_kwinrules.mo
@ -1009,8 +1000,8 @@ share/locale/hsb/LC_MESSAGES/kcmkwm.mo
share/locale/hsb/LC_MESSAGES/kwin.mo
share/locale/hsb/LC_MESSAGES/kwin_clients.mo
share/locale/hsb/LC_MESSAGES/kwin_effects.mo
share/locale/hu/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/hu/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/hu/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/hu/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/hu/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/hu/LC_MESSAGES/kcm_kwinrules.mo
@ -1025,8 +1016,8 @@ share/locale/hu/LC_MESSAGES/kwin_clients.mo
share/locale/hu/LC_MESSAGES/kwin_effects.mo
share/locale/hu/LC_MESSAGES/kwin_scripting.mo
share/locale/hu/LC_MESSAGES/kwin_scripts.mo
share/locale/ia/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/ia/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/ia/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/ia/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/ia/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/ia/LC_MESSAGES/kcm_kwinrules.mo
@ -1041,8 +1032,8 @@ share/locale/ia/LC_MESSAGES/kwin_clients.mo
share/locale/ia/LC_MESSAGES/kwin_effects.mo
share/locale/ia/LC_MESSAGES/kwin_scripting.mo
share/locale/ia/LC_MESSAGES/kwin_scripts.mo
share/locale/id/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/id/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/id/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/id/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/id/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/id/LC_MESSAGES/kcm_kwinrules.mo
@ -1067,8 +1058,8 @@ share/locale/is/LC_MESSAGES/kcmkwm.mo
share/locale/is/LC_MESSAGES/kwin.mo
share/locale/is/LC_MESSAGES/kwin_clients.mo
share/locale/is/LC_MESSAGES/kwin_effects.mo
share/locale/it/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/it/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/it/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/it/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/it/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/it/LC_MESSAGES/kcm_kwinrules.mo
@ -1083,8 +1074,8 @@ share/locale/it/LC_MESSAGES/kwin_clients.mo
share/locale/it/LC_MESSAGES/kwin_effects.mo
share/locale/it/LC_MESSAGES/kwin_scripting.mo
share/locale/it/LC_MESSAGES/kwin_scripts.mo
share/locale/ja/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/ja/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/ja/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/ja/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/ja/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/ja/LC_MESSAGES/kcm_kwinrules.mo
@ -1099,7 +1090,23 @@ share/locale/ja/LC_MESSAGES/kwin_clients.mo
share/locale/ja/LC_MESSAGES/kwin_effects.mo
share/locale/ja/LC_MESSAGES/kwin_scripting.mo
share/locale/ja/LC_MESSAGES/kwin_scripts.mo
share/locale/kk/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/ka/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/ka/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/ka/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/ka/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/ka/LC_MESSAGES/kcm_kwinrules.mo
share/locale/ka/LC_MESSAGES/kcm_kwintabbox.mo
share/locale/ka/LC_MESSAGES/kcm_virtualkeyboard.mo
share/locale/ka/LC_MESSAGES/kcmkwincommon.mo
share/locale/ka/LC_MESSAGES/kcmkwincompositing.mo
share/locale/ka/LC_MESSAGES/kcmkwinscreenedges.mo
share/locale/ka/LC_MESSAGES/kcmkwm.mo
share/locale/ka/LC_MESSAGES/kwin.mo
share/locale/ka/LC_MESSAGES/kwin_clients.mo
share/locale/ka/LC_MESSAGES/kwin_effects.mo
share/locale/ka/LC_MESSAGES/kwin_scripting.mo
share/locale/ka/LC_MESSAGES/kwin_scripts.mo
share/locale/kk/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/kk/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/kk/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/kk/LC_MESSAGES/kcm_kwinrules.mo
@ -1111,7 +1118,7 @@ share/locale/kk/LC_MESSAGES/kwin.mo
share/locale/kk/LC_MESSAGES/kwin_clients.mo
share/locale/kk/LC_MESSAGES/kwin_effects.mo
share/locale/kk/LC_MESSAGES/kwin_scripting.mo
share/locale/km/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/km/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/km/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/km/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/km/LC_MESSAGES/kcm_kwinrules.mo
@ -1132,8 +1139,8 @@ share/locale/kn/LC_MESSAGES/kcmkwm.mo
share/locale/kn/LC_MESSAGES/kwin.mo
share/locale/kn/LC_MESSAGES/kwin_clients.mo
share/locale/kn/LC_MESSAGES/kwin_effects.mo
share/locale/ko/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/ko/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/ko/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/ko/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/ko/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/ko/LC_MESSAGES/kcm_kwinrules.mo
@ -1156,8 +1163,8 @@ share/locale/ku/LC_MESSAGES/kcmkwm.mo
share/locale/ku/LC_MESSAGES/kwin.mo
share/locale/ku/LC_MESSAGES/kwin_clients.mo
share/locale/ku/LC_MESSAGES/kwin_effects.mo
share/locale/lt/LC_MESSAGES/kcm-kwin-scripts.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
share/locale/lt/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/lt/LC_MESSAGES/kcm_kwinrules.mo
@ -1199,8 +1206,8 @@ share/locale/mk/LC_MESSAGES/kcmkwm.mo
share/locale/mk/LC_MESSAGES/kwin.mo
share/locale/mk/LC_MESSAGES/kwin_clients.mo
share/locale/mk/LC_MESSAGES/kwin_effects.mo
share/locale/ml/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/ml/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/ml/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/ml/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/ml/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/ml/LC_MESSAGES/kcm_kwinrules.mo
@ -1214,7 +1221,7 @@ share/locale/ml/LC_MESSAGES/kwin_clients.mo
share/locale/ml/LC_MESSAGES/kwin_effects.mo
share/locale/ml/LC_MESSAGES/kwin_scripting.mo
share/locale/ml/LC_MESSAGES/kwin_scripts.mo
share/locale/mr/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/mr/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/mr/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/mr/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/mr/LC_MESSAGES/kcm_kwinrules.mo
@ -1236,7 +1243,7 @@ share/locale/ms/LC_MESSAGES/kcmkwm.mo
share/locale/ms/LC_MESSAGES/kwin.mo
share/locale/ms/LC_MESSAGES/kwin_clients.mo
share/locale/ms/LC_MESSAGES/kwin_effects.mo
share/locale/nb/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/nb/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/nb/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/nb/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/nb/LC_MESSAGES/kcm_kwinrules.mo
@ -1249,7 +1256,7 @@ share/locale/nb/LC_MESSAGES/kwin.mo
share/locale/nb/LC_MESSAGES/kwin_clients.mo
share/locale/nb/LC_MESSAGES/kwin_effects.mo
share/locale/nb/LC_MESSAGES/kwin_scripting.mo
share/locale/nds/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/nds/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/nds/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/nds/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/nds/LC_MESSAGES/kcm_kwinrules.mo
@ -1268,8 +1275,8 @@ share/locale/ne/LC_MESSAGES/kcmkwincompositing.mo
share/locale/ne/LC_MESSAGES/kcmkwm.mo
share/locale/ne/LC_MESSAGES/kwin.mo
share/locale/ne/LC_MESSAGES/kwin_clients.mo
share/locale/nl/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/nl/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/nl/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/nl/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/nl/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/nl/LC_MESSAGES/kcm_kwinrules.mo
@ -1284,8 +1291,8 @@ share/locale/nl/LC_MESSAGES/kwin_clients.mo
share/locale/nl/LC_MESSAGES/kwin_effects.mo
share/locale/nl/LC_MESSAGES/kwin_scripting.mo
share/locale/nl/LC_MESSAGES/kwin_scripts.mo
share/locale/nn/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/nn/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/nn/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/nn/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/nn/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/nn/LC_MESSAGES/kcm_kwinrules.mo
@ -1308,8 +1315,8 @@ share/locale/oc/LC_MESSAGES/kcmkwm.mo
share/locale/oc/LC_MESSAGES/kwin.mo
share/locale/oc/LC_MESSAGES/kwin_clients.mo
share/locale/oc/LC_MESSAGES/kwin_effects.mo
share/locale/pa/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/pa/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/pa/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/pa/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/pa/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/pa/LC_MESSAGES/kcm_kwinrules.mo
@ -1323,8 +1330,8 @@ share/locale/pa/LC_MESSAGES/kwin_clients.mo
share/locale/pa/LC_MESSAGES/kwin_effects.mo
share/locale/pa/LC_MESSAGES/kwin_scripting.mo
share/locale/pa/LC_MESSAGES/kwin_scripts.mo
share/locale/pl/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/pl/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/pl/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/pl/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/pl/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/pl/LC_MESSAGES/kcm_kwinrules.mo
@ -1339,8 +1346,8 @@ share/locale/pl/LC_MESSAGES/kwin_clients.mo
share/locale/pl/LC_MESSAGES/kwin_effects.mo
share/locale/pl/LC_MESSAGES/kwin_scripting.mo
share/locale/pl/LC_MESSAGES/kwin_scripts.mo
share/locale/pt/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/pt/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/pt/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/pt/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/pt/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/pt/LC_MESSAGES/kcm_kwinrules.mo
@ -1355,8 +1362,8 @@ share/locale/pt/LC_MESSAGES/kwin_clients.mo
share/locale/pt/LC_MESSAGES/kwin_effects.mo
share/locale/pt/LC_MESSAGES/kwin_scripting.mo
share/locale/pt/LC_MESSAGES/kwin_scripts.mo
share/locale/pt_BR/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/pt_BR/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/pt_BR/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/pt_BR/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/pt_BR/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/pt_BR/LC_MESSAGES/kcm_kwinrules.mo
@ -1371,8 +1378,8 @@ share/locale/pt_BR/LC_MESSAGES/kwin_clients.mo
share/locale/pt_BR/LC_MESSAGES/kwin_effects.mo
share/locale/pt_BR/LC_MESSAGES/kwin_scripting.mo
share/locale/pt_BR/LC_MESSAGES/kwin_scripts.mo
share/locale/ro/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/ro/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/ro/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/ro/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/ro/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/ro/LC_MESSAGES/kcm_kwinrules.mo
@ -1387,8 +1394,8 @@ share/locale/ro/LC_MESSAGES/kwin_clients.mo
share/locale/ro/LC_MESSAGES/kwin_effects.mo
share/locale/ro/LC_MESSAGES/kwin_scripting.mo
share/locale/ro/LC_MESSAGES/kwin_scripts.mo
share/locale/ru/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/ru/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/ru/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/ru/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/ru/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/ru/LC_MESSAGES/kcm_kwinrules.mo
@ -1421,8 +1428,8 @@ share/locale/si/LC_MESSAGES/kcmkwm.mo
share/locale/si/LC_MESSAGES/kwin.mo
share/locale/si/LC_MESSAGES/kwin_clients.mo
share/locale/si/LC_MESSAGES/kwin_effects.mo
share/locale/sk/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/sk/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/sk/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/sk/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/sk/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/sk/LC_MESSAGES/kcm_kwinrules.mo
@ -1437,8 +1444,8 @@ share/locale/sk/LC_MESSAGES/kwin_clients.mo
share/locale/sk/LC_MESSAGES/kwin_effects.mo
share/locale/sk/LC_MESSAGES/kwin_scripting.mo
share/locale/sk/LC_MESSAGES/kwin_scripts.mo
share/locale/sl/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/sl/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/sl/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/sl/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/sl/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/sl/LC_MESSAGES/kcm_kwinrules.mo
@ -1462,7 +1469,7 @@ share/locale/sq/LC_MESSAGES/kcmkwm.mo
share/locale/sq/LC_MESSAGES/kwin.mo
share/locale/sq/LC_MESSAGES/kwin_clients.mo
share/locale/sq/LC_MESSAGES/kwin_effects.mo
share/locale/sr/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/sr/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/sr/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/sr/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/sr/LC_MESSAGES/kcm_kwinrules.mo
@ -1475,7 +1482,7 @@ share/locale/sr/LC_MESSAGES/kwin_clients.mo
share/locale/sr/LC_MESSAGES/kwin_effects.mo
share/locale/sr/LC_MESSAGES/kwin_scripting.mo
share/locale/sr/LC_MESSAGES/kwin_scripts.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwinrules.mo
@ -1488,7 +1495,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/kwin_clients.mo
share/locale/sr@ijekavian/LC_MESSAGES/kwin_effects.mo
share/locale/sr@ijekavian/LC_MESSAGES/kwin_scripting.mo
share/locale/sr@ijekavian/LC_MESSAGES/kwin_scripts.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwinrules.mo
@ -1501,7 +1508,7 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin_clients.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin_effects.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin_scripting.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin_scripts.mo
share/locale/sr@latin/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/sr@latin/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/sr@latin/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/sr@latin/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/sr@latin/LC_MESSAGES/kcm_kwinrules.mo
@ -1514,8 +1521,8 @@ share/locale/sr@latin/LC_MESSAGES/kwin_clients.mo
share/locale/sr@latin/LC_MESSAGES/kwin_effects.mo
share/locale/sr@latin/LC_MESSAGES/kwin_scripting.mo
share/locale/sr@latin/LC_MESSAGES/kwin_scripts.mo
share/locale/sv/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/sv/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/sv/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/sv/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/sv/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/sv/LC_MESSAGES/kcm_kwinrules.mo
@ -1530,12 +1537,14 @@ share/locale/sv/LC_MESSAGES/kwin_clients.mo
share/locale/sv/LC_MESSAGES/kwin_effects.mo
share/locale/sv/LC_MESSAGES/kwin_scripting.mo
share/locale/sv/LC_MESSAGES/kwin_scripts.mo
share/locale/ta/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/ta/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/ta/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/ta/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/ta/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/ta/LC_MESSAGES/kcm_kwinrules.mo
share/locale/ta/LC_MESSAGES/kcm_kwintabbox.mo
share/locale/ta/LC_MESSAGES/kcm_virtualkeyboard.mo
share/locale/ta/LC_MESSAGES/kcmkwincommon.mo
share/locale/ta/LC_MESSAGES/kcmkwincompositing.mo
share/locale/ta/LC_MESSAGES/kcmkwinscreenedges.mo
share/locale/ta/LC_MESSAGES/kcmkwm.mo
@ -1543,6 +1552,7 @@ share/locale/ta/LC_MESSAGES/kwin.mo
share/locale/ta/LC_MESSAGES/kwin_clients.mo
share/locale/ta/LC_MESSAGES/kwin_effects.mo
share/locale/ta/LC_MESSAGES/kwin_scripting.mo
share/locale/ta/LC_MESSAGES/kwin_scripts.mo
share/locale/te/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/te/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/te/LC_MESSAGES/kcm_kwinrules.mo
@ -1571,11 +1581,14 @@ share/locale/th/LC_MESSAGES/kcmkwm.mo
share/locale/th/LC_MESSAGES/kwin.mo
share/locale/th/LC_MESSAGES/kwin_clients.mo
share/locale/th/LC_MESSAGES/kwin_effects.mo
share/locale/tr/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/tr/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/tr/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/tr/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/tr/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/tr/LC_MESSAGES/kcm_kwinrules.mo
share/locale/tr/LC_MESSAGES/kcm_kwintabbox.mo
share/locale/tr/LC_MESSAGES/kcm_virtualkeyboard.mo
share/locale/tr/LC_MESSAGES/kcmkwincommon.mo
share/locale/tr/LC_MESSAGES/kcmkwincompositing.mo
share/locale/tr/LC_MESSAGES/kcmkwinscreenedges.mo
share/locale/tr/LC_MESSAGES/kcmkwm.mo
@ -1584,7 +1597,7 @@ share/locale/tr/LC_MESSAGES/kwin_clients.mo
share/locale/tr/LC_MESSAGES/kwin_effects.mo
share/locale/tr/LC_MESSAGES/kwin_scripting.mo
share/locale/tr/LC_MESSAGES/kwin_scripts.mo
share/locale/ug/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/ug/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/ug/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/ug/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/ug/LC_MESSAGES/kcm_kwinrules.mo
@ -1596,8 +1609,8 @@ share/locale/ug/LC_MESSAGES/kwin.mo
share/locale/ug/LC_MESSAGES/kwin_clients.mo
share/locale/ug/LC_MESSAGES/kwin_effects.mo
share/locale/ug/LC_MESSAGES/kwin_scripting.mo
share/locale/uk/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/uk/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/uk/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/uk/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/uk/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/uk/LC_MESSAGES/kcm_kwinrules.mo
@ -1622,8 +1635,8 @@ share/locale/uz@cyrillic/LC_MESSAGES/kcm_kwinrules.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmkwm.mo
share/locale/uz@cyrillic/LC_MESSAGES/kwin.mo
share/locale/uz@cyrillic/LC_MESSAGES/kwin_clients.mo
share/locale/vi/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/vi/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/vi/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/vi/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/vi/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/vi/LC_MESSAGES/kcm_kwinrules.mo
@ -1651,8 +1664,8 @@ share/locale/wa/LC_MESSAGES/kwin_effects.mo
share/locale/xh/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/xh/LC_MESSAGES/kcmkwm.mo
share/locale/xh/LC_MESSAGES/kwin.mo
share/locale/zh_CN/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/zh_CN/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/zh_CN/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/zh_CN/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/zh_CN/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/zh_CN/LC_MESSAGES/kcm_kwinrules.mo
@ -1667,12 +1680,13 @@ share/locale/zh_CN/LC_MESSAGES/kwin_clients.mo
share/locale/zh_CN/LC_MESSAGES/kwin_effects.mo
share/locale/zh_CN/LC_MESSAGES/kwin_scripting.mo
share/locale/zh_CN/LC_MESSAGES/kwin_scripts.mo
share/locale/zh_TW/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/zh_TW/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/zh_TW/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/zh_TW/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/zh_TW/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/zh_TW/LC_MESSAGES/kcm_kwinrules.mo
share/locale/zh_TW/LC_MESSAGES/kcm_kwintabbox.mo
share/locale/zh_TW/LC_MESSAGES/kcm_virtualkeyboard.mo
share/locale/zh_TW/LC_MESSAGES/kcmkwincommon.mo
share/locale/zh_TW/LC_MESSAGES/kcmkwincompositing.mo
share/locale/zh_TW/LC_MESSAGES/kcmkwinscreenedges.mo

View File

@ -294,10 +294,10 @@
SUBDIR += plasma5-kgamma5
SUBDIR += plasma5-kscreen
SUBDIR += plasma5-kwayland-integration
SUBDIR += plasma5-kwayland-server
SUBDIR += plasma5-layer-shell-qt
SUBDIR += plasma5-libkscreen
SUBDIR += plasma5-plasma
SUBDIR += plasma5-plasma-bigscreen
SUBDIR += plasma5-plasma-desktop
SUBDIR += plasma5-plasma-integration
SUBDIR += plasma5-plasma-workspace

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610163
SHA256 (KDE/plasma/5.24.7/kactivitymanagerd-5.24.7.tar.xz) = 0515f4257dded6ecdd9d330dc89c79a1965ee1f237865e2c1d2373e46989b907
SIZE (KDE/plasma/5.24.7/kactivitymanagerd-5.24.7.tar.xz) = 105704
TIMESTAMP = 1673334460
SHA256 (KDE/plasma/5.26.5/kactivitymanagerd-5.26.5.tar.xz) = 0a0aceb612694098cd4a067535b4e955690649d6885913df43dcb14b07b4f67a
SIZE (KDE/plasma/5.26.5/kactivitymanagerd-5.26.5.tar.xz) = 109164

View File

@ -1,6 +1,5 @@
lib/libexec/kactivitymanagerd
lib/libkactivitymanagerd_plugin.so
lib/systemd/user/plasma-kactivitymanagerd.service
%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_activityrunner.so
%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_activitytemplates.so
%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_eventspy.so
@ -10,10 +9,10 @@ lib/systemd/user/plasma-kactivitymanagerd.service
%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_slc.so
%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_sqlite.so
%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_virtualdesktopswitch.so
lib/systemd/user/plasma-kactivitymanagerd.service
share/dbus-1/services/org.kde.ActivityManager.service
share/krunner/dbusplugins/plasma-runnners-activities.desktop
share/kservices5/kactivitymanagerd.desktop
share/kservicetypes5/kactivitymanagerd-plugin.desktop
share/locale/ar/LC_MESSAGES/kactivities5.mo
share/locale/az/LC_MESSAGES/kactivities5.mo
share/locale/bg/LC_MESSAGES/kactivities5.mo
@ -40,6 +39,7 @@ share/locale/ia/LC_MESSAGES/kactivities5.mo
share/locale/id/LC_MESSAGES/kactivities5.mo
share/locale/is/LC_MESSAGES/kactivities5.mo
share/locale/it/LC_MESSAGES/kactivities5.mo
share/locale/ka/LC_MESSAGES/kactivities5.mo
share/locale/kk/LC_MESSAGES/kactivities5.mo
share/locale/ko/LC_MESSAGES/kactivities5.mo
share/locale/lt/LC_MESSAGES/kactivities5.mo
@ -67,6 +67,7 @@ share/locale/tg/LC_MESSAGES/kactivities5.mo
share/locale/tr/LC_MESSAGES/kactivities5.mo
share/locale/ug/LC_MESSAGES/kactivities5.mo
share/locale/uk/LC_MESSAGES/kactivities5.mo
share/locale/vi/LC_MESSAGES/kactivities5.mo
share/locale/zh_CN/LC_MESSAGES/kactivities5.mo
share/locale/zh_TW/LC_MESSAGES/kactivities5.mo
share/qlogging-categories5/kactivitymanagerd.categories

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610164
SHA256 (KDE/plasma/5.24.7/kgamma5-5.24.7.tar.xz) = f7f6519918f06185fb4da3e7a19f2408d22ea87406c116fddb464873c3c64ebf
SIZE (KDE/plasma/5.24.7/kgamma5-5.24.7.tar.xz) = 83580
TIMESTAMP = 1673334461
SHA256 (KDE/plasma/5.26.5/kgamma5-5.26.5.tar.xz) = a841d4470cb4ebc8a3819582f0a0622ad0c6d62cc2c28c73e0616cad44bd996c
SIZE (KDE/plasma/5.26.5/kgamma5-5.26.5.tar.xz) = 87120

View File

@ -72,6 +72,7 @@ share/locale/id/LC_MESSAGES/kcmkgamma.mo
share/locale/is/LC_MESSAGES/kcmkgamma.mo
share/locale/it/LC_MESSAGES/kcmkgamma.mo
share/locale/ja/LC_MESSAGES/kcmkgamma.mo
share/locale/ka/LC_MESSAGES/kcmkgamma.mo
share/locale/kk/LC_MESSAGES/kcmkgamma.mo
share/locale/km/LC_MESSAGES/kcmkgamma.mo
share/locale/ko/LC_MESSAGES/kcmkgamma.mo
@ -108,6 +109,7 @@ share/locale/th/LC_MESSAGES/kcmkgamma.mo
share/locale/tr/LC_MESSAGES/kcmkgamma.mo
share/locale/ug/LC_MESSAGES/kcmkgamma.mo
share/locale/uk/LC_MESSAGES/kcmkgamma.mo
share/locale/vi/LC_MESSAGES/kcmkgamma.mo
share/locale/zh_CN/LC_MESSAGES/kcmkgamma.mo
share/locale/zh_HK/LC_MESSAGES/kcmkgamma.mo
share/locale/zh_TW/LC_MESSAGES/kcmkgamma.mo

View File

@ -10,10 +10,12 @@ LIB_DEPENDS= libxcb-util.so:x11/xcb-util
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg
USE_KDE= auth codecs config configwidgets coreaddons dbusaddons \
globalaccel i18n kcmutils kdeclarative libkscreen package \
plasma-framework service widgetsaddons windowsystem xmlgui \
globalaccel i18n kcmutils kdeclarative layer-shell-qt \
libkscreen package plasma-framework service widgetsaddons \
windowsystem xmlgui \
ecm:build
USE_QT= core dbus declarative gui network sensors widgets x11extras xml \
USE_QT= core dbus declarative gui network sensors widgets x11extras \
xml \
buildtools:build qmake:build testlib:build
USE_XORG= x11 xcb xext xi

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610165
SHA256 (KDE/plasma/5.24.7/kscreen-5.24.7.tar.xz) = 8030c7e6464bb0a8da620b552716e3bfd46fd475b190cc3e6e54b969d75010b5
SIZE (KDE/plasma/5.24.7/kscreen-5.24.7.tar.xz) = 139468
TIMESTAMP = 1673334462
SHA256 (KDE/plasma/5.26.5/kscreen-5.26.5.tar.xz) = 3df884e30189121203f9aaec4f4e1052d4f545cdd42431b23e7a88fceecf1e71
SIZE (KDE/plasma/5.26.5/kscreen-5.26.5.tar.xz) = 154600

View File

@ -1,22 +1,27 @@
bin/kscreen-console
%%QT_PLUGINDIR%%/kcms/kcm_kscreen.so
lib/libexec/kscreen_osd_service
%%QT_PLUGINDIR%%/kf5/kded/kscreen.so
%%QT_PLUGINDIR%%/plasma/applets/plasma_applet_kscreen.so
%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kscreen.so
lib/systemd/user/plasma-kscreen-osd.service
share/applications/kcm_kscreen.desktop
share/dbus-1/services/org.kde.kscreen.osdService.service
share/kded_kscreen/qml/OsdSelector.qml
share/kpackage/kcms/kcm_kscreen/contents/ui/Orientation.qml
share/kpackage/kcms/kcm_kscreen/contents/ui/Output.qml
share/kpackage/kcms/kcm_kscreen/contents/ui/OutputIdentifier.qml
share/kpackage/kcms/kcm_kscreen/contents/ui/OutputPanel.qml
share/kpackage/kcms/kcm_kscreen/contents/ui/Panel.qml
share/kpackage/kcms/kcm_kscreen/contents/ui/RotationButton.qml
share/kpackage/kcms/kcm_kscreen/contents/ui/Screen.qml
share/kpackage/kcms/kcm_kscreen/contents/ui/main.qml
share/kservices5/kcm_kscreen.desktop
share/kservices5/plasma-applet-org.kde.kscreen.desktop
share/locale/ar/LC_MESSAGES/kcm_kscreen.mo
share/locale/ar/LC_MESSAGES/kscreen.mo
share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/ast/LC_MESSAGES/kcm_kscreen.mo
share/locale/az/LC_MESSAGES/kcm_kscreen.mo
share/locale/az/LC_MESSAGES/kscreen.mo
share/locale/az/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/bg/LC_MESSAGES/kcm_kscreen.mo
share/locale/bg/LC_MESSAGES/kscreen.mo
share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
@ -81,6 +86,9 @@ share/locale/it/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/ja/LC_MESSAGES/kcm_kscreen.mo
share/locale/ja/LC_MESSAGES/kscreen.mo
share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/ka/LC_MESSAGES/kcm_kscreen.mo
share/locale/ka/LC_MESSAGES/kscreen.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/ko/LC_MESSAGES/kcm_kscreen.mo
share/locale/ko/LC_MESSAGES/kscreen.mo
share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
@ -132,11 +140,15 @@ share/locale/sr@latin/LC_MESSAGES/kscreen.mo
share/locale/sv/LC_MESSAGES/kcm_kscreen.mo
share/locale/sv/LC_MESSAGES/kscreen.mo
share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/ta/LC_MESSAGES/kcm_kscreen.mo
share/locale/ta/LC_MESSAGES/kscreen.mo
share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/tg/LC_MESSAGES/kcm_kscreen.mo
share/locale/tg/LC_MESSAGES/kscreen.mo
share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/tr/LC_MESSAGES/kcm_kscreen.mo
share/locale/tr/LC_MESSAGES/kscreen.mo
share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/uk/LC_MESSAGES/kcm_kscreen.mo
share/locale/uk/LC_MESSAGES/kscreen.mo
share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
@ -147,6 +159,7 @@ share/locale/zh_TW/LC_MESSAGES/kcm_kscreen.mo
share/locale/zh_TW/LC_MESSAGES/kscreen.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/metainfo/org.kde.kscreen.appdata.xml
share/plasma/plasmoids/org.kde.kscreen/contents/ui/InhibitionHint.qml
share/plasma/plasmoids/org.kde.kscreen/contents/ui/PresentationModeItem.qml
share/plasma/plasmoids/org.kde.kscreen/contents/ui/ScreenLayoutSelection.qml
share/plasma/plasmoids/org.kde.kscreen/contents/ui/main.qml

View File

@ -1,6 +1,5 @@
PORTNAME= kwayland-integration
DISTVERSION= ${KDE_PLASMA_VERSION}
PORTREVIXION= 1
CATEGORIES= x11 kde kde-plasma
MAINTAINER= kde@FreeBSD.org
@ -15,7 +14,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \
USES= cmake compiler:c++11-lib gl kde:5 pkgconfig qt:5 tar:xz xorg
USE_GL= gl
USE_KDE= ecm guiaddons idletime plasma-wayland-protocols wayland windowsystem
USE_KDE= ecm guiaddons idletime plasma-wayland-protocols wayland \
windowsystem
USE_QT= core gui wayland widgets \
buildtools:build qmake:build
USE_XORG= x11

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670610166
SHA256 (KDE/plasma/5.24.7/kwayland-integration-5.24.7.tar.xz) = 8014375c2de0a98a3d6b128319bc72e41dff45090e339a8208531dfd3f90702c
SIZE (KDE/plasma/5.24.7/kwayland-integration-5.24.7.tar.xz) = 24832
TIMESTAMP = 1673334463
SHA256 (KDE/plasma/5.26.5/kwayland-integration-5.26.5.tar.xz) = 9daa3367091b7bc3c1156879f34da81ba994dbbee7613ed4c1100481a909f833
SIZE (KDE/plasma/5.26.5/kwayland-integration-5.26.5.tar.xz) = 26972

View File

@ -1,4 +1,3 @@
%%QT_PLUGINDIR%%/kf5/kguiaddons/kmodifierkey/kmodifierkey_wayland.so
%%QT_PLUGINDIR%%/kf5/kwindowsystem/KF5WindowSystemKWaylandPlugin.so
%%QT_PLUGINDIR%%/kf5/org.kde.kidletime.platforms/KF5IdleTimeKWaylandPlugin.so
share/qlogging-categories5/kwindowsystem.kwayland.categories

View File

@ -1,23 +0,0 @@
PORTNAME= kwayland-server
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= x11 kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Wayland Server Components built on KDE Frameworks
WWW= https://github.com/kde/plasma-wayland-protocols
LICENSE= LGPL21
LIB_DEPENDS= libwayland-server.so:graphics/wayland
BUILD_DEPENDS= plasma-wayland-protocols>=0:x11/plasma-wayland-protocols \
wayland-protocols>=1.14:graphics/wayland-protocols \
${LOCALBASE}/include/linux/input.h:devel/evdev-proto
RUN_DEPENDS= plasma-wayland-protocols>=0:x11/plasma-wayland-protocols
USES= cmake compiler:c++11-lang gl kde:5 pkgconfig qt:5 tar:xz
USE_GL= egl
USE_KDE= ecm wayland
USE_QT= concurrent core gui wayland \
buildtools:build qmake:build
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1670610167
SHA256 (KDE/plasma/5.24.7/kwayland-server-5.24.7.tar.xz) = 0091fa0179aae49d1b84fd4b9e4d4ab159eb13d6051c680174bd01ac70a3f84d
SIZE (KDE/plasma/5.24.7/kwayland-server-5.24.7.tar.xz) = 221396

View File

@ -1,6 +0,0 @@
Plasma Wayland Protocols
This project should be installing only the xml files of the non-standard
wayland protocols we use in Plasma.
They are installed to $PREFIX/share/plasma-wayland-protocols.

View File

@ -1,79 +0,0 @@
include/KWaylandServer/abstract_data_source.h
include/KWaylandServer/abstract_drop_handler.h
include/KWaylandServer/appmenu_interface.h
include/KWaylandServer/blur_interface.h
include/KWaylandServer/clientbuffer.h
include/KWaylandServer/clientbufferintegration.h
include/KWaylandServer/clientconnection.h
include/KWaylandServer/compositor_interface.h
include/KWaylandServer/contrast_interface.h
include/KWaylandServer/datacontroldevice_v1_interface.h
include/KWaylandServer/datacontroldevicemanager_v1_interface.h
include/KWaylandServer/datacontroloffer_v1_interface.h
include/KWaylandServer/datacontrolsource_v1_interface.h
include/KWaylandServer/datadevice_interface.h
include/KWaylandServer/datadevicemanager_interface.h
include/KWaylandServer/dataoffer_interface.h
include/KWaylandServer/datasource_interface.h
include/KWaylandServer/display.h
include/KWaylandServer/dpms_interface.h
include/KWaylandServer/drmclientbuffer.h
include/KWaylandServer/drmleasedevice_v1_interface.h
include/KWaylandServer/fakeinput_interface.h
include/KWaylandServer/filtered_display.h
include/KWaylandServer/idle_interface.h
include/KWaylandServer/idleinhibit_v1_interface.h
include/KWaylandServer/inputmethod_v1_interface.h
include/KWaylandServer/keyboard_interface.h
include/KWaylandServer/keyboard_shortcuts_inhibit_v1_interface.h
include/KWaylandServer/keystate_interface.h
include/KWaylandServer/kwaylandserver_export.h
include/KWaylandServer/layershell_v1_interface.h
include/KWaylandServer/linuxdmabufv1clientbuffer.h
include/KWaylandServer/output_interface.h
include/KWaylandServer/outputchangeset_v2.h
include/KWaylandServer/outputconfiguration_v2_interface.h
include/KWaylandServer/outputdevice_v2_interface.h
include/KWaylandServer/outputmanagement_v2_interface.h
include/KWaylandServer/plasmashell_interface.h
include/KWaylandServer/plasmavirtualdesktop_interface.h
include/KWaylandServer/plasmawindowmanagement_interface.h
include/KWaylandServer/pointer_interface.h
include/KWaylandServer/pointerconstraints_v1_interface.h
include/KWaylandServer/pointergestures_v1_interface.h
include/KWaylandServer/primaryoutput_v1_interface.h
include/KWaylandServer/primaryselectiondevice_v1_interface.h
include/KWaylandServer/primaryselectiondevicemanager_v1_interface.h
include/KWaylandServer/primaryselectionoffer_v1_interface.h
include/KWaylandServer/primaryselectionsource_v1_interface.h
include/KWaylandServer/relativepointer_v1_interface.h
include/KWaylandServer/screencast_v1_interface.h
include/KWaylandServer/seat_interface.h
include/KWaylandServer/server_decoration_interface.h
include/KWaylandServer/server_decoration_palette_interface.h
include/KWaylandServer/shadow_interface.h
include/KWaylandServer/shmclientbuffer.h
include/KWaylandServer/slide_interface.h
include/KWaylandServer/subcompositor_interface.h
include/KWaylandServer/surface_interface.h
include/KWaylandServer/tablet_v2_interface.h
include/KWaylandServer/textinput.h
include/KWaylandServer/textinput_v2_interface.h
include/KWaylandServer/textinput_v3_interface.h
include/KWaylandServer/touch_interface.h
include/KWaylandServer/utils.h
include/KWaylandServer/viewporter_interface.h
include/KWaylandServer/xdgactivation_v1_interface.h
include/KWaylandServer/xdgdecoration_v1_interface.h
include/KWaylandServer/xdgforeign_v2_interface.h
include/KWaylandServer/xdgoutput_v1_interface.h
include/KWaylandServer/xdgshell_interface.h
include/kwaylandserver_version.h
lib/cmake/KWaylandServer/KWaylandServerConfig.cmake
lib/cmake/KWaylandServer/KWaylandServerConfigVersion.cmake
lib/cmake/KWaylandServer/KWaylandServerTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KWaylandServer/KWaylandServerTargets.cmake
lib/libKWaylandServer.so
lib/libKWaylandServer.so.%%KDE_PLASMA_VERSION%%
lib/libKWaylandServer.so.5
share/qlogging-categories5/kwaylandserver.categories

Some files were not shown because too many files have changed in this diff Show More