diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-11-29 08:34:18 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-12-02 23:38:40 +0000 |
commit | a5d64462f20a63f92a2dc1f28d36a2249f73520f (patch) | |
tree | 1f89c7dbf7c54cead433b69e5ae5310f2f80fbbc | |
parent | 40eb0c4f9753d898422c4aa8d7882710be966f13 (diff) |
KDE: Add Ports for the upcoming KDE Plasma Desktop 6 (beta1)
KDE's 6th Megarelease - Beta 1
Wednesday, 29 November 2023
En route to the new Plasma, Frameworks and Gear
Every few years we port the key components of our software to a new
version of Qt, taking the opportunity to remove cruft and leverage the
updated features the most recent version of Qt has to offer us.
It has been nearly 10 years since the last big release of our flagship
Plasma desktop environment, and the time has come again. KDE is making
available today the Beta version of all the software we will include in
a megarelease scheduled for the end of February 2024.
To ensure all parts of KDE's software stack are working together, we are
releasing all our major bundles at the same time. Today sees the
continuation of that journey with the Beta releases of Plasma 6, KDE
Frameworks 6 and the KDE Gear bundle of apps.
+-------------------------------------------------------------------------+
| This is a very early preview intended for developers and testers only. |
| We hope it will be picked up by rolling unstable distros, but it is far |
| from being ready for day-to-day use yet. |
+-------------------------------------------------------------------------+
Announcement: https://kde.org/announcements/megarelease/6/beta1/
Obtained from: https://github.com/tcberner/kde6-overlay/
Further port changes:
* graphics/libkexiv2-devel has been added
161 files changed, 23243 insertions, 21 deletions
diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk index 4559ed1b6cf1..e778c3ca7807 100644 --- a/Mk/Uses/kde.mk +++ b/Mk/Uses/kde.mk @@ -90,6 +90,10 @@ KDE_APPLICATIONS_SHLIB_G_VER?= ${KDE_APPLICATIONS${_KDE_VERSION}_SHLIB_G_VER} KDE_PLASMA5_VERSION?= 5.27.9 KDE_PLASMA5_BRANCH?= stable +# Next KDE Plasma desktop +KDE_PLASMA6_VERSION?= 5.90.0 +KDE_PLASMA6_BRANCH?= unstable + # Current KDE frameworks. KDE_FRAMEWORKS5_VERSION?= 5.112.0 KDE_FRAMEWORKS5_BRANCH?= stable @@ -105,6 +109,13 @@ KDE_APPLICATIONS5_SHLIB_VER?= 5.24.3 KDE_APPLICATIONS5_SHLIB_G_VER?= 23.8.3 KDE_APPLICATIONS5_BRANCH?= stable +# Next KDE applications. +KDE_APPLICATIONS6_VERSION?= 24.01.80 +KDE_APPLICATIONS6_SHLIB_VER?= 5.24.3 +# G as in KDE Gear, and as in "don't make the variable name longer than required" +KDE_APPLICATIONS6_SHLIB_G_VER?= 24.01.80 +KDE_APPLICATIONS6_BRANCH?= unstable + # Extended KDE universe applications. CALLIGRA_VERSION?= 2.9.11 CALLIGRA_BRANCH?= stable @@ -189,6 +200,9 @@ PORTVERSION?= ${KDE_PLASMA_VERSION} PKGNAMEPREFIX?= plasma${_KDE_VERSION}- MASTER_SITES?= KDE/${KDE_PLASMA_BRANCH}/plasma/${KDE_PLASMA_VERSION} DIST_SUBDIR?= KDE/plasma/${KDE_PLASMA_VERSION} +. if ${_KDE_VERSION:M6} +DESCR= ${.CURDIR:H:H}/x11/plasma6-plasma/pkg-descr +. endif . elif ${_KDE_CATEGORY:Mkde-frameworks} PORTVERSION?= ${KDE_FRAMEWORKS_VERSION} PKGNAMEPREFIX?= kf${_KDE_VERSION}- @@ -291,6 +305,7 @@ _USE_FRAMEWORKS6_ALL= ecm colorscheme \ svg \ statusnotifieritem \ plasma-wayland-protocols \ + userfeedback \ ${_USE_FRAMEWORKS_TIER1:Noxygen-icons5:Nwayland} \ ${_USE_FRAMEWORKS_TIER2} \ ${_USE_FRAMEWORKS_TIER3:Nkdewebkit:Nemoticons:Ndesignerplugin:Nactivities:Nactivities-stats:Ninit:Nplasma-framework:Nxmlrpcclient:Nkpipewire} \ @@ -308,7 +323,8 @@ _USE_PLASMA_ALL= activitymanagerd breeze breeze-gtk \ libksysguard milou oxygen oxygen-sounds plasma-browser-integration \ plasma-desktop plasma-disks plasma-integration plasma-pa \ plasma-sdk plasma-workspace plasma-workspace-wallpapers \ - polkit-kde-agent-1 powerdevil systemsettings xdg-desktop-portal-kde + polkit-kde-agent-1 powerdevil systemsettings xdg-desktop-portal-kde \ + kirigami-addons # List of components of the KDE PIM distribution (part of applications). _USE_KDEPIM5_ALL= akonadicontacts akonadiimportwizard akonadimime akonadinotes \ @@ -330,14 +346,29 @@ _USE_KDE5_ALL= ${_USE_FRAMEWORKS_ALL} \ ${_USE_PLASMA_ALL} \ ${_USE_KDEPIM5_ALL} \ ${_USE_KDE_BOTH} -_USE_KDE6_ALL= ${_USE_FRAMEWORKS_ALL} +# TODO: fix +_USE_KDE6_ALL= ecm colorscheme \ + svg \ + plasma-wayland-protocols \ + mediaplayer \ + ${_USE_FRAMEWORKS_ALL} \ + ${_USE_PLASMA_ALL} \ + plasma5support activities activities-stats kpipewire wayland globalacceld libplasma # ====================== frameworks components ================================= -kde-activities_PORT= x11/kf${_KDE_VERSION}-kactivities -kde-activities_LIB= libKF${_KDE_VERSION}Activities.so - -kde-activities-stats_PORT= x11/kf${_KDE_VERSION}-kactivities-stats -kde-activities-stats_LIB= libKF${_KDE_VERSION}ActivitiesStats.so +kde-activities_PORT5= x11/kf${_KDE_VERSION}-kactivities +kde-activities_PORT6= x11/plasma${_KDE_VERSION}-plasma-activities +kde-activities_PORT= ${kde-activities_PORT${_KDE_VERSION}} +kde-activities_LIB5= libKF${_KDE_VERSION}Activities.so +kde-activities_LIB6= libPlasmaActivities.so +kde-activities_LIB= ${kde-activities_LIB${_KDE_VERSION}} + +kde-activities-stats_PORT5= x11/kf${_KDE_VERSION}-kactivities-stats +kde-activities-stats_PORT6= x11/plasma${_KDE_VERSION}-plasma-activities-stats +kde-activities-stats_PORT= ${kde-activities-stats_PORT${_KDE_VERSION}} +kde-activities-stats_LIB5= libKF${_KDE_VERSION}ActivitiesStats.so +kde-activities-stats_LIB6= libPlasmaActivitiesStats.so +kde-activities-stats_LIB= ${kde-activities-stats_LIB${_KDE_VERSION}} kde-apidox_PORT= devel/kf${_KDE_VERSION}-kapidox kde-apidox_PATH= ${KDE_PREFIX}/bin/kapidox-generate @@ -574,8 +605,12 @@ kde-unitconversion_LIB= libKF${_KDE_VERSION}UnitConversion.so kde-wallet_PORT= sysutils/kf${_KDE_VERSION}-kwallet kde-wallet_LIB= libKF${_KDE_VERSION}Wallet.so -kde-wayland_PORT= x11/kf${_KDE_VERSION}-kwayland -kde-wayland_LIB= libKF${_KDE_VERSION}WaylandClient.so +kde-wayland_PORT5= x11/kf${_KDE_VERSION}-kwayland +kde-wayland_PORT6= x11/plasma${_KDE_VERSION}-kwayland +kde-wayland_PORT= ${kde-wayland_PORT${_KDE_VERSION}} +kde-wayland_LIB5= libKF${_KDE_VERSION}WaylandClient.so +kde-wayland_LIB6= libKWaylandClient.so +kde-wayland_LIB= ${kde-wayland_LIB${_KDE_VERSION}} kde-widgetsaddons_PORT= x11-toolkits/kf${_KDE_VERSION}-kwidgetsaddons kde-widgetsaddons_LIB= libKF${_KDE_VERSION}WidgetsAddons.so @@ -606,6 +641,10 @@ kde-svg_LIB= libKF${_KDE_VERSION}Svg.so kde-statusnotifieritem_PORT= deskutils/kf6-kstatusnotifieritem kde-statusnotifieritem_LIB= libKF${_KDE_VERSION}StatusNotifierItem.so + +kde-userfeedback_PORT= sysutils/kf6-kuserfeedback +kde-userfeedback_LIB= libKF${_KDE_VERSION}UserFeedbackCore.so + # ====================== end of frameworks components ========================== # ====================== plasma components ===================================== @@ -637,7 +676,7 @@ kde-infocenter_PORT= sysutils/plasma${_KDE_VERSION}-kinfocenter kde-infocenter_PATH= ${KDE_PREFIX}/bin/kinfocenter kde-kde-cli-tools_PORT= sysutils/plasma${_KDE_VERSION}-kde-cli-tools -kde-kde-cli-tools_PATH= ${KDE_PREFIX}/bin/kcmshell5 +kde-kde-cli-tools_PATH= ${KDE_PREFIX}/bin/kde-open kde-kde-gtk-config_PORT= x11-themes/plasma${_KDE_VERSION}-kde-gtk-config kde-kde-gtk-config_PATH= ${KDE_PREFIX}/lib/kconf_update_bin/gtk_theme @@ -645,8 +684,12 @@ kde-kde-gtk-config_PATH= ${KDE_PREFIX}/lib/kconf_update_bin/gtk_theme kde-kdeplasma-addons_PORT= x11-toolkits/plasma${_KDE_VERSION}-kdeplasma-addons kde-kdeplasma-addons_LIB= libplasmapotdprovidercore.so -kde-kgamma5_PORT= x11/plasma${_KDE_VERSION}-kgamma5 +kde-kgamma5_PORT5= x11/plasma${_KDE_VERSION}-kgamma5 +kde-kgamma5_PORT6= x11/plasma${_KDE_VERSION}-kgamma +kde-kgamma5_PORT= ${kde-kgamma5_PORT${_KDE_VERSION}} kde-kgamma5_PATH= ${QT_PLUGINDIR}/plasma/kcms/systemsettings/kcm_kgamma.so +kde-kgamma5_PATH6= ${QT_PLUGINDIR}/plasma/kcms/systemsettings_qwidgets/kcm_kgamma.so +kde-kgamma5_PATH= ${kde-kgamma5_PATH${_KDE_VERSION}} kde-kmenuedit_PORT= sysutils/plasma${_KDE_VERSION}-kmenuedit kde-kmenuedit_PATH= ${KDE_PREFIX}/bin/kmenuedit @@ -667,16 +710,18 @@ kde-ksystemstats_PORT= sysutils/plasma${_KDE_VERSION}-ksystemstats kde-ksystemstats_PATH= ${KDE_PREFIX}/bin/ksystemstats kde-kwallet-pam_PORT= security/plasma${_KDE_VERSION}-kwallet-pam -kde-kwallet-pam_PATH= ${KDE_PREFIX}/lib/pam_kwallet5.so +kde-kwallet-pam_PATH5= ${KDE_PREFIX}/lib/pam_kwallet5.so +kde-kwallet-pam_PATH6= ${KDE_PREFIX}/lib/security/pam_kwallet5.so +kde-kwallet-pam_PATH= ${kde-kwallet-pam_PATH${_KDE_VERSION}} kde-kwayland-integration_PORT= x11/plasma${_KDE_VERSION}-kwayland-integration -kde-kwayland-integration_PATH= ${QT_PLUGINDIR}/kf5/kwindowsystem/KF5WindowSystemKWaylandPlugin.so +kde-kwayland-integration_PATH= ${QT_PLUGINDIR}/kf${_KDE_VERSION}/kwindowsystem/KF5WindowSystemKWaylandPlugin.so kde-kwin_PORT= x11-wm/plasma${_KDE_VERSION}-kwin kde-kwin_PATH= ${KDE_PREFIX}/bin/kwin_x11 kde-kwrited_PORT= devel/plasma${_KDE_VERSION}-kwrited -kde-kwrited_PATH= ${QT_PLUGINDIR}/kf5/kded/kwrited.so +kde-kwrited_PATH= ${QT_PLUGINDIR}/kf${_KDE_VERSION}/kded/kwrited.so kde-libkscreen_PORT= x11/plasma${_KDE_VERSION}-libkscreen kde-libkscreen_LIB= libKF${_KDE_VERSION}Screen.so @@ -685,10 +730,14 @@ kde-libksysguard_PORT= sysutils/plasma${_KDE_VERSION}-libksysguard kde-libksysguard_LIB= libksgrd.so kde-milou_PORT= deskutils/plasma${_KDE_VERSION}-milou -kde-milou_LIB= libmilou.so.5 +kde-milou_PATH5= ${KDE_PREFIX}/lib/libmilou.so.5 +kde-milou_PATH6= ${QT_QMLDIR}/org/kde/milou/libmilouqmlplugin.so +kde-milou_PATH= ${kde-milou_PATH${_KDE_VERSION}} kde-oxygen_PORT= x11-themes/plasma${_KDE_VERSION}-oxygen -kde-oxygen_PATH= ${QT_PLUGINDIR}/styles/oxygen.so +kde-oxygen_PATH5= ${QT_PLUGINDIR}/styles/oxygen.so +kde-oxygen_PATH6= ${QT_PLUGINDIR}/kstyle_config/kstyle_oxygen_config.so +kde-oxygen_PATH= ${kde-oxygen_PATH${_KDE_VERSION}} kde-plasma-browser-integration_PORT= www/plasma${_KDE_VERSION}-plasma-browser-integration kde-plasma-browser-integration_PATH= ${KDE_PREFIX}/bin/plasma-browser-integration-host @@ -697,10 +746,14 @@ kde-plasma-desktop_PORT= x11/plasma${_KDE_VERSION}-plasma-desktop kde-plasma-desktop_PATH= ${KDE_PREFIX}/bin/kaccess kde-plasma-disks_PORT= sysutils/plasma${_KDE_VERSION}-plasma-disks -kde-plasma-disks_PATH= ${KDE_PREFIX}/lib/libexec/kauth/kded-smart-helper +kde-plasma-disks_PATH5= ${KDE_PREFIX}/lib/libexec/kauth/kded-smart-helper +kde-plasma-disks_PATH6= ${KDE_PREFIX}/lib/libexec/kf6/kauth/kded-smart-helper +kde-plasma-disks_PATH= ${kde-plasma-disks_PATH${_KDE_VERSION}} kde-plasma-integration_PORT= x11/plasma${_KDE_VERSION}-plasma-integration -kde-plasma-integration_PATH= ${QT_PLUGINDIR}/platformthemes/KDEPlasmaPlatformTheme.so +kde-plasma-integration_PATH5= ${QT_PLUGINDIR}/platformthemes/KDEPlasmaPlatformTheme.so +kde-plasma-integration_PATH6= ${QT_PLUGINDIR}/platformthemes/KDEPlasmaPlatformTheme6.so +kde-plasma-integration_PATH= ${kde-plasma-integration_PATH${_KDE_VERSION}} kde-plasma-pa_PORT= audio/plasma${_KDE_VERSION}-plasma-pa kde-plasma-pa_PATH= ${QT_PLUGINDIR}/plasma/kcms/systemsettings/kcm_pulseaudio.so @@ -709,7 +762,7 @@ kde-plasma-sdk_PORT= devel/plasma${_KDE_VERSION}-plasma-sdk kde-plasma-sdk_PATH= ${KDE_PREFIX}/bin/plasmoidviewer kde-plasma-workspace_PORT= x11/plasma${_KDE_VERSION}-plasma-workspace -kde-plasma-workspace_LIB= libkworkspace5.so +kde-plasma-workspace_LIB= libkworkspace${_KDE_VERSION}.so kde-plasma-workspace-wallpapers_PORT= x11-themes/plasma${_KDE_VERSION}-plasma-workspace-wallpapers kde-plasma-workspace-wallpapers_PATH= ${KDE_PREFIX}/share/wallpapers/Autumn/contents/images/1280x1024.jpg @@ -721,10 +774,28 @@ kde-powerdevil_PORT= sysutils/plasma${_KDE_VERSION}-powerdevil kde-powerdevil_LIB= libpowerdevilcore.so kde-systemsettings_PORT= sysutils/plasma${_KDE_VERSION}-systemsettings -kde-systemsettings_PATH= ${KDE_PREFIX}/bin/systemsettings5 +kde-systemsettings_PATH5= ${KDE_PREFIX}/bin/systemsettings5 +kde-systemsettings_PATH6= ${KDE_PREFIX}/bin/systemsettings +kde-systemsettings_PATH= ${kde-systemsettings_PATH${_KDE_VERSION}} + + -kde-xdg-desktop-portal-kde_PATH= ${KDE_PREFIX}/lib/libexec/xdg-desktop-portal-kde kde-xdg-desktop-portal-kde_PORT= deskutils/plasma${_KDE_VERSION}-xdg-desktop-portal-kde +kde-xdg-desktop-portal-kde_PATH= ${KDE_PREFIX}/lib/libexec/xdg-desktop-portal-kde + +kde-plasma5support_PORT= devel/plasma${_KDE_VERSION}-plasma5support +kde-plasma5support_LIB= libKF${_KDE_VERSION}Plasma5Support.so + +kde-kirigami-addons_PORT5= x11-toolkits/kirigami-addons +kde-kirigami-addons_PORT6= x11-toolkits/kirigami-addons-devel +kde-kirigami-addons_PORT= ${kde-kirigami-addons_PORT${_KDE_VERSION}} +kde-kirigami-addons_PATH= ${QT_QMLDIR}/org/kde/kirigamiaddons/components/libcomponentsplugin.so + +kde-globalacceld_PORT= x11/plasma${_KDE_VERSION}-kglobalacceld +kde-globalacceld_PATH= ${QT_PLUGINDIR}/org.kde.kglobalacceld.platforms/KGlobalAccelDXcb.so + +kde-libplasma_PORT= x11/plasma${_KDE_VERSION}-libplasma +kde-libplasma_LIB= libPlasma.so # ====================== end of plasma components ============================== # ====================== pim5 components ======================================= diff --git a/audio/Makefile b/audio/Makefile index e36194e712c1..c4c1548e1085 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -599,6 +599,10 @@ SUBDIR += plasma5-kpipewire SUBDIR += plasma5-oxygen-sounds SUBDIR += plasma5-plasma-pa + SUBDIR += plasma6-kpipewire + SUBDIR += plasma6-ocean-sound-theme + SUBDIR += plasma6-oxygen-sounds + SUBDIR += plasma6-plasma-pa SUBDIR += play SUBDIR += playgsf SUBDIR += playmidi diff --git a/audio/plasma6-kpipewire/Makefile b/audio/plasma6-kpipewire/Makefile new file mode 100644 index 000000000000..7739f6beff5b --- /dev/null +++ b/audio/plasma6-kpipewire/Makefile @@ -0,0 +1,21 @@ +PORTNAME= kpipewire +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= audio kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Components relating to Flatpak 'pipewire' use in Plasma + +LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ + libdrm.so:graphics/libdrm \ + libepoxy.so:graphics/libepoxy \ + libpipewire-0.3.so:multimedia/pipewire \ + libva.so:multimedia/libva \ + libxkbcommon.so:x11/libxkbcommon + +USES= cmake gettext gl kde:6 pkgconfig qt:6 tar:xz +USE_GL= egl gbm gl opengl +USE_KDE= coreaddons i18n \ + ecm:build plasma-wayland-protocols:build +USE_QT= base declarative wayland + +.include <bsd.port.mk> diff --git a/audio/plasma6-kpipewire/distinfo b/audio/plasma6-kpipewire/distinfo new file mode 100644 index 000000000000..fc70eb34e882 --- /dev/null +++ b/audio/plasma6-kpipewire/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525047 +SHA256 (KDE/plasma/5.90.0/kpipewire-5.90.0.tar.xz) = 631f410de2fb25e12dda1c5b2d885af584a92bdde271bb3628113575b7840e5c +SIZE (KDE/plasma/5.90.0/kpipewire-5.90.0.tar.xz) = 143928 diff --git a/audio/plasma6-kpipewire/pkg-plist b/audio/plasma6-kpipewire/pkg-plist new file mode 100644 index 000000000000..f0bad1e432d2 --- /dev/null +++ b/audio/plasma6-kpipewire/pkg-plist @@ -0,0 +1,79 @@ +include/KPipeWire/DmaBufHandler +include/KPipeWire/PipeWireBaseEncodedStream +include/KPipeWire/PipeWireEncodedStream +include/KPipeWire/PipeWireRecord +include/KPipeWire/PipeWireSourceItem +include/KPipeWire/PipeWireSourceStream +include/KPipeWire/dmabufhandler.h +include/KPipeWire/kpipewire_export.h +include/KPipeWire/kpipewiredmabuf_export.h +include/KPipeWire/pipewirebaseencodedstream.h +include/KPipeWire/pipewireencodedstream.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.%%KDE_PLASMA_VERSION%% +lib/libKPipeWire.so.6 +lib/libKPipeWireDmaBuf.so +lib/libKPipeWireDmaBuf.so.%%KDE_PLASMA_VERSION%% +lib/libKPipeWireDmaBuf.so.6 +lib/libKPipeWireRecord.so +lib/libKPipeWireRecord.so.%%KDE_PLASMA_VERSION%% +lib/libKPipeWireRecord.so.6 +%%QT_QMLDIR%%/org/kde/pipewire/KPipeWireDeclarative.qmltypes +%%QT_QMLDIR%%/org/kde/pipewire/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/pipewire/libKPipeWireDeclarative.so +%%QT_QMLDIR%%/org/kde/pipewire/monitor/KPipeWireMonitorDeclarative.qmltypes +%%QT_QMLDIR%%/org/kde/pipewire/monitor/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/pipewire/monitor/libKPipeWireMonitorDeclarative.so +%%QT_QMLDIR%%/org/kde/pipewire/monitor/qmldir +%%QT_QMLDIR%%/org/kde/pipewire/qmldir +%%QT_QMLDIR%%/org/kde/pipewire/record/KPipeWireRecordDeclarative.qmltypes +%%QT_QMLDIR%%/org/kde/pipewire/record/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/pipewire/record/libKPipeWireRecordDeclarative.so +%%QT_QMLDIR%%/org/kde/pipewire/record/qmldir +share/locale/ar/LC_MESSAGES/kpipewire6.mo +share/locale/ast/LC_MESSAGES/kpipewire6.mo +share/locale/bg/LC_MESSAGES/kpipewire6.mo +share/locale/ca/LC_MESSAGES/kpipewire6.mo +share/locale/ca@valencia/LC_MESSAGES/kpipewire6.mo +share/locale/cs/LC_MESSAGES/kpipewire6.mo +share/locale/de/LC_MESSAGES/kpipewire6.mo +share/locale/en_GB/LC_MESSAGES/kpipewire6.mo +share/locale/eo/LC_MESSAGES/kpipewire6.mo +share/locale/es/LC_MESSAGES/kpipewire6.mo +share/locale/eu/LC_MESSAGES/kpipewire6.mo +share/locale/fi/LC_MESSAGES/kpipewire6.mo +share/locale/fr/LC_MESSAGES/kpipewire6.mo +share/locale/gl/LC_MESSAGES/kpipewire6.mo +share/locale/ia/LC_MESSAGES/kpipewire6.mo +share/locale/id/LC_MESSAGES/kpipewire6.mo +share/locale/it/LC_MESSAGES/kpipewire6.mo +share/locale/ja/LC_MESSAGES/kpipewire6.mo +share/locale/ka/LC_MESSAGES/kpipewire6.mo +share/locale/ko/LC_MESSAGES/kpipewire6.mo +share/locale/lt/LC_MESSAGES/kpipewire6.mo +share/locale/nl/LC_MESSAGES/kpipewire6.mo +share/locale/nn/LC_MESSAGES/kpipewire6.mo +share/locale/pa/LC_MESSAGES/kpipewire6.mo +share/locale/pl/LC_MESSAGES/kpipewire6.mo +share/locale/pt/LC_MESSAGES/kpipewire6.mo +share/locale/pt_BR/LC_MESSAGES/kpipewire6.mo +share/locale/ro/LC_MESSAGES/kpipewire6.mo +share/locale/ru/LC_MESSAGES/kpipewire6.mo +share/locale/sa/LC_MESSAGES/kpipewire6.mo +share/locale/sk/LC_MESSAGES/kpipewire6.mo +share/locale/sl/LC_MESSAGES/kpipewire6.mo +share/locale/sv/LC_MESSAGES/kpipewire6.mo +share/locale/ta/LC_MESSAGES/kpipewire6.mo +share/locale/tr/LC_MESSAGES/kpipewire6.mo +share/locale/uk/LC_MESSAGES/kpipewire6.mo +share/locale/zh_CN/LC_MESSAGES/kpipewire6.mo +share/locale/zh_TW/LC_MESSAGES/kpipewire6.mo +share/qlogging-categories6/kpipewire.categories +share/qlogging-categories6/kpipewirerecord.categories diff --git a/audio/plasma6-ocean-sound-theme/Makefile b/audio/plasma6-ocean-sound-theme/Makefile new file mode 100644 index 000000000000..7411f7deb13a --- /dev/null +++ b/audio/plasma6-ocean-sound-theme/Makefile @@ -0,0 +1,13 @@ +PORTNAME= ocean-sound-theme +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= audio kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Ocean Sound Theme for Plasma + +USES= cmake:noninja kde:6 qt:6 tar:xz +USE_KDE= ecm:build +USE_QT= base:build +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/audio/plasma6-ocean-sound-theme/distinfo b/audio/plasma6-ocean-sound-theme/distinfo new file mode 100644 index 000000000000..42f178f5cc01 --- /dev/null +++ b/audio/plasma6-ocean-sound-theme/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701526122 +SHA256 (KDE/plasma/5.90.0/ocean-sound-theme-5.90.0.tar.xz) = 68de6c427b960004c04eb1e2fae1d1223e4576cf7be25bd6338ea5c5f58c6f00 +SIZE (KDE/plasma/5.90.0/ocean-sound-theme-5.90.0.tar.xz) = 1209540 diff --git a/audio/plasma6-ocean-sound-theme/pkg-plist b/audio/plasma6-ocean-sound-theme/pkg-plist new file mode 100644 index 000000000000..d0a1c67a8127 --- /dev/null +++ b/audio/plasma6-ocean-sound-theme/pkg-plist @@ -0,0 +1,69 @@ +share/sounds/ocean/index.theme +share/sounds/ocean/index.theme.license +share/sounds/ocean/stereo/alarm-clock-elapsed.oga +share/sounds/ocean/stereo/alarm-clock-elapsed.oga.license +share/sounds/ocean/stereo/audio-volume-change.oga +share/sounds/ocean/stereo/audio-volume-change.oga.license +share/sounds/ocean/stereo/battery-caution.oga +share/sounds/ocean/stereo/battery-caution.oga.license +share/sounds/ocean/stereo/battery-full.oga +share/sounds/ocean/stereo/battery-low.oga +share/sounds/ocean/stereo/battery-low.oga.license +share/sounds/ocean/stereo/bell-window-system.oga +share/sounds/ocean/stereo/bell-window-system.oga.license +share/sounds/ocean/stereo/complete-media-burn.oga +share/sounds/ocean/stereo/complete-media-error.oga +share/sounds/ocean/stereo/completion-fail.oga +share/sounds/ocean/stereo/completion-fail.oga.license +share/sounds/ocean/stereo/completion-partial.oga +share/sounds/ocean/stereo/completion-partial.oga.license +share/sounds/ocean/stereo/completion-rotation.oga +share/sounds/ocean/stereo/completion-rotation.oga.license +share/sounds/ocean/stereo/completion-success.oga +share/sounds/ocean/stereo/completion-success.oga.license +share/sounds/ocean/stereo/desktop-login.oga +share/sounds/ocean/stereo/desktop-login.oga.license +share/sounds/ocean/stereo/desktop-logout.oga +share/sounds/ocean/stereo/desktop-logout.oga.license +share/sounds/ocean/stereo/device-added.oga +share/sounds/ocean/stereo/device-added.oga.license +share/sounds/ocean/stereo/device-removed.oga +share/sounds/ocean/stereo/device-removed.oga.license +share/sounds/ocean/stereo/dialog-error-critical.oga +share/sounds/ocean/stereo/dialog-error-serious.oga +share/sounds/ocean/stereo/dialog-error-serious.oga.license +share/sounds/ocean/stereo/dialog-error.oga +share/sounds/ocean/stereo/dialog-error.oga.license +share/sounds/ocean/stereo/dialog-information.oga +share/sounds/ocean/stereo/dialog-information.oga.license +share/sounds/ocean/stereo/dialog-question.oga +share/sounds/ocean/stereo/dialog-question.oga.license +share/sounds/ocean/stereo/dialog-warning.oga +share/sounds/ocean/stereo/dialog-warning.oga.license +share/sounds/ocean/stereo/game-over-loser.oga +share/sounds/ocean/stereo/game-over-winner.oga +share/sounds/ocean/stereo/media-insert-request.oga +share/sounds/ocean/stereo/message-attention.oga +share/sounds/ocean/stereo/message-contact-in.oga +share/sounds/ocean/stereo/message-contact-out.oga +share/sounds/ocean/stereo/message-highlight.oga +share/sounds/ocean/stereo/message-new-instant.oga +share/sounds/ocean/stereo/message-new-instant.oga.license +share/sounds/ocean/stereo/message-sent-instant.oga +share/sounds/ocean/stereo/outcome-failure.oga +share/sounds/ocean/stereo/outcome-failure.oga.license +share/sounds/ocean/stereo/outcome-success.oga +share/sounds/ocean/stereo/outcome-success.oga.license +share/sounds/ocean/stereo/phone-incoming-call.oga +share/sounds/ocean/stereo/phone-incoming-call.oga.license +share/sounds/ocean/stereo/power-plug.oga +share/sounds/ocean/stereo/power-plug.oga.license +share/sounds/ocean/stereo/power-unplug.oga +share/sounds/ocean/stereo/power-unplug.oga.license +share/sounds/ocean/stereo/service-login.oga +share/sounds/ocean/stereo/service-login.oga.license +share/sounds/ocean/stereo/service-logout.oga +share/sounds/ocean/stereo/service-logout.oga.license +share/sounds/ocean/stereo/theme-demo.oga +share/sounds/ocean/stereo/trash-empty.oga +share/sounds/ocean/stereo/trash-empty.oga.license diff --git a/audio/plasma6-oxygen-sounds/Makefile b/audio/plasma6-oxygen-sounds/Makefile new file mode 100644 index 000000000000..f1e89e0637c0 --- /dev/null +++ b/audio/plasma6-oxygen-sounds/Makefile @@ -0,0 +1,15 @@ +PORTNAME= oxygen-sounds +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= audio kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Oxygen Sound Theme + +USES= cmake:noninja kde:6 qt:6 tar:xz +USE_KDE= ecm:build +USE_QT= base:build +NO_ARCH= yes + +CMAKE_ARGS= -DQT_MAJOR_VERSION=6 + +.include <bsd.port.mk> diff --git a/audio/plasma6-oxygen-sounds/distinfo b/audio/plasma6-oxygen-sounds/distinfo new file mode 100644 index 000000000000..e8867d40f0eb --- /dev/null +++ b/audio/plasma6-oxygen-sounds/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525048 +SHA256 (KDE/plasma/5.90.0/oxygen-sounds-5.90.0.tar.xz) = 716a36d4a2142018a249c8642f8117c510f91a0626d8cafa0afe29268894320c +SIZE (KDE/plasma/5.90.0/oxygen-sounds-5.90.0.tar.xz) = 1936092 diff --git a/audio/plasma6-oxygen-sounds/pkg-plist b/audio/plasma6-oxygen-sounds/pkg-plist new file mode 100644 index 000000000000..2ed91d33e232 --- /dev/null +++ b/audio/plasma6-oxygen-sounds/pkg-plist @@ -0,0 +1,114 @@ +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 +share/sounds/oxygen/index.theme +share/sounds/oxygen/stereo/alarm-clock-elapsed.ogg +share/sounds/oxygen/stereo/battery-caution.ogg +share/sounds/oxygen/stereo/battery-full.ogg +share/sounds/oxygen/stereo/battery-low.ogg +share/sounds/oxygen/stereo/bell-window-system.ogg +share/sounds/oxygen/stereo/camera-shutter.wav +share/sounds/oxygen/stereo/complete-media-burn.ogg +share/sounds/oxygen/stereo/complete-media-error.ogg +share/sounds/oxygen/stereo/completion-fail.ogg +share/sounds/oxygen/stereo/completion-rotation.ogg +share/sounds/oxygen/stereo/completion-success.ogg +share/sounds/oxygen/stereo/desktop-login-long.ogg +share/sounds/oxygen/stereo/desktop-login-short.ogg +share/sounds/oxygen/stereo/desktop-login.ogg +share/sounds/oxygen/stereo/desktop-logout.ogg +share/sounds/oxygen/stereo/device-added.ogg +share/sounds/oxygen/stereo/device-removed.ogg +share/sounds/oxygen/stereo/dialog-error-critical.ogg +share/sounds/oxygen/stereo/dialog-error-serious.ogg +share/sounds/oxygen/stereo/dialog-error-veryserious.ogg +share/sounds/oxygen/stereo/dialog-error.ogg +share/sounds/oxygen/stereo/dialog-information.ogg +share/sounds/oxygen/stereo/dialog-question.ogg +share/sounds/oxygen/stereo/dialog-special.ogg +share/sounds/oxygen/stereo/dialog-warning.ogg +share/sounds/oxygen/stereo/file-error.ogg +share/sounds/oxygen/stereo/game-over-loser.ogg +share/sounds/oxygen/stereo/game-over-winner.ogg +share/sounds/oxygen/stereo/media-insert-request.ogg +share/sounds/oxygen/stereo/message-attention.ogg +share/sounds/oxygen/stereo/message-conectivity-problem.ogg +share/sounds/oxygen/stereo/message-connectivity-error-serious.ogg +share/sounds/oxygen/stereo/message-connectivity-error.ogg +share/sounds/oxygen/stereo/message-connectivity-lost.ogg +share/sounds/oxygen/stereo/message-contact-in.ogg +share/sounds/oxygen/stereo/message-contact-out.ogg +share/sounds/oxygen/stereo/message-error.ogg +share/sounds/oxygen/stereo/message-highlight.ogg +share/sounds/oxygen/stereo/message-irc-event.ogg +share/sounds/oxygen/stereo/message-lowpriority.ogg +share/sounds/oxygen/stereo/message-new-email.ogg +share/sounds/oxygen/stereo/message-new-instant.ogg +share/sounds/oxygen/stereo/message-new-sms.ogg +share/sounds/oxygen/stereo/message-sent-instant.ogg +share/sounds/oxygen/stereo/outcome-failure.ogg +share/sounds/oxygen/stereo/outcome-success.ogg +share/sounds/oxygen/stereo/phone-incoming-call.ogg +share/sounds/oxygen/stereo/power-plug.ogg +share/sounds/oxygen/stereo/power-unplug.ogg +share/sounds/oxygen/stereo/print-error.ogg +share/sounds/oxygen/stereo/service-login.ogg +share/sounds/oxygen/stereo/service-logout.ogg +share/sounds/oxygen/stereo/theme-demo.ogg +share/sounds/oxygen/stereo/trash-empty.ogg +share/sounds/oxygen/stereo/window-close.ogg +share/sounds/oxygen/stereo/window-maximized.ogg +share/sounds/oxygen/stereo/window-minimized.ogg +share/sounds/oxygen/stereo/window-move-end.ogg +share/sounds/oxygen/stereo/window-move-start.ogg +share/sounds/oxygen/stereo/window-pin.ogg +share/sounds/oxygen/stereo/window-shaded.ogg +share/sounds/oxygen/stereo/window-unpin.ogg +share/sounds/oxygen/stereo/window-unshaded.ogg diff --git a/audio/plasma6-plasma-pa/Makefile b/audio/plasma6-plasma-pa/Makefile new file mode 100644 index 000000000000..4226795c87a4 --- /dev/null +++ b/audio/plasma6-plasma-pa/Makefile @@ -0,0 +1,20 @@ +PORTNAME= plasma-pa +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= audio kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plasma applet for audio volume management using PulseAudio + +LIB_DEPENDS= libcanberra.so:audio/libcanberra \ + libpulse.so:audio/pulseaudio +RUN_DEPENDS= ${LOCALBASE}/share/sounds/freedesktop/index.theme:audio/freedesktop-sound-theme + +USES= cmake gettext kde:6 pkgconfig qt:6 shebangfix tar:xz +USE_KDE= coreaddons doctools globalaccel i18n itemmodels kcmutils \ + kdeclarative kirigami-addons libplasma statusnotifieritem svg \ + ecm:build +USE_QT= base declarative + +SHEBANG_FILES= data/plasmaVolumeDisableKMixAutostart.pl + +.include <bsd.port.mk> diff --git a/audio/plasma6-plasma-pa/distinfo b/audio/plasma6-plasma-pa/distinfo new file mode 100644 index 000000000000..1a081e4fcbf3 --- /dev/null +++ b/audio/plasma6-plasma-pa/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525115 +SHA256 (KDE/plasma/5.90.0/plasma-pa-5.90.0.tar.xz) = afc17d4996eef0c14324987876d05a451dd7778822e59d3c7b1c64e59791c3ad +SIZE (KDE/plasma/5.90.0/plasma-pa-5.90.0.tar.xz) = 168424 diff --git a/audio/plasma6-plasma-pa/pkg-plist b/audio/plasma6-plasma-pa/pkg-plist new file mode 100644 index 000000000000..ad4d2d719146 --- /dev/null +++ b/audio/plasma6-plasma-pa/pkg-plist @@ -0,0 +1,145 @@ +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_pulseaudio.so +%%QT_QMLDIR%%/org/kde/plasma/private/volume/PulseObjectFilterModel.qml +%%QT_QMLDIR%%/org/kde/plasma/private/volume/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/plasma/private/volume/libplasma-volume-declarative.so +%%QT_QMLDIR%%/org/kde/plasma/private/volume/plasma-volume-declarative.qmltypes +%%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 +share/doc/HTML/de/kcontrol/plasma-pa/index.docbook +share/doc/HTML/en/kcontrol/plasma-pa/index.cache.bz2 +share/doc/HTML/en/kcontrol/plasma-pa/index.docbook +share/doc/HTML/es/kcontrol/plasma-pa/index.cache.bz2 +share/doc/HTML/es/kcontrol/plasma-pa/index.docbook +share/doc/HTML/id/kcontrol/plasma-pa/index.cache.bz2 +share/doc/HTML/id/kcontrol/plasma-pa/index.docbook +share/doc/HTML/it/kcontrol/plasma-pa/index.cache.bz2 +share/doc/HTML/it/kcontrol/plasma-pa/index.docbook +share/doc/HTML/nl/kcontrol/plasma-pa/index.cache.bz2 +share/doc/HTML/nl/kcontrol/plasma-pa/index.docbook +share/doc/HTML/pt/kcontrol/plasma-pa/index.cache.bz2 +share/doc/HTML/pt/kcontrol/plasma-pa/index.docbook +share/doc/HTML/pt_BR/kcontrol/plasma-pa/index.cache.bz2 +share/doc/HTML/pt_BR/kcontrol/plasma-pa/index.docbook +share/doc/HTML/ru/kcontrol/plasma-pa/index.cache.bz2 +share/doc/HTML/ru/kcontrol/plasma-pa/index.docbook +share/doc/HTML/sv/kcontrol/plasma-pa/index.cache.bz2 +share/doc/HTML/sv/kcontrol/plasma-pa/index.docbook +share/doc/HTML/tr/kcontrol/plasma-pa/index.cache.bz2 +share/doc/HTML/tr/kcontrol/plasma-pa/index.docbook +share/doc/HTML/uk/kcontrol/plasma-pa/index.cache.bz2 +share/doc/HTML/uk/kcontrol/plasma-pa/index.docbook +share/kconf_update/disable_kmix.upd +share/kconf_update/plasmaVolumeDisableKMixAutostart.pl +share/locale/ar/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/ast/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/az/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/bg/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/ca/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/cs/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/da/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/de/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/el/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/en_GB/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/eo/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/es/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/et/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/eu/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/fi/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/fr/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/gl/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/he/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/hu/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/ia/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/id/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +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 +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/ml/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/nb/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/nl/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/nn/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/pa/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/pl/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/pt/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/pt_BR/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/ro/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/ru/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/sk/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/sl/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/sr/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/sr@latin/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/sv/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/ta/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/tr/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/uk/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/zh_CN/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/zh_TW/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/metainfo/org.kde.plasma.volume.appdata.xml +share/plasma/plasmoids/org.kde.plasma.volume/contents/code/icon.js +share/plasma/plasmoids/org.kde.plasma.volume/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/DeviceListItem.qml +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.json diff --git a/deskutils/Makefile b/deskutils/Makefile index 93e4346db206..769c9e87079f 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -213,6 +213,9 @@ SUBDIR += plasma5-milou SUBDIR += plasma5-sddm-kcm SUBDIR += plasma5-xdg-desktop-portal-kde + SUBDIR += plasma6-milou + SUBDIR += plasma6-sddm-kcm + SUBDIR += plasma6-xdg-desktop-portal-kde SUBDIR += plopfolio SUBDIR += preferences SUBDIR += presage diff --git a/deskutils/plasma6-milou/Makefile b/deskutils/plasma6-milou/Makefile new file mode 100644 index 000000000000..a4c0d899fd4d --- /dev/null +++ b/deskutils/plasma6-milou/Makefile @@ -0,0 +1,14 @@ +PORTNAME= milou +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= deskutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Dedicated search application built on top of Baloo + +USES= cmake gettext gl kde:6 qt:6 tar:xz +USE_GL= gl opengl +USE_KDE= coreaddons i18n itemmodels libplasma runner service svg \ + ecm:build +USE_QT= base declarative + +.include <bsd.port.mk> diff --git a/deskutils/plasma6-milou/distinfo b/deskutils/plasma6-milou/distinfo new file mode 100644 index 000000000000..c1e678235c51 --- /dev/null +++ b/deskutils/plasma6-milou/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525049 +SHA256 (KDE/plasma/5.90.0/milou-5.90.0.tar.xz) = cab188bde4a611d6398a6c9a98dc39a23b978ba313087c9b08d66cfd5c52e334 +SIZE (KDE/plasma/5.90.0/milou-5.90.0.tar.xz) = 48960 diff --git a/deskutils/plasma6-milou/pkg-plist b/deskutils/plasma6-milou/pkg-plist new file mode 100644 index 000000000000..655a1e53a76a --- /dev/null +++ b/deskutils/plasma6-milou/pkg-plist @@ -0,0 +1,116 @@ +%%QT_QMLDIR%%/org/kde/milou/ResultDelegate.qml +%%QT_QMLDIR%%/org/kde/milou/ResultsListView.qml +%%QT_QMLDIR%%/org/kde/milou/ResultsListViewDelegate.qml +%%QT_QMLDIR%%/org/kde/milou/ResultsView.qml +%%QT_QMLDIR%%/org/kde/milou/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/milou/libmilouqmlplugin.so +%%QT_QMLDIR%%/org/kde/milou/milouqmlplugin.qmltypes +%%QT_QMLDIR%%/org/kde/milou/qmldir +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 +share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/bs/LC_MESSAGES/milou.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/ca/LC_MESSAGES/milou.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/ca@valencia/LC_MESSAGES/milou.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/cs/LC_MESSAGES/milou.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/da/LC_MESSAGES/milou.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/de/LC_MESSAGES/milou.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/el/LC_MESSAGES/milou.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/en_GB/LC_MESSAGES/milou.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/eo/LC_MESSAGES/milou.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/es/LC_MESSAGES/milou.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/et/LC_MESSAGES/milou.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/eu/LC_MESSAGES/milou.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/fi/LC_MESSAGES/milou.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/fr/LC_MESSAGES/milou.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/gl/LC_MESSAGES/milou.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/he/LC_MESSAGES/milou.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/hi/LC_MESSAGES/milou.mo +share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/hu/LC_MESSAGES/milou.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/ia/LC_MESSAGES/milou.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.milou.mo +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/ja/LC_MESSAGES/milou.mo +share/locale/ja/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 +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/ml/LC_MESSAGES/milou.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/nb/LC_MESSAGES/milou.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/nds/LC_MESSAGES/milou.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/nl/LC_MESSAGES/milou.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/nn/LC_MESSAGES/milou.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/pa/LC_MESSAGES/milou.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/pl/LC_MESSAGES/milou.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/pt/LC_MESSAGES/milou.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/pt_BR/LC_MESSAGES/milou.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/ro/LC_MESSAGES/milou.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/ru/LC_MESSAGES/milou.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/sa/LC_MESSAGES/milou.mo +share/locale/sa/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/sk/LC_MESSAGES/milou.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/sl/LC_MESSAGES/milou.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/sr/LC_MESSAGES/milou.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/sr@ijekavian/LC_MESSAGES/milou.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/milou.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/sr@latin/LC_MESSAGES/milou.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/sv/LC_MESSAGES/milou.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/tr/LC_MESSAGES/milou.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/uk/LC_MESSAGES/milou.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/zh_CN/LC_MESSAGES/milou.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/zh_TW/LC_MESSAGES/milou.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.milou.mo +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/metadata.json diff --git a/deskutils/plasma6-sddm-kcm/Makefile b/deskutils/plasma6-sddm-kcm/Makefile new file mode 100644 index 000000000000..b00d13408466 --- /dev/null +++ b/deskutils/plasma6-sddm-kcm/Makefile @@ -0,0 +1,13 @@ +PORTNAME= sddm-kcm +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= deskutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Configuration module for SDDM + +USES= cmake gettext kde:6 qt:6 tar:xz +USE_KDE= archive auth coreaddons i18n kcmutils kio newstuff \ + ecm:build +USE_QT= base declarative + +.include <bsd.port.mk> diff --git a/deskutils/plasma6-sddm-kcm/distinfo b/deskutils/plasma6-sddm-kcm/distinfo new file mode 100644 index 000000000000..0c22a026cd59 --- /dev/null +++ b/deskutils/plasma6-sddm-kcm/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525049 +SHA256 (KDE/plasma/5.90.0/sddm-kcm-5.90.0.tar.xz) = 13ecaefd4c3b0e333432da226b9960956d8a4866cb2afbdc85953cf82098695f +SIZE (KDE/plasma/5.90.0/sddm-kcm-5.90.0.tar.xz) = 96032 diff --git a/deskutils/plasma6-sddm-kcm/pkg-plist b/deskutils/plasma6-sddm-kcm/pkg-plist new file mode 100644 index 000000000000..0c3c88b60fe6 --- /dev/null +++ b/deskutils/plasma6-sddm-kcm/pkg-plist @@ -0,0 +1,58 @@ +bin/sddmthemeinstaller +lib/libexec/kf6/kauth/kcmsddm_authhelper +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_sddm.so +share/applications/kcm_sddm.desktop +share/dbus-1/system-services/org.kde.kcontrol.kcmsddm.service +share/dbus-1/system.d/org.kde.kcontrol.kcmsddm.conf +share/knsrcfiles/sddmtheme.knsrc +share/locale/ar/LC_MESSAGES/kcm_sddm.mo +share/locale/ast/LC_MESSAGES/kcm_sddm.mo +share/locale/az/LC_MESSAGES/kcm_sddm.mo +share/locale/bg/LC_MESSAGES/kcm_sddm.mo +share/locale/bs/LC_MESSAGES/kcm_sddm.mo +share/locale/ca/LC_MESSAGES/kcm_sddm.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_sddm.mo +share/locale/cs/LC_MESSAGES/kcm_sddm.mo +share/locale/da/LC_MESSAGES/kcm_sddm.mo +share/locale/de/LC_MESSAGES/kcm_sddm.mo +share/locale/el/LC_MESSAGES/kcm_sddm.mo +share/locale/en_GB/LC_MESSAGES/kcm_sddm.mo +share/locale/eo/LC_MESSAGES/kcm_sddm.mo +share/locale/es/LC_MESSAGES/kcm_sddm.mo +share/locale/et/LC_MESSAGES/kcm_sddm.mo +share/locale/eu/LC_MESSAGES/kcm_sddm.mo +share/locale/fi/LC_MESSAGES/kcm_sddm.mo +share/locale/fr/LC_MESSAGES/kcm_sddm.mo +share/locale/gl/LC_MESSAGES/kcm_sddm.mo +share/locale/he/LC_MESSAGES/kcm_sddm.mo +share/locale/hi/LC_MESSAGES/kcm_sddm.mo +share/locale/hu/LC_MESSAGES/kcm_sddm.mo +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 +share/locale/pa/LC_MESSAGES/kcm_sddm.mo +share/locale/pl/LC_MESSAGES/kcm_sddm.mo +share/locale/pt/LC_MESSAGES/kcm_sddm.mo +share/locale/pt_BR/LC_MESSAGES/kcm_sddm.mo +share/locale/ro/LC_MESSAGES/kcm_sddm.mo +share/locale/ru/LC_MESSAGES/kcm_sddm.mo +share/locale/sk/LC_MESSAGES/kcm_sddm.mo +share/locale/sl/LC_MESSAGES/kcm_sddm.mo +share/locale/sr/LC_MESSAGES/kcm_sddm.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_sddm.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_sddm.mo +share/locale/sr@latin/LC_MESSAGES/kcm_sddm.mo +share/locale/sv/LC_MESSAGES/kcm_sddm.mo +share/locale/ta/LC_MESSAGES/kcm_sddm.mo +share/locale/tr/LC_MESSAGES/kcm_sddm.mo +share/locale/uk/LC_MESSAGES/kcm_sddm.mo +share/locale/zh_CN/LC_MESSAGES/kcm_sddm.mo +share/locale/zh_TW/LC_MESSAGES/kcm_sddm.mo diff --git a/deskutils/plasma6-xdg-desktop-portal-kde/Makefile b/deskutils/plasma6-xdg-desktop-portal-kde/Makefile new file mode 100644 index 000000000000..876d1c33a263 --- /dev/null +++ b/deskutils/plasma6-xdg-desktop-portal-kde/Makefile @@ -0,0 +1,20 @@ +PORTNAME= xdg-desktop-portal-kde +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= deskutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Backend implementation for xdg-desktop-portal that is using Qt/KDE + +BUILD_DEPENDS= ${LOCALBASE}/include/linux/input-event-codes.h:devel/evdev-proto \ + wayland-protocols>=0:graphics/wayland-protocols + +USES= cmake gettext kde:6 pkgconfig qt:6 tar:xz +USE_KDE= config coreaddons globalaccel guiaddons i18n iconthemes kio \ + kirigami2 notifications statusnotifieritem wayland \ + widgetsaddons windowsystem \ + ecm:build plasma-wayland-protocols:build +USE_QT= base declarative wayland + +CMAKE_ARGS= -DQT_MAJOR_VERSION=6 + +.include <bsd.port.mk> diff --git a/deskutils/plasma6-xdg-desktop-portal-kde/distinfo b/deskutils/plasma6-xdg-desktop-portal-kde/distinfo new file mode 100644 index 000000000000..1fce2a1363e8 --- /dev/null +++ b/deskutils/plasma6-xdg-desktop-portal-kde/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525116 +SHA256 (KDE/plasma/5.90.0/xdg-desktop-portal-kde-5.90.0.tar.xz) = c6cad48a78b50e403b4323bcedefef7d239ac82b46d8b2bd99943f236b1e9fdc +SIZE (KDE/plasma/5.90.0/xdg-desktop-portal-kde-5.90.0.tar.xz) = 158968 diff --git a/deskutils/plasma6-xdg-desktop-portal-kde/pkg-plist b/deskutils/plasma6-xdg-desktop-portal-kde/pkg-plist new file mode 100644 index 000000000000..bbcb39765f21 --- /dev/null +++ b/deskutils/plasma6-xdg-desktop-portal-kde/pkg-plist @@ -0,0 +1,56 @@ +lib/libexec/xdg-desktop-portal-kde +lib/systemd/user/plasma-xdg-desktop-portal-kde.service +share/applications/org.freedesktop.impl.portal.desktop.kde.desktop +share/dbus-1/services/org.freedesktop.impl.portal.desktop.kde.service +share/knotifications6/xdg-desktop-portal-kde.notifyrc +share/locale/ar/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/ast/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/az/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/bg/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/ca/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/ca@valencia/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/cs/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/da/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/de/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/el/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/en_GB/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/eo/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/es/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/et/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/eu/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/fi/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/fr/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/gl/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/he/LC_MESSAGES/xdg-desktop-portal-kde.mo +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/ja/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/ml/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/nl/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/nn/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/pa/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/pl/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/pt/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/pt_BR/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/ro/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/ru/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/sk/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/sl/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/sr/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/sr@ijekavian/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/sr@latin/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/sv/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/ta/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/tr/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/uk/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/zh_CN/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/locale/zh_TW/LC_MESSAGES/xdg-desktop-portal-kde.mo +share/qlogging-categories6/xdp-kde.categories +share/xdg-desktop-portal/kde-portals.conf +share/xdg-desktop-portal/portals/kde.portal diff --git a/devel/Makefile b/devel/Makefile index db5ca93dbac9..0df33d6fa5b0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4145,6 +4145,9 @@ SUBDIR += plasma5-khotkeys SUBDIR += plasma5-kwrited SUBDIR += plasma5-plasma-sdk + SUBDIR += plasma6-kwrited + SUBDIR += plasma6-plasma-sdk + SUBDIR += plasma6-plasma5support SUBDIR += please SUBDIR += pmccabe SUBDIR += pmd diff --git a/devel/plasma6-kwrited/Makefile b/devel/plasma6-kwrited/Makefile new file mode 100644 index 000000000000..75ffce5f73c5 --- /dev/null +++ b/devel/plasma6-kwrited/Makefile @@ -0,0 +1,13 @@ +PORTNAME= kwrited +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= devel kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Listen to traditional system notifications + +USES= cmake gettext kde:6 qt:6 tar:xz +USE_KDE= coreaddons dbusaddons i18n notifications pty \ + ecm:build +USE_QT= base + +.include <bsd.port.mk> diff --git a/devel/plasma6-kwrited/distinfo b/devel/plasma6-kwrited/distinfo new file mode 100644 index 000000000000..9790a9f70138 --- /dev/null +++ b/devel/plasma6-kwrited/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525050 +SHA256 (KDE/plasma/5.90.0/kwrited-5.90.0.tar.xz) = e60d54e9b1f08c46d9f2d84b2b7798172b5960ce031c92e7c3a3d4e4e8dadcb9 +SIZE (KDE/plasma/5.90.0/kwrited-5.90.0.tar.xz) = 23656 diff --git a/devel/plasma6-kwrited/pkg-plist b/devel/plasma6-kwrited/pkg-plist new file mode 100644 index 000000000000..aac921a4c7c2 --- /dev/null +++ b/devel/plasma6-kwrited/pkg-plist @@ -0,0 +1,2 @@ +%%QT_PLUGINDIR%%/kf6/kded/kwrited.so +share/knotifications6/kwrited.notifyrc diff --git a/devel/plasma6-plasma-sdk/Makefile b/devel/plasma6-plasma-sdk/Makefile new file mode 100644 index 000000000000..1452388a640b --- /dev/null +++ b/devel/plasma6-plasma-sdk/Makefile @@ -0,0 +1,15 @@ +PORTNAME= plasma-sdk +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= devel kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Applications useful for Plasma development + +USES= cmake gettext kde:6 qt:6 tar:xz +USE_KDE= archive completion config configwidgets coreaddons dbusaddons \ + doctools i18n iconthemes itemmodels kio kirigami2 libplasma \ + plasma5support svg texteditor widgetsaddons \ + ecm:build +USE_QT= base declarative svg + +.include <bsd.port.mk> diff --git a/devel/plasma6-plasma-sdk/distinfo b/devel/plasma6-plasma-sdk/distinfo new file mode 100644 index 000000000000..66391c3c5151 --- /dev/null +++ b/devel/plasma6-plasma-sdk/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701531662 +SHA256 (KDE/plasma/5.90.0/plasma-sdk-5.90.0.tar.xz) = cd74dd7a8dc6c737d017786b19d33ff734e3159ecd75fccea549dda8ceb5575a +SIZE (KDE/plasma/5.90.0/plasma-sdk-5.90.0.tar.xz) = 325436 diff --git a/devel/plasma6-plasma-sdk/pkg-plist b/devel/plasma6-plasma-sdk/pkg-plist new file mode 100644 index 000000000000..84dd2965a753 --- /dev/null +++ b/devel/plasma6-plasma-sdk/pkg-plist @@ -0,0 +1,502 @@ +bin/iconexplorer +bin/kqml +bin/lookandfeelexplorer +bin/plasmaengineexplorer +bin/plasmathemeexplorer +bin/plasmoidviewer +%%QT_PLUGINDIR%%/ktexteditor/iconexplorerplugin.so +man/ca/man1/plasmaengineexplorer.1.gz +man/ca/man1/plasmoidviewer.1.gz +man/de/man1/plasmaengineexplorer.1.gz +man/de/man1/plasmoidviewer.1.gz +man/el/man1/plasmaengineexplorer.1.gz +man/el/man1/plasmoidviewer.1.gz +man/es/man1/plasmaengineexplorer.1.gz +man/es/man1/plasmoidviewer.1.gz +man/et/man1/plasmaengineexplorer.1.gz +man/et/man1/plasmoidviewer.1.gz +man/fr/man1/plasmaengineexplorer.1.gz +man/fr/man1/plasmoidviewer.1.gz +man/id/man1/plasmaengineexplorer.1.gz +man/id/man1/plasmoidviewer.1.gz +man/it/man1/plasmaengineexplorer.1.gz +man/it/man1/plasmoidviewer.1.gz +man/man1/kqml.1.gz +man/man1/plasmaengineexplorer.1.gz +man/man1/plasmoidviewer.1.gz +man/nl/man1/plasmaengineexplorer.1.gz +man/nl/man1/plasmoidviewer.1.gz +man/pt/man1/plasmaengineexplorer.1.gz +man/pt/man1/plasmoidviewer.1.gz +man/pt_BR/man1/plasmaengineexplorer.1.gz +man/pt_BR/man1/plasmoidviewer.1.gz +man/ru/man1/plasmaengineexplorer.1.gz +man/ru/man1/plasmoidviewer.1.gz +man/sv/man1/plasmaengineexplorer.1.gz +man/sv/man1/plasmoidviewer.1.gz +man/tr/man1/plasmaengineexplorer.1.gz +man/tr/man1/plasmoidviewer.1.gz +man/uk/man1/plasmaengineexplorer.1.gz +man/uk/man1/plasmoidviewer.1.gz +share/applications/org.kde.iconexplorer.desktop +share/applications/org.kde.plasma.themeexplorer.desktop +share/applications/org.kde.plasmaengineexplorer.desktop +share/applications/org.kde.plasmoidviewer.desktop +share/kpackage/genericqml/org.kde.plasma.lookandfeelexplorer/contents/ui/FormField.qml +share/kpackage/genericqml/org.kde.plasma.lookandfeelexplorer/contents/ui/MetadataEditor.qml +share/kpackage/genericqml/org.kde.plasma.lookandfeelexplorer/contents/ui/main.qml +share/kpackage/genericqml/org.kde.plasma.lookandfeelexplorer/metadata.json +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/code/openInEditor.sh +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/data/themeDescription.json +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/data/todo +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/ColorButton.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/ColorEditor.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/FormLabel.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/MetadataEditor.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/Hand.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/actionbutton.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/allframesvgs.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/analog_meter.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/busyindicator.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/button.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/checkmarks.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/clock.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/containment-controls.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/dialog.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/framesvg.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/icons.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/listitem.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/monitor.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/panel.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/progressbar.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/scrollbar.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/slider.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/tabbar.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/delegates/textfield.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/fakecontrols/Button.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/fakecontrols/CheckBox.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/fakecontrols/LineEdit.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/ui/main.qml +share/kpackage/genericqml/org.kde.plasma.themeexplorer/metadata.json +share/locale/ar/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/ar/LC_MESSAGES/iconexplorer.mo +share/locale/ar/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/ar/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/ar/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/ar/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ar/LC_MESSAGES/plasmoidviewer.mo +share/locale/ast/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/ast/LC_MESSAGES/iconexplorer.mo +share/locale/ast/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/ast/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/ast/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/ast/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ast/LC_MESSAGES/plasmoidviewer.mo +share/locale/az/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/az/LC_MESSAGES/iconexplorer.mo +share/locale/az/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/az/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/az/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/az/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/az/LC_MESSAGES/plasmoidviewer.mo +share/locale/be/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/be/LC_MESSAGES/iconexplorer.mo +share/locale/be/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/be/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/be/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/be/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/be/LC_MESSAGES/plasmoidviewer.mo +share/locale/be@latin/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/be@latin/LC_MESSAGES/plasmoidviewer.mo +share/locale/bg/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/bg/LC_MESSAGES/iconexplorer.mo +share/locale/bg/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/bg/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/bg/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/bg/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/bg/LC_MESSAGES/plasmoidviewer.mo +share/locale/bn_IN/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/bn_IN/LC_MESSAGES/plasmoidviewer.mo +share/locale/bs/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/bs/LC_MESSAGES/plasmoidviewer.mo +share/locale/ca/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/ca/LC_MESSAGES/iconexplorer.mo +share/locale/ca/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/ca/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/ca/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/ca/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ca/LC_MESSAGES/plasmoidviewer.mo +share/locale/ca@valencia/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/ca@valencia/LC_MESSAGES/iconexplorer.mo +share/locale/ca@valencia/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/ca@valencia/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/ca@valencia/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ca@valencia/LC_MESSAGES/plasmoidviewer.mo +share/locale/cs/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/cs/LC_MESSAGES/iconexplorer.mo +share/locale/cs/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/cs/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/cs/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/cs/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/cs/LC_MESSAGES/plasmoidviewer.mo +share/locale/csb/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/csb/LC_MESSAGES/plasmoidviewer.mo +share/locale/da/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/da/LC_MESSAGES/iconexplorer.mo +share/locale/da/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/da/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/da/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/da/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/da/LC_MESSAGES/plasmoidviewer.mo +share/locale/de/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/de/LC_MESSAGES/iconexplorer.mo +share/locale/de/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/de/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/de/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/de/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/de/LC_MESSAGES/plasmoidviewer.mo +share/locale/el/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/el/LC_MESSAGES/iconexplorer.mo +share/locale/el/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/el/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/el/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/el/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/el/LC_MESSAGES/plasmoidviewer.mo +share/locale/en_GB/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/en_GB/LC_MESSAGES/iconexplorer.mo +share/locale/en_GB/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/en_GB/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/en_GB/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/en_GB/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/en_GB/LC_MESSAGES/plasmoidviewer.mo +share/locale/eo/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/eo/LC_MESSAGES/iconexplorer.mo +share/locale/eo/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/eo/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/eo/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/eo/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/eo/LC_MESSAGES/plasmoidviewer.mo +share/locale/es/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/es/LC_MESSAGES/iconexplorer.mo +share/locale/es/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/es/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/es/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/es/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/es/LC_MESSAGES/plasmoidviewer.mo +share/locale/et/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/et/LC_MESSAGES/iconexplorer.mo +share/locale/et/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/et/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/et/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/et/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/et/LC_MESSAGES/plasmoidviewer.mo +share/locale/eu/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/eu/LC_MESSAGES/iconexplorer.mo +share/locale/eu/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/eu/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/eu/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/eu/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/eu/LC_MESSAGES/plasmoidviewer.mo +share/locale/fa/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/fi/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/fi/LC_MESSAGES/iconexplorer.mo +share/locale/fi/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/fi/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/fi/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/fi/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/fi/LC_MESSAGES/plasmoidviewer.mo +share/locale/fr/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/fr/LC_MESSAGES/iconexplorer.mo +share/locale/fr/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/fr/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/fr/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/fr/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/fr/LC_MESSAGES/plasmoidviewer.mo +share/locale/fy/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/fy/LC_MESSAGES/plasmoidviewer.mo +share/locale/ga/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ga/LC_MESSAGES/plasmoidviewer.mo +share/locale/gl/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/gl/LC_MESSAGES/iconexplorer.mo +share/locale/gl/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/gl/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/gl/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/gl/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/gl/LC_MESSAGES/plasmoidviewer.mo +share/locale/gu/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/gu/LC_MESSAGES/plasmoidviewer.mo +share/locale/he/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/he/LC_MESSAGES/iconexplorer.mo +share/locale/he/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/he/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/he/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/he/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/he/LC_MESSAGES/plasmoidviewer.mo +share/locale/hi/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/hi/LC_MESSAGES/plasmoidviewer.mo +share/locale/hne/LC_MESSAGES/plasmoidviewer.mo +share/locale/hr/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/hr/LC_MESSAGES/plasmoidviewer.mo +share/locale/hsb/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/hsb/LC_MESSAGES/plasmoidviewer.mo +share/locale/hu/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/hu/LC_MESSAGES/iconexplorer.mo +share/locale/hu/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/hu/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/hu/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/hu/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/hu/LC_MESSAGES/plasmoidviewer.mo +share/locale/ia/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/ia/LC_MESSAGES/iconexplorer.mo +share/locale/ia/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/ia/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/ia/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/ia/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ia/LC_MESSAGES/plasmoidviewer.mo +share/locale/id/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/id/LC_MESSAGES/iconexplorer.mo +share/locale/id/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/id/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/id/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/id/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/id/LC_MESSAGES/plasmoidviewer.mo +share/locale/is/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/is/LC_MESSAGES/plasmoidviewer.mo +share/locale/it/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/it/LC_MESSAGES/iconexplorer.mo +share/locale/it/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/it/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/it/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/it/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/it/LC_MESSAGES/plasmoidviewer.mo +share/locale/ja/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/ja/LC_MESSAGES/iconexplorer.mo +share/locale/ja/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +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_editorplugin.mo +share/locale/ka/LC_MESSAGES/iconexplorer.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 +share/locale/km/LC_MESSAGES/plasmoidviewer.mo +share/locale/kn/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ko/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/ko/LC_MESSAGES/iconexplorer.mo +share/locale/ko/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/ko/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/ko/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/ko/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ko/LC_MESSAGES/plasmoidviewer.mo +share/locale/ku/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ku/LC_MESSAGES/plasmoidviewer.mo +share/locale/lt/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/lt/LC_MESSAGES/iconexplorer.mo +share/locale/lt/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/lt/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/lt/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/lt/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/lt/LC_MESSAGES/plasmoidviewer.mo +share/locale/lv/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/lv/LC_MESSAGES/plasmoidviewer.mo +share/locale/mai/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/mai/LC_MESSAGES/plasmoidviewer.mo +share/locale/mk/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ml/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/ml/LC_MESSAGES/iconexplorer.mo +share/locale/ml/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/ml/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/ml/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/ml/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ml/LC_MESSAGES/plasmoidviewer.mo +share/locale/mr/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/mr/LC_MESSAGES/plasmoidviewer.mo +share/locale/ms/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ms/LC_MESSAGES/plasmoidviewer.mo +share/locale/nb/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/nb/LC_MESSAGES/plasmoidviewer.mo +share/locale/nds/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/nds/LC_MESSAGES/plasmoidviewer.mo +share/locale/ne/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/nl/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/nl/LC_MESSAGES/iconexplorer.mo +share/locale/nl/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/nl/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/nl/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/nl/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/nl/LC_MESSAGES/plasmoidviewer.mo +share/locale/nn/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/nn/LC_MESSAGES/iconexplorer.mo +share/locale/nn/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/nn/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/nn/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/nn/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/nn/LC_MESSAGES/plasmoidviewer.mo +share/locale/oc/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/or/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/or/LC_MESSAGES/plasmoidviewer.mo +share/locale/pa/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/pa/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/pa/LC_MESSAGES/plasmoidviewer.mo +share/locale/pl/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/pl/LC_MESSAGES/iconexplorer.mo +share/locale/pl/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/pl/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/pl/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/pl/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/pl/LC_MESSAGES/plasmoidviewer.mo +share/locale/pt/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/pt/LC_MESSAGES/iconexplorer.mo +share/locale/pt/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/pt/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/pt/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/pt/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/pt/LC_MESSAGES/plasmoidviewer.mo +share/locale/pt_BR/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/pt_BR/LC_MESSAGES/iconexplorer.mo +share/locale/pt_BR/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/pt_BR/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/pt_BR/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/pt_BR/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/pt_BR/LC_MESSAGES/plasmoidviewer.mo +share/locale/ro/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ro/LC_MESSAGES/plasmoidviewer.mo +share/locale/ru/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/ru/LC_MESSAGES/iconexplorer.mo +share/locale/ru/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/ru/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/ru/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/ru/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ru/LC_MESSAGES/plasmoidviewer.mo +share/locale/se/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/si/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/si/LC_MESSAGES/plasmoidviewer.mo +share/locale/sk/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/sk/LC_MESSAGES/iconexplorer.mo +share/locale/sk/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/sk/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/sk/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/sk/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/sk/LC_MESSAGES/plasmoidviewer.mo +share/locale/sl/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/sl/LC_MESSAGES/iconexplorer.mo +share/locale/sl/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/sl/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/sl/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/sl/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/sl/LC_MESSAGES/plasmoidviewer.mo +share/locale/sq/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/sq/LC_MESSAGES/plasmoidviewer.mo +share/locale/sr/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/sr/LC_MESSAGES/iconexplorer.mo +share/locale/sr/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/sr/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/sr/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/sr/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/sr/LC_MESSAGES/plasmoidviewer.mo +share/locale/sr@ijekavian/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/sr@ijekavian/LC_MESSAGES/iconexplorer.mo +share/locale/sr@ijekavian/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/sr@ijekavian/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasmoidviewer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/iconexplorer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmoidviewer.mo +share/locale/sr@latin/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/sr@latin/LC_MESSAGES/iconexplorer.mo +share/locale/sr@latin/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/sr@latin/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/sr@latin/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/sr@latin/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/sr@latin/LC_MESSAGES/plasmoidviewer.mo +share/locale/sv/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/sv/LC_MESSAGES/iconexplorer.mo +share/locale/sv/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/sv/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/sv/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/sv/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/sv/LC_MESSAGES/plasmoidviewer.mo +share/locale/ta/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ta/LC_MESSAGES/plasmoidviewer.mo +share/locale/te/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/te/LC_MESSAGES/plasmoidviewer.mo +share/locale/tg/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/tg/LC_MESSAGES/iconexplorer.mo +share/locale/tg/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/tg/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/tg/LC_MESSAGES/plasmoidviewer.mo +share/locale/th/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/th/LC_MESSAGES/plasmoidviewer.mo +share/locale/tr/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/tr/LC_MESSAGES/iconexplorer.mo +share/locale/tr/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/tr/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/tr/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/tr/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/tr/LC_MESSAGES/plasmoidviewer.mo +share/locale/ug/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/ug/LC_MESSAGES/plasmoidviewer.mo +share/locale/uk/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/uk/LC_MESSAGES/iconexplorer.mo +share/locale/uk/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/uk/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/uk/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/uk/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/uk/LC_MESSAGES/plasmoidviewer.mo +share/locale/wa/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/wa/LC_MESSAGES/plasmoidviewer.mo +share/locale/zh_CN/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/zh_CN/LC_MESSAGES/iconexplorer.mo +share/locale/zh_CN/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/zh_CN/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/zh_CN/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/zh_CN/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/zh_CN/LC_MESSAGES/plasmoidviewer.mo +share/locale/zh_TW/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/zh_TW/LC_MESSAGES/iconexplorer.mo +share/locale/zh_TW/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +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.plasma.iconexplorer.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/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 +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/configuration/AboutPlugin.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/configuration/AppletConfiguration.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/configuration/ConfigCategoryDelegate.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/configuration/ConfigurationAppletPage.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/configuration/ConfigurationContainmentActions.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/configuration/ConfigurationContainmentAppearance.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/configuration/ConfigurationKcmPage.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/configuration/ConfigurationShortcuts.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/configuration/ContainmentConfiguration.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/configuration/MouseEventInputButton.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/configuration/PanelConfiguration.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/defaults +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/views/Desktop.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/views/FloatingToolBar.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/views/SdkButtons.qml +share/plasma/shells/org.kde.plasma.plasmoidviewershell/metadata.json +share/zsh/site-functions/_kqml +share/zsh/site-functions/_plasmoidviewer diff --git a/devel/plasma6-plasma5support/Makefile b/devel/plasma6-plasma5support/Makefile new file mode 100644 index 000000000000..663e675caa8c --- /dev/null +++ b/devel/plasma6-plasma5support/Makefile @@ -0,0 +1,15 @@ +PORTNAME= plasma5support +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= devel kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Support components for porting from KF5/Qt5 to KF6/Qt6 + +USES= cmake gettext gl kde:6 qt:6 tar:xz +USE_GL= gl opengl +USE_KDE= colorscheme completion config configwidgets coreaddons i18n \ + jobwidgets kio package service solid widgetsaddons xmlgui \ + ecm:build +USE_QT= base declarative + +.include <bsd.port.mk> diff --git a/devel/plasma6-plasma5support/distinfo b/devel/plasma6-plasma5support/distinfo new file mode 100644 index 000000000000..73e872c8453f --- /dev/null +++ b/devel/plasma6-plasma5support/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525050 +SHA256 (KDE/plasma/5.90.0/plasma5support-5.90.0.tar.xz) = c910d9addd62c4c1ffefb7ab5476418ae8b179e42c4b259a4fe3e80da95b8bfb +SIZE (KDE/plasma/5.90.0/plasma5support-5.90.0.tar.xz) = 55224 diff --git a/devel/plasma6-plasma5support/pkg-plist b/devel/plasma6-plasma5support/pkg-plist new file mode 100644 index 000000000000..69cf101d3e43 --- /dev/null +++ b/devel/plasma6-plasma5support/pkg-plist @@ -0,0 +1,68 @@ +include/KF6/Plasma5Support/DataContainer +include/KF6/Plasma5Support/DataEngine +include/KF6/Plasma5Support/DataEngineConsumer +include/KF6/Plasma5Support/Plasma5Support +include/KF6/Plasma5Support/PluginLoader +include/KF6/Plasma5Support/Service +include/KF6/Plasma5Support/ServiceJob +include/KF6/plasma5support/datacontainer.h +include/KF6/plasma5support/dataengine.h +include/KF6/plasma5support/dataengineconsumer.h +include/KF6/plasma5support/plasma5support.h +include/KF6/plasma5support/plasma5support_export.h +include/KF6/plasma5support/pluginloader.h +include/KF6/plasma5support/service.h +include/KF6/plasma5support/servicejob.h +include/KF6/plasma5support/version.h +include/KF6/plasma5support_version.h +lib/cmake/KF6Plasma5Support/KF6Plasma5SupportConfig.cmake +lib/cmake/KF6Plasma5Support/KF6Plasma5SupportConfigVersion.cmake +lib/cmake/KF6Plasma5Support/KF6Plasma5SupportMacros.cmake +lib/cmake/KF6Plasma5Support/KF6Plasma5SupportTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF6Plasma5Support/KF6Plasma5SupportTargets.cmake +lib/libKF6Plasma5Support.so +lib/libKF6Plasma5Support.so.%%KDE_PLASMA_VERSION%% +lib/libKF6Plasma5Support.so.6 +%%QT_QMLDIR%%/org/kde/plasma/plasma5support/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/plasma/plasma5support/libplasma5supportplugin.so +%%QT_QMLDIR%%/org/kde/plasma/plasma5support/plasma5supportplugin.qmltypes +%%QT_QMLDIR%%/org/kde/plasma/plasma5support/qmldir +share/locale/ar/LC_MESSAGES/libplasma5support.mo +share/locale/ast/LC_MESSAGES/libplasma5support.mo +share/locale/bg/LC_MESSAGES/libplasma5support.mo +share/locale/ca/LC_MESSAGES/libplasma5support.mo +share/locale/ca@valencia/LC_MESSAGES/libplasma5support.mo +share/locale/cs/LC_MESSAGES/libplasma5support.mo +share/locale/de/LC_MESSAGES/libplasma5support.mo +share/locale/en_GB/LC_MESSAGES/libplasma5support.mo +share/locale/eo/LC_MESSAGES/libplasma5support.mo +share/locale/es/LC_MESSAGES/libplasma5support.mo +share/locale/eu/LC_MESSAGES/libplasma5support.mo +share/locale/fa/LC_MESSAGES/libplasma5support.mo +share/locale/fi/LC_MESSAGES/libplasma5support.mo +share/locale/fr/LC_MESSAGES/libplasma5support.mo +share/locale/gl/LC_MESSAGES/libplasma5support.mo +share/locale/ia/LC_MESSAGES/libplasma5support.mo +share/locale/id/LC_MESSAGES/libplasma5support.mo +share/locale/it/LC_MESSAGES/libplasma5support.mo +share/locale/ja/LC_MESSAGES/libplasma5support.mo +share/locale/ka/LC_MESSAGES/libplasma5support.mo +share/locale/ko/LC_MESSAGES/libplasma5support.mo +share/locale/nl/LC_MESSAGES/libplasma5support.mo +share/locale/nn/LC_MESSAGES/libplasma5support.mo +share/locale/pa/LC_MESSAGES/libplasma5support.mo +share/locale/pl/LC_MESSAGES/libplasma5support.mo +share/locale/pt_BR/LC_MESSAGES/libplasma5support.mo +share/locale/sa/LC_MESSAGES/libplasma5support.mo +share/locale/sk/LC_MESSAGES/libplasma5support.mo +share/locale/sl/LC_MESSAGES/libplasma5support.mo +share/locale/ta/LC_MESSAGES/libplasma5support.mo +share/locale/tr/LC_MESSAGES/libplasma5support.mo +share/locale/uk/LC_MESSAGES/libplasma5support.mo +share/locale/zh_CN/LC_MESSAGES/libplasma5support.mo +share/locale/zh_TW/LC_MESSAGES/libplasma5support.mo +%%DATADIR%%/services/dataengineservice.operations +%%DATADIR%%/services/plasmoidservice.operations +%%DATADIR%%/services/storage.operations +share/qlogging-categories6/plasma5support.categories +share/qlogging-categories6/plasma5support.renamecategories diff --git a/graphics/Makefile b/graphics/Makefile index a3af13184f23..4b7745f11b15 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -476,6 +476,7 @@ SUBDIR += libjxr SUBDIR += libkdcraw SUBDIR += libkexiv2 + SUBDIR += libkexiv2-devel SUBDIR += libkipi SUBDIR += libksane SUBDIR += libliftoff diff --git a/graphics/libkexiv2-devel/Makefile b/graphics/libkexiv2-devel/Makefile new file mode 100644 index 000000000000..b9ae3b079537 --- /dev/null +++ b/graphics/libkexiv2-devel/Makefile @@ -0,0 +1,18 @@ +PORTNAME= libkexiv2 +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= graphics kde kde-applications +PKGNAMESUFFIX= -devel + +MAINTAINER= kde@FreeBSD.org +COMMENT= Exiv2 library interface for KDE +WWW= https://www.digikam.org/ + +LIB_DEPENDS= libexiv2.so:graphics/exiv2 + +USES= cmake compiler:c++11-lang kde:6 pkgconfig qt:6 tar:xz +USE_KDE= ecm:build +USE_QT= 5compat base + +CMAKE_ARGS= -DQT_MAJOR_VERSION=6 + +.include <bsd.port.mk> diff --git a/graphics/libkexiv2-devel/distinfo b/graphics/libkexiv2-devel/distinfo new file mode 100644 index 000000000000..903405107943 --- /dev/null +++ b/graphics/libkexiv2-devel/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701546630 +SHA256 (KDE/release-service/24.01.80/libkexiv2-24.01.80.tar.xz) = de4020225184ff1d3de36487ef5e957794c7a3dea90b45dba6f830b4896eb815 +SIZE (KDE/release-service/24.01.80/libkexiv2-24.01.80.tar.xz) = 60592 diff --git a/graphics/libkexiv2-devel/pkg-descr b/graphics/libkexiv2-devel/pkg-descr new file mode 100644 index 000000000000..145347efc29f --- /dev/null +++ b/graphics/libkexiv2-devel/pkg-descr @@ -0,0 +1,3 @@ +Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures +metadata as EXIF/IPTC and XMP. This library is used by kipi-plugins, +digiKam and others kipi host programs. diff --git a/graphics/libkexiv2-devel/pkg-plist b/graphics/libkexiv2-devel/pkg-plist new file mode 100644 index 000000000000..ce7acb0b7b5d --- /dev/null +++ b/graphics/libkexiv2-devel/pkg-plist @@ -0,0 +1,18 @@ +include/KExiv2Qt6/KExiv2/KExiv2 +include/KExiv2Qt6/KExiv2/KExiv2Data +include/KExiv2Qt6/KExiv2/KExiv2Previews +include/KExiv2Qt6/KExiv2/RotationMatrix +include/KExiv2Qt6/kexiv2/kexiv2.h +include/KExiv2Qt6/kexiv2/kexiv2data.h +include/KExiv2Qt6/kexiv2/kexiv2previews.h +include/KExiv2Qt6/kexiv2/libkexiv2_export.h +include/KExiv2Qt6/kexiv2/rotationmatrix.h +include/KExiv2Qt6/libkexiv2_version.h +lib/cmake/KExiv2Qt6/KExiv2Qt6Config.cmake +lib/cmake/KExiv2Qt6/KExiv2Qt6ConfigVersion.cmake +lib/cmake/KExiv2Qt6/KExiv2Qt6Targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KExiv2Qt6/KExiv2Qt6Targets.cmake +lib/libKExiv2Qt6.so +lib/libKExiv2Qt6.so.0 +lib/libKExiv2Qt6.so.5.1.0 +share/qlogging-categories6/libkexiv2.categories diff --git a/security/Makefile b/security/Makefile index c8ff1bee1401..c940d52d8671 100644 --- a/security/Makefile +++ b/security/Makefile @@ -828,6 +828,9 @@ SUBDIR += plasma5-kscreenlocker SUBDIR += plasma5-ksshaskpass SUBDIR += plasma5-kwallet-pam + SUBDIR += plasma6-kscreenlocker + SUBDIR += plasma6-ksshaskpass + SUBDIR += plasma6-kwallet-pam SUBDIR += please SUBDIR += poly1305aes SUBDIR += portacl-rc diff --git a/security/plasma6-kscreenlocker/Makefile b/security/plasma6-kscreenlocker/Makefile new file mode 100644 index 000000000000..eb19a2659213 --- /dev/null +++ b/security/plasma6-kscreenlocker/Makefile @@ -0,0 +1,34 @@ +PORTNAME= kscreenlocker +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= security kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Library and components for secure lock screen architecture + +BUILD_DEPENDS= ck-list-sessions:sysutils/consolekit2 +LIB_DEPENDS= libwayland-client.so:graphics/wayland \ + libxcb-keysyms.so:x11/xcb-util-keysyms \ + libxkbcommon.so:x11/libxkbcommon +RUN_DEPENDS= ck-list-sessions:sysutils/consolekit2 \ + dbus-send:devel/dbus \ + unix-selfauth-helper>=1.0:security/unix-selfauth-helper + +USES= cmake gettext gl kde:6 pkgconfig qt:6 shebangfix tar:xz xorg +USE_KDE= colorscheme config configwidgets coreaddons crash globalaccel \ + i18n idletime kcmutils kio layer-shell-qt libkscreen libplasma \ + notifications package solid svg widgetsaddons windowsystem \ + xmlgui \ + ecm:build +USE_GL= gl opengl +USE_QT= base +USE_XORG= x11 xcb xext xi + +SHEBANG_FILES= updaters/ksreenlocker_5_3_separate_autologin.pl + +SUB_FILES= kde.pam + +post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/pam.d + ${INSTALL_DATA} ${WRKDIR}/kde.pam ${STAGEDIR}${PREFIX}/etc/pam.d/kde + +.include <bsd.port.mk> diff --git a/security/plasma6-kscreenlocker/distinfo b/security/plasma6-kscreenlocker/distinfo new file mode 100644 index 000000000000..5dc2a36907cd --- /dev/null +++ b/security/plasma6-kscreenlocker/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701531663 +SHA256 (KDE/plasma/5.90.0/kscreenlocker-5.90.0.tar.xz) = d10b64225cb17a264d2f7135ec64e1f06ce781434d2aab9e06171646b078c14a +SIZE (KDE/plasma/5.90.0/kscreenlocker-5.90.0.tar.xz) = 163448 diff --git a/security/plasma6-kscreenlocker/files/kde.pam.in b/security/plasma6-kscreenlocker/files/kde.pam.in new file mode 100644 index 000000000000..61eb6427f94f --- /dev/null +++ b/security/plasma6-kscreenlocker/files/kde.pam.in @@ -0,0 +1,3 @@ +auth sufficient pam_exec.so return_prog_exit_status expose_authtok %%LOCALBASE%%/libexec/unix-selfauth-helper +auth include system +account include system diff --git a/security/plasma6-kscreenlocker/pkg-plist b/security/plasma6-kscreenlocker/pkg-plist new file mode 100644 index 000000000000..499f83710ce2 --- /dev/null +++ b/security/plasma6-kscreenlocker/pkg-plist @@ -0,0 +1,188 @@ +etc/pam.d/kde +include/KScreenLocker/KScreenLocker/KsldApp +include/KScreenLocker/KScreenLocker/kscreenlocker_export.h +include/KScreenLocker/KScreenLocker/ksldapp.h +lib/cmake/KScreenLocker/KScreenLockerConfig.cmake +lib/cmake/KScreenLocker/KScreenLockerConfigVersion.cmake +lib/cmake/KScreenLocker/KScreenLockerTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KScreenLocker/KScreenLockerTargets.cmake +lib/cmake/ScreenSaverDBusInterface/ScreenSaverDBusInterfaceConfig.cmake +lib/libKScreenLocker.so +lib/libKScreenLocker.so.%%KDE_PLASMA_VERSION%% +lib/libKScreenLocker.so.6 +lib/libexec/kscreenlocker_greet +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_screenlocker.so +share/applications/kcm_screenlocker.desktop +share/dbus-1/interfaces/kf6_org.freedesktop.ScreenSaver.xml +share/dbus-1/interfaces/org.kde.screensaver.xml +share/kconf_update/kscreenlocker.upd +share/kconf_update/ksreenlocker_5_3_separate_autologin.pl +share/knotifications6/ksmserver.notifyrc +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/ast/LC_MESSAGES/kscreenlocker.mo +share/locale/ast/LC_MESSAGES/kscreenlocker_greet.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 +share/locale/bs/LC_MESSAGES/kcm_screenlocker.mo +share/locale/bs/LC_MESSAGES/kscreenlocker.mo +share/locale/bs/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/ca/LC_MESSAGES/kcm_screenlocker.mo +share/locale/ca/LC_MESSAGES/kscreenlocker.mo +share/locale/ca/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_screenlocker.mo +share/locale/ca@valencia/LC_MESSAGES/kscreenlocker.mo +share/locale/ca@valencia/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/cs/LC_MESSAGES/kcm_screenlocker.mo +share/locale/cs/LC_MESSAGES/kscreenlocker.mo +share/locale/cs/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/da/LC_MESSAGES/kcm_screenlocker.mo +share/locale/da/LC_MESSAGES/kscreenlocker.mo +share/locale/da/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/de/LC_MESSAGES/kcm_screenlocker.mo +share/locale/de/LC_MESSAGES/kscreenlocker.mo +share/locale/de/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/el/LC_MESSAGES/kcm_screenlocker.mo +share/locale/el/LC_MESSAGES/kscreenlocker.mo +share/locale/el/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/en_GB/LC_MESSAGES/kcm_screenlocker.mo +share/locale/en_GB/LC_MESSAGES/kscreenlocker.mo +share/locale/en_GB/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/eo/LC_MESSAGES/kcm_screenlocker.mo +share/locale/eo/LC_MESSAGES/kscreenlocker.mo +share/locale/eo/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/es/LC_MESSAGES/kcm_screenlocker.mo +share/locale/es/LC_MESSAGES/kscreenlocker.mo +share/locale/es/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/et/LC_MESSAGES/kcm_screenlocker.mo +share/locale/et/LC_MESSAGES/kscreenlocker.mo +share/locale/et/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/eu/LC_MESSAGES/kcm_screenlocker.mo +share/locale/eu/LC_MESSAGES/kscreenlocker.mo +share/locale/eu/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/fi/LC_MESSAGES/kcm_screenlocker.mo +share/locale/fi/LC_MESSAGES/kscreenlocker.mo +share/locale/fi/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/fr/LC_MESSAGES/kcm_screenlocker.mo +share/locale/fr/LC_MESSAGES/kscreenlocker.mo +share/locale/fr/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/ga/LC_MESSAGES/kscreenlocker.mo +share/locale/ga/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/gl/LC_MESSAGES/kcm_screenlocker.mo +share/locale/gl/LC_MESSAGES/kscreenlocker.mo +share/locale/gl/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/he/LC_MESSAGES/kcm_screenlocker.mo +share/locale/he/LC_MESSAGES/kscreenlocker.mo +share/locale/he/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/hi/LC_MESSAGES/kcm_screenlocker.mo +share/locale/hu/LC_MESSAGES/kcm_screenlocker.mo +share/locale/hu/LC_MESSAGES/kscreenlocker.mo +share/locale/hu/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/ia/LC_MESSAGES/kcm_screenlocker.mo +share/locale/ia/LC_MESSAGES/kscreenlocker.mo +share/locale/ia/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/id/LC_MESSAGES/kcm_screenlocker.mo +share/locale/id/LC_MESSAGES/kscreenlocker.mo +share/locale/id/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/it/LC_MESSAGES/kcm_screenlocker.mo +share/locale/it/LC_MESSAGES/kscreenlocker.mo +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 +share/locale/ko/LC_MESSAGES/kscreenlocker.mo +share/locale/ko/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/lt/LC_MESSAGES/kcm_screenlocker.mo +share/locale/lt/LC_MESSAGES/kscreenlocker.mo +share/locale/lt/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/lv/LC_MESSAGES/kscreenlocker.mo +share/locale/lv/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/ml/LC_MESSAGES/kcm_screenlocker.mo +share/locale/ml/LC_MESSAGES/kscreenlocker.mo +share/locale/ml/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/mr/LC_MESSAGES/kscreenlocker.mo +share/locale/mr/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/nb/LC_MESSAGES/kcm_screenlocker.mo +share/locale/nb/LC_MESSAGES/kscreenlocker.mo +share/locale/nb/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/nds/LC_MESSAGES/kcm_screenlocker.mo +share/locale/nds/LC_MESSAGES/kscreenlocker.mo +share/locale/nds/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/nl/LC_MESSAGES/kcm_screenlocker.mo +share/locale/nl/LC_MESSAGES/kscreenlocker.mo +share/locale/nl/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/nn/LC_MESSAGES/kcm_screenlocker.mo +share/locale/nn/LC_MESSAGES/kscreenlocker.mo +share/locale/nn/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/pa/LC_MESSAGES/kcm_screenlocker.mo +share/locale/pa/LC_MESSAGES/kscreenlocker.mo +share/locale/pa/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/pl/LC_MESSAGES/kcm_screenlocker.mo +share/locale/pl/LC_MESSAGES/kscreenlocker.mo +share/locale/pl/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/pt/LC_MESSAGES/kcm_screenlocker.mo +share/locale/pt/LC_MESSAGES/kscreenlocker.mo +share/locale/pt/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/pt_BR/LC_MESSAGES/kcm_screenlocker.mo +share/locale/pt_BR/LC_MESSAGES/kscreenlocker.mo +share/locale/pt_BR/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/ro/LC_MESSAGES/kcm_screenlocker.mo +share/locale/ro/LC_MESSAGES/kscreenlocker.mo +share/locale/ro/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/ru/LC_MESSAGES/kcm_screenlocker.mo +share/locale/ru/LC_MESSAGES/kscreenlocker.mo +share/locale/ru/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/sk/LC_MESSAGES/kcm_screenlocker.mo +share/locale/sk/LC_MESSAGES/kscreenlocker.mo +share/locale/sk/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/sl/LC_MESSAGES/kcm_screenlocker.mo +share/locale/sl/LC_MESSAGES/kscreenlocker.mo +share/locale/sl/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/sr/LC_MESSAGES/kcm_screenlocker.mo +share/locale/sr/LC_MESSAGES/kscreenlocker.mo +share/locale/sr/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_screenlocker.mo +share/locale/sr@ijekavian/LC_MESSAGES/kscreenlocker.mo +share/locale/sr@ijekavian/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_screenlocker.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kscreenlocker.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/sr@latin/LC_MESSAGES/kcm_screenlocker.mo +share/locale/sr@latin/LC_MESSAGES/kscreenlocker.mo +share/locale/sr@latin/LC_MESSAGES/kscreenlocker_greet.mo +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 +share/locale/tr/LC_MESSAGES/kscreenlocker.mo +share/locale/tr/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/ug/LC_MESSAGES/kscreenlocker.mo +share/locale/ug/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/uk/LC_MESSAGES/kcm_screenlocker.mo +share/locale/uk/LC_MESSAGES/kscreenlocker.mo +share/locale/uk/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/wa/LC_MESSAGES/kscreenlocker.mo +share/locale/wa/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/zh_CN/LC_MESSAGES/kcm_screenlocker.mo +share/locale/zh_CN/LC_MESSAGES/kscreenlocker.mo +share/locale/zh_CN/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/zh_TW/LC_MESSAGES/kcm_screenlocker.mo +share/locale/zh_TW/LC_MESSAGES/kscreenlocker.mo +share/locale/zh_TW/LC_MESSAGES/kscreenlocker_greet.mo +share/qlogging-categories6/kscreenlocker.categories diff --git a/security/plasma6-ksshaskpass/Makefile b/security/plasma6-ksshaskpass/Makefile new file mode 100644 index 000000000000..f16d4e705846 --- /dev/null +++ b/security/plasma6-ksshaskpass/Makefile @@ -0,0 +1,13 @@ +PORTNAME= ksshaskpass +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= security kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= ssh-add helper that uses KWallet and KPasswordDialog + +USES= cmake gettext kde:6 qt:6 tar:xz +USE_KDE= coreaddons i18n wallet widgetsaddons \ + ecm:build +USE_QT= base + +.include <bsd.port.mk> diff --git a/security/plasma6-ksshaskpass/distinfo b/security/plasma6-ksshaskpass/distinfo new file mode 100644 index 000000000000..f18dc73fe0fd --- /dev/null +++ b/security/plasma6-ksshaskpass/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525051 +SHA256 (KDE/plasma/5.90.0/ksshaskpass-5.90.0.tar.xz) = 01fe3ef2131cbffeb0e32b722a5fddcc32ffb2a7d4fa07cde0f2e075424d12fe +SIZE (KDE/plasma/5.90.0/ksshaskpass-5.90.0.tar.xz) = 28848 diff --git a/security/plasma6-ksshaskpass/pkg-plist b/security/plasma6-ksshaskpass/pkg-plist new file mode 100644 index 000000000000..481ce80994a7 --- /dev/null +++ b/security/plasma6-ksshaskpass/pkg-plist @@ -0,0 +1,53 @@ +bin/ksshaskpass +share/locale/ar/LC_MESSAGES/ksshaskpass.mo +share/locale/ast/LC_MESSAGES/ksshaskpass.mo +share/locale/bg/LC_MESSAGES/ksshaskpass.mo +share/locale/bs/LC_MESSAGES/ksshaskpass.mo +share/locale/ca/LC_MESSAGES/ksshaskpass.mo +share/locale/ca@valencia/LC_MESSAGES/ksshaskpass.mo +share/locale/cs/LC_MESSAGES/ksshaskpass.mo +share/locale/da/LC_MESSAGES/ksshaskpass.mo +share/locale/de/LC_MESSAGES/ksshaskpass.mo +share/locale/el/LC_MESSAGES/ksshaskpass.mo +share/locale/en_GB/LC_MESSAGES/ksshaskpass.mo +share/locale/eo/LC_MESSAGES/ksshaskpass.mo +share/locale/es/LC_MESSAGES/ksshaskpass.mo +share/locale/et/LC_MESSAGES/ksshaskpass.mo +share/locale/eu/LC_MESSAGES/ksshaskpass.mo +share/locale/fi/LC_MESSAGES/ksshaskpass.mo +share/locale/fr/LC_MESSAGES/ksshaskpass.mo +share/locale/gl/LC_MESSAGES/ksshaskpass.mo +share/locale/he/LC_MESSAGES/ksshaskpass.mo +share/locale/hi/LC_MESSAGES/ksshaskpass.mo +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/ja/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 +share/locale/nb/LC_MESSAGES/ksshaskpass.mo +share/locale/nl/LC_MESSAGES/ksshaskpass.mo +share/locale/nn/LC_MESSAGES/ksshaskpass.mo +share/locale/pa/LC_MESSAGES/ksshaskpass.mo +share/locale/pl/LC_MESSAGES/ksshaskpass.mo +share/locale/pt/LC_MESSAGES/ksshaskpass.mo +share/locale/pt_BR/LC_MESSAGES/ksshaskpass.mo +share/locale/ro/LC_MESSAGES/ksshaskpass.mo +share/locale/ru/LC_MESSAGES/ksshaskpass.mo +share/locale/sa/LC_MESSAGES/ksshaskpass.mo +share/locale/sk/LC_MESSAGES/ksshaskpass.mo +share/locale/sl/LC_MESSAGES/ksshaskpass.mo +share/locale/sr/LC_MESSAGES/ksshaskpass.mo +share/locale/sr@ijekavian/LC_MESSAGES/ksshaskpass.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ksshaskpass.mo +share/locale/sr@latin/LC_MESSAGES/ksshaskpass.mo +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 diff --git a/security/plasma6-kwallet-pam/Makefile b/security/plasma6-kwallet-pam/Makefile new file mode 100644 index 000000000000..3736fd218a83 --- /dev/null +++ b/security/plasma6-kwallet-pam/Makefile @@ -0,0 +1,16 @@ +PORTNAME= kwallet-pam +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= security kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= PAM Integration with KWallet - Unlock KWallet when you login + +LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ + libgpg-error.so:security/libgpg-error + +USES= cmake kde:6 qt:6 tar:xz +USE_KDE= wallet \ + ecm:build +USE_QT= base + +.include <bsd.port.mk> diff --git a/security/plasma6-kwallet-pam/distinfo b/security/plasma6-kwallet-pam/distinfo new file mode 100644 index 000000000000..fb384e155a64 --- /dev/null +++ b/security/plasma6-kwallet-pam/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525051 +SHA256 (KDE/plasma/5.90.0/kwallet-pam-5.90.0.tar.xz) = 9d6a1b1637024e65820f137d2ac539bdbbd8072c4905ce97e56229046ca26b4f +SIZE (KDE/plasma/5.90.0/kwallet-pam-5.90.0.tar.xz) = 22892 diff --git a/security/plasma6-kwallet-pam/pkg-plist b/security/plasma6-kwallet-pam/pkg-plist new file mode 100644 index 000000000000..6c9ded659737 --- /dev/null +++ b/security/plasma6-kwallet-pam/pkg-plist @@ -0,0 +1,4 @@ +etc/xdg/autostart/pam_kwallet_init.desktop +lib/libexec/pam_kwallet_init +lib/security/pam_kwallet5.so +lib/systemd/user/plasma-kwallet-pam.service diff --git a/sysutils/Makefile b/sysutils/Makefile index 2b83dfdb4d25..a93ff0df0737 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1027,6 +1027,17 @@ SUBDIR += plasma5-polkit-kde-agent-1 SUBDIR += plasma5-powerdevil SUBDIR += plasma5-systemsettings + SUBDIR += plasma6-drkonqi + SUBDIR += plasma6-kde-cli-tools + SUBDIR += plasma6-kinfocenter + SUBDIR += plasma6-kmenuedit + SUBDIR += plasma6-ksystemstats + SUBDIR += plasma6-libksysguard + SUBDIR += plasma6-plasma-disks + SUBDIR += plasma6-plasma-systemmonitor + SUBDIR += plasma6-polkit-kde-agent-1 + SUBDIR += plasma6-powerdevil + SUBDIR += plasma6-systemsettings SUBDIR += plconfig SUBDIR += plocate SUBDIR += pmt diff --git a/sysutils/plasma6-drkonqi/Makefile b/sysutils/plasma6-drkonqi/Makefile new file mode 100644 index 000000000000..40339f065061 --- /dev/null +++ b/sysutils/plasma6-drkonqi/Makefile @@ -0,0 +1,24 @@ +PORTNAME= drkonqi +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= sysutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Crash handler for KDE software + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pygdbmi>=0:devel/py-pygdbmi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sentry-sdk>=0:devel/py-sentry-sdk@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pygdbmi>=0:devel/py-pygdbmi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sentry-sdk>=0:devel/py-sentry-sdk@${PY_FLAVOR} + +USES= cmake gettext kde:6 pkgconfig python qt:6 tar:xz +USE_KDE= completion config coreaddons crash i18n idletime itemmodels \ + jobwidgets kcmutils kio kirigami2 notifications service \ + statusnotifieritem syntaxhighlighting userfeedback wallet \ + widgetsaddons windowsystem \ + ecm:build +USE_QT= base declarative +CMAKE_OFF= WITH_PYTHON_VENDORING + +.include <bsd.port.mk> diff --git a/sysutils/plasma6-drkonqi/distinfo b/sysutils/plasma6-drkonqi/distinfo new file mode 100644 index 000000000000..caa7cb56728a --- /dev/null +++ b/sysutils/plasma6-drkonqi/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701531665 +SHA256 (KDE/plasma/5.90.0/drkonqi-5.90.0.tar.xz) = 7e4446f342e355d390f117a2f19d7dd0c0691997ae31672c541533dd0c239022 +SIZE (KDE/plasma/5.90.0/drkonqi-5.90.0.tar.xz) = 880860 diff --git a/sysutils/plasma6-drkonqi/pkg-plist b/sysutils/plasma6-drkonqi/pkg-plist new file mode 100644 index 000000000000..b305f8718ce5 --- /dev/null +++ b/sysutils/plasma6-drkonqi/pkg-plist @@ -0,0 +1,116 @@ +bin/drkonqi-sentry-data +lib/libexec/drkonqi +lib/libexec/drkonqi-sentry-postman +lib/systemd/user/default.target.wants/drkonqi-sentry-postman.path +lib/systemd/user/drkonqi-sentry-postman.path +lib/systemd/user/drkonqi-sentry-postman.service +lib/systemd/user/drkonqi-sentry-postman.timer +lib/systemd/user/plasma-core.target.wants/drkonqi-sentry-postman.path +lib/systemd/user/plasma-core.target.wants/drkonqi-sentry-postman.timer +lib/systemd/user/timers.target.wants/drkonqi-sentry-postman.timer +share/applications/org.kde.drkonqi.desktop +%%DATADIR%%/debuggers/external.mac/lldbrc +%%DATADIR%%/debuggers/external/cdbrc +%%DATADIR%%/debuggers/external/gdbrc +%%DATADIR%%/debuggers/external/kdbgrc +%%DATADIR%%/debuggers/external/lldbrc +%%DATADIR%%/debuggers/internal/cdbrc +%%DATADIR%%/debuggers/internal/dbxrc +%%DATADIR%%/debuggers/internal/gdbrc +%%DATADIR%%/debuggers/internal/kdbgwinrc +%%DATADIR%%/debuggers/internal/lldbrc +%%DATADIR%%/gdb/python/gdb_preamble/__init__.py +%%DATADIR%%/gdb/python/gdb_preamble/preamble.py +%%DATADIR%%/mappings +share/locale/af/LC_MESSAGES/drkonqi5.mo +share/locale/ar/LC_MESSAGES/drkonqi5.mo +share/locale/ast/LC_MESSAGES/drkonqi5.mo +share/locale/az/LC_MESSAGES/drkonqi5.mo +share/locale/be/LC_MESSAGES/drkonqi5.mo +share/locale/bg/LC_MESSAGES/drkonqi5.mo +share/locale/bn/LC_MESSAGES/drkonqi5.mo +share/locale/bn_IN/LC_MESSAGES/drkonqi5.mo +share/locale/br/LC_MESSAGES/drkonqi5.mo +share/locale/bs/LC_MESSAGES/drkonqi5.mo +share/locale/ca/LC_MESSAGES/drkonqi5.mo +share/locale/ca@valencia/LC_MESSAGES/drkonqi5.mo +share/locale/cs/LC_MESSAGES/drkonqi5.mo +share/locale/csb/LC_MESSAGES/drkonqi5.mo +share/locale/cy/LC_MESSAGES/drkonqi5.mo +share/locale/da/LC_MESSAGES/drkonqi5.mo +share/locale/de/LC_MESSAGES/drkonqi5.mo +share/locale/el/LC_MESSAGES/drkonqi5.mo +share/locale/en_GB/LC_MESSAGES/drkonqi5.mo +share/locale/eo/LC_MESSAGES/drkonqi5.mo +share/locale/es/LC_MESSAGES/drkonqi5.mo +share/locale/et/LC_MESSAGES/drkonqi5.mo +share/locale/eu/LC_MESSAGES/drkonqi5.mo +share/locale/fa/LC_MESSAGES/drkonqi5.mo +share/locale/fi/LC_MESSAGES/drkonqi5.mo +share/locale/fr/LC_MESSAGES/drkonqi5.mo +share/locale/fy/LC_MESSAGES/drkonqi5.mo +share/locale/ga/LC_MESSAGES/drkonqi5.mo +share/locale/gl/LC_MESSAGES/drkonqi5.mo +share/locale/gu/LC_MESSAGES/drkonqi5.mo +share/locale/he/LC_MESSAGES/drkonqi5.mo +share/locale/hi/LC_MESSAGES/drkonqi5.mo +share/locale/hne/LC_MESSAGES/drkonqi5.mo +share/locale/hr/LC_MESSAGES/drkonqi5.mo +share/locale/hsb/LC_MESSAGES/drkonqi5.mo +share/locale/hu/LC_MESSAGES/drkonqi5.mo +share/locale/ia/LC_MESSAGES/drkonqi5.mo +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 +share/locale/ko/LC_MESSAGES/drkonqi5.mo +share/locale/ku/LC_MESSAGES/drkonqi5.mo +share/locale/lt/LC_MESSAGES/drkonqi5.mo +share/locale/lv/LC_MESSAGES/drkonqi5.mo +share/locale/mai/LC_MESSAGES/drkonqi5.mo +share/locale/mk/LC_MESSAGES/drkonqi5.mo +share/locale/ml/LC_MESSAGES/drkonqi5.mo +share/locale/mr/LC_MESSAGES/drkonqi5.mo +share/locale/ms/LC_MESSAGES/drkonqi5.mo +share/locale/nb/LC_MESSAGES/drkonqi5.mo +share/locale/nds/LC_MESSAGES/drkonqi5.mo +share/locale/ne/LC_MESSAGES/drkonqi5.mo +share/locale/nl/LC_MESSAGES/drkonqi5.mo +share/locale/nn/LC_MESSAGES/drkonqi5.mo +share/locale/oc/LC_MESSAGES/drkonqi5.mo +share/locale/or/LC_MESSAGES/drkonqi5.mo +share/locale/pa/LC_MESSAGES/drkonqi5.mo +share/locale/pl/LC_MESSAGES/drkonqi5.mo +share/locale/pt/LC_MESSAGES/drkonqi5.mo +share/locale/pt_BR/LC_MESSAGES/drkonqi5.mo +share/locale/ro/LC_MESSAGES/drkonqi5.mo +share/locale/ru/LC_MESSAGES/drkonqi5.mo +share/locale/se/LC_MESSAGES/drkonqi5.mo +share/locale/si/LC_MESSAGES/drkonqi5.mo +share/locale/sk/LC_MESSAGES/drkonqi5.mo +share/locale/sl/LC_MESSAGES/drkonqi5.mo +share/locale/sq/LC_MESSAGES/drkonqi5.mo +share/locale/sr/LC_MESSAGES/drkonqi5.mo +share/locale/sr@ijekavian/LC_MESSAGES/drkonqi5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/drkonqi5.mo +share/locale/sr@latin/LC_MESSAGES/drkonqi5.mo +share/locale/sv/LC_MESSAGES/drkonqi5.mo +share/locale/ta/LC_MESSAGES/drkonqi5.mo +share/locale/te/LC_MESSAGES/drkonqi5.mo +share/locale/tg/LC_MESSAGES/drkonqi5.mo +share/locale/th/LC_MESSAGES/drkonqi5.mo +share/locale/tr/LC_MESSAGES/drkonqi5.mo +share/locale/ug/LC_MESSAGES/drkonqi5.mo +share/locale/uk/LC_MESSAGES/drkonqi5.mo +share/locale/uz/LC_MESSAGES/drkonqi5.mo +share/locale/uz@cyrillic/LC_MESSAGES/drkonqi5.mo +share/locale/vi/LC_MESSAGES/drkonqi5.mo +share/locale/wa/LC_MESSAGES/drkonqi5.mo +share/locale/xh/LC_MESSAGES/drkonqi5.mo +share/locale/zh_CN/LC_MESSAGES/drkonqi5.mo +share/locale/zh_TW/LC_MESSAGES/drkonqi5.mo +share/qlogging-categories6/drkonqi.categories diff --git a/sysutils/plasma6-kde-cli-tools/Makefile b/sysutils/plasma6-kde-cli-tools/Makefile new file mode 100644 index 000000000000..a701063bd8c3 --- /dev/null +++ b/sysutils/plasma6-kde-cli-tools/Makefile @@ -0,0 +1,14 @@ +PORTNAME= kde-cli-tools +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= sysutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Tools based on KDE Frameworks to better interact with the system + +USES= cmake gettext kde:6 qt:6 tar:xz +USE_KDE= config coreaddons doctools i18n iconthemes kcmutils kdesu kio \ + parts service windowsystem \ + ecm:build +USE_QT= base svg + +.include <bsd.port.mk> diff --git a/sysutils/plasma6-kde-cli-tools/distinfo b/sysutils/plasma6-kde-cli-tools/distinfo new file mode 100644 index 000000000000..f3094df98eb0 --- /dev/null +++ b/sysutils/plasma6-kde-cli-tools/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525052 +SHA256 (KDE/plasma/5.90.0/kde-cli-tools-5.90.0.tar.xz) = 6a7e11387d97c8e4905fcbc37d8fc7226c631d06124ad2e134002ce087b9c22b +SIZE (KDE/plasma/5.90.0/kde-cli-tools-5.90.0.tar.xz) = 620668 diff --git a/sysutils/plasma6-kde-cli-tools/pkg-plist b/sysutils/plasma6-kde-cli-tools/pkg-plist new file mode 100644 index 000000000000..e2da82748376 --- /dev/null +++ b/sysutils/plasma6-kde-cli-tools/pkg-plist @@ -0,0 +1,637 @@ +bin/kbroadcastnotification +bin/kde-inhibit +bin/kde-open +bin/kde-open5 +bin/kdecp +bin/kdecp5 +bin/kdemv +bin/kdemv5 +bin/keditfiletype +bin/keditfiletype5 +bin/kinfo +bin/kioclient +bin/kioclient5 +bin/kmimetypefinder +bin/kmimetypefinder5 +bin/kstart +bin/kstart5 +bin/ksvgtopng +bin/ksvgtopng5 +bin/plasma-open-settings +lib/libexec/kf6/kdeeject +lib/libexec/kf6/kdesu +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_filetypes.so +man/ca/man1/kdesu.1.gz +man/de/man1/kdesu.1.gz +man/es/man1/kdesu.1.gz +man/et/man1/kdesu.1.gz +man/fr/man1/kdesu.1.gz +man/id/man1/kdesu.1.gz +man/it/man1/kdesu.1.gz +man/man1/kdesu.1.gz +man/nb/man1/kdesu.1.gz +man/nl/man1/kdesu.1.gz +man/pt/man1/kdesu.1.gz +man/pt_BR/man1/kdesu.1.gz +man/ru/man1/kdesu.1.gz +man/sr/man1/kdesu.1.gz +man/sr@latin/man1/kdesu.1.gz +man/sv/man1/kdesu.1.gz +man/tr/man1/kdesu.1.gz +man/uk/man1/kdesu.1.gz +share/applications/kcm_filetypes.desktop +share/applications/org.kde.keditfiletype.desktop +share/applications/org.kde.plasma.settings.open.desktop +share/doc/HTML/ca/kcontrol6/filetypes/index.cache.bz2 +share/doc/HTML/ca/kcontrol6/filetypes/index.docbook +share/doc/HTML/ca/kdesu/index.cache.bz2 +share/doc/HTML/ca/kdesu/index.docbook +share/doc/HTML/de/kcontrol6/filetypes/index.cache.bz2 +share/doc/HTML/de/kcontrol6/filetypes/index.docbook +share/doc/HTML/de/kdesu/index.cache.bz2 +share/doc/HTML/de/kdesu/index.docbook +share/doc/HTML/en/kcontrol6/filetypes/index.cache.bz2 +share/doc/HTML/en/kcontrol6/filetypes/index.docbook +share/doc/HTML/en/kdesu/index.cache.bz2 +share/doc/HTML/en/kdesu/index.docbook +share/doc/HTML/es/kcontrol6/filetypes/index.cache.bz2 +share/doc/HTML/es/kcontrol6/filetypes/index.docbook +share/doc/HTML/es/kdesu/index.cache.bz2 +share/doc/HTML/es/kdesu/index.docbook +share/doc/HTML/et/kdesu/index.cache.bz2 +share/doc/HTML/et/kdesu/index.docbook +share/doc/HTML/fr/kcontrol6/filetypes/index.cache.bz2 +share/doc/HTML/fr/kcontrol6/filetypes/index.docbook +share/doc/HTML/fr/kdesu/index.cache.bz2 +share/doc/HTML/fr/kdesu/index.docbook +share/doc/HTML/id/kcontrol6/filetypes/index.cache.bz2 +share/doc/HTML/id/kcontrol6/filetypes/index.docbook +share/doc/HTML/id/kdesu/index.cache.bz2 +share/doc/HTML/id/kdesu/index.docbook +share/doc/HTML/it/kcontrol6/filetypes/index.cache.bz2 +share/doc/HTML/it/kcontrol6/filetypes/index.docbook +share/doc/HTML/it/kdesu/index.cache.bz2 +share/doc/HTML/it/kdesu/index.docbook +share/doc/HTML/nl/kcontrol6/filetypes/index.cache.bz2 +share/doc/HTML/nl/kcontrol6/filetypes/index.docbook +share/doc/HTML/nl/kdesu/index.cache.bz2 +share/doc/HTML/nl/kdesu/index.docbook +share/doc/HTML/pt/kcontrol6/filetypes/index.cache.bz2 +share/doc/HTML/pt/kcontrol6/filetypes/index.docbook +share/doc/HTML/pt/kdesu/index.cache.bz2 +share/doc/HTML/pt/kdesu/index.docbook +share/doc/HTML/pt_BR/kcontrol6/filetypes/index.cache.bz2 +share/doc/HTML/pt_BR/kcontrol6/filetypes/index.docbook +share/doc/HTML/pt_BR/kdesu/index.cache.bz2 +share/doc/HTML/pt_BR/kdesu/index.docbook +share/doc/HTML/ru/kcontrol6/filetypes/index.cache.bz2 +share/doc/HTML/ru/kcontrol6/filetypes/index.docbook +share/doc/HTML/ru/kdesu/index.cache.bz2 +share/doc/HTML/ru/kdesu/index.docbook +share/doc/HTML/sr/kcontrol6/filetypes/index.cache.bz2 +share/doc/HTML/sr/kcontrol6/filetypes/index.docbook +share/doc/HTML/sr/kdesu/index.cache.bz2 +share/doc/HTML/sr/kdesu/index.docbook +share/doc/HTML/sr@latin/kcontrol6/filetypes/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol6/filetypes/index.docbook +share/doc/HTML/sr@latin/kdesu/index.cache.bz2 +share/doc/HTML/sr@latin/kdesu/index.docbook +share/doc/HTML/sv/kcontrol6/filetypes/index.cache.bz2 +share/doc/HTML/sv/kcontrol6/filetypes/index.docbook +share/doc/HTML/sv/kdesu/index.cache.bz2 +share/doc/HTML/sv/kdesu/index.docbook +share/doc/HTML/tr/kcontrol6/filetypes/index.cache.bz2 +share/doc/HTML/tr/kcontrol6/filetypes/index.docbook +share/doc/HTML/tr/kdesu/index.cache.bz2 +share/doc/HTML/tr/kdesu/index.docbook +share/doc/HTML/uk/kcontrol6/filetypes/index.cache.bz2 +share/doc/HTML/uk/kcontrol6/filetypes/index.docbook +share/doc/HTML/uk/kdesu/index.cache.bz2 +share/doc/HTML/uk/kdesu/index.docbook +share/locale/af/LC_MESSAGES/kcm5_filetypes.mo +share/locale/af/LC_MESSAGES/kdesu5.mo +share/locale/af/LC_MESSAGES/kstart5.mo +share/locale/ar/LC_MESSAGES/kbroadcastnotification.mo +share/locale/ar/LC_MESSAGES/kcm5_filetypes.mo +share/locale/ar/LC_MESSAGES/kdesu5.mo +share/locale/ar/LC_MESSAGES/kioclient.mo +share/locale/ar/LC_MESSAGES/kmimetypefinder5.mo +share/locale/ar/LC_MESSAGES/kstart5.mo +share/locale/ar/LC_MESSAGES/plasma-open-settings.mo +share/locale/ast/LC_MESSAGES/kbroadcastnotification.mo +share/locale/ast/LC_MESSAGES/kcm5_filetypes.mo +share/locale/ast/LC_MESSAGES/kdesu5.mo +share/locale/ast/LC_MESSAGES/kioclient.mo +share/locale/ast/LC_MESSAGES/kmimetypefinder5.mo +share/locale/ast/LC_MESSAGES/kstart5.mo +share/locale/ast/LC_MESSAGES/plasma-open-settings.mo +share/locale/az/LC_MESSAGES/kbroadcastnotification.mo +share/locale/az/LC_MESSAGES/kcm5_filetypes.mo +share/locale/az/LC_MESSAGES/kdesu5.mo +share/locale/az/LC_MESSAGES/kioclient.mo +share/locale/az/LC_MESSAGES/kmimetypefinder5.mo +share/locale/az/LC_MESSAGES/kstart5.mo +share/locale/az/LC_MESSAGES/plasma-open-settings.mo +share/locale/be/LC_MESSAGES/kcm5_filetypes.mo +share/locale/be/LC_MESSAGES/kdesu5.mo +share/locale/be/LC_MESSAGES/kioclient.mo +share/locale/be/LC_MESSAGES/kmimetypefinder5.mo +share/locale/be/LC_MESSAGES/kstart5.mo +share/locale/be@latin/LC_MESSAGES/kcm5_filetypes.mo +share/locale/be@latin/LC_MESSAGES/kdesu5.mo +share/locale/be@latin/LC_MESSAGES/kmimetypefinder5.mo +share/locale/be@latin/LC_MESSAGES/kstart5.mo +share/locale/bg/LC_MESSAGES/kbroadcastnotification.mo +share/locale/bg/LC_MESSAGES/kcm5_filetypes.mo +share/locale/bg/LC_MESSAGES/kdesu5.mo +share/locale/bg/LC_MESSAGES/kioclient.mo +share/locale/bg/LC_MESSAGES/kmimetypefinder5.mo +share/locale/bg/LC_MESSAGES/kstart5.mo +share/locale/bg/LC_MESSAGES/plasma-open-settings.mo +share/locale/bn/LC_MESSAGES/kcm5_filetypes.mo +share/locale/bn/LC_MESSAGES/kstart5.mo +share/locale/bn_IN/LC_MESSAGES/kcm5_filetypes.mo +share/locale/bn_IN/LC_MESSAGES/kdesu5.mo +share/locale/bn_IN/LC_MESSAGES/kioclient.mo +share/locale/bn_IN/LC_MESSAGES/kmimetypefinder5.mo +share/locale/bn_IN/LC_MESSAGES/kstart5.mo +share/locale/br/LC_MESSAGES/kcm5_filetypes.mo +share/locale/br/LC_MESSAGES/kdesu5.mo +share/locale/br/LC_MESSAGES/kstart5.mo +share/locale/bs/LC_MESSAGES/kcm5_filetypes.mo +share/locale/bs/LC_MESSAGES/kdesu5.mo +share/locale/bs/LC_MESSAGES/kioclient.mo +share/locale/bs/LC_MESSAGES/kmimetypefinder5.mo +share/locale/bs/LC_MESSAGES/kstart5.mo +share/locale/ca/LC_MESSAGES/kbroadcastnotification.mo +share/locale/ca/LC_MESSAGES/kcm5_filetypes.mo +share/locale/ca/LC_MESSAGES/kdesu5.mo +share/locale/ca/LC_MESSAGES/kioclient.mo +share/locale/ca/LC_MESSAGES/kmimetypefinder5.mo +share/locale/ca/LC_MESSAGES/kstart5.mo +share/locale/ca/LC_MESSAGES/plasma-open-settings.mo +share/locale/ca@valencia/LC_MESSAGES/kbroadcastnotification.mo +share/locale/ca@valencia/LC_MESSAGES/kcm5_filetypes.mo +share/locale/ca@valencia/LC_MESSAGES/kdesu5.mo +share/locale/ca@valencia/LC_MESSAGES/kioclient.mo +share/locale/ca@valencia/LC_MESSAGES/kmimetypefinder5.mo +share/locale/ca@valencia/LC_MESSAGES/kstart5.mo +share/locale/ca@valencia/LC_MESSAGES/plasma-open-settings.mo +share/locale/cs/LC_MESSAGES/kbroadcastnotification.mo +share/locale/cs/LC_MESSAGES/kcm5_filetypes.mo +share/locale/cs/LC_MESSAGES/kdesu5.mo +share/locale/cs/LC_MESSAGES/kioclient.mo +share/locale/cs/LC_MESSAGES/kmimetypefinder5.mo +share/locale/cs/LC_MESSAGES/kstart5.mo +share/locale/cs/LC_MESSAGES/plasma-open-settings.mo +share/locale/csb/LC_MESSAGES/kcm5_filetypes.mo +share/locale/csb/LC_MESSAGES/kdesu5.mo +share/locale/csb/LC_MESSAGES/kioclient.mo +share/locale/csb/LC_MESSAGES/kmimetypefinder5.mo +share/locale/csb/LC_MESSAGES/kstart5.mo +share/locale/cy/LC_MESSAGES/kcm5_filetypes.mo +share/locale/cy/LC_MESSAGES/kdesu5.mo +share/locale/cy/LC_MESSAGES/kstart5.mo +share/locale/da/LC_MESSAGES/kbroadcastnotification.mo +share/locale/da/LC_MESSAGES/kcm5_filetypes.mo +share/locale/da/LC_MESSAGES/kdesu5.mo +share/locale/da/LC_MESSAGES/kioclient.mo +share/locale/da/LC_MESSAGES/kmimetypefinder5.mo +share/locale/da/LC_MESSAGES/kstart5.mo +share/locale/de/LC_MESSAGES/kbroadcastnotification.mo +share/locale/de/LC_MESSAGES/kcm5_filetypes.mo +share/locale/de/LC_MESSAGES/kdesu5.mo +share/locale/de/LC_MESSAGES/kioclient.mo +share/locale/de/LC_MESSAGES/kmimetypefinder5.mo +share/locale/de/LC_MESSAGES/kstart5.mo +share/locale/de/LC_MESSAGES/plasma-open-settings.mo +share/locale/el/LC_MESSAGES/kbroadcastnotification.mo +share/locale/el/LC_MESSAGES/kcm5_filetypes.mo +share/locale/el/LC_MESSAGES/kdesu5.mo +share/locale/el/LC_MESSAGES/kioclient.mo +share/locale/el/LC_MESSAGES/kmimetypefinder5.mo +share/locale/el/LC_MESSAGES/kstart5.mo +share/locale/el/LC_MESSAGES/plasma-open-settings.mo +share/locale/en_GB/LC_MESSAGES/kbroadcastnotification.mo +share/locale/en_GB/LC_MESSAGES/kcm5_filetypes.mo +share/locale/en_GB/LC_MESSAGES/kdesu5.mo +share/locale/en_GB/LC_MESSAGES/kioclient.mo +share/locale/en_GB/LC_MESSAGES/kmimetypefinder5.mo +share/locale/en_GB/LC_MESSAGES/kstart5.mo +share/locale/en_GB/LC_MESSAGES/plasma-open-settings.mo +share/locale/eo/LC_MESSAGES/kbroadcastnotification.mo +share/locale/eo/LC_MESSAGES/kcm5_filetypes.mo +share/locale/eo/LC_MESSAGES/kdesu5.mo +share/locale/eo/LC_MESSAGES/kioclient.mo +share/locale/eo/LC_MESSAGES/kmimetypefinder5.mo +share/locale/eo/LC_MESSAGES/kstart5.mo +share/locale/eo/LC_MESSAGES/plasma-open-settings.mo +share/locale/es/LC_MESSAGES/kbroadcastnotification.mo +share/locale/es/LC_MESSAGES/kcm5_filetypes.mo +share/locale/es/LC_MESSAGES/kdesu5.mo +share/locale/es/LC_MESSAGES/kioclient.mo +share/locale/es/LC_MESSAGES/kmimetypefinder5.mo +share/locale/es/LC_MESSAGES/kstart5.mo +share/locale/es/LC_MESSAGES/plasma-open-settings.mo +share/locale/et/LC_MESSAGES/kbroadcastnotification.mo +share/locale/et/LC_MESSAGES/kcm5_filetypes.mo +share/locale/et/LC_MESSAGES/kdesu5.mo +share/locale/et/LC_MESSAGES/kioclient.mo +share/locale/et/LC_MESSAGES/kmimetypefinder5.mo +share/locale/et/LC_MESSAGES/kstart5.mo +share/locale/eu/LC_MESSAGES/kbroadcastnotification.mo +share/locale/eu/LC_MESSAGES/kcm5_filetypes.mo +share/locale/eu/LC_MESSAGES/kdesu5.mo +share/locale/eu/LC_MESSAGES/kioclient.mo +share/locale/eu/LC_MESSAGES/kmimetypefinder5.mo +share/locale/eu/LC_MESSAGES/kstart5.mo +share/locale/eu/LC_MESSAGES/plasma-open-settings.mo +share/locale/fa/LC_MESSAGES/kcm5_filetypes.mo +share/locale/fa/LC_MESSAGES/kdesu5.mo +share/locale/fa/LC_MESSAGES/kioclient.mo +share/locale/fa/LC_MESSAGES/kmimetypefinder5.mo +share/locale/fa/LC_MESSAGES/kstart5.mo +share/locale/fi/LC_MESSAGES/kbroadcastnotification.mo +share/locale/fi/LC_MESSAGES/kcm5_filetypes.mo +share/locale/fi/LC_MESSAGES/kdesu5.mo +share/locale/fi/LC_MESSAGES/kioclient.mo +share/locale/fi/LC_MESSAGES/kmimetypefinder5.mo +share/locale/fi/LC_MESSAGES/kstart5.mo +share/locale/fi/LC_MESSAGES/plasma-open-settings.mo +share/locale/fr/LC_MESSAGES/kbroadcastnotification.mo +share/locale/fr/LC_MESSAGES/kcm5_filetypes.mo +share/locale/fr/LC_MESSAGES/kdesu5.mo +share/locale/fr/LC_MESSAGES/kioclient.mo +share/locale/fr/LC_MESSAGES/kmimetypefinder5.mo +share/locale/fr/LC_MESSAGES/kstart5.mo +share/locale/fr/LC_MESSAGES/plasma-open-settings.mo +share/locale/fy/LC_MESSAGES/kcm5_filetypes.mo +share/locale/fy/LC_MESSAGES/kdesu5.mo +share/locale/fy/LC_MESSAGES/kioclient.mo +share/locale/fy/LC_MESSAGES/kmimetypefinder5.mo +share/locale/fy/LC_MESSAGES/kstart5.mo +share/locale/ga/LC_MESSAGES/kcm5_filetypes.mo +share/locale/ga/LC_MESSAGES/kdesu5.mo +share/locale/ga/LC_MESSAGES/kioclient.mo +share/locale/ga/LC_MESSAGES/kmimetypefinder5.mo +share/locale/ga/LC_MESSAGES/kstart5.mo +share/locale/gl/LC_MESSAGES/kbroadcastnotification.mo +share/locale/gl/LC_MESSAGES/kcm5_filetypes.mo +share/locale/gl/LC_MESSAGES/kdesu5.mo +share/locale/gl/LC_MESSAGES/kioclient.mo +share/locale/gl/LC_MESSAGES/kmimetypefinder5.mo +share/locale/gl/LC_MESSAGES/kstart5.mo +share/locale/gl/LC_MESSAGES/plasma-open-settings.mo +share/locale/gu/LC_MESSAGES/kcm5_filetypes.mo +share/locale/gu/LC_MESSAGES/kdesu5.mo +share/locale/gu/LC_MESSAGES/kioclient.mo +share/locale/gu/LC_MESSAGES/kmimetypefinder5.mo +share/locale/gu/LC_MESSAGES/kstart5.mo +share/locale/he/LC_MESSAGES/kbroadcastnotification.mo +share/locale/he/LC_MESSAGES/kcm5_filetypes.mo +share/locale/he/LC_MESSAGES/kdesu5.mo +share/locale/he/LC_MESSAGES/kioclient.mo +share/locale/he/LC_MESSAGES/kmimetypefinder5.mo +share/locale/he/LC_MESSAGES/kstart5.mo +share/locale/hi/LC_MESSAGES/kcm5_filetypes.mo +share/locale/hi/LC_MESSAGES/kdesu5.mo +share/locale/hi/LC_MESSAGES/kioclient.mo +share/locale/hi/LC_MESSAGES/kmimetypefinder5.mo +share/locale/hi/LC_MESSAGES/kstart5.mo +share/locale/hne/LC_MESSAGES/kcm5_filetypes.mo +share/locale/hne/LC_MESSAGES/kdesu5.mo +share/locale/hne/LC_MESSAGES/kioclient.mo +share/locale/hne/LC_MESSAGES/kmimetypefinder5.mo +share/locale/hne/LC_MESSAGES/kstart5.mo +share/locale/hr/LC_MESSAGES/kcm5_filetypes.mo +share/locale/hr/LC_MESSAGES/kdesu5.mo +share/locale/hr/LC_MESSAGES/kioclient.mo +share/locale/hr/LC_MESSAGES/kmimetypefinder5.mo +share/locale/hr/LC_MESSAGES/kstart5.mo +share/locale/hsb/LC_MESSAGES/kcm5_filetypes.mo +share/locale/hsb/LC_MESSAGES/kdesu5.mo +share/locale/hsb/LC_MESSAGES/kioclient.mo +share/locale/hsb/LC_MESSAGES/kmimetypefinder5.mo +share/locale/hsb/LC_MESSAGES/kstart5.mo +share/locale/hu/LC_MESSAGES/kbroadcastnotification.mo +share/locale/hu/LC_MESSAGES/kcm5_filetypes.mo +share/locale/hu/LC_MESSAGES/kdesu5.mo +share/locale/hu/LC_MESSAGES/kioclient.mo +share/locale/hu/LC_MESSAGES/kmimetypefinder5.mo +share/locale/hu/LC_MESSAGES/kstart5.mo +share/locale/hu/LC_MESSAGES/plasma-open-settings.mo +share/locale/ia/LC_MESSAGES/kbroadcastnotification.mo +share/locale/ia/LC_MESSAGES/kcm5_filetypes.mo +share/locale/ia/LC_MESSAGES/kdesu5.mo +share/locale/ia/LC_MESSAGES/kioclient.mo +share/locale/ia/LC_MESSAGES/kmimetypefinder5.mo +share/locale/ia/LC_MESSAGES/kstart5.mo +share/locale/ia/LC_MESSAGES/plasma-open-settings.mo +share/locale/id/LC_MESSAGES/kbroadcastnotification.mo +share/locale/id/LC_MESSAGES/kcm5_filetypes.mo +share/locale/id/LC_MESSAGES/kdesu5.mo +share/locale/id/LC_MESSAGES/kioclient.mo +share/locale/id/LC_MESSAGES/kmimetypefinder5.mo +share/locale/id/LC_MESSAGES/kstart5.mo +share/locale/is/LC_MESSAGES/kcm5_filetypes.mo +share/locale/is/LC_MESSAGES/kdesu5.mo +share/locale/is/LC_MESSAGES/kioclient.mo +share/locale/is/LC_MESSAGES/kmimetypefinder5.mo +share/locale/is/LC_MESSAGES/kstart5.mo +share/locale/it/LC_MESSAGES/kbroadcastnotification.mo +share/locale/it/LC_MESSAGES/kcm5_filetypes.mo +share/locale/it/LC_MESSAGES/kdesu5.mo +share/locale/it/LC_MESSAGES/kioclient.mo +share/locale/it/LC_MESSAGES/kmimetypefinder5.mo +share/locale/it/LC_MESSAGES/kstart5.mo +share/locale/it/LC_MESSAGES/plasma-open-settings.mo +share/locale/ja/LC_MESSAGES/kbroadcastnotification.mo +share/locale/ja/LC_MESSAGES/kcm5_filetypes.mo +share/locale/ja/LC_MESSAGES/kdesu5.mo +share/locale/ja/LC_MESSAGES/kioclient.mo +share/locale/ja/LC_MESSAGES/kmimetypefinder5.mo +share/locale/ja/LC_MESSAGES/kstart5.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/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/plasma-open-settings.mo +share/locale/kk/LC_MESSAGES/kcm5_filetypes.mo +share/locale/kk/LC_MESSAGES/kdesu5.mo +share/locale/kk/LC_MESSAGES/kioclient.mo +share/locale/kk/LC_MESSAGES/kmimetypefinder5.mo +share/locale/kk/LC_MESSAGES/kstart5.mo +share/locale/km/LC_MESSAGES/kcm5_filetypes.mo +share/locale/km/LC_MESSAGES/kdesu5.mo +share/locale/km/LC_MESSAGES/kioclient.mo +share/locale/km/LC_MESSAGES/kmimetypefinder5.mo +share/locale/km/LC_MESSAGES/kstart5.mo +share/locale/kn/LC_MESSAGES/kcm5_filetypes.mo +share/locale/kn/LC_MESSAGES/kdesu5.mo +share/locale/kn/LC_MESSAGES/kioclient.mo +share/locale/kn/LC_MESSAGES/kmimetypefinder5.mo +share/locale/kn/LC_MESSAGES/kstart5.mo +share/locale/ko/LC_MESSAGES/kbroadcastnotification.mo +share/locale/ko/LC_MESSAGES/kcm5_filetypes.mo +share/locale/ko/LC_MESSAGES/kdesu5.mo +share/locale/ko/LC_MESSAGES/kioclient.mo +share/locale/ko/LC_MESSAGES/kmimetypefinder5.mo +share/locale/ko/LC_MESSAGES/kstart5.mo +share/locale/ko/LC_MESSAGES/plasma-open-settings.mo +share/locale/ku/LC_MESSAGES/kcm5_filetypes.mo +share/locale/ku/LC_MESSAGES/kdesu5.mo +share/locale/ku/LC_MESSAGES/kioclient.mo +share/locale/ku/LC_MESSAGES/kmimetypefinder5.mo +share/locale/ku/LC_MESSAGES/kstart5.mo +share/locale/lt/LC_MESSAGES/kbroadcastnotification.mo +share/locale/lt/LC_MESSAGES/kcm5_filetypes.mo +share/locale/lt/LC_MESSAGES/kdesu5.mo +share/locale/lt/LC_MESSAGES/kioclient.mo +share/locale/lt/LC_MESSAGES/kmimetypefinder5.mo +share/locale/lt/LC_MESSAGES/kstart5.mo +share/locale/lt/LC_MESSAGES/plasma-open-settings.mo +share/locale/lv/LC_MESSAGES/kcm5_filetypes.mo +share/locale/lv/LC_MESSAGES/kdesu5.mo +share/locale/lv/LC_MESSAGES/kioclient.mo +share/locale/lv/LC_MESSAGES/kmimetypefinder5.mo +share/locale/lv/LC_MESSAGES/kstart5.mo +share/locale/mai/LC_MESSAGES/kcm5_filetypes.mo +share/locale/mai/LC_MESSAGES/kdesu5.mo +share/locale/mai/LC_MESSAGES/kioclient.mo +share/locale/mai/LC_MESSAGES/kmimetypefinder5.mo +share/locale/mai/LC_MESSAGES/kstart5.mo +share/locale/mk/LC_MESSAGES/kcm5_filetypes.mo +share/locale/mk/LC_MESSAGES/kdesu5.mo +share/locale/mk/LC_MESSAGES/kioclient.mo +share/locale/mk/LC_MESSAGES/kmimetypefinder5.mo +share/locale/mk/LC_MESSAGES/kstart5.mo +share/locale/ml/LC_MESSAGES/kbroadcastnotification.mo +share/locale/ml/LC_MESSAGES/kcm5_filetypes.mo +share/locale/ml/LC_MESSAGES/kdesu5.mo +share/locale/ml/LC_MESSAGES/kioclient.mo +share/locale/ml/LC_MESSAGES/kmimetypefinder5.mo +share/locale/ml/LC_MESSAGES/kstart5.mo +share/locale/mr/LC_MESSAGES/kcm5_filetypes.mo +share/locale/mr/LC_MESSAGES/kdesu5.mo +share/locale/mr/LC_MESSAGES/kioclient.mo +share/locale/mr/LC_MESSAGES/kmimetypefinder5.mo +share/locale/mr/LC_MESSAGES/kstart5.mo +share/locale/ms/LC_MESSAGES/kcm5_filetypes.mo +share/locale/ms/LC_MESSAGES/kdesu5.mo +share/locale/ms/LC_MESSAGES/kioclient.mo +share/locale/ms/LC_MESSAGES/kmimetypefinder5.mo +share/locale/ms/LC_MESSAGES/kstart5.mo +share/locale/nb/LC_MESSAGES/kcm5_filetypes.mo +share/locale/nb/LC_MESSAGES/kdesu5.mo +share/locale/nb/LC_MESSAGES/kioclient.mo +share/locale/nb/LC_MESSAGES/kmimetypefinder5.mo +share/locale/nb/LC_MESSAGES/kstart5.mo +share/locale/nds/LC_MESSAGES/kcm5_filetypes.mo +share/locale/nds/LC_MESSAGES/kdesu5.mo +share/locale/nds/LC_MESSAGES/kioclient.mo +share/locale/nds/LC_MESSAGES/kmimetypefinder5.mo +share/locale/nds/LC_MESSAGES/kstart5.mo +share/locale/ne/LC_MESSAGES/kcm5_filetypes.mo +share/locale/ne/LC_MESSAGES/kdesu5.mo +share/locale/ne/LC_MESSAGES/kioclient.mo +share/locale/ne/LC_MESSAGES/kmimetypefinder5.mo +share/locale/ne/LC_MESSAGES/kstart5.mo +share/locale/nl/LC_MESSAGES/kbroadcastnotification.mo +share/locale/nl/LC_MESSAGES/kcm5_filetypes.mo +share/locale/nl/LC_MESSAGES/kdesu5.mo +share/locale/nl/LC_MESSAGES/kioclient.mo +share/locale/nl/LC_MESSAGES/kmimetypefinder5.mo +share/locale/nl/LC_MESSAGES/kstart5.mo +share/locale/nl/LC_MESSAGES/plasma-open-settings.mo +share/locale/nn/LC_MESSAGES/kbroadcastnotification.mo +share/locale/nn/LC_MESSAGES/kcm5_filetypes.mo +share/locale/nn/LC_MESSAGES/kdesu5.mo +share/locale/nn/LC_MESSAGES/kioclient.mo +share/locale/nn/LC_MESSAGES/kmimetypefinder5.mo +share/locale/nn/LC_MESSAGES/kstart5.mo +share/locale/nn/LC_MESSAGES/plasma-open-settings.mo +share/locale/oc/LC_MESSAGES/kcm5_filetypes.mo +share/locale/oc/LC_MESSAGES/kdesu5.mo +share/locale/oc/LC_MESSAGES/kioclient.mo +share/locale/oc/LC_MESSAGES/kmimetypefinder5.mo +share/locale/oc/LC_MESSAGES/kstart5.mo +share/locale/or/LC_MESSAGES/kdesu5.mo +share/locale/or/LC_MESSAGES/kioclient.mo +share/locale/or/LC_MESSAGES/kmimetypefinder5.mo +share/locale/or/LC_MESSAGES/kstart5.mo +share/locale/pa/LC_MESSAGES/kcm5_filetypes.mo +share/locale/pa/LC_MESSAGES/kdesu5.mo +share/locale/pa/LC_MESSAGES/kioclient.mo +share/locale/pa/LC_MESSAGES/kmimetypefinder5.mo +share/locale/pa/LC_MESSAGES/kstart5.mo +share/locale/pl/LC_MESSAGES/kbroadcastnotification.mo +share/locale/pl/LC_MESSAGES/kcm5_filetypes.mo +share/locale/pl/LC_MESSAGES/kdesu5.mo +share/locale/pl/LC_MESSAGES/kioclient.mo +share/locale/pl/LC_MESSAGES/kmimetypefinder5.mo +share/locale/pl/LC_MESSAGES/kstart5.mo +share/locale/pl/LC_MESSAGES/plasma-open-settings.mo +share/locale/pt/LC_MESSAGES/kbroadcastnotification.mo +share/locale/pt/LC_MESSAGES/kcm5_filetypes.mo +share/locale/pt/LC_MESSAGES/kdesu5.mo +share/locale/pt/LC_MESSAGES/kioclient.mo +share/locale/pt/LC_MESSAGES/kmimetypefinder5.mo +share/locale/pt/LC_MESSAGES/kstart5.mo +share/locale/pt/LC_MESSAGES/plasma-open-settings.mo +share/locale/pt_BR/LC_MESSAGES/kbroadcastnotification.mo +share/locale/pt_BR/LC_MESSAGES/kcm5_filetypes.mo +share/locale/pt_BR/LC_MESSAGES/kdesu5.mo +share/locale/pt_BR/LC_MESSAGES/kioclient.mo +share/locale/pt_BR/LC_MESSAGES/kmimetypefinder5.mo +share/locale/pt_BR/LC_MESSAGES/kstart5.mo +share/locale/pt_BR/LC_MESSAGES/plasma-open-settings.mo +share/locale/ro/LC_MESSAGES/kcm5_filetypes.mo +share/locale/ro/LC_MESSAGES/kdesu5.mo +share/locale/ro/LC_MESSAGES/kioclient.mo +share/locale/ro/LC_MESSAGES/kmimetypefinder5.mo +share/locale/ro/LC_MESSAGES/kstart5.mo +share/locale/ro/LC_MESSAGES/plasma-open-settings.mo +share/locale/ru/LC_MESSAGES/kbroadcastnotification.mo +share/locale/ru/LC_MESSAGES/kcm5_filetypes.mo +share/locale/ru/LC_MESSAGES/kdesu5.mo +share/locale/ru/LC_MESSAGES/kioclient.mo +share/locale/ru/LC_MESSAGES/kmimetypefinder5.mo +share/locale/ru/LC_MESSAGES/kstart5.mo +share/locale/ru/LC_MESSAGES/plasma-open-settings.mo +share/locale/se/LC_MESSAGES/kcm5_filetypes.mo +share/locale/se/LC_MESSAGES/kdesu5.mo +share/locale/se/LC_MESSAGES/kioclient.mo +share/locale/se/LC_MESSAGES/kmimetypefinder5.mo +share/locale/se/LC_MESSAGES/kstart5.mo +share/locale/si/LC_MESSAGES/kcm5_filetypes.mo +share/locale/si/LC_MESSAGES/kdesu5.mo +share/locale/si/LC_MESSAGES/kioclient.mo +share/locale/si/LC_MESSAGES/kmimetypefinder5.mo +share/locale/si/LC_MESSAGES/kstart5.mo +share/locale/sk/LC_MESSAGES/kbroadcastnotification.mo +share/locale/sk/LC_MESSAGES/kcm5_filetypes.mo +share/locale/sk/LC_MESSAGES/kdesu5.mo +share/locale/sk/LC_MESSAGES/kioclient.mo +share/locale/sk/LC_MESSAGES/kmimetypefinder5.mo +share/locale/sk/LC_MESSAGES/kstart5.mo +share/locale/sk/LC_MESSAGES/plasma-open-settings.mo +share/locale/sl/LC_MESSAGES/kbroadcastnotification.mo +share/locale/sl/LC_MESSAGES/kcm5_filetypes.mo +share/locale/sl/LC_MESSAGES/kdesu5.mo +share/locale/sl/LC_MESSAGES/kioclient.mo +share/locale/sl/LC_MESSAGES/kmimetypefinder5.mo +share/locale/sl/LC_MESSAGES/kstart5.mo +share/locale/sl/LC_MESSAGES/plasma-open-settings.mo +share/locale/sq/LC_MESSAGES/kcm5_filetypes.mo +share/locale/sq/LC_MESSAGES/kdesu5.mo +share/locale/sq/LC_MESSAGES/kioclient.mo +share/locale/sq/LC_MESSAGES/kmimetypefinder5.mo +share/locale/sq/LC_MESSAGES/kstart5.mo +share/locale/sr/LC_MESSAGES/kbroadcastnotification.mo +share/locale/sr/LC_MESSAGES/kcm5_filetypes.mo +share/locale/sr/LC_MESSAGES/kdesu5.mo +share/locale/sr/LC_MESSAGES/kioclient.mo +share/locale/sr/LC_MESSAGES/kmimetypefinder5.mo +share/locale/sr/LC_MESSAGES/kstart5.mo +share/locale/sr@ijekavian/LC_MESSAGES/kbroadcastnotification.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm5_filetypes.mo +share/locale/sr@ijekavian/LC_MESSAGES/kdesu5.mo +share/locale/sr@ijekavian/LC_MESSAGES/kioclient.mo +share/locale/sr@ijekavian/LC_MESSAGES/kmimetypefinder5.mo +share/locale/sr@ijekavian/LC_MESSAGES/kstart5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kbroadcastnotification.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm5_filetypes.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kdesu5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kioclient.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kmimetypefinder5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kstart5.mo +share/locale/sr@latin/LC_MESSAGES/kbroadcastnotification.mo +share/locale/sr@latin/LC_MESSAGES/kcm5_filetypes.mo +share/locale/sr@latin/LC_MESSAGES/kdesu5.mo +share/locale/sr@latin/LC_MESSAGES/kioclient.mo +share/locale/sr@latin/LC_MESSAGES/kmimetypefinder5.mo +share/locale/sr@latin/LC_MESSAGES/kstart5.mo +share/locale/sv/LC_MESSAGES/kbroadcastnotification.mo +share/locale/sv/LC_MESSAGES/kcm5_filetypes.mo +share/locale/sv/LC_MESSAGES/kdesu5.mo +share/locale/sv/LC_MESSAGES/kioclient.mo +share/locale/sv/LC_MESSAGES/kmimetypefinder5.mo +share/locale/sv/LC_MESSAGES/kstart5.mo +share/locale/sv/LC_MESSAGES/plasma-open-settings.mo +share/locale/ta/LC_MESSAGES/kcm5_filetypes.mo +share/locale/ta/LC_MESSAGES/kdesu5.mo +share/locale/ta/LC_MESSAGES/kioclient.mo +share/locale/ta/LC_MESSAGES/kmimetypefinder5.mo +share/locale/ta/LC_MESSAGES/kstart5.mo +share/locale/te/LC_MESSAGES/kcm5_filetypes.mo +share/locale/te/LC_MESSAGES/kdesu5.mo +share/locale/te/LC_MESSAGES/kioclient.mo +share/locale/te/LC_MESSAGES/kmimetypefinder5.mo +share/locale/te/LC_MESSAGES/kstart5.mo +share/locale/tg/LC_MESSAGES/kcm5_filetypes.mo +share/locale/tg/LC_MESSAGES/kdesu5.mo +share/locale/tg/LC_MESSAGES/kioclient.mo +share/locale/tg/LC_MESSAGES/kmimetypefinder5.mo +share/locale/tg/LC_MESSAGES/kstart5.mo +share/locale/th/LC_MESSAGES/kcm5_filetypes.mo +share/locale/th/LC_MESSAGES/kdesu5.mo +share/locale/th/LC_MESSAGES/kioclient.mo +share/locale/th/LC_MESSAGES/kmimetypefinder5.mo +share/locale/th/LC_MESSAGES/kstart5.mo +share/locale/tr/LC_MESSAGES/kbroadcastnotification.mo +share/locale/tr/LC_MESSAGES/kcm5_filetypes.mo +share/locale/tr/LC_MESSAGES/kdesu5.mo +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/plasma-open-settings.mo +share/locale/ug/LC_MESSAGES/kcm5_filetypes.mo +share/locale/ug/LC_MESSAGES/kdesu5.mo +share/locale/ug/LC_MESSAGES/kioclient.mo +share/locale/ug/LC_MESSAGES/kmimetypefinder5.mo +share/locale/ug/LC_MESSAGES/kstart5.mo +share/locale/uk/LC_MESSAGES/kbroadcastnotification.mo +share/locale/uk/LC_MESSAGES/kcm5_filetypes.mo +share/locale/uk/LC_MESSAGES/kdesu5.mo +share/locale/uk/LC_MESSAGES/kioclient.mo +share/locale/uk/LC_MESSAGES/kmimetypefinder5.mo +share/locale/uk/LC_MESSAGES/kstart5.mo +share/locale/uk/LC_MESSAGES/plasma-open-settings.mo +share/locale/uz/LC_MESSAGES/kcm5_filetypes.mo +share/locale/uz/LC_MESSAGES/kdesu5.mo +share/locale/uz/LC_MESSAGES/kstart5.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcm5_filetypes.mo +share/locale/uz@cyrillic/LC_MESSAGES/kdesu5.mo +share/locale/uz@cyrillic/LC_MESSAGES/kstart5.mo +share/locale/vi/LC_MESSAGES/kbroadcastnotification.mo +share/locale/vi/LC_MESSAGES/kcm5_filetypes.mo +share/locale/vi/LC_MESSAGES/kdesu5.mo +share/locale/vi/LC_MESSAGES/kioclient.mo +share/locale/vi/LC_MESSAGES/kmimetypefinder5.mo +share/locale/vi/LC_MESSAGES/kstart5.mo +share/locale/vi/LC_MESSAGES/plasma-open-settings.mo +share/locale/wa/LC_MESSAGES/kcm5_filetypes.mo +share/locale/wa/LC_MESSAGES/kdesu5.mo +share/locale/wa/LC_MESSAGES/kioclient.mo +share/locale/wa/LC_MESSAGES/kmimetypefinder5.mo +share/locale/wa/LC_MESSAGES/kstart5.mo +share/locale/xh/LC_MESSAGES/kcm5_filetypes.mo +share/locale/xh/LC_MESSAGES/kdesu5.mo +share/locale/xh/LC_MESSAGES/kstart5.mo +share/locale/zh_CN/LC_MESSAGES/kbroadcastnotification.mo +share/locale/zh_CN/LC_MESSAGES/kcm5_filetypes.mo +share/locale/zh_CN/LC_MESSAGES/kdesu5.mo +share/locale/zh_CN/LC_MESSAGES/kioclient.mo +share/locale/zh_CN/LC_MESSAGES/kmimetypefinder5.mo +share/locale/zh_CN/LC_MESSAGES/kstart5.mo +share/locale/zh_CN/LC_MESSAGES/plasma-open-settings.mo +share/locale/zh_TW/LC_MESSAGES/kbroadcastnotification.mo +share/locale/zh_TW/LC_MESSAGES/kcm5_filetypes.mo +share/locale/zh_TW/LC_MESSAGES/kdesu5.mo +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/plasma-open-settings.mo diff --git a/sysutils/plasma6-kinfocenter/Makefile b/sysutils/plasma6-kinfocenter/Makefile new file mode 100644 index 000000000000..610fb8687d96 --- /dev/null +++ b/sysutils/plasma6-kinfocenter/Makefile @@ -0,0 +1,23 @@ +PORTNAME= kinfocenter +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= sysutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= View information about your computer's hardware + +RUN_DEPENDS= clinfo:devel/clinfo \ + glxinfo:graphics/mesa-demos \ + lscpu:sysutils/lscpu \ + vulkaninfo:graphics/vulkan-tools \ + xdpyinfo:x11/xdpyinfo + +USES= cmake gettext gl kde:6 qt:6 tar:xz +USE_GL= gl opengl +USE_KDE= auth colorscheme completion config configwidgets coreaddons \ + doctools i18n jobwidgets kcmutils kio package service solid \ + widgetsaddons \ + ecm:build \ + kirigami2:run systemsettings:run +USE_QT= base + +.include <bsd.port.mk> diff --git a/sysutils/plasma6-kinfocenter/distinfo b/sysutils/plasma6-kinfocenter/distinfo new file mode 100644 index 000000000000..8c47755cf6a3 --- /dev/null +++ b/sysutils/plasma6-kinfocenter/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525119 +SHA256 (KDE/plasma/5.90.0/kinfocenter-5.90.0.tar.xz) = a1a70abe23345035761e5b337f419d0286f9eb8f3f679a1a4707103be4e34214 +SIZE (KDE/plasma/5.90.0/kinfocenter-5.90.0.tar.xz) = 823800 diff --git a/sysutils/plasma6-kinfocenter/pkg-plist b/sysutils/plasma6-kinfocenter/pkg-plist new file mode 100644 index 000000000000..987dfb4fb39c --- /dev/null +++ b/sysutils/plasma6-kinfocenter/pkg-plist @@ -0,0 +1,490 @@ +bin/kinfocenter +etc/xdg/menus/kinfocenter.menu +lib/libKInfoCenterInternal.so +lib/libexec/kf6/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_opencl.so +%%QT_PLUGINDIR%%/plasma/kcms/kinfocenter/kcm_pci.so +%%QT_PLUGINDIR%%/plasma/kcms/kinfocenter/kcm_samba.so +%%QT_PLUGINDIR%%/plasma/kcms/kinfocenter/kcm_vulkan.so +%%QT_PLUGINDIR%%/plasma/kcms/kinfocenter/kcm_wayland.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 +share/doc/HTML/ca/kinfocenter/kinfocenter.png +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 +share/doc/HTML/id/kinfocenter/index.docbook +share/doc/HTML/it/kinfocenter/index.cache.bz2 +share/doc/HTML/it/kinfocenter/index.docbook +share/doc/HTML/it/kinfocenter/kinfocenter.png +share/doc/HTML/nl/kinfocenter/index.cache.bz2 +share/doc/HTML/nl/kinfocenter/index.docbook +share/doc/HTML/pt/kinfocenter/index.cache.bz2 +share/doc/HTML/pt/kinfocenter/index.docbook +share/doc/HTML/pt_BR/kinfocenter/index.cache.bz2 +share/doc/HTML/pt_BR/kinfocenter/index.docbook +share/doc/HTML/pt_BR/kinfocenter/kinfocenter.png +share/doc/HTML/ru/kinfocenter/index.cache.bz2 +share/doc/HTML/ru/kinfocenter/index.docbook +share/doc/HTML/sr/kinfocenter/index.cache.bz2 +share/doc/HTML/sr/kinfocenter/index.docbook +share/doc/HTML/sr@latin/kinfocenter/index.cache.bz2 +share/doc/HTML/sr@latin/kinfocenter/index.docbook +share/doc/HTML/sv/kinfocenter/index.cache.bz2 +share/doc/HTML/sv/kinfocenter/index.docbook +share/doc/HTML/tr/kinfocenter/index.cache.bz2 +share/doc/HTML/tr/kinfocenter/index.docbook +share/doc/HTML/uk/kinfocenter/index.cache.bz2 +share/doc/HTML/uk/kinfocenter/index.docbook +share/doc/HTML/uk/kinfocenter/kinfocenter.png +%%DATADIR%%/categories/basicinformation.desktop +%%DATADIR%%/categories/deviceinfocategory.desktop +%%DATADIR%%/categories/graphicalinfocategory.desktop +%%DATADIR%%/categories/lostfoundcategory.desktop +%%DATADIR%%/categories/networkinfocategory.desktop +%%DATADIR%%/firmware_security/fwupdmgr.sh +share/locale/af/LC_MESSAGES/kcm_samba.mo +share/locale/af/LC_MESSAGES/kcmusb.mo +share/locale/ar/LC_MESSAGES/kcm_about-distro.mo +share/locale/ar/LC_MESSAGES/kcm_energyinfo.mo +share/locale/ar/LC_MESSAGES/kcm_nic.mo +share/locale/ar/LC_MESSAGES/kcm_samba.mo +share/locale/ar/LC_MESSAGES/kcmdevinfo.mo +share/locale/ar/LC_MESSAGES/kcmusb.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/kcm_samba.mo +share/locale/ast/LC_MESSAGES/kcmdevinfo.mo +share/locale/ast/LC_MESSAGES/kcmusb.mo +share/locale/az/LC_MESSAGES/kcm_about-distro.mo +share/locale/az/LC_MESSAGES/kcm_energyinfo.mo +share/locale/az/LC_MESSAGES/kcm_nic.mo +share/locale/az/LC_MESSAGES/kcm_samba.mo +share/locale/az/LC_MESSAGES/kcmdevinfo.mo +share/locale/az/LC_MESSAGES/kcmusb.mo +share/locale/be/LC_MESSAGES/kcm_samba.mo +share/locale/be/LC_MESSAGES/kcmusb.mo +share/locale/bg/LC_MESSAGES/kcm_about-distro.mo +share/locale/bg/LC_MESSAGES/kcm_energyinfo.mo +share/locale/bg/LC_MESSAGES/kcm_nic.mo +share/locale/bg/LC_MESSAGES/kcm_samba.mo +share/locale/bg/LC_MESSAGES/kcmdevinfo.mo +share/locale/bg/LC_MESSAGES/kcmusb.mo +share/locale/bn/LC_MESSAGES/kcmusb.mo +share/locale/bn_IN/LC_MESSAGES/kcm_samba.mo +share/locale/bn_IN/LC_MESSAGES/kcmusb.mo +share/locale/br/LC_MESSAGES/kcm_samba.mo +share/locale/br/LC_MESSAGES/kcmusb.mo +share/locale/bs/LC_MESSAGES/kcm_about-distro.mo +share/locale/bs/LC_MESSAGES/kcm_nic.mo +share/locale/bs/LC_MESSAGES/kcm_samba.mo +share/locale/bs/LC_MESSAGES/kcmdevinfo.mo +share/locale/bs/LC_MESSAGES/kcmusb.mo +share/locale/ca/LC_MESSAGES/kcm_about-distro.mo +share/locale/ca/LC_MESSAGES/kcm_energyinfo.mo +share/locale/ca/LC_MESSAGES/kcm_nic.mo +share/locale/ca/LC_MESSAGES/kcm_samba.mo +share/locale/ca/LC_MESSAGES/kcmdevinfo.mo +share/locale/ca/LC_MESSAGES/kcmusb.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_about-distro.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_energyinfo.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_nic.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_samba.mo +share/locale/ca@valencia/LC_MESSAGES/kcmdevinfo.mo +share/locale/ca@valencia/LC_MESSAGES/kcmusb.mo +share/locale/cs/LC_MESSAGES/kcm_about-distro.mo +share/locale/cs/LC_MESSAGES/kcm_energyinfo.mo +share/locale/cs/LC_MESSAGES/kcm_nic.mo +share/locale/cs/LC_MESSAGES/kcm_samba.mo +share/locale/cs/LC_MESSAGES/kcmdevinfo.mo +share/locale/cs/LC_MESSAGES/kcmusb.mo +share/locale/csb/LC_MESSAGES/kcm_samba.mo +share/locale/csb/LC_MESSAGES/kcmusb.mo +share/locale/cy/LC_MESSAGES/kcm_samba.mo +share/locale/cy/LC_MESSAGES/kcmusb.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 +share/locale/da/LC_MESSAGES/kcm_samba.mo +share/locale/da/LC_MESSAGES/kcmdevinfo.mo +share/locale/da/LC_MESSAGES/kcmusb.mo +share/locale/de/LC_MESSAGES/kcm_about-distro.mo +share/locale/de/LC_MESSAGES/kcm_energyinfo.mo +share/locale/de/LC_MESSAGES/kcm_nic.mo +share/locale/de/LC_MESSAGES/kcm_samba.mo +share/locale/de/LC_MESSAGES/kcmdevinfo.mo +share/locale/de/LC_MESSAGES/kcmusb.mo +share/locale/el/LC_MESSAGES/kcm_about-distro.mo +share/locale/el/LC_MESSAGES/kcm_energyinfo.mo +share/locale/el/LC_MESSAGES/kcm_nic.mo +share/locale/el/LC_MESSAGES/kcm_samba.mo +share/locale/el/LC_MESSAGES/kcmdevinfo.mo +share/locale/el/LC_MESSAGES/kcmusb.mo +share/locale/en_GB/LC_MESSAGES/kcm_about-distro.mo +share/locale/en_GB/LC_MESSAGES/kcm_energyinfo.mo +share/locale/en_GB/LC_MESSAGES/kcm_nic.mo +share/locale/en_GB/LC_MESSAGES/kcm_samba.mo +share/locale/en_GB/LC_MESSAGES/kcmdevinfo.mo +share/locale/en_GB/LC_MESSAGES/kcmusb.mo +share/locale/eo/LC_MESSAGES/kcm_about-distro.mo +share/locale/eo/LC_MESSAGES/kcm_energyinfo.mo +share/locale/eo/LC_MESSAGES/kcm_nic.mo +share/locale/eo/LC_MESSAGES/kcm_samba.mo +share/locale/eo/LC_MESSAGES/kcmdevinfo.mo +share/locale/eo/LC_MESSAGES/kcmusb.mo +share/locale/es/LC_MESSAGES/kcm_about-distro.mo +share/locale/es/LC_MESSAGES/kcm_energyinfo.mo +share/locale/es/LC_MESSAGES/kcm_nic.mo +share/locale/es/LC_MESSAGES/kcm_samba.mo +share/locale/es/LC_MESSAGES/kcmdevinfo.mo +share/locale/es/LC_MESSAGES/kcmusb.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 +share/locale/et/LC_MESSAGES/kcm_samba.mo +share/locale/et/LC_MESSAGES/kcmdevinfo.mo +share/locale/et/LC_MESSAGES/kcmusb.mo +share/locale/eu/LC_MESSAGES/kcm_about-distro.mo +share/locale/eu/LC_MESSAGES/kcm_energyinfo.mo +share/locale/eu/LC_MESSAGES/kcm_nic.mo +share/locale/eu/LC_MESSAGES/kcm_samba.mo +share/locale/eu/LC_MESSAGES/kcmdevinfo.mo +share/locale/eu/LC_MESSAGES/kcmusb.mo +share/locale/fa/LC_MESSAGES/kcm_samba.mo +share/locale/fa/LC_MESSAGES/kcmdevinfo.mo +share/locale/fa/LC_MESSAGES/kcmusb.mo +share/locale/fi/LC_MESSAGES/kcm_about-distro.mo +share/locale/fi/LC_MESSAGES/kcm_energyinfo.mo +share/locale/fi/LC_MESSAGES/kcm_nic.mo +share/locale/fi/LC_MESSAGES/kcm_samba.mo +share/locale/fi/LC_MESSAGES/kcmdevinfo.mo +share/locale/fi/LC_MESSAGES/kcmusb.mo +share/locale/fr/LC_MESSAGES/kcm_about-distro.mo +share/locale/fr/LC_MESSAGES/kcm_energyinfo.mo +share/locale/fr/LC_MESSAGES/kcm_nic.mo +share/locale/fr/LC_MESSAGES/kcm_samba.mo +share/locale/fr/LC_MESSAGES/kcmdevinfo.mo +share/locale/fr/LC_MESSAGES/kcmusb.mo +share/locale/fy/LC_MESSAGES/kcm_samba.mo +share/locale/fy/LC_MESSAGES/kcmusb.mo +share/locale/ga/LC_MESSAGES/kcm_nic.mo +share/locale/ga/LC_MESSAGES/kcm_samba.mo +share/locale/ga/LC_MESSAGES/kcmdevinfo.mo +share/locale/ga/LC_MESSAGES/kcmusb.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 +share/locale/gl/LC_MESSAGES/kcm_samba.mo +share/locale/gl/LC_MESSAGES/kcmdevinfo.mo +share/locale/gl/LC_MESSAGES/kcmusb.mo +share/locale/gu/LC_MESSAGES/kcm_nic.mo +share/locale/gu/LC_MESSAGES/kcm_samba.mo +share/locale/gu/LC_MESSAGES/kcmdevinfo.mo +share/locale/gu/LC_MESSAGES/kcmusb.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 +share/locale/he/LC_MESSAGES/kcm_samba.mo +share/locale/he/LC_MESSAGES/kcmdevinfo.mo +share/locale/he/LC_MESSAGES/kcmusb.mo +share/locale/hi/LC_MESSAGES/kcm_nic.mo +share/locale/hi/LC_MESSAGES/kcm_samba.mo +share/locale/hi/LC_MESSAGES/kcmdevinfo.mo +share/locale/hi/LC_MESSAGES/kcmusb.mo +share/locale/hne/LC_MESSAGES/kcm_samba.mo +share/locale/hne/LC_MESSAGES/kcmusb.mo +share/locale/hr/LC_MESSAGES/kcm_nic.mo +share/locale/hr/LC_MESSAGES/kcm_samba.mo +share/locale/hr/LC_MESSAGES/kcmdevinfo.mo +share/locale/hr/LC_MESSAGES/kcmusb.mo +share/locale/hsb/LC_MESSAGES/kcm_samba.mo +share/locale/hsb/LC_MESSAGES/kcmusb.mo +share/locale/hu/LC_MESSAGES/kcm_about-distro.mo +share/locale/hu/LC_MESSAGES/kcm_energyinfo.mo +share/locale/hu/LC_MESSAGES/kcm_nic.mo +share/locale/hu/LC_MESSAGES/kcm_samba.mo +share/locale/hu/LC_MESSAGES/kcmdevinfo.mo +share/locale/hu/LC_MESSAGES/kcmusb.mo +share/locale/ia/LC_MESSAGES/kcm_about-distro.mo +share/locale/ia/LC_MESSAGES/kcm_energyinfo.mo +share/locale/ia/LC_MESSAGES/kcm_nic.mo +share/locale/ia/LC_MESSAGES/kcm_samba.mo +share/locale/ia/LC_MESSAGES/kcmdevinfo.mo +share/locale/ia/LC_MESSAGES/kcmusb.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 +share/locale/id/LC_MESSAGES/kcm_samba.mo +share/locale/id/LC_MESSAGES/kcmdevinfo.mo +share/locale/id/LC_MESSAGES/kcmusb.mo +share/locale/is/LC_MESSAGES/kcm_nic.mo +share/locale/is/LC_MESSAGES/kcm_samba.mo +share/locale/is/LC_MESSAGES/kcmdevinfo.mo +share/locale/is/LC_MESSAGES/kcmusb.mo +share/locale/it/LC_MESSAGES/kcm_about-distro.mo +share/locale/it/LC_MESSAGES/kcm_energyinfo.mo +share/locale/it/LC_MESSAGES/kcm_nic.mo +share/locale/it/LC_MESSAGES/kcm_samba.mo +share/locale/it/LC_MESSAGES/kcmdevinfo.mo +share/locale/it/LC_MESSAGES/kcmusb.mo +share/locale/ja/LC_MESSAGES/kcm_about-distro.mo +share/locale/ja/LC_MESSAGES/kcm_energyinfo.mo +share/locale/ja/LC_MESSAGES/kcm_nic.mo +share/locale/ja/LC_MESSAGES/kcm_samba.mo +share/locale/ja/LC_MESSAGES/kcmdevinfo.mo +share/locale/ja/LC_MESSAGES/kcmusb.mo +share/locale/ka/LC_MESSAGES/kcm_about-distro.mo +share/locale/ka/LC_MESSAGES/kcm_energyinfo.mo +share/locale/ka/LC_MESSAGES/kcm_nic.mo +share/locale/ka/LC_MESSAGES/kcm_samba.mo +share/locale/ka/LC_MESSAGES/kcmdevinfo.mo +share/locale/ka/LC_MESSAGES/kcmusb.mo +share/locale/kk/LC_MESSAGES/kcm_nic.mo +share/locale/kk/LC_MESSAGES/kcm_samba.mo +share/locale/kk/LC_MESSAGES/kcmdevinfo.mo +share/locale/kk/LC_MESSAGES/kcmusb.mo +share/locale/km/LC_MESSAGES/kcm_nic.mo +share/locale/km/LC_MESSAGES/kcm_samba.mo +share/locale/km/LC_MESSAGES/kcmdevinfo.mo +share/locale/km/LC_MESSAGES/kcmusb.mo +share/locale/kn/LC_MESSAGES/kcm_nic.mo +share/locale/kn/LC_MESSAGES/kcm_samba.mo +share/locale/kn/LC_MESSAGES/kcmdevinfo.mo +share/locale/kn/LC_MESSAGES/kcmusb.mo +share/locale/ko/LC_MESSAGES/kcm_about-distro.mo +share/locale/ko/LC_MESSAGES/kcm_energyinfo.mo +share/locale/ko/LC_MESSAGES/kcm_nic.mo +share/locale/ko/LC_MESSAGES/kcm_samba.mo +share/locale/ko/LC_MESSAGES/kcmdevinfo.mo +share/locale/ko/LC_MESSAGES/kcmusb.mo +share/locale/ku/LC_MESSAGES/kcm_samba.mo +share/locale/ku/LC_MESSAGES/kcmusb.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 +share/locale/lt/LC_MESSAGES/kcm_samba.mo +share/locale/lt/LC_MESSAGES/kcmdevinfo.mo +share/locale/lt/LC_MESSAGES/kcmusb.mo +share/locale/lv/LC_MESSAGES/kcm_nic.mo +share/locale/lv/LC_MESSAGES/kcm_samba.mo +share/locale/lv/LC_MESSAGES/kcmdevinfo.mo +share/locale/lv/LC_MESSAGES/kcmusb.mo +share/locale/mai/LC_MESSAGES/kcm_nic.mo +share/locale/mai/LC_MESSAGES/kcm_samba.mo +share/locale/mai/LC_MESSAGES/kcmdevinfo.mo +share/locale/mai/LC_MESSAGES/kcmusb.mo +share/locale/mk/LC_MESSAGES/kcm_samba.mo +share/locale/mk/LC_MESSAGES/kcmusb.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 +share/locale/ml/LC_MESSAGES/kcm_samba.mo +share/locale/ml/LC_MESSAGES/kcmdevinfo.mo +share/locale/ml/LC_MESSAGES/kcmusb.mo +share/locale/mr/LC_MESSAGES/kcm_nic.mo +share/locale/mr/LC_MESSAGES/kcm_samba.mo +share/locale/mr/LC_MESSAGES/kcmdevinfo.mo +share/locale/mr/LC_MESSAGES/kcmusb.mo +share/locale/ms/LC_MESSAGES/kcm_nic.mo +share/locale/ms/LC_MESSAGES/kcm_samba.mo +share/locale/ms/LC_MESSAGES/kcmdevinfo.mo +share/locale/ms/LC_MESSAGES/kcmusb.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 +share/locale/nb/LC_MESSAGES/kcm_samba.mo +share/locale/nb/LC_MESSAGES/kcmdevinfo.mo +share/locale/nb/LC_MESSAGES/kcmusb.mo +share/locale/nds/LC_MESSAGES/kcm_nic.mo +share/locale/nds/LC_MESSAGES/kcm_samba.mo +share/locale/nds/LC_MESSAGES/kcmdevinfo.mo +share/locale/nds/LC_MESSAGES/kcmusb.mo +share/locale/ne/LC_MESSAGES/kcm_samba.mo +share/locale/ne/LC_MESSAGES/kcmusb.mo +share/locale/nl/LC_MESSAGES/kcm_about-distro.mo +share/locale/nl/LC_MESSAGES/kcm_energyinfo.mo +share/locale/nl/LC_MESSAGES/kcm_nic.mo +share/locale/nl/LC_MESSAGES/kcm_samba.mo +share/locale/nl/LC_MESSAGES/kcmdevinfo.mo +share/locale/nl/LC_MESSAGES/kcmusb.mo +share/locale/nn/LC_MESSAGES/kcm_about-distro.mo +share/locale/nn/LC_MESSAGES/kcm_energyinfo.mo +share/locale/nn/LC_MESSAGES/kcm_nic.mo +share/locale/nn/LC_MESSAGES/kcm_samba.mo +share/locale/nn/LC_MESSAGES/kcmdevinfo.mo +share/locale/nn/LC_MESSAGES/kcmusb.mo +share/locale/oc/LC_MESSAGES/kcm_samba.mo +share/locale/oc/LC_MESSAGES/kcmusb.mo +share/locale/or/LC_MESSAGES/kcm_samba.mo +share/locale/or/LC_MESSAGES/kcmusb.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 +share/locale/pa/LC_MESSAGES/kcm_samba.mo +share/locale/pa/LC_MESSAGES/kcmdevinfo.mo +share/locale/pa/LC_MESSAGES/kcmusb.mo +share/locale/pl/LC_MESSAGES/kcm_about-distro.mo +share/locale/pl/LC_MESSAGES/kcm_energyinfo.mo +share/locale/pl/LC_MESSAGES/kcm_nic.mo +share/locale/pl/LC_MESSAGES/kcm_samba.mo +share/locale/pl/LC_MESSAGES/kcmdevinfo.mo +share/locale/pl/LC_MESSAGES/kcmusb.mo +share/locale/pt/LC_MESSAGES/kcm_about-distro.mo +share/locale/pt/LC_MESSAGES/kcm_energyinfo.mo +share/locale/pt/LC_MESSAGES/kcm_nic.mo +share/locale/pt/LC_MESSAGES/kcm_samba.mo +share/locale/pt/LC_MESSAGES/kcmdevinfo.mo +share/locale/pt/LC_MESSAGES/kcmusb.mo +share/locale/pt_BR/LC_MESSAGES/kcm_about-distro.mo +share/locale/pt_BR/LC_MESSAGES/kcm_energyinfo.mo +share/locale/pt_BR/LC_MESSAGES/kcm_nic.mo +share/locale/pt_BR/LC_MESSAGES/kcm_samba.mo +share/locale/pt_BR/LC_MESSAGES/kcmdevinfo.mo +share/locale/pt_BR/LC_MESSAGES/kcmusb.mo +share/locale/ro/LC_MESSAGES/kcm_about-distro.mo +share/locale/ro/LC_MESSAGES/kcm_energyinfo.mo +share/locale/ro/LC_MESSAGES/kcm_nic.mo +share/locale/ro/LC_MESSAGES/kcm_samba.mo +share/locale/ro/LC_MESSAGES/kcmdevinfo.mo +share/locale/ro/LC_MESSAGES/kcmusb.mo +share/locale/ru/LC_MESSAGES/kcm_about-distro.mo +share/locale/ru/LC_MESSAGES/kcm_energyinfo.mo +share/locale/ru/LC_MESSAGES/kcm_nic.mo +share/locale/ru/LC_MESSAGES/kcm_samba.mo +share/locale/ru/LC_MESSAGES/kcmdevinfo.mo +share/locale/ru/LC_MESSAGES/kcmusb.mo +share/locale/se/LC_MESSAGES/kcm_nic.mo +share/locale/se/LC_MESSAGES/kcm_samba.mo +share/locale/se/LC_MESSAGES/kcmusb.mo +share/locale/si/LC_MESSAGES/kcm_samba.mo +share/locale/si/LC_MESSAGES/kcmdevinfo.mo +share/locale/si/LC_MESSAGES/kcmusb.mo +share/locale/sk/LC_MESSAGES/kcm_about-distro.mo +share/locale/sk/LC_MESSAGES/kcm_energyinfo.mo +share/locale/sk/LC_MESSAGES/kcm_nic.mo +share/locale/sk/LC_MESSAGES/kcm_samba.mo +share/locale/sk/LC_MESSAGES/kcmdevinfo.mo +share/locale/sk/LC_MESSAGES/kcmusb.mo +share/locale/sl/LC_MESSAGES/kcm_about-distro.mo +share/locale/sl/LC_MESSAGES/kcm_energyinfo.mo +share/locale/sl/LC_MESSAGES/kcm_nic.mo +share/locale/sl/LC_MESSAGES/kcm_samba.mo +share/locale/sl/LC_MESSAGES/kcmdevinfo.mo +share/locale/sl/LC_MESSAGES/kcmusb.mo +share/locale/sq/LC_MESSAGES/kcm_nic.mo +share/locale/sq/LC_MESSAGES/kcm_samba.mo +share/locale/sq/LC_MESSAGES/kcmusb.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 +share/locale/sr/LC_MESSAGES/kcm_samba.mo +share/locale/sr/LC_MESSAGES/kcmdevinfo.mo +share/locale/sr/LC_MESSAGES/kcmusb.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 +share/locale/sr@ijekavian/LC_MESSAGES/kcm_samba.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmdevinfo.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmusb.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 +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_samba.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmdevinfo.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmusb.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 +share/locale/sr@latin/LC_MESSAGES/kcm_samba.mo +share/locale/sr@latin/LC_MESSAGES/kcmdevinfo.mo +share/locale/sr@latin/LC_MESSAGES/kcmusb.mo +share/locale/sv/LC_MESSAGES/kcm_about-distro.mo +share/locale/sv/LC_MESSAGES/kcm_energyinfo.mo +share/locale/sv/LC_MESSAGES/kcm_nic.mo +share/locale/sv/LC_MESSAGES/kcm_samba.mo +share/locale/sv/LC_MESSAGES/kcmdevinfo.mo +share/locale/sv/LC_MESSAGES/kcmusb.mo +share/locale/ta/LC_MESSAGES/kcm_about-distro.mo +share/locale/ta/LC_MESSAGES/kcm_samba.mo +share/locale/ta/LC_MESSAGES/kcmdevinfo.mo +share/locale/ta/LC_MESSAGES/kcmusb.mo +share/locale/te/LC_MESSAGES/kcm_samba.mo +share/locale/te/LC_MESSAGES/kcmusb.mo +share/locale/tg/LC_MESSAGES/kcm_energyinfo.mo +share/locale/tg/LC_MESSAGES/kcm_nic.mo +share/locale/tg/LC_MESSAGES/kcm_samba.mo +share/locale/tg/LC_MESSAGES/kcmdevinfo.mo +share/locale/tg/LC_MESSAGES/kcmusb.mo +share/locale/th/LC_MESSAGES/kcm_nic.mo +share/locale/th/LC_MESSAGES/kcm_samba.mo +share/locale/th/LC_MESSAGES/kcmdevinfo.mo +share/locale/th/LC_MESSAGES/kcmusb.mo +share/locale/tr/LC_MESSAGES/kcm_about-distro.mo +share/locale/tr/LC_MESSAGES/kcm_energyinfo.mo +share/locale/tr/LC_MESSAGES/kcm_nic.mo +share/locale/tr/LC_MESSAGES/kcm_samba.mo +share/locale/tr/LC_MESSAGES/kcmdevinfo.mo +share/locale/tr/LC_MESSAGES/kcmusb.mo +share/locale/ug/LC_MESSAGES/kcm_about-distro.mo +share/locale/ug/LC_MESSAGES/kcm_nic.mo +share/locale/ug/LC_MESSAGES/kcm_samba.mo +share/locale/ug/LC_MESSAGES/kcmdevinfo.mo +share/locale/ug/LC_MESSAGES/kcmusb.mo +share/locale/uk/LC_MESSAGES/kcm_about-distro.mo +share/locale/uk/LC_MESSAGES/kcm_energyinfo.mo +share/locale/uk/LC_MESSAGES/kcm_nic.mo +share/locale/uk/LC_MESSAGES/kcm_samba.mo +share/locale/uk/LC_MESSAGES/kcmdevinfo.mo +share/locale/uk/LC_MESSAGES/kcmusb.mo +share/locale/uz/LC_MESSAGES/kcm_samba.mo +share/locale/uz/LC_MESSAGES/kcmusb.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcm_samba.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcmusb.mo +share/locale/vi/LC_MESSAGES/kcm_about-distro.mo +share/locale/vi/LC_MESSAGES/kcm_energyinfo.mo +share/locale/vi/LC_MESSAGES/kcm_nic.mo +share/locale/vi/LC_MESSAGES/kcm_samba.mo +share/locale/vi/LC_MESSAGES/kcmdevinfo.mo +share/locale/vi/LC_MESSAGES/kcmusb.mo +share/locale/wa/LC_MESSAGES/kcm_nic.mo +share/locale/wa/LC_MESSAGES/kcm_samba.mo +share/locale/wa/LC_MESSAGES/kcmdevinfo.mo +share/locale/wa/LC_MESSAGES/kcmusb.mo +share/locale/xh/LC_MESSAGES/kcm_samba.mo +share/locale/xh/LC_MESSAGES/kcmusb.mo +share/locale/zh_CN/LC_MESSAGES/kcm_about-distro.mo +share/locale/zh_CN/LC_MESSAGES/kcm_energyinfo.mo +share/locale/zh_CN/LC_MESSAGES/kcm_nic.mo +share/locale/zh_CN/LC_MESSAGES/kcm_samba.mo +share/locale/zh_CN/LC_MESSAGES/kcmdevinfo.mo +share/locale/zh_CN/LC_MESSAGES/kcmusb.mo +share/locale/zh_TW/LC_MESSAGES/kcm_about-distro.mo +share/locale/zh_TW/LC_MESSAGES/kcm_energyinfo.mo +share/locale/zh_TW/LC_MESSAGES/kcm_nic.mo +share/locale/zh_TW/LC_MESSAGES/kcm_samba.mo +share/locale/zh_TW/LC_MESSAGES/kcmdevinfo.mo +share/locale/zh_TW/LC_MESSAGES/kcmusb.mo +share/metainfo/org.kde.kinfocenter.appdata.xml diff --git a/sysutils/plasma6-kmenuedit/Makefile b/sysutils/plasma6-kmenuedit/Makefile new file mode 100644 index 000000000000..4bd0aea7fd8d --- /dev/null +++ b/sysutils/plasma6-kmenuedit/Makefile @@ -0,0 +1,14 @@ +PORTNAME= kmenuedit +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= sysutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Menu Editor for Plasma Workspaces + +USES= cmake gettext kde:6 qt:6 tar:xz +USE_KDE= dbusaddons doctools globalaccel i18n iconthemes itemviews kio \ + sonnet windowsystem xmlgui \ + ecm:build +USE_QT= base + +.include <bsd.port.mk> diff --git a/sysutils/plasma6-kmenuedit/distinfo b/sysutils/plasma6-kmenuedit/distinfo new file mode 100644 index 000000000000..99c8416a1b5a --- /dev/null +++ b/sysutils/plasma6-kmenuedit/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525053 +SHA256 (KDE/plasma/5.90.0/kmenuedit-5.90.0.tar.xz) = 816a580d69a620dc2f99c47fd5aed2ebd23d99d6c142095fb67eeeb18ed81488 +SIZE (KDE/plasma/5.90.0/kmenuedit-5.90.0.tar.xz) = 930612 diff --git a/sysutils/plasma6-kmenuedit/pkg-plist b/sysutils/plasma6-kmenuedit/pkg-plist new file mode 100644 index 000000000000..7d0a0e43cffb --- /dev/null +++ b/sysutils/plasma6-kmenuedit/pkg-plist @@ -0,0 +1,163 @@ +bin/kmenuedit +share/applications/org.kde.kmenuedit.desktop +share/doc/HTML/ca/kmenuedit/done.png +share/doc/HTML/ca/kmenuedit/index.cache.bz2 +share/doc/HTML/ca/kmenuedit/index.docbook +share/doc/HTML/ca/kmenuedit/itemname.png +share/doc/HTML/ca/kmenuedit/new.png +share/doc/HTML/ca/kmenuedit/selecticon.png +share/doc/HTML/ca/kmenuedit/selectinternet.png +share/doc/HTML/de/kmenuedit/index.cache.bz2 +share/doc/HTML/de/kmenuedit/index.docbook +share/doc/HTML/en/kmenuedit/done.png +share/doc/HTML/en/kmenuedit/index.cache.bz2 +share/doc/HTML/en/kmenuedit/index.docbook +share/doc/HTML/en/kmenuedit/itemname.png +share/doc/HTML/en/kmenuedit/new.png +share/doc/HTML/en/kmenuedit/reset.png +share/doc/HTML/en/kmenuedit/selecticon.png +share/doc/HTML/en/kmenuedit/selectinternet.png +share/doc/HTML/es/kmenuedit/index.cache.bz2 +share/doc/HTML/es/kmenuedit/index.docbook +share/doc/HTML/fr/kmenuedit/index.cache.bz2 +share/doc/HTML/fr/kmenuedit/index.docbook +share/doc/HTML/id/kmenuedit/index.cache.bz2 +share/doc/HTML/id/kmenuedit/index.docbook +share/doc/HTML/it/kmenuedit/done.png +share/doc/HTML/it/kmenuedit/index.cache.bz2 +share/doc/HTML/it/kmenuedit/index.docbook +share/doc/HTML/it/kmenuedit/itemname.png +share/doc/HTML/it/kmenuedit/new.png +share/doc/HTML/it/kmenuedit/selecticon.png +share/doc/HTML/it/kmenuedit/selectinternet.png +share/doc/HTML/it/kmenuedit/toolbars-toolbar.png +share/doc/HTML/nl/kmenuedit/index.cache.bz2 +share/doc/HTML/nl/kmenuedit/index.docbook +share/doc/HTML/pt_BR/kmenuedit/done.png +share/doc/HTML/pt_BR/kmenuedit/index.cache.bz2 +share/doc/HTML/pt_BR/kmenuedit/index.docbook +share/doc/HTML/pt_BR/kmenuedit/itemname.png +share/doc/HTML/pt_BR/kmenuedit/new.png +share/doc/HTML/pt_BR/kmenuedit/reset.png +share/doc/HTML/pt_BR/kmenuedit/selecticon.png +share/doc/HTML/pt_BR/kmenuedit/selectinternet.png +share/doc/HTML/ru/kmenuedit/done.png +share/doc/HTML/ru/kmenuedit/index.cache.bz2 +share/doc/HTML/ru/kmenuedit/index.docbook +share/doc/HTML/ru/kmenuedit/itemname.png +share/doc/HTML/ru/kmenuedit/new.png +share/doc/HTML/ru/kmenuedit/selecticon.png +share/doc/HTML/ru/kmenuedit/selectinternet.png +share/doc/HTML/sv/kmenuedit/index.cache.bz2 +share/doc/HTML/sv/kmenuedit/index.docbook +share/doc/HTML/tr/kmenuedit/index.cache.bz2 +share/doc/HTML/tr/kmenuedit/index.docbook +share/doc/HTML/uk/kmenuedit/done.png +share/doc/HTML/uk/kmenuedit/index.cache.bz2 +share/doc/HTML/uk/kmenuedit/index.docbook +share/doc/HTML/uk/kmenuedit/itemname.png +share/doc/HTML/uk/kmenuedit/new.png +share/doc/HTML/uk/kmenuedit/selecticon.png +share/doc/HTML/uk/kmenuedit/selectinternet.png +share/icons/hicolor/16x16/apps/kmenuedit.png +share/icons/hicolor/22x22/apps/kmenuedit.png +share/icons/hicolor/32x32/apps/kmenuedit.png +share/icons/hicolor/48x48/apps/kmenuedit.png +%%DATADIR%%/icons/hicolor/22x22/actions/menu_new.png +%%DATADIR%%/icons/hicolor/22x22/actions/menu_new_sep.png +%%DATADIR%%/icons/hicolor/32x32/actions/menu_new.png +%%DATADIR%%/icons/hicolor/32x32/actions/menu_new_sep.png +share/locale/af/LC_MESSAGES/kmenuedit.mo +share/locale/ar/LC_MESSAGES/kmenuedit.mo +share/locale/ast/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 +share/locale/bn_IN/LC_MESSAGES/kmenuedit.mo +share/locale/br/LC_MESSAGES/kmenuedit.mo +share/locale/bs/LC_MESSAGES/kmenuedit.mo +share/locale/ca/LC_MESSAGES/kmenuedit.mo +share/locale/ca@valencia/LC_MESSAGES/kmenuedit.mo +share/locale/cs/LC_MESSAGES/kmenuedit.mo +share/locale/csb/LC_MESSAGES/kmenuedit.mo +share/locale/cy/LC_MESSAGES/kmenuedit.mo +share/locale/da/LC_MESSAGES/kmenuedit.mo +share/locale/de/LC_MESSAGES/kmenuedit.mo +share/locale/el/LC_MESSAGES/kmenuedit.mo +share/locale/en_GB/LC_MESSAGES/kmenuedit.mo +share/locale/eo/LC_MESSAGES/kmenuedit.mo +share/locale/es/LC_MESSAGES/kmenuedit.mo +share/locale/et/LC_MESSAGES/kmenuedit.mo +share/locale/eu/LC_MESSAGES/kmenuedit.mo +share/locale/fa/LC_MESSAGES/kmenuedit.mo +share/locale/fi/LC_MESSAGES/kmenuedit.mo +share/locale/fr/LC_MESSAGES/kmenuedit.mo +share/locale/fy/LC_MESSAGES/kmenuedit.mo +share/locale/ga/LC_MESSAGES/kmenuedit.mo +share/locale/gl/LC_MESSAGES/kmenuedit.mo +share/locale/gu/LC_MESSAGES/kmenuedit.mo +share/locale/he/LC_MESSAGES/kmenuedit.mo +share/locale/hi/LC_MESSAGES/kmenuedit.mo +share/locale/hne/LC_MESSAGES/kmenuedit.mo +share/locale/hr/LC_MESSAGES/kmenuedit.mo +share/locale/hsb/LC_MESSAGES/kmenuedit.mo +share/locale/hu/LC_MESSAGES/kmenuedit.mo +share/locale/ia/LC_MESSAGES/kmenuedit.mo +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 +share/locale/ko/LC_MESSAGES/kmenuedit.mo +share/locale/ku/LC_MESSAGES/kmenuedit.mo +share/locale/lt/LC_MESSAGES/kmenuedit.mo +share/locale/lv/LC_MESSAGES/kmenuedit.mo +share/locale/mai/LC_MESSAGES/kmenuedit.mo +share/locale/mk/LC_MESSAGES/kmenuedit.mo +share/locale/ml/LC_MESSAGES/kmenuedit.mo +share/locale/mr/LC_MESSAGES/kmenuedit.mo +share/locale/ms/LC_MESSAGES/kmenuedit.mo +share/locale/nb/LC_MESSAGES/kmenuedit.mo +share/locale/nds/LC_MESSAGES/kmenuedit.mo +share/locale/ne/LC_MESSAGES/kmenuedit.mo +share/locale/nl/LC_MESSAGES/kmenuedit.mo +share/locale/nn/LC_MESSAGES/kmenuedit.mo +share/locale/oc/LC_MESSAGES/kmenuedit.mo +share/locale/or/LC_MESSAGES/kmenuedit.mo +share/locale/pa/LC_MESSAGES/kmenuedit.mo +share/locale/pl/LC_MESSAGES/kmenuedit.mo +share/locale/pt/LC_MESSAGES/kmenuedit.mo +share/locale/pt_BR/LC_MESSAGES/kmenuedit.mo +share/locale/ro/LC_MESSAGES/kmenuedit.mo +share/locale/ru/LC_MESSAGES/kmenuedit.mo +share/locale/sa/LC_MESSAGES/kmenuedit.mo +share/locale/se/LC_MESSAGES/kmenuedit.mo +share/locale/si/LC_MESSAGES/kmenuedit.mo +share/locale/sk/LC_MESSAGES/kmenuedit.mo +share/locale/sl/LC_MESSAGES/kmenuedit.mo +share/locale/sq/LC_MESSAGES/kmenuedit.mo +share/locale/sr/LC_MESSAGES/kmenuedit.mo +share/locale/sr@ijekavian/LC_MESSAGES/kmenuedit.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kmenuedit.mo +share/locale/sr@latin/LC_MESSAGES/kmenuedit.mo +share/locale/sv/LC_MESSAGES/kmenuedit.mo +share/locale/ta/LC_MESSAGES/kmenuedit.mo +share/locale/te/LC_MESSAGES/kmenuedit.mo +share/locale/tg/LC_MESSAGES/kmenuedit.mo +share/locale/th/LC_MESSAGES/kmenuedit.mo +share/locale/tr/LC_MESSAGES/kmenuedit.mo +share/locale/ug/LC_MESSAGES/kmenuedit.mo +share/locale/uk/LC_MESSAGES/kmenuedit.mo +share/locale/uz/LC_MESSAGES/kmenuedit.mo +share/locale/uz@cyrillic/LC_MESSAGES/kmenuedit.mo +share/locale/vi/LC_MESSAGES/kmenuedit.mo +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-categories6/kmenuedit.categories diff --git a/sysutils/plasma6-ksystemstats/Makefile b/sysutils/plasma6-ksystemstats/Makefile new file mode 100644 index 000000000000..6d52b0e47e58 --- /dev/null +++ b/sysutils/plasma6-ksystemstats/Makefile @@ -0,0 +1,13 @@ +PORTNAME= ksystemstats +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= sysutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plugin based system monitoring daemon + +USES= cmake gettext kde:6 qt:6 tar:xz +USE_KDE= coreaddons dbusaddons kio libksysguard solid \ + ecm:build +USE_QT= base + +.include <bsd.port.mk> diff --git a/sysutils/plasma6-ksystemstats/distinfo b/sysutils/plasma6-ksystemstats/distinfo new file mode 100644 index 000000000000..4b4d805a4faf --- /dev/null +++ b/sysutils/plasma6-ksystemstats/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525119 +SHA256 (KDE/plasma/5.90.0/ksystemstats-5.90.0.tar.xz) = e7a5d5cd2dcfe61dd9921327478c13cea0dcf317f8b1b3809bdcbc7193a37a9a +SIZE (KDE/plasma/5.90.0/ksystemstats-5.90.0.tar.xz) = 122848 diff --git a/sysutils/plasma6-ksystemstats/pkg-plist b/sysutils/plasma6-ksystemstats/pkg-plist new file mode 100644 index 000000000000..ed34d919e2dd --- /dev/null +++ b/sysutils/plasma6-ksystemstats/pkg-plist @@ -0,0 +1,50 @@ +bin/kstatsviewer +bin/ksystemstats +%%QT_PLUGINDIR%%/ksystemstats/ksystemstats_plugin_cpu.so +%%QT_PLUGINDIR%%/ksystemstats/ksystemstats_plugin_disk.so +%%QT_PLUGINDIR%%/ksystemstats/ksystemstats_plugin_gpu.so +%%QT_PLUGINDIR%%/ksystemstats/ksystemstats_plugin_memory.so +%%QT_PLUGINDIR%%/ksystemstats/ksystemstats_plugin_network.so +%%QT_PLUGINDIR%%/ksystemstats/ksystemstats_plugin_osinfo.so +%%QT_PLUGINDIR%%/ksystemstats/ksystemstats_plugin_power.so +lib/systemd/user/plasma-ksystemstats.service +share/dbus-1/services/org.kde.ksystemstats.service +share/locale/ar/LC_MESSAGES/ksystemstats_plugins.mo +share/locale/ast/LC_MESSAGES/ksystemstats_plugins.mo +share/locale/az/LC_MESSAGES/ksystemstats_plugins.mo +share/locale/bg/LC_MESSAGES/ksystemstats_plugins.mo +share/locale/ca/LC_MESSAGES/ksystemstats_plugins.mo +share/locale/ca@valencia/LC_MESSAGES/ksystemstats_plugins.mo +share/locale/cs/LC_MESSAGES/ksystemstats_plugins.mo +share/locale/da/LC_MESSAGES/ksystemstats_plugins.mo +share/locale/de/LC_MESSAGES/ksystemstats_plugins.mo +share/locale/en_GB/LC_MESSAGES/ksystemstats_plugins.mo +share/locale/eo/LC_MESSAGES/ksystemstats_plugins.mo +share/locale/es/LC_MESSAGES/ksystemstats_plugins.mo +share/locale/et/LC_MESSAGES/ksystemstats_plugins.mo +share/locale/eu/LC_MESSAGES/ksystemstats_plugins.mo +share/locale/fi/LC_MESSAGES/ksystemstats_plugins.mo +share/locale/fr/LC_MESSAGES/ksystemstats_plugins.mo +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 +share/locale/nn/LC_MESSAGES/ksystemstats_plugins.mo +share/locale/pa/LC_MESSAGES/ksystemstats_plugins.mo +share/locale/pl/LC_MESSAGES/ksystemstats_plugins.mo +share/locale/pt/LC_MESSAGES/ksystemstats_plugins.mo +share/locale/pt_BR/LC_MESSAGES/ksystemstats_plugins.mo +share/locale/ro/LC_MESSAGES/ksystemstats_plugins.mo +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 +share/locale/zh_TW/LC_MESSAGES/ksystemstats_plugins.mo diff --git a/sysutils/plasma6-libksysguard/Makefile b/sysutils/plasma6-libksysguard/Makefile new file mode 100644 index 000000000000..f6334b5b5743 --- /dev/null +++ b/sysutils/plasma6-libksysguard/Makefile @@ -0,0 +1,19 @@ +PORTNAME= libksysguard +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= sysutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Library to retrieve information on the current status of computer hardware + +LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon + +USES= cmake gettext gl kde:6 qt:6 tar:xz xorg +USE_GL= gl opengl +USE_KDE= auth colorscheme completion config configwidgets coreaddons \ + globalaccel i18n iconthemes jobwidgets kio newstuff package \ + service solid widgetsaddons windowsystem \ + ecm:build +USE_QT= 5compat base declarative webchannel webengine +USE_XORG= x11 + +.include <bsd.port.mk> diff --git a/sysutils/plasma6-libksysguard/distinfo b/sysutils/plasma6-libksysguard/distinfo new file mode 100644 index 000000000000..974a3dbc3204 --- /dev/null +++ b/sysutils/plasma6-libksysguard/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525054 +SHA256 (KDE/plasma/5.90.0/libksysguard-5.90.0.tar.xz) = c12c0f854d808a14b93e8b025ceb610e1146116fb44628ec4dc4d49fb400d47c +SIZE (KDE/plasma/5.90.0/libksysguard-5.90.0.tar.xz) = 894424 diff --git a/sysutils/plasma6-libksysguard/pkg-plist b/sysutils/plasma6-libksysguard/pkg-plist new file mode 100644 index 000000000000..c9543fe4eb8b --- /dev/null +++ b/sysutils/plasma6-libksysguard/pkg-plist @@ -0,0 +1,769 @@ +include/ksysguard/faces/FaceLoader.h +include/ksysguard/faces/SensorFaceController.h +include/ksysguard/faces/SensorFace_p.h +include/ksysguard/faces/sensorfaces_export.h +include/ksysguard/formatter/Formatter.h +include/ksysguard/formatter/Unit.h +include/ksysguard/formatter/formatter_export.h +include/ksysguard/ksgrd/SensorAgent.h +include/ksysguard/ksgrd/SensorClient.h +include/ksysguard/ksgrd/SensorManager.h +include/ksysguard/ksgrd/SensorShellAgent.h +include/ksysguard/ksgrd/SensorSocketAgent.h +include/ksysguard/ksgrd/ksgrd_export.h +include/ksysguard/ksignalplotter.h +include/ksysguard/ksignalplotter_export.h +include/ksysguard/lsof.h +include/ksysguard/lsofui_export.h +include/ksysguard/processcore/formatter.h +include/ksysguard/processcore/process.h +include/ksysguard/processcore/process_attribute.h +include/ksysguard/processcore/process_attribute_model.h +include/ksysguard/processcore/process_controller.h +include/ksysguard/processcore/process_data_model.h +include/ksysguard/processcore/process_data_provider.h +include/ksysguard/processcore/processcore_export.h +include/ksysguard/processcore/processes.h +include/ksysguard/processcore/unit.h +include/ksysguard/processui/KTextEditVT.h +include/ksysguard/processui/ProcessFilter.h +include/ksysguard/processui/ProcessModel.h +include/ksysguard/processui/ksysguardprocesslist.h +include/ksysguard/processui/processui_export.h +include/ksysguard/sensors/Sensor.h +include/ksysguard/sensors/SensorDataModel.h +include/ksysguard/sensors/SensorInfo_p.h +include/ksysguard/sensors/SensorQuery.h +include/ksysguard/sensors/SensorTreeModel.h +include/ksysguard/sensors/SensorUnitModel.h +include/ksysguard/sensors/sensors_export.h +include/ksysguard/systemstats/AggregateSensor.h +include/ksysguard/systemstats/DBusInterface.h +include/ksysguard/systemstats/SensorContainer.h +include/ksysguard/systemstats/SensorInfo.h +include/ksysguard/systemstats/SensorObject.h +include/ksysguard/systemstats/SensorPlugin.h +include/ksysguard/systemstats/SensorProperty.h +include/ksysguard/systemstats/SensorsFeatureSensor.h +include/ksysguard/systemstats/SysFsSensor.h +include/ksysguard/systemstats/SysctlSensor.h +include/ksysguard/systemstats/org.kde.ksystemstats.h +include/ksysguard/systemstats/systemstats_export.h +lib/cmake/KSysGuard/KSysGuardConfig.cmake +lib/cmake/KSysGuard/KSysGuardConfigVersion.cmake +lib/cmake/KSysGuard/KSysGuardLibraryTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KSysGuard/KSysGuardLibraryTargets.cmake +lib/libKSysGuardFormatter.so +lib/libKSysGuardFormatter.so.2 +lib/libKSysGuardFormatter.so.%%KDE_PLASMA_VERSION%% +lib/libKSysGuardSensorFaces.so +lib/libKSysGuardSensorFaces.so.2 +lib/libKSysGuardSensorFaces.so.%%KDE_PLASMA_VERSION%% +lib/libKSysGuardSensors.so +lib/libKSysGuardSensors.so.2 +lib/libKSysGuardSensors.so.%%KDE_PLASMA_VERSION%% +lib/libKSysGuardSystemStats.so +lib/libKSysGuardSystemStats.so.2 +lib/libKSysGuardSystemStats.so.%%KDE_PLASMA_VERSION%% +lib/libexec/kf6/kauth/ksysguardprocesslist_helper +lib/libksgrd.so +lib/libksgrd.so.10 +lib/libksgrd.so.%%KDE_PLASMA_VERSION%% +lib/libksignalplotter.so +lib/libksignalplotter.so.10 +lib/libksignalplotter.so.%%KDE_PLASMA_VERSION%% +lib/liblsofui.so +lib/liblsofui.so.10 +lib/liblsofui.so.%%KDE_PLASMA_VERSION%% +lib/libprocesscore.so +lib/libprocesscore.so.10 +lib/libprocesscore.so.%%KDE_PLASMA_VERSION%% +lib/libprocessui.so +lib/libprocessui.so.10 +lib/libprocessui.so.%%KDE_PLASMA_VERSION%% +%%QT_PLUGINDIR%%/designer/ksignalplotter5widgets.so +%%QT_PLUGINDIR%%/designer/ksysguard5widgets.so +%%QT_PLUGINDIR%%/designer/ksysguardlsof5widgets.so +%%QT_PLUGINDIR%%/kf6/packagestructure/ksysguard_sensorface.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 +%%QT_QMLDIR%%/org/kde/ksysguard/faces/libFacesPlugin.so +%%QT_QMLDIR%%/org/kde/ksysguard/faces/qmldir +%%QT_QMLDIR%%/org/kde/ksysguard/formatter/libFormatterPlugin.so +%%QT_QMLDIR%%/org/kde/ksysguard/formatter/qmldir +%%QT_QMLDIR%%/org/kde/ksysguard/process/libProcessPlugin.so +%%QT_QMLDIR%%/org/kde/ksysguard/process/qmldir +%%QT_QMLDIR%%/org/kde/ksysguard/sensors/libSensorsPlugin.so +%%QT_QMLDIR%%/org/kde/ksysguard/sensors/qmldir +share/dbus-1/interfaces/org.kde.ksystemstats.xml +share/dbus-1/system-services/org.kde.ksysguard.processlisthelper.service +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/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 +share/ksysguard/sensorfaces/org.kde.ksysguard.barchart/contents/ui/CompactRepresentation.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.barchart/contents/ui/Config.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.barchart/contents/ui/FullRepresentation.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.barchart/metadata.json +share/ksysguard/sensorfaces/org.kde.ksysguard.colorgrid/contents/config/main.xml +share/ksysguard/sensorfaces/org.kde.ksysguard.colorgrid/contents/faceproperties +share/ksysguard/sensorfaces/org.kde.ksysguard.colorgrid/contents/ui/CompactRepresentation.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.colorgrid/contents/ui/Config.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.colorgrid/contents/ui/FaceGrid.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.colorgrid/contents/ui/FullRepresentation.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.colorgrid/contents/ui/SensorRect.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.colorgrid/metadata.json +share/ksysguard/sensorfaces/org.kde.ksysguard.facegrid/contents/config/main.xml +share/ksysguard/sensorfaces/org.kde.ksysguard.facegrid/contents/faceproperties +share/ksysguard/sensorfaces/org.kde.ksysguard.facegrid/contents/ui/CompactRepresentation.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.facegrid/contents/ui/Config.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.facegrid/contents/ui/FaceControl.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.facegrid/contents/ui/FaceGrid.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.facegrid/contents/ui/FullRepresentation.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.facegrid/metadata.json +share/ksysguard/sensorfaces/org.kde.ksysguard.horizontalbars/contents/faceproperties +share/ksysguard/sensorfaces/org.kde.ksysguard.horizontalbars/contents/ui/Bar.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.horizontalbars/contents/ui/CompactRepresentation.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.horizontalbars/contents/ui/FullRepresentation.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.horizontalbars/metadata.json +share/ksysguard/sensorfaces/org.kde.ksysguard.linechart/contents/config/main.xml +share/ksysguard/sensorfaces/org.kde.ksysguard.linechart/contents/faceproperties +share/ksysguard/sensorfaces/org.kde.ksysguard.linechart/contents/ui/CompactRepresentation.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.linechart/contents/ui/Config.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.linechart/contents/ui/FullRepresentation.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.linechart/contents/ui/LineChart.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.linechart/metadata.json +share/ksysguard/sensorfaces/org.kde.ksysguard.piechart/contents/config/main.xml +share/ksysguard/sensorfaces/org.kde.ksysguard.piechart/contents/faceproperties +share/ksysguard/sensorfaces/org.kde.ksysguard.piechart/contents/ui/CompactRepresentation.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.piechart/contents/ui/Config.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.piechart/contents/ui/FullRepresentation.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.piechart/contents/ui/PieChart.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.piechart/contents/ui/UsedTotalDisplay.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.piechart/metadata.json +share/ksysguard/sensorfaces/org.kde.ksysguard.textonly/contents/config/main.xml +share/ksysguard/sensorfaces/org.kde.ksysguard.textonly/contents/faceproperties +share/ksysguard/sensorfaces/org.kde.ksysguard.textonly/contents/ui/CompactRepresentation.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.textonly/contents/ui/Config.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.textonly/contents/ui/FullRepresentation.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.textonly/contents/ui/GroupedText.qml +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.colorgrid.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 +share/locale/as/LC_MESSAGES/processui.mo +share/locale/ast/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/ast/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/ast/LC_MESSAGES/ksgrd.mo +share/locale/ast/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/ast/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +share/locale/ast/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo +share/locale/ast/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo +share/locale/ast/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo +share/locale/ast/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo +share/locale/ast/LC_MESSAGES/ksysguard_sensors.mo +share/locale/ast/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ast/LC_MESSAGES/processcore.mo +share/locale/ast/LC_MESSAGES/processui.mo +share/locale/az/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/az/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/az/LC_MESSAGES/ksgrd.mo +share/locale/az/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/az/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +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 +share/locale/be/LC_MESSAGES/processcore.mo +share/locale/be/LC_MESSAGES/processui.mo +share/locale/be@latin/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/bg/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/bg/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/bg/LC_MESSAGES/ksgrd.mo +share/locale/bg/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/bg/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +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 +share/locale/bn_IN/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/bn_IN/LC_MESSAGES/processcore.mo +share/locale/bn_IN/LC_MESSAGES/processui.mo +share/locale/bs/LC_MESSAGES/ksgrd.mo +share/locale/bs/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/bs/LC_MESSAGES/processcore.mo +share/locale/bs/LC_MESSAGES/processui.mo +share/locale/ca/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/ca/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/ca/LC_MESSAGES/ksgrd.mo +share/locale/ca/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/ca/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +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 +share/locale/ca@valencia/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/ca@valencia/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/ca@valencia/LC_MESSAGES/ksgrd.mo +share/locale/ca@valencia/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/ca@valencia/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +share/locale/ca@valencia/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo +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 +share/locale/cs/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/cs/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/cs/LC_MESSAGES/ksgrd.mo +share/locale/cs/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/cs/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +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 +share/locale/csb/LC_MESSAGES/processcore.mo +share/locale/csb/LC_MESSAGES/processui.mo +share/locale/da/LC_MESSAGES/ksgrd.mo +share/locale/da/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/da/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo +share/locale/da/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo +share/locale/da/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/da/LC_MESSAGES/processcore.mo +share/locale/da/LC_MESSAGES/processui.mo +share/locale/de/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/de/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/de/LC_MESSAGES/ksgrd.mo +share/locale/de/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/de/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +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 +share/locale/el/LC_MESSAGES/ksgrd.mo +share/locale/el/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/el/LC_MESSAGES/processcore.mo +share/locale/el/LC_MESSAGES/processui.mo +share/locale/en_GB/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/en_GB/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/en_GB/LC_MESSAGES/ksgrd.mo +share/locale/en_GB/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/en_GB/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +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 +share/locale/eo/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/eo/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/eo/LC_MESSAGES/ksgrd.mo +share/locale/eo/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/eo/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +share/locale/eo/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo +share/locale/eo/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo +share/locale/eo/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo +share/locale/eo/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo +share/locale/eo/LC_MESSAGES/ksysguard_sensors.mo +share/locale/eo/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/eo/LC_MESSAGES/processcore.mo +share/locale/eo/LC_MESSAGES/processui.mo +share/locale/es/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/es/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/es/LC_MESSAGES/ksgrd.mo +share/locale/es/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/es/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +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 +share/locale/et/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/et/LC_MESSAGES/ksgrd.mo +share/locale/et/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/et/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo +share/locale/et/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo +share/locale/et/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo +share/locale/et/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/et/LC_MESSAGES/processcore.mo +share/locale/et/LC_MESSAGES/processui.mo +share/locale/eu/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/eu/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/eu/LC_MESSAGES/ksgrd.mo +share/locale/eu/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/eu/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +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 +share/locale/fa/LC_MESSAGES/processcore.mo +share/locale/fa/LC_MESSAGES/processui.mo +share/locale/fi/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/fi/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/fi/LC_MESSAGES/ksgrd.mo +share/locale/fi/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/fi/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +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 +share/locale/fr/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/fr/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/fr/LC_MESSAGES/ksgrd.mo +share/locale/fr/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/fr/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +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 +share/locale/fy/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/fy/LC_MESSAGES/processcore.mo +share/locale/fy/LC_MESSAGES/processui.mo +share/locale/ga/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ga/LC_MESSAGES/processcore.mo +share/locale/ga/LC_MESSAGES/processui.mo +share/locale/gl/LC_MESSAGES/ksgrd.mo +share/locale/gl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/gl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +share/locale/gl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo +share/locale/gl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo +share/locale/gl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo +share/locale/gl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo +share/locale/gl/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/gl/LC_MESSAGES/processcore.mo +share/locale/gl/LC_MESSAGES/processui.mo +share/locale/gu/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/gu/LC_MESSAGES/processcore.mo +share/locale/gu/LC_MESSAGES/processui.mo +share/locale/he/LC_MESSAGES/ksgrd.mo +share/locale/he/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/he/LC_MESSAGES/processcore.mo +share/locale/he/LC_MESSAGES/processui.mo +share/locale/hi/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/hi/LC_MESSAGES/processcore.mo +share/locale/hi/LC_MESSAGES/processui.mo +share/locale/hne/LC_MESSAGES/processcore.mo +share/locale/hr/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/hr/LC_MESSAGES/processcore.mo +share/locale/hr/LC_MESSAGES/processui.mo +share/locale/hsb/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/hsb/LC_MESSAGES/processcore.mo +share/locale/hsb/LC_MESSAGES/processui.mo +share/locale/hu/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/hu/LC_MESSAGES/ksgrd.mo +share/locale/hu/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/hu/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo +share/locale/hu/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo +share/locale/hu/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo +share/locale/hu/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo +share/locale/hu/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/hu/LC_MESSAGES/processcore.mo +share/locale/hu/LC_MESSAGES/processui.mo +share/locale/ia/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/ia/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/ia/LC_MESSAGES/ksgrd.mo +share/locale/ia/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/ia/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +share/locale/ia/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo +share/locale/ia/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo +share/locale/ia/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo +share/locale/ia/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo +share/locale/ia/LC_MESSAGES/ksysguard_sensors.mo +share/locale/ia/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ia/LC_MESSAGES/processcore.mo +share/locale/ia/LC_MESSAGES/processui.mo +share/locale/id/LC_MESSAGES/ksgrd.mo +share/locale/id/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/id/LC_MESSAGES/processcore.mo +share/locale/id/LC_MESSAGES/processui.mo +share/locale/is/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/is/LC_MESSAGES/processcore.mo +share/locale/is/LC_MESSAGES/processui.mo +share/locale/it/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/it/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/it/LC_MESSAGES/ksgrd.mo +share/locale/it/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/it/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +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 +share/locale/ja/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/ja/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/ja/LC_MESSAGES/ksgrd.mo +share/locale/ja/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/ja/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +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/KSysGuardFormatter.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.colorgrid.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 +share/locale/kk/LC_MESSAGES/processui.mo +share/locale/km/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/km/LC_MESSAGES/processcore.mo +share/locale/km/LC_MESSAGES/processui.mo +share/locale/kn/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ko/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/ko/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/ko/LC_MESSAGES/ksgrd.mo +share/locale/ko/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/ko/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +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 +share/locale/ku/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ku/LC_MESSAGES/processcore.mo +share/locale/ku/LC_MESSAGES/processui.mo +share/locale/lt/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/lt/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/lt/LC_MESSAGES/ksgrd.mo +share/locale/lt/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/lt/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +share/locale/lt/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo +share/locale/lt/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo +share/locale/lt/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo +share/locale/lt/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo +share/locale/lt/LC_MESSAGES/ksysguard_sensors.mo +share/locale/lt/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/lt/LC_MESSAGES/processcore.mo +share/locale/lt/LC_MESSAGES/processui.mo +share/locale/lv/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/lv/LC_MESSAGES/processcore.mo +share/locale/lv/LC_MESSAGES/processui.mo +share/locale/mai/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/mai/LC_MESSAGES/processcore.mo +share/locale/mai/LC_MESSAGES/processui.mo +share/locale/mk/LC_MESSAGES/processcore.mo +share/locale/mk/LC_MESSAGES/processui.mo +share/locale/ml/LC_MESSAGES/ksgrd.mo +share/locale/ml/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ml/LC_MESSAGES/processcore.mo +share/locale/ml/LC_MESSAGES/processui.mo +share/locale/mr/LC_MESSAGES/ksgrd.mo +share/locale/mr/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/mr/LC_MESSAGES/processcore.mo +share/locale/mr/LC_MESSAGES/processui.mo +share/locale/ms/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ms/LC_MESSAGES/processcore.mo +share/locale/ms/LC_MESSAGES/processui.mo +share/locale/nb/LC_MESSAGES/ksgrd.mo +share/locale/nb/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/nb/LC_MESSAGES/processcore.mo +share/locale/nb/LC_MESSAGES/processui.mo +share/locale/nds/LC_MESSAGES/ksgrd.mo +share/locale/nds/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/nds/LC_MESSAGES/processcore.mo +share/locale/nds/LC_MESSAGES/processui.mo +share/locale/ne/LC_MESSAGES/processcore.mo +share/locale/ne/LC_MESSAGES/processui.mo +share/locale/nl/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/nl/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/nl/LC_MESSAGES/ksgrd.mo +share/locale/nl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/nl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +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 +share/locale/nn/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/nn/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/nn/LC_MESSAGES/ksgrd.mo +share/locale/nn/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/nn/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +share/locale/nn/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo +share/locale/nn/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo +share/locale/nn/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo +share/locale/nn/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo +share/locale/nn/LC_MESSAGES/ksysguard_sensors.mo +share/locale/nn/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/nn/LC_MESSAGES/processcore.mo +share/locale/nn/LC_MESSAGES/processui.mo +share/locale/oc/LC_MESSAGES/processcore.mo +share/locale/oc/LC_MESSAGES/processui.mo +share/locale/or/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/or/LC_MESSAGES/processcore.mo +share/locale/or/LC_MESSAGES/processui.mo +share/locale/pa/LC_MESSAGES/ksgrd.mo +share/locale/pa/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/pa/LC_MESSAGES/processcore.mo +share/locale/pa/LC_MESSAGES/processui.mo +share/locale/pl/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/pl/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/pl/LC_MESSAGES/ksgrd.mo +share/locale/pl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/pl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +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 +share/locale/pt/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/pt/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/pt/LC_MESSAGES/ksgrd.mo +share/locale/pt/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/pt/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +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 +share/locale/pt_BR/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/pt_BR/LC_MESSAGES/ksgrd.mo +share/locale/pt_BR/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +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/ksysguardlsofwidgets.mo +share/locale/pt_BR/LC_MESSAGES/processcore.mo +share/locale/pt_BR/LC_MESSAGES/processui.mo +share/locale/ro/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/ro/LC_MESSAGES/ksgrd.mo +share/locale/ro/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/ro/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo +share/locale/ro/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo +share/locale/ro/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo +share/locale/ro/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo +share/locale/ro/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ro/LC_MESSAGES/processcore.mo +share/locale/ro/LC_MESSAGES/processui.mo +share/locale/ru/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/ru/LC_MESSAGES/ksgrd.mo +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_sensors.mo +share/locale/ru/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ru/LC_MESSAGES/processcore.mo +share/locale/ru/LC_MESSAGES/processui.mo +share/locale/se/LC_MESSAGES/processcore.mo +share/locale/se/LC_MESSAGES/processui.mo +share/locale/si/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/si/LC_MESSAGES/processcore.mo +share/locale/si/LC_MESSAGES/processui.mo +share/locale/sk/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/sk/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/sk/LC_MESSAGES/ksgrd.mo +share/locale/sk/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/sk/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +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 +share/locale/sl/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/sl/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/sl/LC_MESSAGES/ksgrd.mo +share/locale/sl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/sl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +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 +share/locale/sq/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/sq/LC_MESSAGES/processcore.mo +share/locale/sq/LC_MESSAGES/processui.mo +share/locale/sr/LC_MESSAGES/ksgrd.mo +share/locale/sr/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/sr/LC_MESSAGES/processcore.mo +share/locale/sr/LC_MESSAGES/processui.mo +share/locale/sr@ijekavian/LC_MESSAGES/ksgrd.mo +share/locale/sr@ijekavian/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/sr@ijekavian/LC_MESSAGES/processcore.mo +share/locale/sr@ijekavian/LC_MESSAGES/processui.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ksgrd.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/processcore.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/processui.mo +share/locale/sr@latin/LC_MESSAGES/ksgrd.mo +share/locale/sr@latin/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/sr@latin/LC_MESSAGES/processcore.mo +share/locale/sr@latin/LC_MESSAGES/processui.mo +share/locale/sv/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/sv/LC_MESSAGES/ksgrd.mo +share/locale/sv/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +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 +share/locale/ta/LC_MESSAGES/processcore.mo +share/locale/ta/LC_MESSAGES/processui.mo +share/locale/te/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/te/LC_MESSAGES/processcore.mo +share/locale/te/LC_MESSAGES/processui.mo +share/locale/tg/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/tg/LC_MESSAGES/processcore.mo +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/KSysGuardFormatter.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.colorgrid.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 +share/locale/ug/LC_MESSAGES/ksgrd.mo +share/locale/ug/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/ug/LC_MESSAGES/processcore.mo +share/locale/ug/LC_MESSAGES/processui.mo +share/locale/uk/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/uk/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/uk/LC_MESSAGES/ksgrd.mo +share/locale/uk/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/uk/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +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 +share/locale/vi/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/vi/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +share/locale/vi/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.facegrid.mo +share/locale/vi/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo +share/locale/vi/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo +share/locale/vi/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo +share/locale/vi/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/wa/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/wa/LC_MESSAGES/processcore.mo +share/locale/wa/LC_MESSAGES/processui.mo +share/locale/zh_CN/LC_MESSAGES/KSysGuardFormatter.mo +share/locale/zh_CN/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/zh_CN/LC_MESSAGES/ksgrd.mo +share/locale/zh_CN/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/zh_CN/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.colorgrid.mo +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/KSysGuardFormatter.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 +share/qlogging-categories6/libksysguard.categories diff --git a/sysutils/plasma6-plasma-disks/Makefile b/sysutils/plasma6-plasma-disks/Makefile new file mode 100644 index 000000000000..09baee5af98d --- /dev/null +++ b/sysutils/plasma6-plasma-disks/Makefile @@ -0,0 +1,14 @@ +PORTNAME= plasma-disks +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= sysutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Monitors S.M.A.R.T. capable devices for imminent failure + +USES= cmake gettext kde:6 qt:6 tar:xz +USE_KDE= auth coreaddons dbusaddons i18n kcmutils kio notifications \ + package service solid \ + ecm:build +USE_QT= base + +.include <bsd.port.mk> diff --git a/sysutils/plasma6-plasma-disks/distinfo b/sysutils/plasma6-plasma-disks/distinfo new file mode 100644 index 000000000000..54028a0155d0 --- /dev/null +++ b/sysutils/plasma6-plasma-disks/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525054 +SHA256 (KDE/plasma/5.90.0/plasma-disks-5.90.0.tar.xz) = 97e3674dcf2e98dc4faf487ae0256578f1c6a81bfc84da7c1c7445a6c8ca8a53 +SIZE (KDE/plasma/5.90.0/plasma-disks-5.90.0.tar.xz) = 99376 diff --git a/sysutils/plasma6-plasma-disks/pkg-plist b/sysutils/plasma6-plasma-disks/pkg-plist new file mode 100644 index 000000000000..95d1236c4dc4 --- /dev/null +++ b/sysutils/plasma6-plasma-disks/pkg-plist @@ -0,0 +1,52 @@ +lib/libexec/kf6/kauth/kded-smart-helper +%%QT_PLUGINDIR%%/kf6/kded/smart.so +%%QT_PLUGINDIR%%/plasma/kcms/kinfocenter/kcm_disks.so +share/applications/kcm_disks.desktop +share/dbus-1/system-services/org.kde.kded.smart.service +share/dbus-1/system.d/org.kde.kded.smart.conf +share/knotifications6/org.kde.kded.smart.notifyrc +share/locale/ar/LC_MESSAGES/kcm_disks.mo +share/locale/ast/LC_MESSAGES/kcm_disks.mo +share/locale/az/LC_MESSAGES/kcm_disks.mo +share/locale/bg/LC_MESSAGES/kcm_disks.mo +share/locale/ca/LC_MESSAGES/kcm_disks.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_disks.mo +share/locale/cs/LC_MESSAGES/kcm_disks.mo +share/locale/da/LC_MESSAGES/kcm_disks.mo +share/locale/de/LC_MESSAGES/kcm_disks.mo +share/locale/el/LC_MESSAGES/kcm_disks.mo +share/locale/en_GB/LC_MESSAGES/kcm_disks.mo +share/locale/eo/LC_MESSAGES/kcm_disks.mo +share/locale/es/LC_MESSAGES/kcm_disks.mo +share/locale/et/LC_MESSAGES/kcm_disks.mo +share/locale/eu/LC_MESSAGES/kcm_disks.mo +share/locale/fi/LC_MESSAGES/kcm_disks.mo +share/locale/fr/LC_MESSAGES/kcm_disks.mo +share/locale/gl/LC_MESSAGES/kcm_disks.mo +share/locale/he/LC_MESSAGES/kcm_disks.mo +share/locale/hu/LC_MESSAGES/kcm_disks.mo +share/locale/ia/LC_MESSAGES/kcm_disks.mo +share/locale/id/LC_MESSAGES/kcm_disks.mo +share/locale/is/LC_MESSAGES/kcm_disks.mo +share/locale/it/LC_MESSAGES/kcm_disks.mo +share/locale/ja/LC_MESSAGES/kcm_disks.mo +share/locale/ka/LC_MESSAGES/kcm_disks.mo +share/locale/ko/LC_MESSAGES/kcm_disks.mo +share/locale/lt/LC_MESSAGES/kcm_disks.mo +share/locale/nl/LC_MESSAGES/kcm_disks.mo +share/locale/nn/LC_MESSAGES/kcm_disks.mo +share/locale/pa/LC_MESSAGES/kcm_disks.mo +share/locale/pl/LC_MESSAGES/kcm_disks.mo +share/locale/pt/LC_MESSAGES/kcm_disks.mo +share/locale/pt_BR/LC_MESSAGES/kcm_disks.mo +share/locale/ro/LC_MESSAGES/kcm_disks.mo +share/locale/ru/LC_MESSAGES/kcm_disks.mo +share/locale/sk/LC_MESSAGES/kcm_disks.mo +share/locale/sl/LC_MESSAGES/kcm_disks.mo +share/locale/sv/LC_MESSAGES/kcm_disks.mo +share/locale/ta/LC_MESSAGES/kcm_disks.mo +share/locale/tr/LC_MESSAGES/kcm_disks.mo +share/locale/uk/LC_MESSAGES/kcm_disks.mo +share/locale/zh_CN/LC_MESSAGES/kcm_disks.mo +share/locale/zh_TW/LC_MESSAGES/kcm_disks.mo +share/metainfo/org.kde.plasma.disks.metainfo.xml diff --git a/sysutils/plasma6-plasma-systemmonitor/Makefile b/sysutils/plasma6-plasma-systemmonitor/Makefile new file mode 100644 index 000000000000..21bd827e5fb7 --- /dev/null +++ b/sysutils/plasma6-plasma-systemmonitor/Makefile @@ -0,0 +1,15 @@ +PORTNAME= plasma-systemmonitor +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= sysutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Interface for monitoring system sensors, process information and other system resources + +USES= cmake gettext kde:6 qt:6 tar:xz +USE_KDE= config dbusaddons globalaccel i18n itemmodels kio \ + kirigami-addons libksysguard newstuff package service \ + windowsystem \ + ecm:build +USE_QT= base declarative + +.include <bsd.port.mk> diff --git a/sysutils/plasma6-plasma-systemmonitor/distinfo b/sysutils/plasma6-plasma-systemmonitor/distinfo new file mode 100644 index 000000000000..0cfa4efd2654 --- /dev/null +++ b/sysutils/plasma6-plasma-systemmonitor/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525121 +SHA256 (KDE/plasma/5.90.0/plasma-systemmonitor-5.90.0.tar.xz) = 557aad1fae01ad9038637a07c20e228af052754115e13578b3d510901e7862d3 +SIZE (KDE/plasma/5.90.0/plasma-systemmonitor-5.90.0.tar.xz) = 181040 diff --git a/sysutils/plasma6-plasma-systemmonitor/pkg-plist b/sysutils/plasma6-plasma-systemmonitor/pkg-plist new file mode 100644 index 000000000000..0d79d8abfd70 --- /dev/null +++ b/sysutils/plasma6-plasma-systemmonitor/pkg-plist @@ -0,0 +1,192 @@ +bin/plasma-systemmonitor +lib/libPlasmaSystemMonitorPage.so +lib/libPlasmaSystemMonitorTable.so +%%QT_QMLDIR%%/org/kde/ksysguard/page/ColumnControl.qml +%%QT_QMLDIR%%/org/kde/ksysguard/page/ConditionalLoader.qml +%%QT_QMLDIR%%/org/kde/ksysguard/page/Container.qml +%%QT_QMLDIR%%/org/kde/ksysguard/page/DialogLoader.qml +%%QT_QMLDIR%%/org/kde/ksysguard/page/EditablePage.qml +%%QT_QMLDIR%%/org/kde/ksysguard/page/EditablePageAction.qml +%%QT_QMLDIR%%/org/kde/ksysguard/page/EditorToolBar.qml +%%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 +%%QT_QMLDIR%%/org/kde/ksysguard/page/PageEditor.qml +%%QT_QMLDIR%%/org/kde/ksysguard/page/PageSortDialog.qml +%%QT_QMLDIR%%/org/kde/ksysguard/page/PlaceholderRectangle.qml +%%QT_QMLDIR%%/org/kde/ksysguard/page/PlasmaSystemMonitorPage.qmltypes +%%QT_QMLDIR%%/org/kde/ksysguard/page/RowControl.qml +%%QT_QMLDIR%%/org/kde/ksysguard/page/SectionControl.qml +%%QT_QMLDIR%%/org/kde/ksysguard/page/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/ksysguard/page/libPlasmaSystemMonitorPageplugin.so +%%QT_QMLDIR%%/org/kde/ksysguard/page/qmldir +%%QT_QMLDIR%%/org/kde/ksysguard/table/BaseCellDelegate.qml +%%QT_QMLDIR%%/org/kde/ksysguard/table/BaseTableView.qml +%%QT_QMLDIR%%/org/kde/ksysguard/table/ColumnConfigurationDialog.qml +%%QT_QMLDIR%%/org/kde/ksysguard/table/FirstCellDelegate.qml +%%QT_QMLDIR%%/org/kde/ksysguard/table/KillDialog.qml +%%QT_QMLDIR%%/org/kde/ksysguard/table/LineChartCellDelegate.qml +%%QT_QMLDIR%%/org/kde/ksysguard/table/PlasmaSystemMonitorTable.qmltypes +%%QT_QMLDIR%%/org/kde/ksysguard/table/TableViewHeader.qml +%%QT_QMLDIR%%/org/kde/ksysguard/table/TextCellDelegate.qml +%%QT_QMLDIR%%/org/kde/ksysguard/table/UserCellDelegate.qml +%%QT_QMLDIR%%/org/kde/ksysguard/table/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/ksysguard/table/libPlasmaSystemMonitorTableplugin.so +%%QT_QMLDIR%%/org/kde/ksysguard/table/qmldir +share/applications/org.kde.plasma-systemmonitor.desktop +share/config.kcfg/systemmonitor.kcfg +share/knsrcfiles/plasma-systemmonitor.knsrc +share/ksysguard/sensorfaces/org.kde.ksysguard.applicationstable/contents/config/main.xml +share/ksysguard/sensorfaces/org.kde.ksysguard.applicationstable/contents/faceproperties +share/ksysguard/sensorfaces/org.kde.ksysguard.applicationstable/contents/ui/ApplicationDetails.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.applicationstable/contents/ui/ApplicationInformation.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.applicationstable/contents/ui/ApplicationsTableView.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.applicationstable/contents/ui/CompactRepresentation.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.applicationstable/contents/ui/Config.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.applicationstable/contents/ui/FullRepresentation.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.applicationstable/contents/ui/LineChartCard.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.applicationstable/metadata.json +share/ksysguard/sensorfaces/org.kde.ksysguard.processtable/contents/config/main.xml +share/ksysguard/sensorfaces/org.kde.ksysguard.processtable/contents/faceproperties +share/ksysguard/sensorfaces/org.kde.ksysguard.processtable/contents/ui/CompactRepresentation.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.processtable/contents/ui/Config.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.processtable/contents/ui/FullRepresentation.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.processtable/contents/ui/ProcessTableView.qml +share/ksysguard/sensorfaces/org.kde.ksysguard.processtable/metadata.json +share/locale/ar/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/ar/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/ar/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/ast/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/ast/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/ast/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/az/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/az/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/az/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/be/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/be/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/be/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/bg/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/bg/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/bg/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/ca/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/ca/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/ca/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/ca@valencia/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/ca@valencia/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/ca@valencia/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/cs/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/cs/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/cs/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/da/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/da/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/da/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/de/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/de/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/de/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/en_GB/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/en_GB/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/en_GB/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/eo/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/eo/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/eo/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/es/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/es/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/es/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/eu/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/eu/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/eu/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/fi/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/fi/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/fi/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/fr/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/fr/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/fr/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/gl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/gl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/gl/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/hu/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/hu/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/hu/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/ia/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/ia/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/ia/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/id/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/id/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/id/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/it/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/it/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +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 +share/locale/lt/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/lt/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/lt/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/nb/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/nl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/nl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/nl/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/nn/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/nn/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/nn/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/pa/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/pa/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/pa/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/pl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/pl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/pl/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/pt/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/pt/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/pt/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/pt_BR/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/pt_BR/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/pt_BR/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/ro/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/ro/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/ro/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/ru/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/ru/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/ru/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/sa/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/sa/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/sa/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/sk/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/sk/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +share/locale/sk/LC_MESSAGES/plasma-systemmonitor.mo +share/locale/sl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.applicationstable.mo +share/locale/sl/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.processtable.mo +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 +%%DATADIR%%/processes.page +share/plasma/kinfocenter/externalmodules/kcm_external_plasma-systemmonitor.desktop diff --git a/sysutils/plasma6-polkit-kde-agent-1/Makefile b/sysutils/plasma6-polkit-kde-agent-1/Makefile new file mode 100644 index 000000000000..e4668ce36eda --- /dev/null +++ b/sysutils/plasma6-polkit-kde-agent-1/Makefile @@ -0,0 +1,18 @@ +PORTNAME= polkit-kde-agent-1 +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= sysutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Manages the power consumption settings of a Plasma shell + +LIB_DEPENDS= libpolkit-qt6-agent-1.so:sysutils/polkit-qt-1-devel@qt6 + +USES= cmake gettext gl kde:6 qt:6 tar:xz xorg +USE_GL= gl opengl +USE_KDE= coreaddons crash dbusaddons i18n iconthemes widgetsaddons \ + windowsystem \ + ecm:build +USE_QT= base tools +USE_XORG= x11 + +.include <bsd.port.mk> diff --git a/sysutils/plasma6-polkit-kde-agent-1/distinfo b/sysutils/plasma6-polkit-kde-agent-1/distinfo new file mode 100644 index 000000000000..4b8bf135a21c --- /dev/null +++ b/sysutils/plasma6-polkit-kde-agent-1/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701531668 +SHA256 (KDE/plasma/5.90.0/polkit-kde-agent-1-5.90.0.tar.xz) = b33d69f92d68f9a065729ea6a9624a9a71e5497c1ea551a5b1cc68464c09d1e8 +SIZE (KDE/plasma/5.90.0/polkit-kde-agent-1-5.90.0.tar.xz) = 51936 diff --git a/sysutils/plasma6-polkit-kde-agent-1/pkg-plist b/sysutils/plasma6-polkit-kde-agent-1/pkg-plist new file mode 100644 index 000000000000..ebd1017ac51d --- /dev/null +++ b/sysutils/plasma6-polkit-kde-agent-1/pkg-plist @@ -0,0 +1,70 @@ +etc/xdg/autostart/polkit-kde-authentication-agent-1.desktop +lib/libexec/polkit-kde-authentication-agent-1 +lib/systemd/user/plasma-polkit-agent.service +share/applications/org.kde.polkit-kde-authentication-agent-1.desktop +share/knotifications6/policykit1-kde.notifyrc +share/locale/ar/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/ast/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/be/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/bg/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/bs/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/ca/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/ca@valencia/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/cs/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/da/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/de/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/el/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/en_GB/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/eo/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/es/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/et/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/eu/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/fi/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/fr/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/ga/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/gl/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/he/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/hr/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/hsb/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/hu/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/ia/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/id/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/ie/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 +share/locale/lt/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/mai/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/ml/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/mr/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/ms/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/nb/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/nds/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/nl/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/nn/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/pa/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/pl/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/pt/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/pt_BR/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/ro/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/ru/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/sa/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/sk/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/sl/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/sr/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/sr@ijekavian/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/sr@latin/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/sv/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/tg/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/th/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/tr/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/ug/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/uk/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/vi/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/zh_CN/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/zh_TW/LC_MESSAGES/polkit-kde-authentication-agent-1.mo diff --git a/sysutils/plasma6-powerdevil/Makefile b/sysutils/plasma6-powerdevil/Makefile new file mode 100644 index 000000000000..4c83f8f6d46a --- /dev/null +++ b/sysutils/plasma6-powerdevil/Makefile @@ -0,0 +1,22 @@ +PORTNAME= powerdevil +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= sysutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Manages the power consumption settings of a Plasma shell + +LIB_DEPENDS= libudev.so:devel/libudev-devd \ + libxkbcommon.so:x11/libxkbcommon + +USES= cmake gettext gl kde:6 qt:6 tar:xz xorg +USE_GL= gl opengl +USE_KDE= activities auth colorscheme completion config configwidgets \ + coreaddons crash dbusaddons doctools globalaccel i18n idletime \ + jobwidgets kcmutils kio kirigami2 layer-shell-qt libkscreen \ + notifications notifyconfig plasma-workspace service solid \ + widgetsaddons windowsystem xmlgui \ + ecm:build +USE_QT= base +USE_XORG= x11 xcb + +.include <bsd.port.mk> diff --git a/sysutils/plasma6-powerdevil/distinfo b/sysutils/plasma6-powerdevil/distinfo new file mode 100644 index 000000000000..152493e85b56 --- /dev/null +++ b/sysutils/plasma6-powerdevil/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701531668 +SHA256 (KDE/plasma/5.90.0/powerdevil-5.90.0.tar.xz) = 540e1dfe5c906c78b5d198977dc28525da89f0b0934f3cb4c4adaeeeb1f6afff +SIZE (KDE/plasma/5.90.0/powerdevil-5.90.0.tar.xz) = 798952 diff --git a/sysutils/plasma6-powerdevil/pkg-plist b/sysutils/plasma6-powerdevil/pkg-plist new file mode 100644 index 000000000000..dcb09fedb1eb --- /dev/null +++ b/sysutils/plasma6-powerdevil/pkg-plist @@ -0,0 +1,336 @@ +etc/xdg/autostart/powerdevil.desktop +lib/libexec/kf6/kauth/backlighthelper +lib/libexec/kf6/kauth/chargethresholdhelper +lib/libexec/kf6/kauth/discretegpuhelper +lib/libexec/org_kde_powerdevil +lib/libexec/power_profile_osd_service +lib/libpowerdevilconfigcommonprivate.so +lib/libpowerdevilconfigcommonprivate.so.%%KDE_PLASMA_VERSION%% +lib/libpowerdevilconfigcommonprivate.so.6 +lib/libpowerdevilcore.so +lib/libpowerdevilcore.so.2 +lib/libpowerdevilcore.so.%%KDE_PLASMA_VERSION%% +%%QT_PLUGINDIR%%/kf6/powerdevil/powerdevilupowerbackend.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_powerdevilprofilesconfig.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_powerdevilglobalconfig.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 +lib/systemd/user/plasma-powerdevil.service +lib/systemd/user/plasma-powerprofile-osd.service +share/applications/kcm_powerdevilglobalconfig.desktop +share/applications/kcm_powerdevilprofilesconfig.desktop +share/dbus-1/services/org.kde.powerdevil.powerProfileOsdService.service +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 +share/dbus-1/system.d/org.kde.powerdevil.backlighthelper.conf +share/dbus-1/system.d/org.kde.powerdevil.chargethresholdhelper.conf +share/dbus-1/system.d/org.kde.powerdevil.discretegpuhelper.conf +share/doc/HTML/ca/kcontrol/powerdevil/index.cache.bz2 +share/doc/HTML/ca/kcontrol/powerdevil/index.docbook +share/doc/HTML/de/kcontrol/powerdevil/index.cache.bz2 +share/doc/HTML/de/kcontrol/powerdevil/index.docbook +share/doc/HTML/en/kcontrol/powerdevil/activity.png +share/doc/HTML/en/kcontrol/powerdevil/advanced.png +share/doc/HTML/en/kcontrol/powerdevil/energy.png +share/doc/HTML/en/kcontrol/powerdevil/index.cache.bz2 +share/doc/HTML/en/kcontrol/powerdevil/index.docbook +share/doc/HTML/es/kcontrol/powerdevil/index.cache.bz2 +share/doc/HTML/es/kcontrol/powerdevil/index.docbook +share/doc/HTML/et/kcontrol/powerdevil/index.cache.bz2 +share/doc/HTML/et/kcontrol/powerdevil/index.docbook +share/doc/HTML/fr/kcontrol/powerdevil/index.cache.bz2 +share/doc/HTML/fr/kcontrol/powerdevil/index.docbook +share/doc/HTML/id/kcontrol/powerdevil/index.cache.bz2 +share/doc/HTML/id/kcontrol/powerdevil/index.docbook +share/doc/HTML/it/kcontrol/powerdevil/index.cache.bz2 +share/doc/HTML/it/kcontrol/powerdevil/index.docbook +share/doc/HTML/nl/kcontrol/powerdevil/index.cache.bz2 +share/doc/HTML/nl/kcontrol/powerdevil/index.docbook +share/doc/HTML/pt/kcontrol/powerdevil/index.cache.bz2 +share/doc/HTML/pt/kcontrol/powerdevil/index.docbook +share/doc/HTML/pt_BR/kcontrol/powerdevil/index.cache.bz2 +share/doc/HTML/pt_BR/kcontrol/powerdevil/index.docbook +share/doc/HTML/ru/kcontrol/powerdevil/activity.png +share/doc/HTML/ru/kcontrol/powerdevil/advanced.png +share/doc/HTML/ru/kcontrol/powerdevil/energy.png +share/doc/HTML/ru/kcontrol/powerdevil/index.cache.bz2 +share/doc/HTML/ru/kcontrol/powerdevil/index.docbook +share/doc/HTML/sv/kcontrol/powerdevil/index.cache.bz2 +share/doc/HTML/sv/kcontrol/powerdevil/index.docbook +share/doc/HTML/tr/kcontrol/powerdevil/index.cache.bz2 +share/doc/HTML/tr/kcontrol/powerdevil/index.docbook +share/doc/HTML/uk/kcontrol/powerdevil/activity.png +share/doc/HTML/uk/kcontrol/powerdevil/advanced.png +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/knotifications6/powerdevil.notifyrc +share/locale/ar/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/ar/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/ar/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/ar/LC_MESSAGES/powerdevil.mo +share/locale/as/LC_MESSAGES/powerdevil.mo +share/locale/ast/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/ast/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/ast/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/ast/LC_MESSAGES/powerdevil.mo +share/locale/az/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/az/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/az/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/az/LC_MESSAGES/powerdevil.mo +share/locale/be/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/be/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/be/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/be/LC_MESSAGES/powerdevil.mo +share/locale/be@latin/LC_MESSAGES/powerdevil.mo +share/locale/bg/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/bg/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/bg/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/bg/LC_MESSAGES/powerdevil.mo +share/locale/bn/LC_MESSAGES/powerdevil.mo +share/locale/bn_IN/LC_MESSAGES/powerdevil.mo +share/locale/bs/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/bs/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/bs/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/bs/LC_MESSAGES/powerdevil.mo +share/locale/ca/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/ca/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/ca/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/ca/LC_MESSAGES/powerdevil.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/ca@valencia/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/ca@valencia/LC_MESSAGES/powerdevil.mo +share/locale/cs/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/cs/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/cs/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/cs/LC_MESSAGES/powerdevil.mo +share/locale/da/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/da/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/da/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/da/LC_MESSAGES/powerdevil.mo +share/locale/de/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/de/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/de/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/de/LC_MESSAGES/powerdevil.mo +share/locale/el/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/el/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/el/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/el/LC_MESSAGES/powerdevil.mo +share/locale/en_GB/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/en_GB/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/en_GB/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/en_GB/LC_MESSAGES/powerdevil.mo +share/locale/eo/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/eo/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/eo/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/eo/LC_MESSAGES/powerdevil.mo +share/locale/es/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/es/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/es/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/es/LC_MESSAGES/powerdevil.mo +share/locale/et/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/et/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/et/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/et/LC_MESSAGES/powerdevil.mo +share/locale/eu/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/eu/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/eu/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/eu/LC_MESSAGES/powerdevil.mo +share/locale/fi/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/fi/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/fi/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/fi/LC_MESSAGES/powerdevil.mo +share/locale/fr/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/fr/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/fr/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/fr/LC_MESSAGES/powerdevil.mo +share/locale/fy/LC_MESSAGES/powerdevil.mo +share/locale/ga/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/ga/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/ga/LC_MESSAGES/powerdevil.mo +share/locale/gl/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/gl/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/gl/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/gl/LC_MESSAGES/powerdevil.mo +share/locale/gu/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/gu/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/gu/LC_MESSAGES/powerdevil.mo +share/locale/he/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/he/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/he/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/he/LC_MESSAGES/powerdevil.mo +share/locale/hi/LC_MESSAGES/powerdevil.mo +share/locale/hr/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/hr/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/hr/LC_MESSAGES/powerdevil.mo +share/locale/hsb/LC_MESSAGES/powerdevil.mo +share/locale/hu/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/hu/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/hu/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/hu/LC_MESSAGES/powerdevil.mo +share/locale/ia/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/ia/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/ia/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/ia/LC_MESSAGES/powerdevil.mo +share/locale/id/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/id/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/id/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/id/LC_MESSAGES/powerdevil.mo +share/locale/is/LC_MESSAGES/powerdevil.mo +share/locale/it/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/it/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/it/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/it/LC_MESSAGES/powerdevil.mo +share/locale/ja/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/ja/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/ja/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/ja/LC_MESSAGES/powerdevil.mo +share/locale/ka/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/ka/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/ka/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/ka/LC_MESSAGES/powerdevil.mo +share/locale/kk/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/kk/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/kk/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/kk/LC_MESSAGES/powerdevil.mo +share/locale/km/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/km/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/km/LC_MESSAGES/powerdevil.mo +share/locale/ko/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/ko/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/ko/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/ko/LC_MESSAGES/powerdevil.mo +share/locale/ku/LC_MESSAGES/powerdevil.mo +share/locale/lt/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/lt/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/lt/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/lt/LC_MESSAGES/powerdevil.mo +share/locale/lv/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/lv/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/lv/LC_MESSAGES/powerdevil.mo +share/locale/mai/LC_MESSAGES/powerdevil.mo +share/locale/ml/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/ml/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/ml/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/ml/LC_MESSAGES/powerdevil.mo +share/locale/mr/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/mr/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/mr/LC_MESSAGES/powerdevil.mo +share/locale/ms/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/ms/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/ms/LC_MESSAGES/powerdevil.mo +share/locale/nb/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/nb/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/nb/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/nb/LC_MESSAGES/powerdevil.mo +share/locale/nds/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/nds/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/nds/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/nds/LC_MESSAGES/powerdevil.mo +share/locale/nl/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/nl/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/nl/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/nl/LC_MESSAGES/powerdevil.mo +share/locale/nn/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/nn/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/nn/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/nn/LC_MESSAGES/powerdevil.mo +share/locale/or/LC_MESSAGES/powerdevil.mo +share/locale/pa/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/pa/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/pa/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/pa/LC_MESSAGES/powerdevil.mo +share/locale/pl/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/pl/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/pl/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/pl/LC_MESSAGES/powerdevil.mo +share/locale/pt/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/pt/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/pt/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/pt/LC_MESSAGES/powerdevil.mo +share/locale/pt_BR/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/pt_BR/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/pt_BR/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/pt_BR/LC_MESSAGES/powerdevil.mo +share/locale/ro/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/ro/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/ro/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/ro/LC_MESSAGES/powerdevil.mo +share/locale/ru/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/ru/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/ru/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/ru/LC_MESSAGES/powerdevil.mo +share/locale/si/LC_MESSAGES/powerdevil.mo +share/locale/sk/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/sk/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/sk/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/sk/LC_MESSAGES/powerdevil.mo +share/locale/sl/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/sl/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/sl/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/sl/LC_MESSAGES/powerdevil.mo +share/locale/sq/LC_MESSAGES/powerdevil.mo +share/locale/sr/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/sr/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/sr/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/sr/LC_MESSAGES/powerdevil.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/sr@ijekavian/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/sr@ijekavian/LC_MESSAGES/powerdevil.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/powerdevil.mo +share/locale/sr@latin/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/sr@latin/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/sr@latin/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/sr@latin/LC_MESSAGES/powerdevil.mo +share/locale/sv/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/sv/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/sv/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/sv/LC_MESSAGES/powerdevil.mo +share/locale/ta/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/ta/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/ta/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/ta/LC_MESSAGES/powerdevil.mo +share/locale/te/LC_MESSAGES/powerdevil.mo +share/locale/tg/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/tg/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/tg/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/tg/LC_MESSAGES/powerdevil.mo +share/locale/th/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/th/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/th/LC_MESSAGES/powerdevil.mo +share/locale/tr/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/tr/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/tr/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/tr/LC_MESSAGES/powerdevil.mo +share/locale/ug/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/ug/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/ug/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/ug/LC_MESSAGES/powerdevil.mo +share/locale/uk/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/uk/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/uk/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/uk/LC_MESSAGES/powerdevil.mo +share/locale/wa/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/wa/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/wa/LC_MESSAGES/powerdevil.mo +share/locale/zh_CN/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/zh_CN/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/zh_CN/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/zh_CN/LC_MESSAGES/powerdevil.mo +share/locale/zh_TW/LC_MESSAGES/kcm_powerdevilglobalconfig.mo +share/locale/zh_TW/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo +share/locale/zh_TW/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/zh_TW/LC_MESSAGES/powerdevil.mo +share/qlogging-categories6/powerdevil.categories diff --git a/sysutils/plasma6-systemsettings/Makefile b/sysutils/plasma6-systemsettings/Makefile new file mode 100644 index 000000000000..944c1784aff6 --- /dev/null +++ b/sysutils/plasma6-systemsettings/Makefile @@ -0,0 +1,19 @@ +PORTNAME= systemsettings +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= sysutils kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Control center to configure your Plasma Desktop + +USES= cmake gettext gl kde:6 qt:6 tar:xz xorg +USE_GL= gl opengl +USE_KDE= activities auth colorscheme completion config configwidgets \ + coreaddons crash dbusaddons doctools guiaddons i18n iconthemes \ + itemmodels itemviews jobwidgets kcmutils kio kirigami2 \ + notifications package plasma-workspace runner service solid \ + widgetsaddons windowsystem xmlgui \ + ecm:build +USE_QT= base declarative +USE_XORG= x11 + +.include <bsd.port.mk> diff --git a/sysutils/plasma6-systemsettings/distinfo b/sysutils/plasma6-systemsettings/distinfo new file mode 100644 index 000000000000..24e1062fda73 --- /dev/null +++ b/sysutils/plasma6-systemsettings/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701531669 +SHA256 (KDE/plasma/5.90.0/systemsettings-5.90.0.tar.xz) = 66ebe0aa02ce794f6d642f0d4554a996f76f08ff619a99d1098d2289d0398519 +SIZE (KDE/plasma/5.90.0/systemsettings-5.90.0.tar.xz) = 217116 diff --git a/sysutils/plasma6-systemsettings/pkg-plist b/sysutils/plasma6-systemsettings/pkg-plist new file mode 100644 index 000000000000..f20447be4296 --- /dev/null +++ b/sysutils/plasma6-systemsettings/pkg-plist @@ -0,0 +1,152 @@ +bin/systemsettings +lib/libsystemsettingsview.so.3 +%%QT_PLUGINDIR%%/kf6/krunner/krunner_systemsettings.so +share/applications/kdesystemsettings.desktop +share/applications/systemsettings.desktop +share/doc/HTML/ca/systemsettings/index.cache.bz2 +share/doc/HTML/ca/systemsettings/index.docbook +share/doc/HTML/de/systemsettings/index.cache.bz2 +share/doc/HTML/de/systemsettings/index.docbook +share/doc/HTML/en/systemsettings/index.cache.bz2 +share/doc/HTML/en/systemsettings/index.docbook +share/doc/HTML/es/systemsettings/index.cache.bz2 +share/doc/HTML/es/systemsettings/index.docbook +share/doc/HTML/fr/systemsettings/index.cache.bz2 +share/doc/HTML/fr/systemsettings/index.docbook +share/doc/HTML/id/systemsettings/index.cache.bz2 +share/doc/HTML/id/systemsettings/index.docbook +share/doc/HTML/it/systemsettings/index.cache.bz2 +share/doc/HTML/it/systemsettings/index.docbook +share/doc/HTML/nl/systemsettings/index.cache.bz2 +share/doc/HTML/nl/systemsettings/index.docbook +share/doc/HTML/pt/systemsettings/index.cache.bz2 +share/doc/HTML/pt/systemsettings/index.docbook +share/doc/HTML/pt_BR/systemsettings/index.cache.bz2 +share/doc/HTML/pt_BR/systemsettings/index.docbook +share/doc/HTML/ru/systemsettings/index.cache.bz2 +share/doc/HTML/ru/systemsettings/index.docbook +share/doc/HTML/sv/systemsettings/index.cache.bz2 +share/doc/HTML/sv/systemsettings/index.docbook +share/doc/HTML/tr/systemsettings/index.cache.bz2 +share/doc/HTML/tr/systemsettings/index.docbook +share/doc/HTML/uk/systemsettings/index.cache.bz2 +share/doc/HTML/uk/systemsettings/index.docbook +share/kglobalaccel/systemsettings.desktop +share/locale/ar/LC_MESSAGES/systemsettings.mo +share/locale/ast/LC_MESSAGES/systemsettings.mo +share/locale/az/LC_MESSAGES/systemsettings.mo +share/locale/be/LC_MESSAGES/systemsettings.mo +share/locale/be@latin/LC_MESSAGES/systemsettings.mo +share/locale/bg/LC_MESSAGES/systemsettings.mo +share/locale/bn_IN/LC_MESSAGES/systemsettings.mo +share/locale/bs/LC_MESSAGES/systemsettings.mo +share/locale/ca/LC_MESSAGES/systemsettings.mo +share/locale/ca@valencia/LC_MESSAGES/systemsettings.mo +share/locale/cs/LC_MESSAGES/systemsettings.mo +share/locale/csb/LC_MESSAGES/systemsettings.mo +share/locale/da/LC_MESSAGES/systemsettings.mo +share/locale/de/LC_MESSAGES/systemsettings.mo +share/locale/el/LC_MESSAGES/systemsettings.mo +share/locale/en_GB/LC_MESSAGES/systemsettings.mo +share/locale/eo/LC_MESSAGES/systemsettings.mo +share/locale/es/LC_MESSAGES/systemsettings.mo +share/locale/et/LC_MESSAGES/systemsettings.mo +share/locale/eu/LC_MESSAGES/systemsettings.mo +share/locale/fa/LC_MESSAGES/systemsettings.mo +share/locale/fi/LC_MESSAGES/systemsettings.mo +share/locale/fr/LC_MESSAGES/systemsettings.mo +share/locale/fy/LC_MESSAGES/systemsettings.mo +share/locale/ga/LC_MESSAGES/systemsettings.mo +share/locale/gl/LC_MESSAGES/systemsettings.mo +share/locale/gu/LC_MESSAGES/systemsettings.mo +share/locale/he/LC_MESSAGES/systemsettings.mo +share/locale/hi/LC_MESSAGES/systemsettings.mo +share/locale/hne/LC_MESSAGES/systemsettings.mo +share/locale/hr/LC_MESSAGES/systemsettings.mo +share/locale/hsb/LC_MESSAGES/systemsettings.mo +share/locale/hu/LC_MESSAGES/systemsettings.mo +share/locale/ia/LC_MESSAGES/systemsettings.mo +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 +share/locale/ku/LC_MESSAGES/systemsettings.mo +share/locale/lt/LC_MESSAGES/systemsettings.mo +share/locale/lv/LC_MESSAGES/systemsettings.mo +share/locale/mai/LC_MESSAGES/systemsettings.mo +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 +share/locale/nl/LC_MESSAGES/systemsettings.mo +share/locale/nn/LC_MESSAGES/systemsettings.mo +share/locale/oc/LC_MESSAGES/systemsettings.mo +share/locale/or/LC_MESSAGES/systemsettings.mo +share/locale/pa/LC_MESSAGES/systemsettings.mo +share/locale/pl/LC_MESSAGES/systemsettings.mo +share/locale/pt/LC_MESSAGES/systemsettings.mo +share/locale/pt_BR/LC_MESSAGES/systemsettings.mo +share/locale/ro/LC_MESSAGES/systemsettings.mo +share/locale/ru/LC_MESSAGES/systemsettings.mo +share/locale/sa/LC_MESSAGES/systemsettings.mo +share/locale/se/LC_MESSAGES/systemsettings.mo +share/locale/si/LC_MESSAGES/systemsettings.mo +share/locale/sk/LC_MESSAGES/systemsettings.mo +share/locale/sl/LC_MESSAGES/systemsettings.mo +share/locale/sq/LC_MESSAGES/systemsettings.mo +share/locale/sr/LC_MESSAGES/systemsettings.mo +share/locale/sr@ijekavian/LC_MESSAGES/systemsettings.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/systemsettings.mo +share/locale/sr@latin/LC_MESSAGES/systemsettings.mo +share/locale/sv/LC_MESSAGES/systemsettings.mo +share/locale/ta/LC_MESSAGES/systemsettings.mo +share/locale/te/LC_MESSAGES/systemsettings.mo +share/locale/tg/LC_MESSAGES/systemsettings.mo +share/locale/th/LC_MESSAGES/systemsettings.mo +share/locale/tr/LC_MESSAGES/systemsettings.mo +share/locale/ug/LC_MESSAGES/systemsettings.mo +share/locale/uk/LC_MESSAGES/systemsettings.mo +share/locale/vi/LC_MESSAGES/systemsettings.mo +share/locale/wa/LC_MESSAGES/systemsettings.mo +share/locale/zh_CN/LC_MESSAGES/systemsettings.mo +share/locale/zh_TW/LC_MESSAGES/systemsettings.mo +share/metainfo/org.kde.systemsettings.metainfo.xml +share/qlogging-categories6/systemsettings.categories +%%DATADIR%%/categories/settings-appearance-font.desktop +%%DATADIR%%/categories/settings-appearance-themes.desktop +%%DATADIR%%/categories/settings-appearance.desktop +%%DATADIR%%/categories/settings-applications-defaults.desktop +%%DATADIR%%/categories/settings-applications-permissions.desktop +%%DATADIR%%/categories/settings-applications.desktop +%%DATADIR%%/categories/settings-hardware-display.desktop +%%DATADIR%%/categories/settings-hardware-input-pointing-devices.desktop +%%DATADIR%%/categories/settings-hardware-input-touchscreen.desktop +%%DATADIR%%/categories/settings-hardware-input.desktop +%%DATADIR%%/categories/settings-hardware-keyboard.desktop +%%DATADIR%%/categories/settings-hardware-multimedia.desktop +%%DATADIR%%/categories/settings-hardware-powermanagement.desktop +%%DATADIR%%/categories/settings-hardware-removable-storage.desktop +%%DATADIR%%/categories/settings-hardware.desktop +%%DATADIR%%/categories/settings-network-connectivity.desktop +%%DATADIR%%/categories/settings-network-networksettings.desktop +%%DATADIR%%/categories/settings-network.desktop +%%DATADIR%%/categories/settings-personalization.desktop +%%DATADIR%%/categories/settings-regionalsettings.desktop +%%DATADIR%%/categories/settings-root-category.desktop +%%DATADIR%%/categories/settings-security-privacy.desktop +%%DATADIR%%/categories/settings-system-administration.desktop +%%DATADIR%%/categories/settings-workspace-desktopbehavior.desktop +%%DATADIR%%/categories/settings-workspace-search.desktop +%%DATADIR%%/categories/settings-workspace-session.desktop +%%DATADIR%%/categories/settings-workspace-shortcuts.desktop +%%DATADIR%%/categories/settings-workspace-windowmanagement.desktop +%%DATADIR%%/categories/settings-workspace.desktop +share/zsh/site-functions/_systemsettings diff --git a/www/Makefile b/www/Makefile index 05788b1c2885..a5e566896db7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1423,6 +1423,7 @@ SUBDIR += phpvirtualbox-legacy SUBDIR += piwigo SUBDIR += plasma5-plasma-browser-integration + SUBDIR += plasma6-plasma-browser-integration SUBDIR += pmwiki SUBDIR += pnews SUBDIR += podcastamatic diff --git a/www/plasma6-plasma-browser-integration/Makefile b/www/plasma6-plasma-browser-integration/Makefile new file mode 100644 index 000000000000..3007e20ff5aa --- /dev/null +++ b/www/plasma6-plasma-browser-integration/Makefile @@ -0,0 +1,15 @@ +PORTNAME= plasma-browser-integration +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= www kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Components necessary to integrate browsers into the Plasma Desktop + +USES= cmake gettext kde:6 qt:6 tar:xz +USE_KDE= activities config coreaddons crash dbusaddons filemetadata \ + i18n jobwidgets kio notifications plasma-workspace purpose \ + runner statusnotifieritem \ + ecm:build +USE_QT= base + +.include <bsd.port.mk> diff --git a/www/plasma6-plasma-browser-integration/distinfo b/www/plasma6-plasma-browser-integration/distinfo new file mode 100644 index 000000000000..c279a1606707 --- /dev/null +++ b/www/plasma6-plasma-browser-integration/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701531669 +SHA256 (KDE/plasma/5.90.0/plasma-browser-integration-5.90.0.tar.xz) = e2e7c5456034c8735bea4ceb8b6d34018a47d069316fc1a0228eefb0a9c98321 +SIZE (KDE/plasma/5.90.0/plasma-browser-integration-5.90.0.tar.xz) = 217948 diff --git a/www/plasma6-plasma-browser-integration/pkg-plist b/www/plasma6-plasma-browser-integration/pkg-plist new file mode 100644 index 000000000000..374e1a089428 --- /dev/null +++ b/www/plasma6-plasma-browser-integration/pkg-plist @@ -0,0 +1,99 @@ +bin/plasma-browser-integration-host +etc/chromium/native-messaging-hosts/org.kde.plasma.browser_integration.json +etc/opt/chrome/native-messaging-hosts/org.kde.plasma.browser_integration.json +etc/opt/edge/native-messaging-hosts/org.kde.plasma.browser_integration.json +lib/mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.json +%%QT_PLUGINDIR%%/kf6/kded/browserintegrationreminder.so +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-integration-host.mo +share/locale/ar/LC_MESSAGES/plasma-browser-integration-reminder.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-integration-host.mo +share/locale/az/LC_MESSAGES/plasma-browser-integration-reminder.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-integration-host.mo +share/locale/ca/LC_MESSAGES/plasma-browser-integration-reminder.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-integration-host.mo +share/locale/cs/LC_MESSAGES/plasma-browser-integration-reminder.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-integration-host.mo +share/locale/de/LC_MESSAGES/plasma-browser-integration-reminder.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-integration-host.mo +share/locale/en_GB/LC_MESSAGES/plasma-browser-integration-reminder.mo +share/locale/eo/LC_MESSAGES/plasma-browser-integration-host.mo +share/locale/eo/LC_MESSAGES/plasma-browser-integration-reminder.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-integration-host.mo +share/locale/et/LC_MESSAGES/plasma-browser-integration-reminder.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-integration-host.mo +share/locale/fi/LC_MESSAGES/plasma-browser-integration-reminder.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-integration-host.mo +share/locale/gl/LC_MESSAGES/plasma-browser-integration-reminder.mo +share/locale/he/LC_MESSAGES/plasma-browser-integration-host.mo +share/locale/he/LC_MESSAGES/plasma-browser-integration-reminder.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-integration-host.mo +share/locale/ia/LC_MESSAGES/plasma-browser-integration-reminder.mo +share/locale/id/LC_MESSAGES/plasma-browser-integration-host.mo +share/locale/id/LC_MESSAGES/plasma-browser-integration-reminder.mo +share/locale/is/LC_MESSAGES/plasma-browser-integration-host.mo +share/locale/is/LC_MESSAGES/plasma-browser-integration-reminder.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-integration-host.mo +share/locale/ja/LC_MESSAGES/plasma-browser-integration-reminder.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-integration-host.mo +share/locale/ko/LC_MESSAGES/plasma-browser-integration-reminder.mo +share/locale/lt/LC_MESSAGES/plasma-browser-integration-host.mo +share/locale/lt/LC_MESSAGES/plasma-browser-integration-reminder.mo +share/locale/ml/LC_MESSAGES/plasma-browser-integration-host.mo +share/locale/ml/LC_MESSAGES/plasma-browser-integration-reminder.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-integration-host.mo +share/locale/nn/LC_MESSAGES/plasma-browser-integration-reminder.mo +share/locale/pa/LC_MESSAGES/plasma-browser-integration-reminder.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-integration-host.mo +share/locale/pt/LC_MESSAGES/plasma-browser-integration-reminder.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-integration-host.mo +share/locale/ro/LC_MESSAGES/plasma-browser-integration-reminder.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-integration-host.mo +share/locale/sk/LC_MESSAGES/plasma-browser-integration-reminder.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-integration-host.mo +share/locale/sv/LC_MESSAGES/plasma-browser-integration-reminder.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-integration-host.mo +share/locale/tr/LC_MESSAGES/plasma-browser-integration-reminder.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-integration-host.mo +share/locale/zh_CN/LC_MESSAGES/plasma-browser-integration-reminder.mo +share/locale/zh_TW/LC_MESSAGES/plasma-browser-integration-host.mo +share/locale/zh_TW/LC_MESSAGES/plasma-browser-integration-reminder.mo diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 62147ed24d50..557d4132d99e 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -145,6 +145,12 @@ SUBDIR += plasma5-kde-gtk-config SUBDIR += plasma5-oxygen SUBDIR += plasma5-plasma-workspace-wallpapers + SUBDIR += plasma6-breeze + SUBDIR += plasma6-breeze-gtk + SUBDIR += plasma6-kde-gtk-config + SUBDIR += plasma6-oxygen + SUBDIR += plasma6-plasma-workspace-wallpapers + SUBDIR += plasma6-qqc2-breeze-style SUBDIR += plata-theme SUBDIR += pop-gtk-themes SUBDIR += pop-icon-theme diff --git a/x11-themes/plasma6-breeze-gtk/Makefile b/x11-themes/plasma6-breeze-gtk/Makefile new file mode 100644 index 000000000000..a82fb429a9e9 --- /dev/null +++ b/x11-themes/plasma6-breeze-gtk/Makefile @@ -0,0 +1,23 @@ +PORTNAME= breeze-gtk +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11-themes kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Breeze widget theme for GTK 2 and 3 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \ + sassc:textproc/sassc +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} + +USES= cmake kde:6 python qt:6 tar:xz +USE_KDE= breeze \ + ecm:build +USE_QT= base + +CMAKE_ARGS= -DPython3_EXECUTABLE:PATH=${PYTHON_CMD} \ + -DQT_MAJOR_VERSION=6 + +BINARY_ALIAS= python3=${PYTHON_CMD} +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/x11-themes/plasma6-breeze-gtk/distinfo b/x11-themes/plasma6-breeze-gtk/distinfo new file mode 100644 index 000000000000..562f48d71569 --- /dev/null +++ b/x11-themes/plasma6-breeze-gtk/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525137 +SHA256 (KDE/plasma/5.90.0/breeze-gtk-5.90.0.tar.xz) = f4f5228a413b64619c87925a3cda6b77f6e8d18ffbbc607618d507364abb00ae +SIZE (KDE/plasma/5.90.0/breeze-gtk-5.90.0.tar.xz) = 40716 diff --git a/x11-themes/plasma6-breeze-gtk/pkg-plist b/x11-themes/plasma6-breeze-gtk/pkg-plist new file mode 100644 index 000000000000..3d64a2f3d818 --- /dev/null +++ b/x11-themes/plasma6-breeze-gtk/pkg-plist @@ -0,0 +1,564 @@ +share/themes/Breeze-Dark/assets/arrow-down-active.png +share/themes/Breeze-Dark/assets/arrow-down-hover.png +share/themes/Breeze-Dark/assets/arrow-down-insensitive.png +share/themes/Breeze-Dark/assets/arrow-down.png +share/themes/Breeze-Dark/assets/arrow-left-active.png +share/themes/Breeze-Dark/assets/arrow-left-hover.png +share/themes/Breeze-Dark/assets/arrow-left-insensitive.png +share/themes/Breeze-Dark/assets/arrow-left.png +share/themes/Breeze-Dark/assets/arrow-right-active.png +share/themes/Breeze-Dark/assets/arrow-right-hover.png +share/themes/Breeze-Dark/assets/arrow-right-insensitive.png +share/themes/Breeze-Dark/assets/arrow-right.png +share/themes/Breeze-Dark/assets/arrow-small-down-active.png +share/themes/Breeze-Dark/assets/arrow-small-down-hover.png +share/themes/Breeze-Dark/assets/arrow-small-down-insensitive.png +share/themes/Breeze-Dark/assets/arrow-small-down.png +share/themes/Breeze-Dark/assets/arrow-small-left-active.png +share/themes/Breeze-Dark/assets/arrow-small-left-hover.png +share/themes/Breeze-Dark/assets/arrow-small-left-insensitive.png +share/themes/Breeze-Dark/assets/arrow-small-left.png +share/themes/Breeze-Dark/assets/arrow-small-right-active.png +share/themes/Breeze-Dark/assets/arrow-small-right-hover.png +share/themes/Breeze-Dark/assets/arrow-small-right-insensitive.png +share/themes/Breeze-Dark/assets/arrow-small-right.png +share/themes/Breeze-Dark/assets/arrow-small-up-active.png +share/themes/Breeze-Dark/assets/arrow-small-up-hover.png +share/themes/Breeze-Dark/assets/arrow-small-up-insensitive.png +share/themes/Breeze-Dark/assets/arrow-small-up.png +share/themes/Breeze-Dark/assets/arrow-up-active.png +share/themes/Breeze-Dark/assets/arrow-up-hover.png +share/themes/Breeze-Dark/assets/arrow-up-insensitive.png +share/themes/Breeze-Dark/assets/arrow-up.png +share/themes/Breeze-Dark/assets/button-active.png +share/themes/Breeze-Dark/assets/button-hover.png +share/themes/Breeze-Dark/assets/button-insensitive.png +share/themes/Breeze-Dark/assets/button.png +share/themes/Breeze-Dark/assets/check-checked-active.png +share/themes/Breeze-Dark/assets/check-checked-active@2.png +share/themes/Breeze-Dark/assets/check-checked-backdrop-insensitive.png +share/themes/Breeze-Dark/assets/check-checked-backdrop-insensitive@2.png +share/themes/Breeze-Dark/assets/check-checked-backdrop.png +share/themes/Breeze-Dark/assets/check-checked-backdrop@2.png +share/themes/Breeze-Dark/assets/check-checked-hover.png +share/themes/Breeze-Dark/assets/check-checked-hover@2.png +share/themes/Breeze-Dark/assets/check-checked-insensitive.png +share/themes/Breeze-Dark/assets/check-checked-insensitive@2.png +share/themes/Breeze-Dark/assets/check-mixed-active.png +share/themes/Breeze-Dark/assets/check-mixed-active@2.png +share/themes/Breeze-Dark/assets/check-mixed-backdrop-insensitive.png +share/themes/Breeze-Dark/assets/check-mixed-backdrop-insensitive@2.png +share/themes/Breeze-Dark/assets/check-mixed-backdrop.png +share/themes/Breeze-Dark/assets/check-mixed-backdrop@2.png +share/themes/Breeze-Dark/assets/check-mixed-hover.png +share/themes/Breeze-Dark/assets/check-mixed-hover@2.png +share/themes/Breeze-Dark/assets/check-mixed-insensitive.png +share/themes/Breeze-Dark/assets/check-mixed-insensitive@2.png +share/themes/Breeze-Dark/assets/check-selectionmode-checked-active.png +share/themes/Breeze-Dark/assets/check-selectionmode-checked-active@2.png +share/themes/Breeze-Dark/assets/check-selectionmode-checked-backdrop-insensitive.png +share/themes/Breeze-Dark/assets/check-selectionmode-checked-backdrop-insensitive@2.png +share/themes/Breeze-Dark/assets/check-selectionmode-checked-backdrop.png +share/themes/Breeze-Dark/assets/check-selectionmode-checked-backdrop@2.png +share/themes/Breeze-Dark/assets/check-selectionmode-checked-hover.png +share/themes/Breeze-Dark/assets/check-selectionmode-checked-hover@2.png +share/themes/Breeze-Dark/assets/check-selectionmode-checked-insensitive.png +share/themes/Breeze-Dark/assets/check-selectionmode-checked-insensitive@2.png +share/themes/Breeze-Dark/assets/check-selectionmode-unchecked-active.png +share/themes/Breeze-Dark/assets/check-selectionmode-unchecked-active@2.png +share/themes/Breeze-Dark/assets/check-selectionmode-unchecked-backdrop-insensitive.png +share/themes/Breeze-Dark/assets/check-selectionmode-unchecked-backdrop-insensitive@2.png +share/themes/Breeze-Dark/assets/check-selectionmode-unchecked-backdrop.png +share/themes/Breeze-Dark/assets/check-selectionmode-unchecked-backdrop@2.png +share/themes/Breeze-Dark/assets/check-selectionmode-unchecked-hover.png +share/themes/Breeze-Dark/assets/check-selectionmode-unchecked-hover@2.png +share/themes/Breeze-Dark/assets/check-selectionmode-unchecked-insensitive.png +share/themes/Breeze-Dark/assets/check-selectionmode-unchecked-insensitive@2.png +share/themes/Breeze-Dark/assets/check-selectionmode-unchecked.png +share/themes/Breeze-Dark/assets/check-selectionmode-unchecked@2.png +share/themes/Breeze-Dark/assets/check-unchecked-active.png +share/themes/Breeze-Dark/assets/check-unchecked-active@2.png +share/themes/Breeze-Dark/assets/check-unchecked-backdrop-insensitive.png +share/themes/Breeze-Dark/assets/check-unchecked-backdrop-insensitive@2.png +share/themes/Breeze-Dark/assets/check-unchecked-backdrop.png +share/themes/Breeze-Dark/assets/check-unchecked-backdrop@2.png +share/themes/Breeze-Dark/assets/check-unchecked-hover.png +share/themes/Breeze-Dark/assets/check-unchecked-hover@2.png +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/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/entry-active.png +share/themes/Breeze-Dark/assets/entry-insensitive.png +share/themes/Breeze-Dark/assets/entry.png +share/themes/Breeze-Dark/assets/frame-gap-end.png +share/themes/Breeze-Dark/assets/frame-gap-start.png +share/themes/Breeze-Dark/assets/frame.png +share/themes/Breeze-Dark/assets/handle-h.png +share/themes/Breeze-Dark/assets/handle-v.png +share/themes/Breeze-Dark/assets/line-h.png +share/themes/Breeze-Dark/assets/line-v.png +share/themes/Breeze-Dark/assets/menu-arrow-insensitive.png +share/themes/Breeze-Dark/assets/menu-arrow-selected.png +share/themes/Breeze-Dark/assets/menu-arrow.png +share/themes/Breeze-Dark/assets/menubar-button.png +share/themes/Breeze-Dark/assets/notebook-frame-bottom.png +share/themes/Breeze-Dark/assets/notebook-frame-right.png +share/themes/Breeze-Dark/assets/notebook-frame-top.png +share/themes/Breeze-Dark/assets/notebook-gap-horizontal.png +share/themes/Breeze-Dark/assets/notebook-gap-vertical.png +share/themes/Breeze-Dark/assets/null.png +share/themes/Breeze-Dark/assets/progressbar-bar.png +share/themes/Breeze-Dark/assets/progressbar-trough.png +share/themes/Breeze-Dark/assets/radio-checked-active.png +share/themes/Breeze-Dark/assets/radio-checked-active@2.png +share/themes/Breeze-Dark/assets/radio-checked-backdrop-insensitive.png +share/themes/Breeze-Dark/assets/radio-checked-backdrop-insensitive@2.png +share/themes/Breeze-Dark/assets/radio-checked-backdrop.png +share/themes/Breeze-Dark/assets/radio-checked-backdrop@2.png +share/themes/Breeze-Dark/assets/radio-checked-hover.png +share/themes/Breeze-Dark/assets/radio-checked-hover@2.png +share/themes/Breeze-Dark/assets/radio-checked-insensitive.png +share/themes/Breeze-Dark/assets/radio-checked-insensitive@2.png +share/themes/Breeze-Dark/assets/radio-mixed-active.png +share/themes/Breeze-Dark/assets/radio-mixed-active@2.png +share/themes/Breeze-Dark/assets/radio-mixed-backdrop-insensitive.png +share/themes/Breeze-Dark/assets/radio-mixed-backdrop-insensitive@2.png +share/themes/Breeze-Dark/assets/radio-mixed-backdrop.png +share/themes/Breeze-Dark/assets/radio-mixed-backdrop@2.png +share/themes/Breeze-Dark/assets/radio-mixed-hover.png +share/themes/Breeze-Dark/assets/radio-mixed-hover@2.png +share/themes/Breeze-Dark/assets/radio-mixed-insensitive.png +share/themes/Breeze-Dark/assets/radio-mixed-insensitive@2.png +share/themes/Breeze-Dark/assets/radio-unchecked-active.png +share/themes/Breeze-Dark/assets/radio-unchecked-active@2.png +share/themes/Breeze-Dark/assets/radio-unchecked-backdrop-insensitive.png +share/themes/Breeze-Dark/assets/radio-unchecked-backdrop-insensitive@2.png +share/themes/Breeze-Dark/assets/radio-unchecked-backdrop.png +share/themes/Breeze-Dark/assets/radio-unchecked-backdrop@2.png +share/themes/Breeze-Dark/assets/radio-unchecked-hover.png +share/themes/Breeze-Dark/assets/radio-unchecked-hover@2.png +share/themes/Breeze-Dark/assets/radio-unchecked-insensitive.png +share/themes/Breeze-Dark/assets/radio-unchecked-insensitive@2.png +share/themes/Breeze-Dark/assets/radio-unchecked.png +share/themes/Breeze-Dark/assets/radio-unchecked@2.png +share/themes/Breeze-Dark/assets/scale-slider-active.png +share/themes/Breeze-Dark/assets/scale-slider-hover.png +share/themes/Breeze-Dark/assets/scale-slider-insensitive.png +share/themes/Breeze-Dark/assets/scale-slider.png +share/themes/Breeze-Dark/assets/scale-trough-horizontal.png +share/themes/Breeze-Dark/assets/scale-trough-vertical.png +share/themes/Breeze-Dark/assets/scrollbar-slider-horizontal-active.png +share/themes/Breeze-Dark/assets/scrollbar-slider-horizontal-active@2.png +share/themes/Breeze-Dark/assets/scrollbar-slider-horizontal-hover.png +share/themes/Breeze-Dark/assets/scrollbar-slider-horizontal-hover@2.png +share/themes/Breeze-Dark/assets/scrollbar-slider-horizontal.png +share/themes/Breeze-Dark/assets/scrollbar-slider-horizontal@2.png +share/themes/Breeze-Dark/assets/scrollbar-slider-vertical-active.png +share/themes/Breeze-Dark/assets/scrollbar-slider-vertical-active@2.png +share/themes/Breeze-Dark/assets/scrollbar-slider-vertical-hover.png +share/themes/Breeze-Dark/assets/scrollbar-slider-vertical-hover@2.png +share/themes/Breeze-Dark/assets/scrollbar-slider-vertical.png +share/themes/Breeze-Dark/assets/scrollbar-slider-vertical@2.png +share/themes/Breeze-Dark/assets/scrollbar-trough-horizontal.png +share/themes/Breeze-Dark/assets/scrollbar-trough-horizontal@2.png +share/themes/Breeze-Dark/assets/scrollbar-trough-vertical.png +share/themes/Breeze-Dark/assets/scrollbar-trough-vertical@2.png +share/themes/Breeze-Dark/assets/spinbutton-down-insensitive.png +share/themes/Breeze-Dark/assets/spinbutton-down-rtl-insensitive.png +share/themes/Breeze-Dark/assets/spinbutton-down-rtl.png +share/themes/Breeze-Dark/assets/spinbutton-down.png +share/themes/Breeze-Dark/assets/spinbutton-up-insensitive.png +share/themes/Breeze-Dark/assets/spinbutton-up-rtl-insensitive.png +share/themes/Breeze-Dark/assets/spinbutton-up-rtl.png +share/themes/Breeze-Dark/assets/spinbutton-up.png +share/themes/Breeze-Dark/assets/tab-bottom-active.png +share/themes/Breeze-Dark/assets/tab-bottom-inactive.png +share/themes/Breeze-Dark/assets/tab-left-active.png +share/themes/Breeze-Dark/assets/tab-left-inactive.png +share/themes/Breeze-Dark/assets/tab-right-active.png +share/themes/Breeze-Dark/assets/tab-right-inactive.png +share/themes/Breeze-Dark/assets/tab-top-active.png +share/themes/Breeze-Dark/assets/tab-top-inactive.png +share/themes/Breeze-Dark/assets/titlebutton-close-active-backdrop.png +share/themes/Breeze-Dark/assets/titlebutton-close-active-backdrop@2.png +share/themes/Breeze-Dark/assets/titlebutton-close-active.png +share/themes/Breeze-Dark/assets/titlebutton-close-active@2.png +share/themes/Breeze-Dark/assets/titlebutton-close-backdrop.png +share/themes/Breeze-Dark/assets/titlebutton-close-backdrop@2.png +share/themes/Breeze-Dark/assets/titlebutton-close-hover-backdrop.png +share/themes/Breeze-Dark/assets/titlebutton-close-hover-backdrop@2.png +share/themes/Breeze-Dark/assets/titlebutton-close-hover.png +share/themes/Breeze-Dark/assets/titlebutton-close-hover@2.png +share/themes/Breeze-Dark/assets/titlebutton-close.png +share/themes/Breeze-Dark/assets/titlebutton-close@2.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-active-backdrop.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-active-backdrop@2.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-active.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-active@2.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-backdrop.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-backdrop@2.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-hover-backdrop.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-hover-backdrop@2.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-hover.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-hover@2.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-maximized-active-backdrop.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-maximized-active-backdrop@2.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-maximized-active.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-maximized-active@2.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-maximized-backdrop.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-maximized-backdrop@2.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-maximized-hover-backdrop.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-maximized-hover-backdrop@2.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-maximized-hover.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-maximized-hover@2.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-maximized.png +share/themes/Breeze-Dark/assets/titlebutton-maximize-maximized@2.png +share/themes/Breeze-Dark/assets/titlebutton-maximize.png +share/themes/Breeze-Dark/assets/titlebutton-maximize@2.png +share/themes/Breeze-Dark/assets/titlebutton-minimize-active-backdrop.png +share/themes/Breeze-Dark/assets/titlebutton-minimize-active-backdrop@2.png +share/themes/Breeze-Dark/assets/titlebutton-minimize-active.png +share/themes/Breeze-Dark/assets/titlebutton-minimize-active@2.png +share/themes/Breeze-Dark/assets/titlebutton-minimize-backdrop.png +share/themes/Breeze-Dark/assets/titlebutton-minimize-backdrop@2.png +share/themes/Breeze-Dark/assets/titlebutton-minimize-hover-backdrop.png +share/themes/Breeze-Dark/assets/titlebutton-minimize-hover-backdrop@2.png +share/themes/Breeze-Dark/assets/titlebutton-minimize-hover.png +share/themes/Breeze-Dark/assets/titlebutton-minimize-hover@2.png +share/themes/Breeze-Dark/assets/titlebutton-minimize.png +share/themes/Breeze-Dark/assets/titlebutton-minimize@2.png +share/themes/Breeze-Dark/assets/togglebutton-active.png +share/themes/Breeze-Dark/assets/togglebutton-hover.png +share/themes/Breeze-Dark/assets/togglebutton-insensitive.png +share/themes/Breeze-Dark/assets/togglebutton.png +share/themes/Breeze-Dark/assets/toolbar-background.png +share/themes/Breeze-Dark/assets/toolbutton-active.png +share/themes/Breeze-Dark/assets/toolbutton-hover.png +share/themes/Breeze-Dark/assets/toolbutton-toggled.png +share/themes/Breeze-Dark/assets/tree-header.png +share/themes/Breeze-Dark/breeze-check-checked-symbolic.svg +share/themes/Breeze-Dark/breeze-check-indeterminate-symbolic.svg +share/themes/Breeze-Dark/breeze-check-unchecked-symbolic.svg +share/themes/Breeze-Dark/breeze-close-active-symbolic.svg +share/themes/Breeze-Dark/breeze-close-hover-symbolic.svg +share/themes/Breeze-Dark/breeze-close-symbolic.svg +share/themes/Breeze-Dark/breeze-maximize-active-symbolic.svg +share/themes/Breeze-Dark/breeze-maximize-hover-symbolic.svg +share/themes/Breeze-Dark/breeze-maximize-symbolic.svg +share/themes/Breeze-Dark/breeze-maximized-active-symbolic.svg +share/themes/Breeze-Dark/breeze-maximized-hover-symbolic.svg +share/themes/Breeze-Dark/breeze-maximized-symbolic.svg +share/themes/Breeze-Dark/breeze-minimize-active-symbolic.svg +share/themes/Breeze-Dark/breeze-minimize-hover-symbolic.svg +share/themes/Breeze-Dark/breeze-minimize-symbolic.svg +share/themes/Breeze-Dark/breeze-radio-checked-symbolic.svg +share/themes/Breeze-Dark/breeze-radio-indeterminate-symbolic.svg +share/themes/Breeze-Dark/breeze-radio-unchecked-symbolic.svg +share/themes/Breeze-Dark/bullet-symbolic.svg +share/themes/Breeze-Dark/checkmark-symbolic.svg +share/themes/Breeze-Dark/dash-symbolic.svg +share/themes/Breeze-Dark/gtk-2.0/gtkrc +share/themes/Breeze-Dark/gtk-2.0/widgets/buttons +share/themes/Breeze-Dark/gtk-2.0/widgets/default +share/themes/Breeze-Dark/gtk-2.0/widgets/entry +share/themes/Breeze-Dark/gtk-2.0/widgets/menu +share/themes/Breeze-Dark/gtk-2.0/widgets/misc +share/themes/Breeze-Dark/gtk-2.0/widgets/notebook +share/themes/Breeze-Dark/gtk-2.0/widgets/progressbar +share/themes/Breeze-Dark/gtk-2.0/widgets/range +share/themes/Breeze-Dark/gtk-2.0/widgets/scrollbar +share/themes/Breeze-Dark/gtk-2.0/widgets/styles +share/themes/Breeze-Dark/gtk-2.0/widgets/toolbar +share/themes/Breeze-Dark/gtk-3.0/gtk.css +share/themes/Breeze-Dark/gtk-4.0/gtk.css +share/themes/Breeze-Dark/settings.ini +share/themes/Breeze/assets/arrow-down-active.png +share/themes/Breeze/assets/arrow-down-hover.png +share/themes/Breeze/assets/arrow-down-insensitive.png +share/themes/Breeze/assets/arrow-down.png +share/themes/Breeze/assets/arrow-left-active.png +share/themes/Breeze/assets/arrow-left-hover.png +share/themes/Breeze/assets/arrow-left-insensitive.png +share/themes/Breeze/assets/arrow-left.png +share/themes/Breeze/assets/arrow-right-active.png +share/themes/Breeze/assets/arrow-right-hover.png +share/themes/Breeze/assets/arrow-right-insensitive.png +share/themes/Breeze/assets/arrow-right.png +share/themes/Breeze/assets/arrow-small-down-active.png +share/themes/Breeze/assets/arrow-small-down-hover.png +share/themes/Breeze/assets/arrow-small-down-insensitive.png +share/themes/Breeze/assets/arrow-small-down.png +share/themes/Breeze/assets/arrow-small-left-active.png +share/themes/Breeze/assets/arrow-small-left-hover.png +share/themes/Breeze/assets/arrow-small-left-insensitive.png +share/themes/Breeze/assets/arrow-small-left.png +share/themes/Breeze/assets/arrow-small-right-active.png +share/themes/Breeze/assets/arrow-small-right-hover.png +share/themes/Breeze/assets/arrow-small-right-insensitive.png +share/themes/Breeze/assets/arrow-small-right.png +share/themes/Breeze/assets/arrow-small-up-active.png +share/themes/Breeze/assets/arrow-small-up-hover.png +share/themes/Breeze/assets/arrow-small-up-insensitive.png +share/themes/Breeze/assets/arrow-small-up.png +share/themes/Breeze/assets/arrow-up-active.png +share/themes/Breeze/assets/arrow-up-hover.png +share/themes/Breeze/assets/arrow-up-insensitive.png +share/themes/Breeze/assets/arrow-up.png +share/themes/Breeze/assets/button-active.png +share/themes/Breeze/assets/button-hover.png +share/themes/Breeze/assets/button-insensitive.png +share/themes/Breeze/assets/button.png +share/themes/Breeze/assets/check-checked-active.png +share/themes/Breeze/assets/check-checked-active@2.png +share/themes/Breeze/assets/check-checked-backdrop-insensitive.png +share/themes/Breeze/assets/check-checked-backdrop-insensitive@2.png +share/themes/Breeze/assets/check-checked-backdrop.png +share/themes/Breeze/assets/check-checked-backdrop@2.png +share/themes/Breeze/assets/check-checked-hover.png +share/themes/Breeze/assets/check-checked-hover@2.png +share/themes/Breeze/assets/check-checked-insensitive.png +share/themes/Breeze/assets/check-checked-insensitive@2.png +share/themes/Breeze/assets/check-mixed-active.png +share/themes/Breeze/assets/check-mixed-active@2.png +share/themes/Breeze/assets/check-mixed-backdrop-insensitive.png +share/themes/Breeze/assets/check-mixed-backdrop-insensitive@2.png +share/themes/Breeze/assets/check-mixed-backdrop.png +share/themes/Breeze/assets/check-mixed-backdrop@2.png +share/themes/Breeze/assets/check-mixed-hover.png +share/themes/Breeze/assets/check-mixed-hover@2.png +share/themes/Breeze/assets/check-mixed-insensitive.png +share/themes/Breeze/assets/check-mixed-insensitive@2.png +share/themes/Breeze/assets/check-selectionmode-checked-active.png +share/themes/Breeze/assets/check-selectionmode-checked-active@2.png +share/themes/Breeze/assets/check-selectionmode-checked-backdrop-insensitive.png +share/themes/Breeze/assets/check-selectionmode-checked-backdrop-insensitive@2.png +share/themes/Breeze/assets/check-selectionmode-checked-backdrop.png +share/themes/Breeze/assets/check-selectionmode-checked-backdrop@2.png +share/themes/Breeze/assets/check-selectionmode-checked-hover.png +share/themes/Breeze/assets/check-selectionmode-checked-hover@2.png +share/themes/Breeze/assets/check-selectionmode-checked-insensitive.png +share/themes/Breeze/assets/check-selectionmode-checked-insensitive@2.png +share/themes/Breeze/assets/check-selectionmode-unchecked-active.png +share/themes/Breeze/assets/check-selectionmode-unchecked-active@2.png +share/themes/Breeze/assets/check-selectionmode-unchecked-backdrop-insensitive.png +share/themes/Breeze/assets/check-selectionmode-unchecked-backdrop-insensitive@2.png +share/themes/Breeze/assets/check-selectionmode-unchecked-backdrop.png +share/themes/Breeze/assets/check-selectionmode-unchecked-backdrop@2.png +share/themes/Breeze/assets/check-selectionmode-unchecked-hover.png +share/themes/Breeze/assets/check-selectionmode-unchecked-hover@2.png +share/themes/Breeze/assets/check-selectionmode-unchecked-insensitive.png +share/themes/Breeze/assets/check-selectionmode-unchecked-insensitive@2.png +share/themes/Breeze/assets/check-selectionmode-unchecked.png +share/themes/Breeze/assets/check-selectionmode-unchecked@2.png +share/themes/Breeze/assets/check-unchecked-active.png +share/themes/Breeze/assets/check-unchecked-active@2.png +share/themes/Breeze/assets/check-unchecked-backdrop-insensitive.png +share/themes/Breeze/assets/check-unchecked-backdrop-insensitive@2.png +share/themes/Breeze/assets/check-unchecked-backdrop.png +share/themes/Breeze/assets/check-unchecked-backdrop@2.png +share/themes/Breeze/assets/check-unchecked-hover.png +share/themes/Breeze/assets/check-unchecked-hover@2.png +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/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/entry-active.png +share/themes/Breeze/assets/entry-insensitive.png +share/themes/Breeze/assets/entry.png +share/themes/Breeze/assets/frame-gap-end.png +share/themes/Breeze/assets/frame-gap-start.png +share/themes/Breeze/assets/frame.png +share/themes/Breeze/assets/handle-h.png +share/themes/Breeze/assets/handle-v.png +share/themes/Breeze/assets/line-h.png +share/themes/Breeze/assets/line-v.png +share/themes/Breeze/assets/menu-arrow-insensitive.png +share/themes/Breeze/assets/menu-arrow-selected.png +share/themes/Breeze/assets/menu-arrow.png +share/themes/Breeze/assets/menubar-button.png +share/themes/Breeze/assets/notebook-frame-bottom.png +share/themes/Breeze/assets/notebook-frame-right.png +share/themes/Breeze/assets/notebook-frame-top.png +share/themes/Breeze/assets/notebook-gap-horizontal.png +share/themes/Breeze/assets/notebook-gap-vertical.png +share/themes/Breeze/assets/null.png +share/themes/Breeze/assets/progressbar-bar.png +share/themes/Breeze/assets/progressbar-trough.png +share/themes/Breeze/assets/radio-checked-active.png +share/themes/Breeze/assets/radio-checked-active@2.png +share/themes/Breeze/assets/radio-checked-backdrop-insensitive.png +share/themes/Breeze/assets/radio-checked-backdrop-insensitive@2.png +share/themes/Breeze/assets/radio-checked-backdrop.png +share/themes/Breeze/assets/radio-checked-backdrop@2.png +share/themes/Breeze/assets/radio-checked-hover.png +share/themes/Breeze/assets/radio-checked-hover@2.png +share/themes/Breeze/assets/radio-checked-insensitive.png +share/themes/Breeze/assets/radio-checked-insensitive@2.png +share/themes/Breeze/assets/radio-mixed-active.png +share/themes/Breeze/assets/radio-mixed-active@2.png +share/themes/Breeze/assets/radio-mixed-backdrop-insensitive.png +share/themes/Breeze/assets/radio-mixed-backdrop-insensitive@2.png +share/themes/Breeze/assets/radio-mixed-backdrop.png +share/themes/Breeze/assets/radio-mixed-backdrop@2.png +share/themes/Breeze/assets/radio-mixed-hover.png +share/themes/Breeze/assets/radio-mixed-hover@2.png +share/themes/Breeze/assets/radio-mixed-insensitive.png +share/themes/Breeze/assets/radio-mixed-insensitive@2.png +share/themes/Breeze/assets/radio-unchecked-active.png +share/themes/Breeze/assets/radio-unchecked-active@2.png +share/themes/Breeze/assets/radio-unchecked-backdrop-insensitive.png +share/themes/Breeze/assets/radio-unchecked-backdrop-insensitive@2.png +share/themes/Breeze/assets/radio-unchecked-backdrop.png +share/themes/Breeze/assets/radio-unchecked-backdrop@2.png +share/themes/Breeze/assets/radio-unchecked-hover.png +share/themes/Breeze/assets/radio-unchecked-hover@2.png +share/themes/Breeze/assets/radio-unchecked-insensitive.png +share/themes/Breeze/assets/radio-unchecked-insensitive@2.png +share/themes/Breeze/assets/radio-unchecked.png +share/themes/Breeze/assets/radio-unchecked@2.png +share/themes/Breeze/assets/scale-slider-active.png +share/themes/Breeze/assets/scale-slider-hover.png +share/themes/Breeze/assets/scale-slider-insensitive.png +share/themes/Breeze/assets/scale-slider.png +share/themes/Breeze/assets/scale-trough-horizontal.png +share/themes/Breeze/assets/scale-trough-vertical.png +share/themes/Breeze/assets/scrollbar-slider-horizontal-active.png +share/themes/Breeze/assets/scrollbar-slider-horizontal-active@2.png +share/themes/Breeze/assets/scrollbar-slider-horizontal-hover.png +share/themes/Breeze/assets/scrollbar-slider-horizontal-hover@2.png +share/themes/Breeze/assets/scrollbar-slider-horizontal.png +share/themes/Breeze/assets/scrollbar-slider-horizontal@2.png +share/themes/Breeze/assets/scrollbar-slider-vertical-active.png +share/themes/Breeze/assets/scrollbar-slider-vertical-active@2.png +share/themes/Breeze/assets/scrollbar-slider-vertical-hover.png +share/themes/Breeze/assets/scrollbar-slider-vertical-hover@2.png +share/themes/Breeze/assets/scrollbar-slider-vertical.png +share/themes/Breeze/assets/scrollbar-slider-vertical@2.png +share/themes/Breeze/assets/scrollbar-trough-horizontal.png +share/themes/Breeze/assets/scrollbar-trough-horizontal@2.png +share/themes/Breeze/assets/scrollbar-trough-vertical.png +share/themes/Breeze/assets/scrollbar-trough-vertical@2.png +share/themes/Breeze/assets/spinbutton-down-insensitive.png +share/themes/Breeze/assets/spinbutton-down-rtl-insensitive.png +share/themes/Breeze/assets/spinbutton-down-rtl.png +share/themes/Breeze/assets/spinbutton-down.png +share/themes/Breeze/assets/spinbutton-up-insensitive.png +share/themes/Breeze/assets/spinbutton-up-rtl-insensitive.png +share/themes/Breeze/assets/spinbutton-up-rtl.png +share/themes/Breeze/assets/spinbutton-up.png +share/themes/Breeze/assets/tab-bottom-active.png +share/themes/Breeze/assets/tab-bottom-inactive.png +share/themes/Breeze/assets/tab-left-active.png +share/themes/Breeze/assets/tab-left-inactive.png +share/themes/Breeze/assets/tab-right-active.png +share/themes/Breeze/assets/tab-right-inactive.png +share/themes/Breeze/assets/tab-top-active.png +share/themes/Breeze/assets/tab-top-inactive.png +share/themes/Breeze/assets/titlebutton-close-active-backdrop.png +share/themes/Breeze/assets/titlebutton-close-active-backdrop@2.png +share/themes/Breeze/assets/titlebutton-close-active.png +share/themes/Breeze/assets/titlebutton-close-active@2.png +share/themes/Breeze/assets/titlebutton-close-backdrop.png +share/themes/Breeze/assets/titlebutton-close-backdrop@2.png +share/themes/Breeze/assets/titlebutton-close-hover-backdrop.png +share/themes/Breeze/assets/titlebutton-close-hover-backdrop@2.png +share/themes/Breeze/assets/titlebutton-close-hover.png +share/themes/Breeze/assets/titlebutton-close-hover@2.png +share/themes/Breeze/assets/titlebutton-close.png +share/themes/Breeze/assets/titlebutton-close@2.png +share/themes/Breeze/assets/titlebutton-maximize-active-backdrop.png +share/themes/Breeze/assets/titlebutton-maximize-active-backdrop@2.png +share/themes/Breeze/assets/titlebutton-maximize-active.png +share/themes/Breeze/assets/titlebutton-maximize-active@2.png +share/themes/Breeze/assets/titlebutton-maximize-backdrop.png +share/themes/Breeze/assets/titlebutton-maximize-backdrop@2.png +share/themes/Breeze/assets/titlebutton-maximize-hover-backdrop.png +share/themes/Breeze/assets/titlebutton-maximize-hover-backdrop@2.png +share/themes/Breeze/assets/titlebutton-maximize-hover.png +share/themes/Breeze/assets/titlebutton-maximize-hover@2.png +share/themes/Breeze/assets/titlebutton-maximize-maximized-active-backdrop.png +share/themes/Breeze/assets/titlebutton-maximize-maximized-active-backdrop@2.png +share/themes/Breeze/assets/titlebutton-maximize-maximized-active.png +share/themes/Breeze/assets/titlebutton-maximize-maximized-active@2.png +share/themes/Breeze/assets/titlebutton-maximize-maximized-backdrop.png +share/themes/Breeze/assets/titlebutton-maximize-maximized-backdrop@2.png +share/themes/Breeze/assets/titlebutton-maximize-maximized-hover-backdrop.png +share/themes/Breeze/assets/titlebutton-maximize-maximized-hover-backdrop@2.png +share/themes/Breeze/assets/titlebutton-maximize-maximized-hover.png +share/themes/Breeze/assets/titlebutton-maximize-maximized-hover@2.png +share/themes/Breeze/assets/titlebutton-maximize-maximized.png +share/themes/Breeze/assets/titlebutton-maximize-maximized@2.png +share/themes/Breeze/assets/titlebutton-maximize.png +share/themes/Breeze/assets/titlebutton-maximize@2.png +share/themes/Breeze/assets/titlebutton-minimize-active-backdrop.png +share/themes/Breeze/assets/titlebutton-minimize-active-backdrop@2.png +share/themes/Breeze/assets/titlebutton-minimize-active.png +share/themes/Breeze/assets/titlebutton-minimize-active@2.png +share/themes/Breeze/assets/titlebutton-minimize-backdrop.png +share/themes/Breeze/assets/titlebutton-minimize-backdrop@2.png +share/themes/Breeze/assets/titlebutton-minimize-hover-backdrop.png +share/themes/Breeze/assets/titlebutton-minimize-hover-backdrop@2.png +share/themes/Breeze/assets/titlebutton-minimize-hover.png +share/themes/Breeze/assets/titlebutton-minimize-hover@2.png +share/themes/Breeze/assets/titlebutton-minimize.png +share/themes/Breeze/assets/titlebutton-minimize@2.png +share/themes/Breeze/assets/togglebutton-active.png +share/themes/Breeze/assets/togglebutton-hover.png +share/themes/Breeze/assets/togglebutton-insensitive.png +share/themes/Breeze/assets/togglebutton.png +share/themes/Breeze/assets/toolbar-background.png +share/themes/Breeze/assets/toolbutton-active.png +share/themes/Breeze/assets/toolbutton-hover.png +share/themes/Breeze/assets/toolbutton-toggled.png +share/themes/Breeze/assets/tree-header.png +share/themes/Breeze/breeze-check-checked-symbolic.svg +share/themes/Breeze/breeze-check-indeterminate-symbolic.svg +share/themes/Breeze/breeze-check-unchecked-symbolic.svg +share/themes/Breeze/breeze-close-active-symbolic.svg +share/themes/Breeze/breeze-close-hover-symbolic.svg +share/themes/Breeze/breeze-close-symbolic.svg +share/themes/Breeze/breeze-maximize-active-symbolic.svg +share/themes/Breeze/breeze-maximize-hover-symbolic.svg +share/themes/Breeze/breeze-maximize-symbolic.svg +share/themes/Breeze/breeze-maximized-active-symbolic.svg +share/themes/Breeze/breeze-maximized-hover-symbolic.svg +share/themes/Breeze/breeze-maximized-symbolic.svg +share/themes/Breeze/breeze-minimize-active-symbolic.svg +share/themes/Breeze/breeze-minimize-hover-symbolic.svg +share/themes/Breeze/breeze-minimize-symbolic.svg +share/themes/Breeze/breeze-radio-checked-symbolic.svg +share/themes/Breeze/breeze-radio-indeterminate-symbolic.svg +share/themes/Breeze/breeze-radio-unchecked-symbolic.svg +share/themes/Breeze/bullet-symbolic.svg +share/themes/Breeze/checkmark-symbolic.svg +share/themes/Breeze/dash-symbolic.svg +share/themes/Breeze/gtk-2.0/gtkrc +share/themes/Breeze/gtk-2.0/widgets/buttons +share/themes/Breeze/gtk-2.0/widgets/default +share/themes/Breeze/gtk-2.0/widgets/entry +share/themes/Breeze/gtk-2.0/widgets/menu +share/themes/Breeze/gtk-2.0/widgets/misc +share/themes/Breeze/gtk-2.0/widgets/notebook +share/themes/Breeze/gtk-2.0/widgets/progressbar +share/themes/Breeze/gtk-2.0/widgets/range +share/themes/Breeze/gtk-2.0/widgets/scrollbar +share/themes/Breeze/gtk-2.0/widgets/styles +share/themes/Breeze/gtk-2.0/widgets/toolbar +share/themes/Breeze/gtk-3.0/gtk-dark.css +share/themes/Breeze/gtk-3.0/gtk.css +share/themes/Breeze/gtk-4.0/gtk-dark.css +share/themes/Breeze/gtk-4.0/gtk.css +share/themes/Breeze/settings.ini diff --git a/x11-themes/plasma6-breeze/Makefile b/x11-themes/plasma6-breeze/Makefile new file mode 100644 index 000000000000..70ca7f69b266 --- /dev/null +++ b/x11-themes/plasma6-breeze/Makefile @@ -0,0 +1,21 @@ +PORTNAME= breeze +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11-themes kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Artwork, styles and assets for the Breeze visual style for the Plasma Desktop + +USES= cmake gettext gl kde:6 qt:6 tar:xz xorg +USE_GL= gl opengl +USE_KDE= colorscheme config configwidgets coreaddons decoration \ + guiaddons i18n iconthemes kcmutils kirigami2 widgetsaddons \ + windowsystem \ + ecm:build +USE_QT= base +USE_XORG= x11 + +CMAKE_OFF= BUILD_QT5 +CMAKE_ON= BUILD_QT6 +CMAKE_ARGS= -DQT_MAJOR_VERSION=6 + +.include <bsd.port.mk> diff --git a/x11-themes/plasma6-breeze/distinfo b/x11-themes/plasma6-breeze/distinfo new file mode 100644 index 000000000000..9265c4da6c12 --- /dev/null +++ b/x11-themes/plasma6-breeze/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525137 +SHA256 (KDE/plasma/5.90.0/breeze-5.90.0.tar.xz) = 4cb72caf869687f841f86a652885ba21fd5db9c0c5e08accc98531457d0117a1 +SIZE (KDE/plasma/5.90.0/breeze-5.90.0.tar.xz) = 86955124 diff --git a/x11-themes/plasma6-breeze/pkg-plist b/x11-themes/plasma6-breeze/pkg-plist new file mode 100644 index 000000000000..8c4caccfd338 --- /dev/null +++ b/x11-themes/plasma6-breeze/pkg-plist @@ -0,0 +1,401 @@ +bin/breeze-settings6 +lib/cmake/Breeze/BreezeConfig.cmake +lib/cmake/Breeze/BreezeConfigVersion.cmake +lib/kconf_update_bin/breezehighcontrasttobreezedark +lib/kconf_update_bin/breezetobreezeclassic +lib/kconf_update_bin/breezetobreezelight +%%QT_PLUGINDIR%%/kstyle_config/breezestyleconfig.so +%%QT_PLUGINDIR%%/org.kde.kdecoration2.kcm/kcm_breezedecoration.so +%%QT_PLUGINDIR%%/org.kde.kdecoration2/org.kde.breeze.so +%%QT_PLUGINDIR%%/styles/breeze6.so +share/QtCurve/Breeze.qtcurve +share/applications/breezestyleconfig.desktop +share/applications/kcm_breezedecoration.desktop +share/color-schemes/BreezeClassic.colors +share/color-schemes/BreezeDark.colors +share/color-schemes/BreezeLight.colors +share/icons/Breeze_Light/cursors/00000000000000020006000e7e9ffc3f +share/icons/Breeze_Light/cursors/00008160000006810000408080010102 +share/icons/Breeze_Light/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/Breeze_Light/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/Breeze_Light/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/Breeze_Light/cursors/3085a0e285430894940527032f8b26df +share/icons/Breeze_Light/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/Breeze_Light/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/Breeze_Light/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/Breeze_Light/cursors/6407b0e94181790501fd1e167b474872 +share/icons/Breeze_Light/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/Breeze_Light/cursors/9081237383d90e509aa00f00170e968f +share/icons/Breeze_Light/cursors/9d800788f1b08800ae810202380a0822 +share/icons/Breeze_Light/cursors/a2a266d0498c3104214a47bd64ab0fc8 +share/icons/Breeze_Light/cursors/alias +share/icons/Breeze_Light/cursors/all-scroll +share/icons/Breeze_Light/cursors/b66166c04f8c3109214a4fbd64a50fc8 +share/icons/Breeze_Light/cursors/bottom_left_corner +share/icons/Breeze_Light/cursors/bottom_right_corner +share/icons/Breeze_Light/cursors/bottom_side +share/icons/Breeze_Light/cursors/cell +share/icons/Breeze_Light/cursors/center_ptr +share/icons/Breeze_Light/cursors/circle +share/icons/Breeze_Light/cursors/closedhand +share/icons/Breeze_Light/cursors/col-resize +share/icons/Breeze_Light/cursors/color-picker +share/icons/Breeze_Light/cursors/context-menu +share/icons/Breeze_Light/cursors/copy +share/icons/Breeze_Light/cursors/cross +share/icons/Breeze_Light/cursors/crossed_circle +share/icons/Breeze_Light/cursors/crosshair +share/icons/Breeze_Light/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/Breeze_Light/cursors/default +share/icons/Breeze_Light/cursors/dnd-copy +share/icons/Breeze_Light/cursors/dnd-move +share/icons/Breeze_Light/cursors/dnd-no-drop +share/icons/Breeze_Light/cursors/dnd-none +share/icons/Breeze_Light/cursors/down-arrow +share/icons/Breeze_Light/cursors/draft +share/icons/Breeze_Light/cursors/e-resize +share/icons/Breeze_Light/cursors/e29285e634086352946a0e7090d73106 +share/icons/Breeze_Light/cursors/ew-resize +share/icons/Breeze_Light/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff +share/icons/Breeze_Light/cursors/fleur +share/icons/Breeze_Light/cursors/forbidden +share/icons/Breeze_Light/cursors/grab +share/icons/Breeze_Light/cursors/grabbing +share/icons/Breeze_Light/cursors/h_double_arrow +share/icons/Breeze_Light/cursors/half-busy +share/icons/Breeze_Light/cursors/hand1 +share/icons/Breeze_Light/cursors/hand2 +share/icons/Breeze_Light/cursors/help +share/icons/Breeze_Light/cursors/ibeam +share/icons/Breeze_Light/cursors/left-arrow +share/icons/Breeze_Light/cursors/left_ptr +share/icons/Breeze_Light/cursors/left_ptr_help +share/icons/Breeze_Light/cursors/left_ptr_watch +share/icons/Breeze_Light/cursors/left_side +share/icons/Breeze_Light/cursors/link +share/icons/Breeze_Light/cursors/move +share/icons/Breeze_Light/cursors/n-resize +share/icons/Breeze_Light/cursors/ne-resize +share/icons/Breeze_Light/cursors/nesw-resize +share/icons/Breeze_Light/cursors/no-drop +share/icons/Breeze_Light/cursors/not-allowed +share/icons/Breeze_Light/cursors/ns-resize +share/icons/Breeze_Light/cursors/nw-resize +share/icons/Breeze_Light/cursors/nwse-resize +share/icons/Breeze_Light/cursors/openhand +share/icons/Breeze_Light/cursors/pencil +share/icons/Breeze_Light/cursors/pirate +share/icons/Breeze_Light/cursors/plus +share/icons/Breeze_Light/cursors/pointer +share/icons/Breeze_Light/cursors/pointing_hand +share/icons/Breeze_Light/cursors/progress +share/icons/Breeze_Light/cursors/question_arrow +share/icons/Breeze_Light/cursors/right-arrow +share/icons/Breeze_Light/cursors/right_ptr +share/icons/Breeze_Light/cursors/right_side +share/icons/Breeze_Light/cursors/row-resize +share/icons/Breeze_Light/cursors/s-resize +share/icons/Breeze_Light/cursors/sb_h_double_arrow +share/icons/Breeze_Light/cursors/sb_v_double_arrow +share/icons/Breeze_Light/cursors/se-resize +share/icons/Breeze_Light/cursors/size-bdiag +share/icons/Breeze_Light/cursors/size-fdiag +share/icons/Breeze_Light/cursors/size-hor +share/icons/Breeze_Light/cursors/size-ver +share/icons/Breeze_Light/cursors/size_all +share/icons/Breeze_Light/cursors/size_bdiag +share/icons/Breeze_Light/cursors/size_fdiag +share/icons/Breeze_Light/cursors/size_hor +share/icons/Breeze_Light/cursors/size_ver +share/icons/Breeze_Light/cursors/split_h +share/icons/Breeze_Light/cursors/split_v +share/icons/Breeze_Light/cursors/sw-resize +share/icons/Breeze_Light/cursors/tcross +share/icons/Breeze_Light/cursors/text +share/icons/Breeze_Light/cursors/top_left_arrow +share/icons/Breeze_Light/cursors/top_left_corner +share/icons/Breeze_Light/cursors/top_right_corner +share/icons/Breeze_Light/cursors/top_side +share/icons/Breeze_Light/cursors/up-arrow +share/icons/Breeze_Light/cursors/v_double_arrow +share/icons/Breeze_Light/cursors/vertical-text +share/icons/Breeze_Light/cursors/w-resize +share/icons/Breeze_Light/cursors/wait +share/icons/Breeze_Light/cursors/watch +share/icons/Breeze_Light/cursors/wayland-cursor +share/icons/Breeze_Light/cursors/whats_this +share/icons/Breeze_Light/cursors/x-cursor +share/icons/Breeze_Light/cursors/xterm +share/icons/Breeze_Light/cursors/zoom-in +share/icons/Breeze_Light/cursors/zoom-out +share/icons/Breeze_Light/index.theme +share/icons/breeze_cursors/cursors/00000000000000020006000e7e9ffc3f +share/icons/breeze_cursors/cursors/00008160000006810000408080010102 +share/icons/breeze_cursors/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/breeze_cursors/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/breeze_cursors/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/breeze_cursors/cursors/3085a0e285430894940527032f8b26df +share/icons/breeze_cursors/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/breeze_cursors/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/breeze_cursors/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/breeze_cursors/cursors/6407b0e94181790501fd1e167b474872 +share/icons/breeze_cursors/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/breeze_cursors/cursors/9081237383d90e509aa00f00170e968f +share/icons/breeze_cursors/cursors/9d800788f1b08800ae810202380a0822 +share/icons/breeze_cursors/cursors/a2a266d0498c3104214a47bd64ab0fc8 +share/icons/breeze_cursors/cursors/alias +share/icons/breeze_cursors/cursors/all-scroll +share/icons/breeze_cursors/cursors/arrow +share/icons/breeze_cursors/cursors/b66166c04f8c3109214a4fbd64a50fc8 +share/icons/breeze_cursors/cursors/bottom_left_corner +share/icons/breeze_cursors/cursors/bottom_right_corner +share/icons/breeze_cursors/cursors/bottom_side +share/icons/breeze_cursors/cursors/cell +share/icons/breeze_cursors/cursors/center_ptr +share/icons/breeze_cursors/cursors/circle +share/icons/breeze_cursors/cursors/closedhand +share/icons/breeze_cursors/cursors/col-resize +share/icons/breeze_cursors/cursors/color-picker +share/icons/breeze_cursors/cursors/context-menu +share/icons/breeze_cursors/cursors/copy +share/icons/breeze_cursors/cursors/cross +share/icons/breeze_cursors/cursors/crossed_circle +share/icons/breeze_cursors/cursors/crosshair +share/icons/breeze_cursors/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/breeze_cursors/cursors/default +share/icons/breeze_cursors/cursors/dnd-copy +share/icons/breeze_cursors/cursors/dnd-move +share/icons/breeze_cursors/cursors/dnd-no-drop +share/icons/breeze_cursors/cursors/dnd-none +share/icons/breeze_cursors/cursors/down-arrow +share/icons/breeze_cursors/cursors/draft +share/icons/breeze_cursors/cursors/e-resize +share/icons/breeze_cursors/cursors/e29285e634086352946a0e7090d73106 +share/icons/breeze_cursors/cursors/ew-resize +share/icons/breeze_cursors/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff +share/icons/breeze_cursors/cursors/fleur +share/icons/breeze_cursors/cursors/forbidden +share/icons/breeze_cursors/cursors/grab +share/icons/breeze_cursors/cursors/grabbing +share/icons/breeze_cursors/cursors/h_double_arrow +share/icons/breeze_cursors/cursors/half-busy +share/icons/breeze_cursors/cursors/hand1 +share/icons/breeze_cursors/cursors/hand2 +share/icons/breeze_cursors/cursors/help +share/icons/breeze_cursors/cursors/ibeam +share/icons/breeze_cursors/cursors/left-arrow +share/icons/breeze_cursors/cursors/left_ptr +share/icons/breeze_cursors/cursors/left_ptr_help +share/icons/breeze_cursors/cursors/left_ptr_watch +share/icons/breeze_cursors/cursors/left_side +share/icons/breeze_cursors/cursors/link +share/icons/breeze_cursors/cursors/move +share/icons/breeze_cursors/cursors/n-resize +share/icons/breeze_cursors/cursors/ne-resize +share/icons/breeze_cursors/cursors/nesw-resize +share/icons/breeze_cursors/cursors/no-drop +share/icons/breeze_cursors/cursors/not-allowed +share/icons/breeze_cursors/cursors/ns-resize +share/icons/breeze_cursors/cursors/nw-resize +share/icons/breeze_cursors/cursors/nwse-resize +share/icons/breeze_cursors/cursors/openhand +share/icons/breeze_cursors/cursors/pencil +share/icons/breeze_cursors/cursors/pirate +share/icons/breeze_cursors/cursors/plus +share/icons/breeze_cursors/cursors/pointer +share/icons/breeze_cursors/cursors/pointing_hand +share/icons/breeze_cursors/cursors/progress +share/icons/breeze_cursors/cursors/question_arrow +share/icons/breeze_cursors/cursors/right-arrow +share/icons/breeze_cursors/cursors/right_ptr +share/icons/breeze_cursors/cursors/right_side +share/icons/breeze_cursors/cursors/row-resize +share/icons/breeze_cursors/cursors/s-resize +share/icons/breeze_cursors/cursors/sb_h_double_arrow +share/icons/breeze_cursors/cursors/sb_v_double_arrow +share/icons/breeze_cursors/cursors/se-resize +share/icons/breeze_cursors/cursors/size-bdiag +share/icons/breeze_cursors/cursors/size-fdiag +share/icons/breeze_cursors/cursors/size-hor +share/icons/breeze_cursors/cursors/size-ver +share/icons/breeze_cursors/cursors/size_all +share/icons/breeze_cursors/cursors/size_bdiag +share/icons/breeze_cursors/cursors/size_fdiag +share/icons/breeze_cursors/cursors/size_hor +share/icons/breeze_cursors/cursors/size_ver +share/icons/breeze_cursors/cursors/split_h +share/icons/breeze_cursors/cursors/split_v +share/icons/breeze_cursors/cursors/sw-resize +share/icons/breeze_cursors/cursors/tcross +share/icons/breeze_cursors/cursors/text +share/icons/breeze_cursors/cursors/top_left_arrow +share/icons/breeze_cursors/cursors/top_left_corner +share/icons/breeze_cursors/cursors/top_right_corner +share/icons/breeze_cursors/cursors/top_side +share/icons/breeze_cursors/cursors/up-arrow +share/icons/breeze_cursors/cursors/v_double_arrow +share/icons/breeze_cursors/cursors/vertical-text +share/icons/breeze_cursors/cursors/w-resize +share/icons/breeze_cursors/cursors/wait +share/icons/breeze_cursors/cursors/watch +share/icons/breeze_cursors/cursors/wayland-cursor +share/icons/breeze_cursors/cursors/whats_this +share/icons/breeze_cursors/cursors/x-cursor +share/icons/breeze_cursors/cursors/xterm +share/icons/breeze_cursors/cursors/zoom-in +share/icons/breeze_cursors/cursors/zoom-out +share/icons/breeze_cursors/index.theme +share/icons/hicolor/scalable/apps/breeze-settings.svgz +share/kconf_update/breezehighcontrasttobreezedark.upd +share/kconf_update/breezetobreezeclassic.upd +share/kconf_update/breezetobreezelight.upd +share/kstyle/themes/breeze.themerc +share/locale/ar/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/ar/LC_MESSAGES/breeze_style_config.mo +share/locale/ast/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/ast/LC_MESSAGES/breeze_style_config.mo +share/locale/az/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/az/LC_MESSAGES/breeze_style_config.mo +share/locale/bg/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/bg/LC_MESSAGES/breeze_style_config.mo +share/locale/bs/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/bs/LC_MESSAGES/breeze_style_config.mo +share/locale/ca/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/ca/LC_MESSAGES/breeze_style_config.mo +share/locale/ca@valencia/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/ca@valencia/LC_MESSAGES/breeze_style_config.mo +share/locale/cs/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/cs/LC_MESSAGES/breeze_style_config.mo +share/locale/da/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/da/LC_MESSAGES/breeze_style_config.mo +share/locale/de/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/de/LC_MESSAGES/breeze_style_config.mo +share/locale/el/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/el/LC_MESSAGES/breeze_style_config.mo +share/locale/en_GB/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/en_GB/LC_MESSAGES/breeze_style_config.mo +share/locale/eo/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/eo/LC_MESSAGES/breeze_style_config.mo +share/locale/es/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/es/LC_MESSAGES/breeze_style_config.mo +share/locale/et/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/et/LC_MESSAGES/breeze_style_config.mo +share/locale/eu/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/eu/LC_MESSAGES/breeze_style_config.mo +share/locale/fi/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/fi/LC_MESSAGES/breeze_style_config.mo +share/locale/fr/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/fr/LC_MESSAGES/breeze_style_config.mo +share/locale/gl/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/gl/LC_MESSAGES/breeze_style_config.mo +share/locale/he/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/he/LC_MESSAGES/breeze_style_config.mo +share/locale/hi/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/hi/LC_MESSAGES/breeze_style_config.mo +share/locale/hu/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/hu/LC_MESSAGES/breeze_style_config.mo +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_kwin_deco.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 +share/locale/lt/LC_MESSAGES/breeze_style_config.mo +share/locale/ml/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/ml/LC_MESSAGES/breeze_style_config.mo +share/locale/nb/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/nb/LC_MESSAGES/breeze_style_config.mo +share/locale/nds/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/nds/LC_MESSAGES/breeze_style_config.mo +share/locale/nl/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/nl/LC_MESSAGES/breeze_style_config.mo +share/locale/nn/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/nn/LC_MESSAGES/breeze_style_config.mo +share/locale/pa/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/pa/LC_MESSAGES/breeze_style_config.mo +share/locale/pl/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/pl/LC_MESSAGES/breeze_style_config.mo +share/locale/pt/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/pt/LC_MESSAGES/breeze_style_config.mo +share/locale/pt_BR/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/pt_BR/LC_MESSAGES/breeze_style_config.mo +share/locale/ro/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/ro/LC_MESSAGES/breeze_style_config.mo +share/locale/ru/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/ru/LC_MESSAGES/breeze_style_config.mo +share/locale/se/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/sk/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/sk/LC_MESSAGES/breeze_style_config.mo +share/locale/sl/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/sl/LC_MESSAGES/breeze_style_config.mo +share/locale/sr/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/sr/LC_MESSAGES/breeze_style_config.mo +share/locale/sr@ijekavian/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/sr@ijekavian/LC_MESSAGES/breeze_style_config.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/breeze_style_config.mo +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 +share/locale/tr/LC_MESSAGES/breeze_style_config.mo +share/locale/uk/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/uk/LC_MESSAGES/breeze_style_config.mo +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.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/contents/screenshot.png +share/wallpapers/Next/metadata.json diff --git a/x11-themes/plasma6-kde-gtk-config/Makefile b/x11-themes/plasma6-kde-gtk-config/Makefile new file mode 100644 index 000000000000..4b57b595ccd1 --- /dev/null +++ b/x11-themes/plasma6-kde-gtk-config/Makefile @@ -0,0 +1,19 @@ +PORTNAME= kde-gtk-config +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11-themes kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Syncs KDE settings to GTK applications + +BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ + sassc:textproc/sassc +RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas + +USES= cmake gnome kde:6 pkgconfig qt:6 tar:xz +USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 gtk30 +USE_KDE= config configwidgets coreaddons dbusaddons decoration \ + guiaddons widgetsaddons windowsystem \ + ecm:build +USE_QT= base svg + +.include <bsd.port.mk> diff --git a/x11-themes/plasma6-kde-gtk-config/distinfo b/x11-themes/plasma6-kde-gtk-config/distinfo new file mode 100644 index 000000000000..cbeba3cd96da --- /dev/null +++ b/x11-themes/plasma6-kde-gtk-config/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525138 +SHA256 (KDE/plasma/5.90.0/kde-gtk-config-5.90.0.tar.xz) = bc23e237b03a3ec150d304ba0fba4a3efc72dffbca29b86af74c8b024bb4db47 +SIZE (KDE/plasma/5.90.0/kde-gtk-config-5.90.0.tar.xz) = 78016 diff --git a/x11-themes/plasma6-kde-gtk-config/pkg-plist b/x11-themes/plasma6-kde-gtk-config/pkg-plist new file mode 100644 index 000000000000..bf2b0184db14 --- /dev/null +++ b/x11-themes/plasma6-kde-gtk-config/pkg-plist @@ -0,0 +1,10 @@ +lib/gtk-3.0/modules/libcolorreload-gtk-module.so +lib/gtk-3.0/modules/libwindow-decorations-gtk-module.so +lib/kconf_update_bin/gtk_theme +lib/kconf_update_bin/remove_deprecated_gtk4_option +lib/libexec/gtk3_preview +%%QT_PLUGINDIR%%/kf6/kded/gtkconfig.so +share/kcm-gtk-module/preview.ui +share/kconf_update/gtkconfig.upd +share/kconf_update/remove_window_decorations_from_gtk_css.sh +share/themes/Breeze/window_decorations.css diff --git a/x11-themes/plasma6-oxygen/Makefile b/x11-themes/plasma6-oxygen/Makefile new file mode 100644 index 000000000000..709ee377f697 --- /dev/null +++ b/x11-themes/plasma6-oxygen/Makefile @@ -0,0 +1,23 @@ +PORTNAME= oxygen +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11-themes kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Oxygen Style for Qt/KDE Applications + +LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon + +USES= cmake gettext gl kde:6 qt:6 tar:xz xorg +USE_GL= gl opengl +USE_KDE= colorscheme completion config configwidgets coreaddons \ + decoration frameworkintegration guiaddons i18n iconthemes \ + kcmutils service widgetsaddons windowsystem \ + ecm:build +USE_QT= base declarative +USE_XORG= x11 xcb + +CMAKE_ARGS= -DQT_MAJOR_VERSION=6 +CMAKE_ON= BUILD_QT6 +CMAKE_OFF= BUILD_QT5 + +.include <bsd.port.mk> diff --git a/x11-themes/plasma6-oxygen/distinfo b/x11-themes/plasma6-oxygen/distinfo new file mode 100644 index 000000000000..5a15a9c64707 --- /dev/null +++ b/x11-themes/plasma6-oxygen/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525139 +SHA256 (KDE/plasma/5.90.0/oxygen-5.90.0.tar.xz) = fde31aa07f76385bd41d1c428de2b98322222352c84e4cf9dae54f4aaeea8ee8 +SIZE (KDE/plasma/5.90.0/oxygen-5.90.0.tar.xz) = 2787160 diff --git a/x11-themes/plasma6-oxygen/pkg-plist b/x11-themes/plasma6-oxygen/pkg-plist new file mode 100644 index 000000000000..eb351bec0419 --- /dev/null +++ b/x11-themes/plasma6-oxygen/pkg-plist @@ -0,0 +1,785 @@ +bin/oxygen-demo6 +bin/oxygen-settings6 +lib/liboxygenstyle6.so.%%KDE_PLASMA_VERSION%% +lib/liboxygenstyle6.so.6 +lib/liboxygenstyleconfig6.so.%%KDE_PLASMA_VERSION%% +lib/liboxygenstyleconfig6.so.6 +%%QT_PLUGINDIR%%/kstyle_config/kstyle_oxygen_config.so +%%QT_PLUGINDIR%%/org.kde.kdecoration2.kcm/kcm_oxygendecoration.so +%%QT_PLUGINDIR%%/org.kde.kdecoration2/org.kde.oxygen.so +%%QT_PLUGINDIR%%/styles/oxygen6.so +share/applications/kcm_oxygendecoration.desktop +share/color-schemes/Oxygen.colors +share/color-schemes/OxygenCold.colors +share/icons/KDE_Classic/cursors/00000000000000020006000e7e9ffc3f +share/icons/KDE_Classic/cursors/00008160000006810000408080010102 +share/icons/KDE_Classic/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/KDE_Classic/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/KDE_Classic/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/KDE_Classic/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/KDE_Classic/cursors/9081237383d90e509aa00f00170e968f +share/icons/KDE_Classic/cursors/9d800788f1b08800ae810202380a0822 +share/icons/KDE_Classic/cursors/X_cursor +share/icons/KDE_Classic/cursors/all-scroll +share/icons/KDE_Classic/cursors/bottom_left_corner +share/icons/KDE_Classic/cursors/bottom_right_corner +share/icons/KDE_Classic/cursors/bottom_side +share/icons/KDE_Classic/cursors/center_ptr +share/icons/KDE_Classic/cursors/closedhand +share/icons/KDE_Classic/cursors/col-resize +share/icons/KDE_Classic/cursors/cross +share/icons/KDE_Classic/cursors/crossed_circle +share/icons/KDE_Classic/cursors/crosshair +share/icons/KDE_Classic/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/KDE_Classic/cursors/dnd-move +share/icons/KDE_Classic/cursors/dnd-no-drop +share/icons/KDE_Classic/cursors/dnd-none +share/icons/KDE_Classic/cursors/e-resize +share/icons/KDE_Classic/cursors/e29285e634086352946a0e7090d73106 +share/icons/KDE_Classic/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff +share/icons/KDE_Classic/cursors/fleur +share/icons/KDE_Classic/cursors/forbidden +share/icons/KDE_Classic/cursors/half-busy +share/icons/KDE_Classic/cursors/hand1 +share/icons/KDE_Classic/cursors/hand2 +share/icons/KDE_Classic/cursors/help +share/icons/KDE_Classic/cursors/ibeam +share/icons/KDE_Classic/cursors/left_ptr +share/icons/KDE_Classic/cursors/left_ptr_watch +share/icons/KDE_Classic/cursors/left_side +share/icons/KDE_Classic/cursors/move +share/icons/KDE_Classic/cursors/n-resize +share/icons/KDE_Classic/cursors/ne-resize +share/icons/KDE_Classic/cursors/nesw-resize +share/icons/KDE_Classic/cursors/not-allowed +share/icons/KDE_Classic/cursors/nw-resize +share/icons/KDE_Classic/cursors/nwse-resize +share/icons/KDE_Classic/cursors/openhand +share/icons/KDE_Classic/cursors/pirate +share/icons/KDE_Classic/cursors/pointer +share/icons/KDE_Classic/cursors/pointing_hand +share/icons/KDE_Classic/cursors/progress +share/icons/KDE_Classic/cursors/question_arrow +share/icons/KDE_Classic/cursors/right_ptr +share/icons/KDE_Classic/cursors/right_side +share/icons/KDE_Classic/cursors/row-resize +share/icons/KDE_Classic/cursors/s-resize +share/icons/KDE_Classic/cursors/sb_h_double_arrow +share/icons/KDE_Classic/cursors/sb_v_double_arrow +share/icons/KDE_Classic/cursors/se-resize +share/icons/KDE_Classic/cursors/size_all +share/icons/KDE_Classic/cursors/size_bdiag +share/icons/KDE_Classic/cursors/size_fdiag +share/icons/KDE_Classic/cursors/size_hor +share/icons/KDE_Classic/cursors/size_ver +share/icons/KDE_Classic/cursors/split_h +share/icons/KDE_Classic/cursors/split_v +share/icons/KDE_Classic/cursors/sw-resize +share/icons/KDE_Classic/cursors/text +share/icons/KDE_Classic/cursors/top_left_corner +share/icons/KDE_Classic/cursors/top_right_corner +share/icons/KDE_Classic/cursors/top_side +share/icons/KDE_Classic/cursors/up_arrow +share/icons/KDE_Classic/cursors/v_double_arrow +share/icons/KDE_Classic/cursors/w-resize +share/icons/KDE_Classic/cursors/wait +share/icons/KDE_Classic/cursors/watch +share/icons/KDE_Classic/cursors/whats_this +share/icons/KDE_Classic/cursors/xcursorconfig +share/icons/KDE_Classic/cursors/xterm +share/icons/KDE_Classic/index.theme +share/icons/Oxygen_Black/cursors/00000000000000020006000e7e9ffc3f +share/icons/Oxygen_Black/cursors/00008160000006810000408080010102 +share/icons/Oxygen_Black/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/Oxygen_Black/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/Oxygen_Black/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/Oxygen_Black/cursors/3085a0e285430894940527032f8b26df +share/icons/Oxygen_Black/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/Oxygen_Black/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/Oxygen_Black/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/Oxygen_Black/cursors/6407b0e94181790501fd1e167b474872 +share/icons/Oxygen_Black/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/Oxygen_Black/cursors/9081237383d90e509aa00f00170e968f +share/icons/Oxygen_Black/cursors/9d800788f1b08800ae810202380a0822 +share/icons/Oxygen_Black/cursors/X_cursor +share/icons/Oxygen_Black/cursors/a2a266d0498c3104214a47bd64ab0fc8 +share/icons/Oxygen_Black/cursors/alias +share/icons/Oxygen_Black/cursors/all-scroll +share/icons/Oxygen_Black/cursors/b66166c04f8c3109214a4fbd64a50fc8 +share/icons/Oxygen_Black/cursors/circle +share/icons/Oxygen_Black/cursors/closedhand +share/icons/Oxygen_Black/cursors/col-resize +share/icons/Oxygen_Black/cursors/color-picker +share/icons/Oxygen_Black/cursors/copy +share/icons/Oxygen_Black/cursors/cross +share/icons/Oxygen_Black/cursors/crossed_circle +share/icons/Oxygen_Black/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/Oxygen_Black/cursors/dnd-copy +share/icons/Oxygen_Black/cursors/dnd-link +share/icons/Oxygen_Black/cursors/dnd-move +share/icons/Oxygen_Black/cursors/dnd-no-drop +share/icons/Oxygen_Black/cursors/dnd-none +share/icons/Oxygen_Black/cursors/e-resize +share/icons/Oxygen_Black/cursors/e29285e634086352946a0e7090d73106 +share/icons/Oxygen_Black/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff +share/icons/Oxygen_Black/cursors/fleur +share/icons/Oxygen_Black/cursors/forbidden +share/icons/Oxygen_Black/cursors/half-busy +share/icons/Oxygen_Black/cursors/hand1 +share/icons/Oxygen_Black/cursors/hand2 +share/icons/Oxygen_Black/cursors/help +share/icons/Oxygen_Black/cursors/ibeam +share/icons/Oxygen_Black/cursors/left_ptr +share/icons/Oxygen_Black/cursors/left_ptr_watch +share/icons/Oxygen_Black/cursors/link +share/icons/Oxygen_Black/cursors/move +share/icons/Oxygen_Black/cursors/n-resize +share/icons/Oxygen_Black/cursors/ne-resize +share/icons/Oxygen_Black/cursors/nesw-resize +share/icons/Oxygen_Black/cursors/not-allowed +share/icons/Oxygen_Black/cursors/nw-resize +share/icons/Oxygen_Black/cursors/nwse-resize +share/icons/Oxygen_Black/cursors/openhand +share/icons/Oxygen_Black/cursors/pencil +share/icons/Oxygen_Black/cursors/pirate +share/icons/Oxygen_Black/cursors/plus +share/icons/Oxygen_Black/cursors/pointer +share/icons/Oxygen_Black/cursors/pointing_hand +share/icons/Oxygen_Black/cursors/progress +share/icons/Oxygen_Black/cursors/question_arrow +share/icons/Oxygen_Black/cursors/row-resize +share/icons/Oxygen_Black/cursors/s-resize +share/icons/Oxygen_Black/cursors/sb_h_double_arrow +share/icons/Oxygen_Black/cursors/sb_v_double_arrow +share/icons/Oxygen_Black/cursors/se-resize +share/icons/Oxygen_Black/cursors/size_all +share/icons/Oxygen_Black/cursors/size_bdiag +share/icons/Oxygen_Black/cursors/size_fdiag +share/icons/Oxygen_Black/cursors/size_hor +share/icons/Oxygen_Black/cursors/size_ver +share/icons/Oxygen_Black/cursors/split_h +share/icons/Oxygen_Black/cursors/split_v +share/icons/Oxygen_Black/cursors/sw-resize +share/icons/Oxygen_Black/cursors/text +share/icons/Oxygen_Black/cursors/up_arrow +share/icons/Oxygen_Black/cursors/v_double_arrow +share/icons/Oxygen_Black/cursors/w-resize +share/icons/Oxygen_Black/cursors/wait +share/icons/Oxygen_Black/cursors/watch +share/icons/Oxygen_Black/cursors/whats_this +share/icons/Oxygen_Black/cursors/xterm +share/icons/Oxygen_Black/index.theme +share/icons/Oxygen_Blue/cursors/00000000000000020006000e7e9ffc3f +share/icons/Oxygen_Blue/cursors/00008160000006810000408080010102 +share/icons/Oxygen_Blue/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/Oxygen_Blue/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/Oxygen_Blue/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/Oxygen_Blue/cursors/3085a0e285430894940527032f8b26df +share/icons/Oxygen_Blue/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/Oxygen_Blue/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/Oxygen_Blue/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/Oxygen_Blue/cursors/6407b0e94181790501fd1e167b474872 +share/icons/Oxygen_Blue/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/Oxygen_Blue/cursors/9081237383d90e509aa00f00170e968f +share/icons/Oxygen_Blue/cursors/9d800788f1b08800ae810202380a0822 +share/icons/Oxygen_Blue/cursors/X_cursor +share/icons/Oxygen_Blue/cursors/a2a266d0498c3104214a47bd64ab0fc8 +share/icons/Oxygen_Blue/cursors/alias +share/icons/Oxygen_Blue/cursors/all-scroll +share/icons/Oxygen_Blue/cursors/b66166c04f8c3109214a4fbd64a50fc8 +share/icons/Oxygen_Blue/cursors/circle +share/icons/Oxygen_Blue/cursors/closedhand +share/icons/Oxygen_Blue/cursors/col-resize +share/icons/Oxygen_Blue/cursors/color-picker +share/icons/Oxygen_Blue/cursors/copy +share/icons/Oxygen_Blue/cursors/cross +share/icons/Oxygen_Blue/cursors/crossed_circle +share/icons/Oxygen_Blue/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/Oxygen_Blue/cursors/dnd-copy +share/icons/Oxygen_Blue/cursors/dnd-link +share/icons/Oxygen_Blue/cursors/dnd-move +share/icons/Oxygen_Blue/cursors/dnd-no-drop +share/icons/Oxygen_Blue/cursors/dnd-none +share/icons/Oxygen_Blue/cursors/e-resize +share/icons/Oxygen_Blue/cursors/e29285e634086352946a0e7090d73106 +share/icons/Oxygen_Blue/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff +share/icons/Oxygen_Blue/cursors/fleur +share/icons/Oxygen_Blue/cursors/forbidden +share/icons/Oxygen_Blue/cursors/half-busy +share/icons/Oxygen_Blue/cursors/hand1 +share/icons/Oxygen_Blue/cursors/hand2 +share/icons/Oxygen_Blue/cursors/help +share/icons/Oxygen_Blue/cursors/ibeam +share/icons/Oxygen_Blue/cursors/left_ptr +share/icons/Oxygen_Blue/cursors/left_ptr_watch +share/icons/Oxygen_Blue/cursors/link +share/icons/Oxygen_Blue/cursors/move +share/icons/Oxygen_Blue/cursors/n-resize +share/icons/Oxygen_Blue/cursors/ne-resize +share/icons/Oxygen_Blue/cursors/nesw-resize +share/icons/Oxygen_Blue/cursors/not-allowed +share/icons/Oxygen_Blue/cursors/nw-resize +share/icons/Oxygen_Blue/cursors/nwse-resize +share/icons/Oxygen_Blue/cursors/openhand +share/icons/Oxygen_Blue/cursors/pencil +share/icons/Oxygen_Blue/cursors/pirate +share/icons/Oxygen_Blue/cursors/plus +share/icons/Oxygen_Blue/cursors/pointer +share/icons/Oxygen_Blue/cursors/pointing_hand +share/icons/Oxygen_Blue/cursors/progress +share/icons/Oxygen_Blue/cursors/question_arrow +share/icons/Oxygen_Blue/cursors/row-resize +share/icons/Oxygen_Blue/cursors/s-resize +share/icons/Oxygen_Blue/cursors/sb_h_double_arrow +share/icons/Oxygen_Blue/cursors/sb_v_double_arrow +share/icons/Oxygen_Blue/cursors/se-resize +share/icons/Oxygen_Blue/cursors/size_all +share/icons/Oxygen_Blue/cursors/size_bdiag +share/icons/Oxygen_Blue/cursors/size_fdiag +share/icons/Oxygen_Blue/cursors/size_hor +share/icons/Oxygen_Blue/cursors/size_ver +share/icons/Oxygen_Blue/cursors/split_h +share/icons/Oxygen_Blue/cursors/split_v +share/icons/Oxygen_Blue/cursors/sw-resize +share/icons/Oxygen_Blue/cursors/text +share/icons/Oxygen_Blue/cursors/up_arrow +share/icons/Oxygen_Blue/cursors/v_double_arrow +share/icons/Oxygen_Blue/cursors/w-resize +share/icons/Oxygen_Blue/cursors/wait +share/icons/Oxygen_Blue/cursors/watch +share/icons/Oxygen_Blue/cursors/whats_this +share/icons/Oxygen_Blue/cursors/xterm +share/icons/Oxygen_Blue/index.theme +share/icons/Oxygen_White/cursors/00000000000000020006000e7e9ffc3f +share/icons/Oxygen_White/cursors/00008160000006810000408080010102 +share/icons/Oxygen_White/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/Oxygen_White/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/Oxygen_White/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/Oxygen_White/cursors/3085a0e285430894940527032f8b26df +share/icons/Oxygen_White/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/Oxygen_White/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/Oxygen_White/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/Oxygen_White/cursors/6407b0e94181790501fd1e167b474872 +share/icons/Oxygen_White/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/Oxygen_White/cursors/9081237383d90e509aa00f00170e968f +share/icons/Oxygen_White/cursors/9d800788f1b08800ae810202380a0822 +share/icons/Oxygen_White/cursors/X_cursor +share/icons/Oxygen_White/cursors/a2a266d0498c3104214a47bd64ab0fc8 +share/icons/Oxygen_White/cursors/alias +share/icons/Oxygen_White/cursors/all-scroll +share/icons/Oxygen_White/cursors/b66166c04f8c3109214a4fbd64a50fc8 +share/icons/Oxygen_White/cursors/circle +share/icons/Oxygen_White/cursors/closedhand +share/icons/Oxygen_White/cursors/col-resize +share/icons/Oxygen_White/cursors/color-picker +share/icons/Oxygen_White/cursors/copy +share/icons/Oxygen_White/cursors/cross +share/icons/Oxygen_White/cursors/crossed_circle +share/icons/Oxygen_White/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/Oxygen_White/cursors/dnd-copy +share/icons/Oxygen_White/cursors/dnd-link +share/icons/Oxygen_White/cursors/dnd-move +share/icons/Oxygen_White/cursors/dnd-no-drop +share/icons/Oxygen_White/cursors/dnd-none +share/icons/Oxygen_White/cursors/e-resize +share/icons/Oxygen_White/cursors/e29285e634086352946a0e7090d73106 +share/icons/Oxygen_White/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff +share/icons/Oxygen_White/cursors/fleur +share/icons/Oxygen_White/cursors/forbidden +share/icons/Oxygen_White/cursors/half-busy +share/icons/Oxygen_White/cursors/hand1 +share/icons/Oxygen_White/cursors/hand2 +share/icons/Oxygen_White/cursors/help +share/icons/Oxygen_White/cursors/ibeam +share/icons/Oxygen_White/cursors/left_ptr +share/icons/Oxygen_White/cursors/left_ptr_watch +share/icons/Oxygen_White/cursors/link +share/icons/Oxygen_White/cursors/move +share/icons/Oxygen_White/cursors/n-resize +share/icons/Oxygen_White/cursors/ne-resize +share/icons/Oxygen_White/cursors/nesw-resize +share/icons/Oxygen_White/cursors/not-allowed +share/icons/Oxygen_White/cursors/nw-resize +share/icons/Oxygen_White/cursors/nwse-resize +share/icons/Oxygen_White/cursors/openhand +share/icons/Oxygen_White/cursors/pencil +share/icons/Oxygen_White/cursors/pirate +share/icons/Oxygen_White/cursors/plus +share/icons/Oxygen_White/cursors/pointer +share/icons/Oxygen_White/cursors/pointing_hand +share/icons/Oxygen_White/cursors/progress +share/icons/Oxygen_White/cursors/question_arrow +share/icons/Oxygen_White/cursors/row-resize +share/icons/Oxygen_White/cursors/s-resize +share/icons/Oxygen_White/cursors/sb_h_double_arrow +share/icons/Oxygen_White/cursors/sb_v_double_arrow +share/icons/Oxygen_White/cursors/se-resize +share/icons/Oxygen_White/cursors/size_all +share/icons/Oxygen_White/cursors/size_bdiag +share/icons/Oxygen_White/cursors/size_fdiag +share/icons/Oxygen_White/cursors/size_hor +share/icons/Oxygen_White/cursors/size_ver +share/icons/Oxygen_White/cursors/split_h +share/icons/Oxygen_White/cursors/split_v +share/icons/Oxygen_White/cursors/sw-resize +share/icons/Oxygen_White/cursors/text +share/icons/Oxygen_White/cursors/up_arrow +share/icons/Oxygen_White/cursors/v_double_arrow +share/icons/Oxygen_White/cursors/w-resize +share/icons/Oxygen_White/cursors/wait +share/icons/Oxygen_White/cursors/watch +share/icons/Oxygen_White/cursors/whats_this +share/icons/Oxygen_White/cursors/xterm +share/icons/Oxygen_White/index.theme +share/icons/Oxygen_Yellow/cursors/00000000000000020006000e7e9ffc3f +share/icons/Oxygen_Yellow/cursors/00008160000006810000408080010102 +share/icons/Oxygen_Yellow/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/Oxygen_Yellow/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/Oxygen_Yellow/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/Oxygen_Yellow/cursors/3085a0e285430894940527032f8b26df +share/icons/Oxygen_Yellow/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/Oxygen_Yellow/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/Oxygen_Yellow/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/Oxygen_Yellow/cursors/6407b0e94181790501fd1e167b474872 +share/icons/Oxygen_Yellow/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/Oxygen_Yellow/cursors/9081237383d90e509aa00f00170e968f +share/icons/Oxygen_Yellow/cursors/9d800788f1b08800ae810202380a0822 +share/icons/Oxygen_Yellow/cursors/X_cursor +share/icons/Oxygen_Yellow/cursors/a2a266d0498c3104214a47bd64ab0fc8 +share/icons/Oxygen_Yellow/cursors/alias +share/icons/Oxygen_Yellow/cursors/all-scroll +share/icons/Oxygen_Yellow/cursors/b66166c04f8c3109214a4fbd64a50fc8 +share/icons/Oxygen_Yellow/cursors/circle +share/icons/Oxygen_Yellow/cursors/closedhand +share/icons/Oxygen_Yellow/cursors/col-resize +share/icons/Oxygen_Yellow/cursors/color-picker +share/icons/Oxygen_Yellow/cursors/copy +share/icons/Oxygen_Yellow/cursors/cross +share/icons/Oxygen_Yellow/cursors/crossed_circle +share/icons/Oxygen_Yellow/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/Oxygen_Yellow/cursors/dnd-copy +share/icons/Oxygen_Yellow/cursors/dnd-link +share/icons/Oxygen_Yellow/cursors/dnd-move +share/icons/Oxygen_Yellow/cursors/dnd-no-drop +share/icons/Oxygen_Yellow/cursors/dnd-none +share/icons/Oxygen_Yellow/cursors/e-resize +share/icons/Oxygen_Yellow/cursors/e29285e634086352946a0e7090d73106 +share/icons/Oxygen_Yellow/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff +share/icons/Oxygen_Yellow/cursors/fleur +share/icons/Oxygen_Yellow/cursors/forbidden +share/icons/Oxygen_Yellow/cursors/half-busy +share/icons/Oxygen_Yellow/cursors/hand1 +share/icons/Oxygen_Yellow/cursors/hand2 +share/icons/Oxygen_Yellow/cursors/help +share/icons/Oxygen_Yellow/cursors/ibeam +share/icons/Oxygen_Yellow/cursors/left_ptr +share/icons/Oxygen_Yellow/cursors/left_ptr_watch +share/icons/Oxygen_Yellow/cursors/link +share/icons/Oxygen_Yellow/cursors/move +share/icons/Oxygen_Yellow/cursors/n-resize +share/icons/Oxygen_Yellow/cursors/ne-resize +share/icons/Oxygen_Yellow/cursors/nesw-resize +share/icons/Oxygen_Yellow/cursors/not-allowed +share/icons/Oxygen_Yellow/cursors/nw-resize +share/icons/Oxygen_Yellow/cursors/nwse-resize +share/icons/Oxygen_Yellow/cursors/openhand +share/icons/Oxygen_Yellow/cursors/pencil +share/icons/Oxygen_Yellow/cursors/pirate +share/icons/Oxygen_Yellow/cursors/plus +share/icons/Oxygen_Yellow/cursors/pointer +share/icons/Oxygen_Yellow/cursors/pointing_hand +share/icons/Oxygen_Yellow/cursors/progress +share/icons/Oxygen_Yellow/cursors/question_arrow +share/icons/Oxygen_Yellow/cursors/row-resize +share/icons/Oxygen_Yellow/cursors/s-resize +share/icons/Oxygen_Yellow/cursors/sb_h_double_arrow +share/icons/Oxygen_Yellow/cursors/sb_v_double_arrow +share/icons/Oxygen_Yellow/cursors/se-resize +share/icons/Oxygen_Yellow/cursors/size_all +share/icons/Oxygen_Yellow/cursors/size_bdiag +share/icons/Oxygen_Yellow/cursors/size_fdiag +share/icons/Oxygen_Yellow/cursors/size_hor +share/icons/Oxygen_Yellow/cursors/size_ver +share/icons/Oxygen_Yellow/cursors/split_h +share/icons/Oxygen_Yellow/cursors/split_v +share/icons/Oxygen_Yellow/cursors/sw-resize +share/icons/Oxygen_Yellow/cursors/text +share/icons/Oxygen_Yellow/cursors/up_arrow +share/icons/Oxygen_Yellow/cursors/v_double_arrow +share/icons/Oxygen_Yellow/cursors/w-resize +share/icons/Oxygen_Yellow/cursors/wait +share/icons/Oxygen_Yellow/cursors/watch +share/icons/Oxygen_Yellow/cursors/whats_this +share/icons/Oxygen_Yellow/cursors/xterm +share/icons/Oxygen_Yellow/index.theme +share/icons/Oxygen_Zion/cursors/00000000000000020006000e7e9ffc3f +share/icons/Oxygen_Zion/cursors/00008160000006810000408080010102 +share/icons/Oxygen_Zion/cursors/03b6e0fcb3499374a867c041f52298f0 +share/icons/Oxygen_Zion/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/Oxygen_Zion/cursors/1081e37283d90000800003c07f3ef6bf +share/icons/Oxygen_Zion/cursors/3085a0e285430894940527032f8b26df +share/icons/Oxygen_Zion/cursors/3ecb610c1bf2410f44200f48c40d3599 +share/icons/Oxygen_Zion/cursors/4498f0e0c1937ffe01fd06f973665830 +share/icons/Oxygen_Zion/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +share/icons/Oxygen_Zion/cursors/6407b0e94181790501fd1e167b474872 +share/icons/Oxygen_Zion/cursors/640fb0e74195791501fd1ed57b41487f +share/icons/Oxygen_Zion/cursors/9081237383d90e509aa00f00170e968f +share/icons/Oxygen_Zion/cursors/9d800788f1b08800ae810202380a0822 +share/icons/Oxygen_Zion/cursors/X_cursor +share/icons/Oxygen_Zion/cursors/a2a266d0498c3104214a47bd64ab0fc8 +share/icons/Oxygen_Zion/cursors/alias +share/icons/Oxygen_Zion/cursors/all-scroll +share/icons/Oxygen_Zion/cursors/b66166c04f8c3109214a4fbd64a50fc8 +share/icons/Oxygen_Zion/cursors/circle +share/icons/Oxygen_Zion/cursors/closedhand +share/icons/Oxygen_Zion/cursors/col-resize +share/icons/Oxygen_Zion/cursors/color-picker +share/icons/Oxygen_Zion/cursors/copy +share/icons/Oxygen_Zion/cursors/cross +share/icons/Oxygen_Zion/cursors/crossed_circle +share/icons/Oxygen_Zion/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/Oxygen_Zion/cursors/dnd-copy +share/icons/Oxygen_Zion/cursors/dnd-link +share/icons/Oxygen_Zion/cursors/dnd-move +share/icons/Oxygen_Zion/cursors/dnd-no-drop +share/icons/Oxygen_Zion/cursors/dnd-none +share/icons/Oxygen_Zion/cursors/e-resize +share/icons/Oxygen_Zion/cursors/e29285e634086352946a0e7090d73106 +share/icons/Oxygen_Zion/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff +share/icons/Oxygen_Zion/cursors/fleur +share/icons/Oxygen_Zion/cursors/forbidden +share/icons/Oxygen_Zion/cursors/half-busy +share/icons/Oxygen_Zion/cursors/hand1 +share/icons/Oxygen_Zion/cursors/hand2 +share/icons/Oxygen_Zion/cursors/help +share/icons/Oxygen_Zion/cursors/ibeam +share/icons/Oxygen_Zion/cursors/left_ptr +share/icons/Oxygen_Zion/cursors/left_ptr_watch +share/icons/Oxygen_Zion/cursors/link +share/icons/Oxygen_Zion/cursors/move +share/icons/Oxygen_Zion/cursors/n-resize +share/icons/Oxygen_Zion/cursors/ne-resize +share/icons/Oxygen_Zion/cursors/nesw-resize +share/icons/Oxygen_Zion/cursors/not-allowed +share/icons/Oxygen_Zion/cursors/nw-resize +share/icons/Oxygen_Zion/cursors/nwse-resize +share/icons/Oxygen_Zion/cursors/openhand +share/icons/Oxygen_Zion/cursors/pencil +share/icons/Oxygen_Zion/cursors/pirate +share/icons/Oxygen_Zion/cursors/plus +share/icons/Oxygen_Zion/cursors/pointer +share/icons/Oxygen_Zion/cursors/pointing_hand +share/icons/Oxygen_Zion/cursors/progress +share/icons/Oxygen_Zion/cursors/question_arrow +share/icons/Oxygen_Zion/cursors/row-resize +share/icons/Oxygen_Zion/cursors/s-resize +share/icons/Oxygen_Zion/cursors/sb_h_double_arrow +share/icons/Oxygen_Zion/cursors/sb_v_double_arrow +share/icons/Oxygen_Zion/cursors/se-resize +share/icons/Oxygen_Zion/cursors/size_all +share/icons/Oxygen_Zion/cursors/size_bdiag +share/icons/Oxygen_Zion/cursors/size_fdiag +share/icons/Oxygen_Zion/cursors/size_hor +share/icons/Oxygen_Zion/cursors/size_ver +share/icons/Oxygen_Zion/cursors/split_h +share/icons/Oxygen_Zion/cursors/split_v +share/icons/Oxygen_Zion/cursors/sw-resize +share/icons/Oxygen_Zion/cursors/text +share/icons/Oxygen_Zion/cursors/up_arrow +share/icons/Oxygen_Zion/cursors/v_double_arrow +share/icons/Oxygen_Zion/cursors/w-resize +share/icons/Oxygen_Zion/cursors/wait +share/icons/Oxygen_Zion/cursors/watch +share/icons/Oxygen_Zion/cursors/whats_this +share/icons/Oxygen_Zion/cursors/xterm +share/icons/Oxygen_Zion/index.theme +share/icons/hicolor/256x256/apps/oxygen-settings.png +share/kstyle/themes/oxygen.themerc +share/locale/af/LC_MESSAGES/oxygen_style_config.mo +share/locale/af/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ar/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/ar/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/ar/LC_MESSAGES/oxygen_style_config.mo +share/locale/ar/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ast/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/ast/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/ast/LC_MESSAGES/oxygen_style_config.mo +share/locale/ast/LC_MESSAGES/oxygen_style_demo.mo +share/locale/az/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/az/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/az/LC_MESSAGES/oxygen_style_config.mo +share/locale/az/LC_MESSAGES/oxygen_style_demo.mo +share/locale/be/LC_MESSAGES/oxygen_style_config.mo +share/locale/be/LC_MESSAGES/oxygen_style_demo.mo +share/locale/be@latin/LC_MESSAGES/oxygen_style_config.mo +share/locale/be@latin/LC_MESSAGES/oxygen_style_demo.mo +share/locale/bg/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/bg/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/bg/LC_MESSAGES/oxygen_style_config.mo +share/locale/bg/LC_MESSAGES/oxygen_style_demo.mo +share/locale/bn_IN/LC_MESSAGES/oxygen_style_config.mo +share/locale/bn_IN/LC_MESSAGES/oxygen_style_demo.mo +share/locale/br/LC_MESSAGES/oxygen_style_config.mo +share/locale/br/LC_MESSAGES/oxygen_style_demo.mo +share/locale/bs/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/bs/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/bs/LC_MESSAGES/oxygen_style_config.mo +share/locale/bs/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ca/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/ca/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/ca/LC_MESSAGES/oxygen_style_config.mo +share/locale/ca/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ca@valencia/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/ca@valencia/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/ca@valencia/LC_MESSAGES/oxygen_style_config.mo +share/locale/ca@valencia/LC_MESSAGES/oxygen_style_demo.mo +share/locale/cs/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/cs/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/cs/LC_MESSAGES/oxygen_style_config.mo +share/locale/cs/LC_MESSAGES/oxygen_style_demo.mo +share/locale/csb/LC_MESSAGES/oxygen_style_config.mo +share/locale/csb/LC_MESSAGES/oxygen_style_demo.mo +share/locale/cy/LC_MESSAGES/oxygen_style_config.mo +share/locale/cy/LC_MESSAGES/oxygen_style_demo.mo +share/locale/da/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/da/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/da/LC_MESSAGES/oxygen_style_config.mo +share/locale/da/LC_MESSAGES/oxygen_style_demo.mo +share/locale/de/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/de/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/de/LC_MESSAGES/oxygen_style_config.mo +share/locale/de/LC_MESSAGES/oxygen_style_demo.mo +share/locale/el/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/el/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/el/LC_MESSAGES/oxygen_style_config.mo +share/locale/el/LC_MESSAGES/oxygen_style_demo.mo +share/locale/en_GB/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/en_GB/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/en_GB/LC_MESSAGES/oxygen_style_config.mo +share/locale/en_GB/LC_MESSAGES/oxygen_style_demo.mo +share/locale/eo/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/eo/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/eo/LC_MESSAGES/oxygen_style_config.mo +share/locale/eo/LC_MESSAGES/oxygen_style_demo.mo +share/locale/es/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/es/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/es/LC_MESSAGES/oxygen_style_config.mo +share/locale/es/LC_MESSAGES/oxygen_style_demo.mo +share/locale/et/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/et/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/et/LC_MESSAGES/oxygen_style_config.mo +share/locale/et/LC_MESSAGES/oxygen_style_demo.mo +share/locale/eu/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/eu/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/eu/LC_MESSAGES/oxygen_style_config.mo +share/locale/eu/LC_MESSAGES/oxygen_style_demo.mo +share/locale/fa/LC_MESSAGES/oxygen_style_config.mo +share/locale/fa/LC_MESSAGES/oxygen_style_demo.mo +share/locale/fi/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/fi/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/fi/LC_MESSAGES/oxygen_style_config.mo +share/locale/fi/LC_MESSAGES/oxygen_style_demo.mo +share/locale/fr/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/fr/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/fr/LC_MESSAGES/oxygen_style_config.mo +share/locale/fr/LC_MESSAGES/oxygen_style_demo.mo +share/locale/fy/LC_MESSAGES/oxygen_style_config.mo +share/locale/fy/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ga/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/ga/LC_MESSAGES/oxygen_style_config.mo +share/locale/ga/LC_MESSAGES/oxygen_style_demo.mo +share/locale/gl/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/gl/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/gl/LC_MESSAGES/oxygen_style_config.mo +share/locale/gl/LC_MESSAGES/oxygen_style_demo.mo +share/locale/gu/LC_MESSAGES/oxygen_style_config.mo +share/locale/gu/LC_MESSAGES/oxygen_style_demo.mo +share/locale/he/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/he/LC_MESSAGES/oxygen_style_config.mo +share/locale/he/LC_MESSAGES/oxygen_style_demo.mo +share/locale/hi/LC_MESSAGES/oxygen_style_config.mo +share/locale/hi/LC_MESSAGES/oxygen_style_demo.mo +share/locale/hne/LC_MESSAGES/oxygen_style_config.mo +share/locale/hne/LC_MESSAGES/oxygen_style_demo.mo +share/locale/hr/LC_MESSAGES/oxygen_style_config.mo +share/locale/hr/LC_MESSAGES/oxygen_style_demo.mo +share/locale/hsb/LC_MESSAGES/oxygen_style_config.mo +share/locale/hsb/LC_MESSAGES/oxygen_style_demo.mo +share/locale/hu/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/hu/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/hu/LC_MESSAGES/oxygen_style_config.mo +share/locale/hu/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ia/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/ia/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/ia/LC_MESSAGES/oxygen_style_config.mo +share/locale/ia/LC_MESSAGES/oxygen_style_demo.mo +share/locale/id/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/id/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/id/LC_MESSAGES/oxygen_style_config.mo +share/locale/id/LC_MESSAGES/oxygen_style_demo.mo +share/locale/is/LC_MESSAGES/oxygen_style_config.mo +share/locale/is/LC_MESSAGES/oxygen_style_demo.mo +share/locale/it/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/it/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/it/LC_MESSAGES/oxygen_style_config.mo +share/locale/it/LC_MESSAGES/oxygen_style_demo.mo +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 +share/locale/km/LC_MESSAGES/oxygen_style_config.mo +share/locale/km/LC_MESSAGES/oxygen_style_demo.mo +share/locale/kn/LC_MESSAGES/oxygen_style_config.mo +share/locale/kn/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ko/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/ko/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/ko/LC_MESSAGES/oxygen_style_config.mo +share/locale/ko/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ku/LC_MESSAGES/oxygen_style_config.mo +share/locale/ku/LC_MESSAGES/oxygen_style_demo.mo +share/locale/lb/LC_MESSAGES/oxygen_style_config.mo +share/locale/lb/LC_MESSAGES/oxygen_style_demo.mo +share/locale/lt/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/lt/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/lt/LC_MESSAGES/oxygen_style_config.mo +share/locale/lt/LC_MESSAGES/oxygen_style_demo.mo +share/locale/lv/LC_MESSAGES/oxygen_style_config.mo +share/locale/lv/LC_MESSAGES/oxygen_style_demo.mo +share/locale/mai/LC_MESSAGES/oxygen_style_config.mo +share/locale/mai/LC_MESSAGES/oxygen_style_demo.mo +share/locale/mk/LC_MESSAGES/oxygen_style_config.mo +share/locale/mk/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ml/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/ml/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/ml/LC_MESSAGES/oxygen_style_config.mo +share/locale/ml/LC_MESSAGES/oxygen_style_demo.mo +share/locale/mr/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/mr/LC_MESSAGES/oxygen_style_config.mo +share/locale/mr/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ms/LC_MESSAGES/oxygen_style_config.mo +share/locale/ms/LC_MESSAGES/oxygen_style_demo.mo +share/locale/nb/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/nb/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/nb/LC_MESSAGES/oxygen_style_config.mo +share/locale/nb/LC_MESSAGES/oxygen_style_demo.mo +share/locale/nds/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/nds/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/nds/LC_MESSAGES/oxygen_style_config.mo +share/locale/nds/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ne/LC_MESSAGES/oxygen_style_config.mo +share/locale/ne/LC_MESSAGES/oxygen_style_demo.mo +share/locale/nl/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/nl/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/nl/LC_MESSAGES/oxygen_style_config.mo +share/locale/nl/LC_MESSAGES/oxygen_style_demo.mo +share/locale/nn/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/nn/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/nn/LC_MESSAGES/oxygen_style_config.mo +share/locale/nn/LC_MESSAGES/oxygen_style_demo.mo +share/locale/or/LC_MESSAGES/oxygen_style_config.mo +share/locale/or/LC_MESSAGES/oxygen_style_demo.mo +share/locale/pa/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/pa/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/pa/LC_MESSAGES/oxygen_style_config.mo +share/locale/pa/LC_MESSAGES/oxygen_style_demo.mo +share/locale/pl/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/pl/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/pl/LC_MESSAGES/oxygen_style_config.mo +share/locale/pl/LC_MESSAGES/oxygen_style_demo.mo +share/locale/pt/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/pt/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/pt/LC_MESSAGES/oxygen_style_config.mo +share/locale/pt/LC_MESSAGES/oxygen_style_demo.mo +share/locale/pt_BR/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/pt_BR/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/pt_BR/LC_MESSAGES/oxygen_style_config.mo +share/locale/pt_BR/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ro/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/ro/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/ro/LC_MESSAGES/oxygen_style_config.mo +share/locale/ro/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ru/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/ru/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/ru/LC_MESSAGES/oxygen_style_config.mo +share/locale/ru/LC_MESSAGES/oxygen_style_demo.mo +share/locale/se/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/se/LC_MESSAGES/oxygen_style_config.mo +share/locale/se/LC_MESSAGES/oxygen_style_demo.mo +share/locale/si/LC_MESSAGES/oxygen_style_config.mo +share/locale/si/LC_MESSAGES/oxygen_style_demo.mo +share/locale/sk/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/sk/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/sk/LC_MESSAGES/oxygen_style_config.mo +share/locale/sk/LC_MESSAGES/oxygen_style_demo.mo +share/locale/sl/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/sl/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/sl/LC_MESSAGES/oxygen_style_config.mo +share/locale/sl/LC_MESSAGES/oxygen_style_demo.mo +share/locale/sq/LC_MESSAGES/oxygen_style_config.mo +share/locale/sq/LC_MESSAGES/oxygen_style_demo.mo +share/locale/sr/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/sr/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/sr/LC_MESSAGES/oxygen_style_config.mo +share/locale/sr/LC_MESSAGES/oxygen_style_demo.mo +share/locale/sr@ijekavian/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/sr@ijekavian/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/sr@ijekavian/LC_MESSAGES/oxygen_style_config.mo +share/locale/sr@ijekavian/LC_MESSAGES/oxygen_style_demo.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/oxygen_style_config.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/oxygen_style_demo.mo +share/locale/sr@latin/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/sr@latin/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/sr@latin/LC_MESSAGES/oxygen_style_config.mo +share/locale/sr@latin/LC_MESSAGES/oxygen_style_demo.mo +share/locale/sv/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/sv/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/sv/LC_MESSAGES/oxygen_style_config.mo +share/locale/sv/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ta/LC_MESSAGES/oxygen_style_config.mo +share/locale/ta/LC_MESSAGES/oxygen_style_demo.mo +share/locale/te/LC_MESSAGES/oxygen_style_config.mo +share/locale/te/LC_MESSAGES/oxygen_style_demo.mo +share/locale/tg/LC_MESSAGES/oxygen_style_config.mo +share/locale/tg/LC_MESSAGES/oxygen_style_demo.mo +share/locale/th/LC_MESSAGES/oxygen_style_config.mo +share/locale/th/LC_MESSAGES/oxygen_style_demo.mo +share/locale/tr/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/tr/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/tr/LC_MESSAGES/oxygen_style_config.mo +share/locale/tr/LC_MESSAGES/oxygen_style_demo.mo +share/locale/ug/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/ug/LC_MESSAGES/oxygen_style_config.mo +share/locale/ug/LC_MESSAGES/oxygen_style_demo.mo +share/locale/uk/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/uk/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/uk/LC_MESSAGES/oxygen_style_config.mo +share/locale/uk/LC_MESSAGES/oxygen_style_demo.mo +share/locale/vi/LC_MESSAGES/oxygen_style_config.mo +share/locale/vi/LC_MESSAGES/oxygen_style_demo.mo +share/locale/wa/LC_MESSAGES/oxygen_style_config.mo +share/locale/wa/LC_MESSAGES/oxygen_style_demo.mo +share/locale/zh_CN/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/zh_CN/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/zh_CN/LC_MESSAGES/oxygen_style_config.mo +share/locale/zh_CN/LC_MESSAGES/oxygen_style_demo.mo +share/locale/zh_TW/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/zh_TW/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/zh_TW/LC_MESSAGES/oxygen_style_config.mo +share/locale/zh_TW/LC_MESSAGES/oxygen_style_demo.mo +share/plasma/look-and-feel/org.kde.oxygen/contents/defaults +share/plasma/look-and-feel/org.kde.oxygen/contents/previews/preview.png +share/plasma/look-and-feel/org.kde.oxygen/contents/previews/splash.png +share/plasma/look-and-feel/org.kde.oxygen/contents/splash/Splash.qml +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.json diff --git a/x11-themes/plasma6-plasma-workspace-wallpapers/Makefile b/x11-themes/plasma6-plasma-workspace-wallpapers/Makefile new file mode 100644 index 000000000000..04870fc7e3d5 --- /dev/null +++ b/x11-themes/plasma6-plasma-workspace-wallpapers/Makefile @@ -0,0 +1,13 @@ +PORTNAME= plasma-workspace-wallpapers +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11-themes kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Wallpapers for Plasma Workspaces + +USES= cmake kde:6 qt:6 tar:xz +USE_KDE= ecm:build +USE_QT= base declarative +CMAKE_ARGS= -DQT_MAJOR_VERSION=6 + +.include <bsd.port.mk> diff --git a/x11-themes/plasma6-plasma-workspace-wallpapers/distinfo b/x11-themes/plasma6-plasma-workspace-wallpapers/distinfo new file mode 100644 index 000000000000..8ae53c64bdc3 --- /dev/null +++ b/x11-themes/plasma6-plasma-workspace-wallpapers/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525078 +SHA256 (KDE/plasma/5.90.0/plasma-workspace-wallpapers-5.90.0.tar.xz) = f9e84884f898dc8dbf3f027a969344e368b4fc64f1b563136d44b2b6c53750f0 +SIZE (KDE/plasma/5.90.0/plasma-workspace-wallpapers-5.90.0.tar.xz) = 94032644 diff --git a/x11-themes/plasma6-plasma-workspace-wallpapers/pkg-plist b/x11-themes/plasma6-plasma-workspace-wallpapers/pkg-plist new file mode 100644 index 000000000000..1dda84665e21 --- /dev/null +++ b/x11-themes/plasma6-plasma-workspace-wallpapers/pkg-plist @@ -0,0 +1,245 @@ +share/wallpapers/Altai/contents/images/1080x1920.png +share/wallpapers/Altai/contents/images/5120x2880.png +share/wallpapers/Altai/contents/screenshot.png +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 +share/wallpapers/Autumn/contents/images/1600x1200.jpg +share/wallpapers/Autumn/contents/images/1638x1024.jpg +share/wallpapers/Autumn/contents/images/1680x1050.jpg +share/wallpapers/Autumn/contents/images/1920x1080.jpg +share/wallpapers/Autumn/contents/images/1920x1200.jpg +share/wallpapers/Autumn/contents/images/2560x1440.jpg +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.json +share/wallpapers/BytheWater/contents/images/1280x1024.jpg +share/wallpapers/BytheWater/contents/images/1280x800.jpg +share/wallpapers/BytheWater/contents/images/1440x900.jpg +share/wallpapers/BytheWater/contents/images/1600x1200.jpg +share/wallpapers/BytheWater/contents/images/1638x1024.jpg +share/wallpapers/BytheWater/contents/images/1680x1050.jpg +share/wallpapers/BytheWater/contents/images/1920x1080.jpg +share/wallpapers/BytheWater/contents/images/1920x1200.jpg +share/wallpapers/BytheWater/contents/images/2560x1440.jpg +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.json +share/wallpapers/Canopee/contents/images/3840x2160.png +share/wallpapers/Canopee/contents/screenshot.png +share/wallpapers/Canopee/metadata.json +share/wallpapers/Cascade/contents/images/3840x2160.png +share/wallpapers/Cascade/contents/screenshot.png +share/wallpapers/Cascade/metadata.json +share/wallpapers/Cluster/contents/images/3840x2160.png +share/wallpapers/Cluster/contents/screenshot.png +share/wallpapers/Cluster/metadata.json +share/wallpapers/ColdRipple/contents/images/1280x1024.jpg +share/wallpapers/ColdRipple/contents/images/1280x800.jpg +share/wallpapers/ColdRipple/contents/images/1440x900.jpg +share/wallpapers/ColdRipple/contents/images/1600x1200.jpg +share/wallpapers/ColdRipple/contents/images/1638x1024.jpg +share/wallpapers/ColdRipple/contents/images/1680x1050.jpg +share/wallpapers/ColdRipple/contents/images/1920x1080.jpg +share/wallpapers/ColdRipple/contents/images/1920x1200.jpg +share/wallpapers/ColdRipple/contents/images/2560x1440.jpg +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.json +share/wallpapers/ColorfulCups/contents/images/2560x1600.jpg +share/wallpapers/ColorfulCups/contents/screenshot.jpg +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 +share/wallpapers/DarkestHour/contents/images/1600x1200.jpg +share/wallpapers/DarkestHour/contents/images/1638x1024.jpg +share/wallpapers/DarkestHour/contents/images/1680x1050.jpg +share/wallpapers/DarkestHour/contents/images/1920x1080.jpg +share/wallpapers/DarkestHour/contents/images/1920x1200.jpg +share/wallpapers/DarkestHour/contents/images/2560x1440.jpg +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.json +share/wallpapers/Elarun/contents/images/2560x1600.png +share/wallpapers/Elarun/contents/screenshot.jpg +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 +share/wallpapers/EveningGlow/contents/images/1600x1200.jpg +share/wallpapers/EveningGlow/contents/images/1638x1024.jpg +share/wallpapers/EveningGlow/contents/images/1680x1050.jpg +share/wallpapers/EveningGlow/contents/images/1920x1080.jpg +share/wallpapers/EveningGlow/contents/images/1920x1200.jpg +share/wallpapers/EveningGlow/contents/images/2560x1440.jpg +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.json +share/wallpapers/FallenLeaf/contents/images/1280x1024.jpg +share/wallpapers/FallenLeaf/contents/images/1280x800.jpg +share/wallpapers/FallenLeaf/contents/images/1440x900.jpg +share/wallpapers/FallenLeaf/contents/images/1600x1200.jpg +share/wallpapers/FallenLeaf/contents/images/1638x1024.jpg +share/wallpapers/FallenLeaf/contents/images/1680x1050.jpg +share/wallpapers/FallenLeaf/contents/images/1920x1080.jpg +share/wallpapers/FallenLeaf/contents/images/1920x1200.jpg +share/wallpapers/FallenLeaf/contents/images/2560x1440.jpg +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.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.json +share/wallpapers/FlyingKonqui/contents/images/1280x1024.png +share/wallpapers/FlyingKonqui/contents/images/1280x800.png +share/wallpapers/FlyingKonqui/contents/images/1440x900.png +share/wallpapers/FlyingKonqui/contents/images/1600x1200.png +share/wallpapers/FlyingKonqui/contents/images/1638x1024.png +share/wallpapers/FlyingKonqui/contents/images/1680x1050.png +share/wallpapers/FlyingKonqui/contents/images/1920x1080.png +share/wallpapers/FlyingKonqui/contents/images/1920x1200.png +share/wallpapers/FlyingKonqui/contents/images/2560x1440.png +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.json +share/wallpapers/Grey/contents/images/1280x1024.jpg +share/wallpapers/Grey/contents/images/1280x800.jpg +share/wallpapers/Grey/contents/images/1440x900.jpg +share/wallpapers/Grey/contents/images/1600x1200.jpg +share/wallpapers/Grey/contents/images/1638x1024.jpg +share/wallpapers/Grey/contents/images/1680x1050.jpg +share/wallpapers/Grey/contents/images/1920x1080.jpg +share/wallpapers/Grey/contents/images/1920x1200.jpg +share/wallpapers/Grey/contents/images/2560x1440.jpg +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.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.json +share/wallpapers/Kay/contents/images/1080x1920.png +share/wallpapers/Kay/contents/images/5120x2880.png +share/wallpapers/Kay/contents/images_dark/1080x1920.png +share/wallpapers/Kay/contents/images_dark/5120x2880.png +share/wallpapers/Kay/metadata.json +share/wallpapers/Kite/contents/images/1280x1024.jpg +share/wallpapers/Kite/contents/images/1280x800.jpg +share/wallpapers/Kite/contents/images/1440x900.jpg +share/wallpapers/Kite/contents/images/1600x1200.jpg +share/wallpapers/Kite/contents/images/1638x1024.jpg +share/wallpapers/Kite/contents/images/1680x1050.jpg +share/wallpapers/Kite/contents/images/1920x1080.jpg +share/wallpapers/Kite/contents/images/1920x1200.jpg +share/wallpapers/Kite/contents/images/2560x1440.jpg +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.json +share/wallpapers/Kokkini/contents/images/3840x2160.png +share/wallpapers/Kokkini/contents/screenshot.png +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.json +share/wallpapers/OneStandsOut/contents/images/1280x1024.jpg +share/wallpapers/OneStandsOut/contents/images/1280x800.jpg +share/wallpapers/OneStandsOut/contents/images/1440x900.jpg +share/wallpapers/OneStandsOut/contents/images/1600x1200.jpg +share/wallpapers/OneStandsOut/contents/images/1638x1024.jpg +share/wallpapers/OneStandsOut/contents/images/1680x1050.jpg +share/wallpapers/OneStandsOut/contents/images/1920x1080.jpg +share/wallpapers/OneStandsOut/contents/images/1920x1200.jpg +share/wallpapers/OneStandsOut/contents/images/2560x1440.jpg +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.json +share/wallpapers/Opal/contents/images/3840x2160.png +share/wallpapers/Opal/contents/screenshot.png +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 +share/wallpapers/PastelHills/contents/images/1600x1200.jpg +share/wallpapers/PastelHills/contents/images/1638x1024.jpg +share/wallpapers/PastelHills/contents/images/1680x1050.jpg +share/wallpapers/PastelHills/contents/images/1920x1080.jpg +share/wallpapers/PastelHills/contents/images/1920x1200.jpg +share/wallpapers/PastelHills/contents/images/2560x1440.jpg +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.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.json +share/wallpapers/Path/contents/images/1280x1024.jpg +share/wallpapers/Path/contents/images/1280x800.jpg +share/wallpapers/Path/contents/images/1440x900.jpg +share/wallpapers/Path/contents/images/1600x1200.jpg +share/wallpapers/Path/contents/images/1638x1024.jpg +share/wallpapers/Path/contents/images/1680x1050.jpg +share/wallpapers/Path/contents/images/1920x1080.jpg +share/wallpapers/Path/contents/images/1920x1200.jpg +share/wallpapers/Path/contents/images/2560x1440.jpg +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.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.json +share/wallpapers/Volna/contents/images/5120x2880.jpg +share/wallpapers/Volna/contents/screenshot.png +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 +share/wallpapers/summer_1am/contents/images/1600x1200.jpg +share/wallpapers/summer_1am/contents/images/1638x1024.jpg +share/wallpapers/summer_1am/contents/images/1680x1050.jpg +share/wallpapers/summer_1am/contents/images/1920x1080.jpg +share/wallpapers/summer_1am/contents/images/1920x1200.jpg +share/wallpapers/summer_1am/contents/images/2560x1440.jpg +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.json diff --git a/x11-themes/plasma6-qqc2-breeze-style/Makefile b/x11-themes/plasma6-qqc2-breeze-style/Makefile new file mode 100644 index 000000000000..d495b4d33281 --- /dev/null +++ b/x11-themes/plasma6-qqc2-breeze-style/Makefile @@ -0,0 +1,13 @@ +PORTNAME= qqc2-breeze-style +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11-themes kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Breeze inspired QQC2 Style + +USES= cmake kde:6 qt:6 tar:xz +USE_KDE= iconthemes kirigami2 kquickcharts \ + ecm:build +USE_QT= base declarative + +.include <bsd.port.mk> diff --git a/x11-themes/plasma6-qqc2-breeze-style/distinfo b/x11-themes/plasma6-qqc2-breeze-style/distinfo new file mode 100644 index 000000000000..d402559b1f53 --- /dev/null +++ b/x11-themes/plasma6-qqc2-breeze-style/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701540434 +SHA256 (KDE/plasma/5.90.0/qqc2-breeze-style-5.90.0.tar.xz) = 3b1c6ef8fc6a031b547068c4a033043454ba9b4f708cdc58157cfd8ea768bbed +SIZE (KDE/plasma/5.90.0/qqc2-breeze-style-5.90.0.tar.xz) = 66392 diff --git a/x11-themes/plasma6-qqc2-breeze-style/pkg-plist b/x11-themes/plasma6-qqc2-breeze-style/pkg-plist new file mode 100644 index 000000000000..c0080a0b2a05 --- /dev/null +++ b/x11-themes/plasma6-qqc2-breeze-style/pkg-plist @@ -0,0 +1,94 @@ +lib/cmake/QQC2BreezeStyle/QQC2BreezeStyleConfig.cmake +lib/cmake/QQC2BreezeStyle/QQC2BreezeStyleConfigVersion.cmake +%%QT_PLUGINDIR%%/kf6/kirigami/platform/org.kde.breeze.so +%%QT_QMLDIR%%/org/kde/breeze/AbstractButton.qml +%%QT_QMLDIR%%/org/kde/breeze/ApplicationWindow.qml +%%QT_QMLDIR%%/org/kde/breeze/BreezeStyle.qmltypes +%%QT_QMLDIR%%/org/kde/breeze/BusyIndicator.qml +%%QT_QMLDIR%%/org/kde/breeze/Button.qml +%%QT_QMLDIR%%/org/kde/breeze/ButtonGroup.qml +%%QT_QMLDIR%%/org/kde/breeze/CheckBox.qml +%%QT_QMLDIR%%/org/kde/breeze/CheckDelegate.qml +%%QT_QMLDIR%%/org/kde/breeze/ComboBox.qml +%%QT_QMLDIR%%/org/kde/breeze/Container.qml +%%QT_QMLDIR%%/org/kde/breeze/Control.qml +%%QT_QMLDIR%%/org/kde/breeze/DelayButton.qml +%%QT_QMLDIR%%/org/kde/breeze/Dial.qml +%%QT_QMLDIR%%/org/kde/breeze/Dialog.qml +%%QT_QMLDIR%%/org/kde/breeze/DialogButtonBox.qml +%%QT_QMLDIR%%/org/kde/breeze/Drawer.qml +%%QT_QMLDIR%%/org/kde/breeze/Frame.qml +%%QT_QMLDIR%%/org/kde/breeze/GroupBox.qml +%%QT_QMLDIR%%/org/kde/breeze/HorizontalHeaderView.qml +%%QT_QMLDIR%%/org/kde/breeze/ItemDelegate.qml +%%QT_QMLDIR%%/org/kde/breeze/Label.qml +%%QT_QMLDIR%%/org/kde/breeze/Menu.qml +%%QT_QMLDIR%%/org/kde/breeze/MenuBar.qml +%%QT_QMLDIR%%/org/kde/breeze/MenuBarItem.qml +%%QT_QMLDIR%%/org/kde/breeze/MenuItem.qml +%%QT_QMLDIR%%/org/kde/breeze/MenuSeparator.qml +%%QT_QMLDIR%%/org/kde/breeze/MobileTextActionsToolBar.qml +%%QT_QMLDIR%%/org/kde/breeze/Page.qml +%%QT_QMLDIR%%/org/kde/breeze/PageIndicator.qml +%%QT_QMLDIR%%/org/kde/breeze/Pane.qml +%%QT_QMLDIR%%/org/kde/breeze/Popup.qml +%%QT_QMLDIR%%/org/kde/breeze/ProgressBar.qml +%%QT_QMLDIR%%/org/kde/breeze/RadioButton.qml +%%QT_QMLDIR%%/org/kde/breeze/RadioDelegate.qml +%%QT_QMLDIR%%/org/kde/breeze/RangeSlider.qml +%%QT_QMLDIR%%/org/kde/breeze/RoundButton.qml +%%QT_QMLDIR%%/org/kde/breeze/ScrollBar.qml +%%QT_QMLDIR%%/org/kde/breeze/ScrollIndicator.qml +%%QT_QMLDIR%%/org/kde/breeze/ScrollView.qml +%%QT_QMLDIR%%/org/kde/breeze/Slider.qml +%%QT_QMLDIR%%/org/kde/breeze/SpinBox.qml +%%QT_QMLDIR%%/org/kde/breeze/SplitView.qml +%%QT_QMLDIR%%/org/kde/breeze/StackView.qml +%%QT_QMLDIR%%/org/kde/breeze/SwipeDelegate.qml +%%QT_QMLDIR%%/org/kde/breeze/SwipeView.qml +%%QT_QMLDIR%%/org/kde/breeze/Switch.qml +%%QT_QMLDIR%%/org/kde/breeze/SwitchDelegate.qml +%%QT_QMLDIR%%/org/kde/breeze/TabBar.qml +%%QT_QMLDIR%%/org/kde/breeze/TabButton.qml +%%QT_QMLDIR%%/org/kde/breeze/TextArea.qml +%%QT_QMLDIR%%/org/kde/breeze/TextField.qml +%%QT_QMLDIR%%/org/kde/breeze/ToolBar.qml +%%QT_QMLDIR%%/org/kde/breeze/ToolButton.qml +%%QT_QMLDIR%%/org/kde/breeze/ToolSeparator.qml +%%QT_QMLDIR%%/org/kde/breeze/ToolTip.qml +%%QT_QMLDIR%%/org/kde/breeze/Tumbler.qml +%%QT_QMLDIR%%/org/kde/breeze/VerticalHeaderView.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/BreezeImpl.qmltypes +%%QT_QMLDIR%%/org/kde/breeze/impl/ButtonBackground.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/CheckIndicator.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/ComboBoxBackground.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/CursorDelegate.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/CursorHandle.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/DelegateBackground.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/FocusRect.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/IconLabelContent.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/IconLabelShortcutContent.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/InlineIconLabelContent.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/LargeShadow.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/ListViewHighlight.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/MediumShadow.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/MenuItemBackground.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/OverlayDimBackground.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/OverlayModalBackground.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/RadioIndicator.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/ScrollHandle.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/SliderGroove.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/SliderHandle.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/SmallBoxShadow.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/SpinBoxIndicator.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/SwitchIndicator.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/TextEditBackground.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/Theme.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/Units.qml +%%QT_QMLDIR%%/org/kde/breeze/impl/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/breeze/impl/libBreezeImpl.so +%%QT_QMLDIR%%/org/kde/breeze/impl/qmldir +%%QT_QMLDIR%%/org/kde/breeze/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/breeze/libBreezeStyle.so +%%QT_QMLDIR%%/org/kde/breeze/qmldir +%%QT_QMLDIR%%/org/kde/kirigami/styles/org.kde.breeze/AbstractApplicationHeader.qml diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index f35d9fe364a4..9928abac2dff 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -160,6 +160,7 @@ SUBDIR += pangomm SUBDIR += pangox-compat SUBDIR += plasma5-kdeplasma-addons + SUBDIR += plasma6-kdeplasma-addons SUBDIR += plib SUBDIR += py-AnyQt SUBDIR += py-Pmw diff --git a/x11-toolkits/plasma6-kdeplasma-addons/Makefile b/x11-toolkits/plasma6-kdeplasma-addons/Makefile new file mode 100644 index 000000000000..1d041a774130 --- /dev/null +++ b/x11-toolkits/plasma6-kdeplasma-addons/Makefile @@ -0,0 +1,16 @@ +PORTNAME= kdeplasma-addons +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11-toolkits kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= All kind of add-ons to improve your Plasma experience + +USES= cmake gettext kde:6 qt:6 tar:xz +USE_KDE= config coreaddons holidays i18n kcmutils kdeclarative kio \ + libplasma newstuff notifications plasma5support runner service \ + sonnet unitconversion xmlgui \ + ecm:build \ + kirigami-addons:run +USE_QT= 5compat base declarative webengine + +.include <bsd.port.mk> diff --git a/x11-toolkits/plasma6-kdeplasma-addons/distinfo b/x11-toolkits/plasma6-kdeplasma-addons/distinfo new file mode 100644 index 000000000000..dcbb64cf74d8 --- /dev/null +++ b/x11-toolkits/plasma6-kdeplasma-addons/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701548872 +SHA256 (KDE/plasma/5.90.0/kdeplasma-addons-5.90.0.tar.xz) = 18a57857f5c614f90688842d0e08ecbb0ade86816d3136d353781194f4bcee9e +SIZE (KDE/plasma/5.90.0/kdeplasma-addons-5.90.0.tar.xz) = 859944 diff --git a/x11-toolkits/plasma6-kdeplasma-addons/pkg-plist b/x11-toolkits/plasma6-kdeplasma-addons/pkg-plist new file mode 100644 index 000000000000..81ca9e7c12e6 --- /dev/null +++ b/x11-toolkits/plasma6-kdeplasma-addons/pkg-plist @@ -0,0 +1,2020 @@ +include/plasma/potdprovider/plasma_potd_export.h +include/plasma/potdprovider/potdprovider.h +lib/cmake/PlasmaPotdProvider/PlasmaPotdProviderConfig.cmake +lib/cmake/PlasmaPotdProvider/PlasmaPotdProviderConfigVersion.cmake +lib/cmake/PlasmaPotdProvider/PlasmaPotdProviderTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/PlasmaPotdProvider/PlasmaPotdProviderTargets.cmake +lib/libplasmapotdprovidercore.so +lib/libplasmapotdprovidercore.so.2 +lib/libplasmapotdprovidercore.so.2.0.0 +%%QT_PLUGINDIR%%/kf6/krunner/kcms/kcm_krunner_charrunner.so +%%QT_PLUGINDIR%%/kf6/krunner/kcms/kcm_krunner_dictionary.so +%%QT_PLUGINDIR%%/kf6/krunner/kcms/kcm_krunner_spellcheck.so +%%QT_PLUGINDIR%%/kf6/krunner/krunner_charrunner.so +%%QT_PLUGINDIR%%/kf6/krunner/krunner_dictionary.so +%%QT_PLUGINDIR%%/kf6/krunner/krunner_katesessions.so +%%QT_PLUGINDIR%%/kf6/krunner/krunner_konsoleprofiles.so +%%QT_PLUGINDIR%%/kf6/krunner/krunner_spellcheck.so +%%QT_PLUGINDIR%%/kf6/krunner/org.kde.datetime.so +%%QT_PLUGINDIR%%/kf6/krunner/unitconverter.so +%%QT_PLUGINDIR%%/kf6/packagestructure/plasma_comic.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_cube_config.so +%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.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/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 +%%QT_PLUGINDIR%%/potd/plasma_potd_bingprovider.so +%%QT_PLUGINDIR%%/potd/plasma_potd_epodprovider.so +%%QT_PLUGINDIR%%/potd/plasma_potd_flickrprovider.so +%%QT_PLUGINDIR%%/potd/plasma_potd_natgeoprovider.so +%%QT_PLUGINDIR%%/potd/plasma_potd_noaaprovider.so +%%QT_PLUGINDIR%%/potd/plasma_potd_simonstalenhagprovider.so +%%QT_PLUGINDIR%%/potd/plasma_potd_wcpotdprovider.so +%%QT_QMLDIR%%/org/kde/plasma/private/colorpicker/colorpickerplugin.qmltypes +%%QT_QMLDIR%%/org/kde/plasma/private/colorpicker/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/plasma/private/colorpicker/libcolorpickerplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/colorpicker/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/dict/dictplugin.qmltypes +%%QT_QMLDIR%%/org/kde/plasma/private/dict/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/plasma/private/dict/libdictplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/dict/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/diskquota/diskquotaplugin.qmltypes +%%QT_QMLDIR%%/org/kde/plasma/private/diskquota/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/plasma/private/diskquota/libdiskquotaplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/diskquota/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/fifteenpuzzle/fifteenpuzzleplugin.qmltypes +%%QT_QMLDIR%%/org/kde/plasma/private/fifteenpuzzle/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/plasma/private/fifteenpuzzle/libfifteenpuzzleplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/fifteenpuzzle/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/mediaframe/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/plasma/private/mediaframe/libmediaframeplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/mediaframe/mediaframeplugin.qmltypes +%%QT_QMLDIR%%/org/kde/plasma/private/mediaframe/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/notes/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/plasma/private/notes/libnotesplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/notes/notesplugin.qmltypes +%%QT_QMLDIR%%/org/kde/plasma/private/notes/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/profiles/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/plasma/private/profiles/libprofiles_qml_plugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/profiles/profiles_qml_plugin.qmltypes +%%QT_QMLDIR%%/org/kde/plasma/private/profiles/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/quicklaunch/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/plasma/private/quicklaunch/libquicklaunchplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/quicklaunch/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/quicklaunch/quicklaunchplugin.qmltypes +%%QT_QMLDIR%%/org/kde/plasma/private/timer/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/plasma/private/timer/libtimerplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/timer/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/timer/timerplugin.qmltypes +%%QT_QMLDIR%%/org/kde/plasma/private/weather/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/plasma/private/weather/libweatherplugin.so +%%QT_QMLDIR%%/org/kde/plasma/private/weather/qmldir +%%QT_QMLDIR%%/org/kde/plasma/private/weather/weatherplugin.qmltypes +%%QT_QMLDIR%%/org/kde/plasma/wallpapers/potd/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/plasma/wallpapers/potd/libplasma_wallpaper_potdplugin.so +%%QT_QMLDIR%%/org/kde/plasma/wallpapers/potd/plasma_wallpaper_potdplugin.qmltypes +%%QT_QMLDIR%%/org/kde/plasma/wallpapers/potd/qmldir +%%QT_QMLDIR%%/org/kde/plasmacalendar/alternatecalendarconfig/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/plasmacalendar/alternatecalendarconfig/libplasmacalendaralternatecalendarconfig.so +%%QT_QMLDIR%%/org/kde/plasmacalendar/alternatecalendarconfig/plasmacalendaralternatecalendarconfig.qmltypes +%%QT_QMLDIR%%/org/kde/plasmacalendar/alternatecalendarconfig/qmldir +%%QT_QMLDIR%%/org/kde/plasmacalendar/astronomicaleventsconfig/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/plasmacalendar/astronomicaleventsconfig/libplasmacalendarastronomicaleventsconfig.so +%%QT_QMLDIR%%/org/kde/plasmacalendar/astronomicaleventsconfig/plasmacalendarastronomicaleventsconfig.qmltypes +%%QT_QMLDIR%%/org/kde/plasmacalendar/astronomicaleventsconfig/qmldir +share/icons/hicolor/scalable/apps/accessories-dictionary.svgz +share/icons/hicolor/scalable/apps/fifteenpuzzle.svgz +share/kdevappwizard/templates/plasmapotdprovider.tar.bz2 +share/knotifications6/plasma_applet_timer.notifyrc +share/knsrcfiles/comic.knsrc +share/kwin/effects/cube/contents/config/main.xml +share/kwin/effects/cube/contents/ui/Cube.qml +share/kwin/effects/cube/contents/ui/CubeCameraController.qml +share/kwin/effects/cube/contents/ui/CubeFace.qml +share/kwin/effects/cube/contents/ui/DesktopView.qml +share/kwin/effects/cube/contents/ui/ScreenView.qml +share/kwin/effects/cube/contents/ui/constants.js +share/kwin/effects/cube/contents/ui/main.qml +share/kwin/effects/cube/metadata.json +share/kwin/tabbox/big_icons/contents/ui/main.qml +share/kwin/tabbox/big_icons/metadata.json +share/kwin/tabbox/compact/contents/ui/main.qml +share/kwin/tabbox/compact/metadata.json +share/kwin/tabbox/coverswitch/contents/ui/main.qml +share/kwin/tabbox/coverswitch/metadata.json +share/kwin/tabbox/flipswitch/contents/ui/main.qml +share/kwin/tabbox/flipswitch/metadata.json +share/kwin/tabbox/sidebar/contents/ui/main.qml +share/kwin/tabbox/sidebar/metadata.json +share/locale/ar/LC_MESSAGES/plasma_addons_engine_dict.mo +share/locale/ar/LC_MESSAGES/plasma_addons_profiles_utility.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +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 +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +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.webbrowser.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_runner_CharacterRunner.mo +share/locale/ar/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ar/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/ar/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/ar/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/ar/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/ar/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/ar/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/ast/LC_MESSAGES/kwin_effect_cube.mo +share/locale/ast/LC_MESSAGES/plasma_addons_engine_dict.mo +share/locale/ast/LC_MESSAGES/plasma_addons_profiles_utility.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo +share/locale/ast/LC_MESSAGES/plasma_calendar_alternatecalendar.mo +share/locale/ast/LC_MESSAGES/plasma_calendar_astronomicalevents.mo +share/locale/ast/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/ast/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ast/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/ast/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/ast/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/ast/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/ast/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/ast/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/az/LC_MESSAGES/plasma_addons_engine_dict.mo +share/locale/az/LC_MESSAGES/plasma_addons_profiles_utility.mo +share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +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.webbrowser.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_runner_CharacterRunner.mo +share/locale/az/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/az/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/az/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/az/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/az/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/az/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/az/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +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 +share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.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_runner_CharacterRunner.mo +share/locale/bg/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/bg/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/bg/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/bg/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/bg/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/bg/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/bg/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/bs/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/bs/LC_MESSAGES/plasma_runner_converterrunner.mo +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/kwin_effect_cube.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 +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.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_runner_CharacterRunner.mo +share/locale/ca/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ca/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/ca/LC_MESSAGES/plasma_runner_katesessions.mo +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/kwin_effect_cube.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 +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.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_runner_CharacterRunner.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/cs/LC_MESSAGES/kwin_effect_cube.mo +share/locale/cs/LC_MESSAGES/plasma_addons_engine_dict.mo +share/locale/cs/LC_MESSAGES/plasma_addons_profiles_utility.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +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.webbrowser.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_runner_CharacterRunner.mo +share/locale/cs/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/cs/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/cs/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/cs/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/cs/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/cs/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/cs/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo +share/locale/da/LC_MESSAGES/plasma_calendar_astronomicalevents.mo +share/locale/da/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/da/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/da/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/da/LC_MESSAGES/plasma_runner_katesessions.mo +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/kwin_effect_cube.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 +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.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_runner_CharacterRunner.mo +share/locale/de/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/de/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/de/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/de/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/de/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/de/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/de/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/el/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/el/LC_MESSAGES/plasma_runner_converterrunner.mo +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 +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.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_runner_CharacterRunner.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/en_GB/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/eo/LC_MESSAGES/plasma_addons_engine_dict.mo +share/locale/eo/LC_MESSAGES/plasma_addons_profiles_utility.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo +share/locale/eo/LC_MESSAGES/plasma_calendar_alternatecalendar.mo +share/locale/eo/LC_MESSAGES/plasma_calendar_astronomicalevents.mo +share/locale/eo/LC_MESSAGES/plasma_runner_CharacterRunner.mo +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_konsoleprofiles.mo +share/locale/eo/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/eo/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/eo/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/es/LC_MESSAGES/kwin_effect_cube.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 +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.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_runner_CharacterRunner.mo +share/locale/es/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/es/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/es/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/es/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/es/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/es/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/es/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo +share/locale/et/LC_MESSAGES/plasma_calendar_astronomicalevents.mo +share/locale/et/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/et/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/et/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/et/LC_MESSAGES/plasma_runner_katesessions.mo +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/kwin_effect_cube.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 +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.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_runner_CharacterRunner.mo +share/locale/eu/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/eu/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/eu/LC_MESSAGES/plasma_runner_katesessions.mo +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/kwin_effect_cube.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 +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.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_runner_CharacterRunner.mo +share/locale/fi/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/fi/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/fi/LC_MESSAGES/plasma_runner_katesessions.mo +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/kwin_effect_cube.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 +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.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_runner_CharacterRunner.mo +share/locale/fr/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/fr/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/fr/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/fr/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/fr/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/fr/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/fr/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/ga/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/ga/LC_MESSAGES/plasma_runner_converterrunner.mo +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_addons_profiles_utility.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 +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo +share/locale/gl/LC_MESSAGES/plasma_calendar_alternatecalendar.mo +share/locale/gl/LC_MESSAGES/plasma_calendar_astronomicalevents.mo +share/locale/gl/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/gl/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/gl/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/gl/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/gl/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/gl/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/gl/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/gl/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/he/LC_MESSAGES/kwin_effect_cube.mo +share/locale/he/LC_MESSAGES/plasma_addons_engine_dict.mo +share/locale/he/LC_MESSAGES/plasma_addons_profiles_utility.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo +share/locale/he/LC_MESSAGES/plasma_calendar_alternatecalendar.mo +share/locale/he/LC_MESSAGES/plasma_calendar_astronomicalevents.mo +share/locale/he/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/he/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/he/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/he/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/he/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/he/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/he/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/he/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/hi/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/hi/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/hr/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/hr/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/hr/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/hr/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/hr/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo +share/locale/hu/LC_MESSAGES/plasma_calendar_astronomicalevents.mo +share/locale/hu/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/hu/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/hu/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/hu/LC_MESSAGES/plasma_runner_katesessions.mo +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/kwin_effect_cube.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 +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.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_runner_CharacterRunner.mo +share/locale/ia/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ia/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/ia/LC_MESSAGES/plasma_runner_katesessions.mo +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 +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +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_runner_CharacterRunner.mo +share/locale/id/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/id/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/id/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/id/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/id/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/id/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/id/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/is/LC_MESSAGES/plasma_addons_engine_dict.mo +share/locale/is/LC_MESSAGES/plasma_addons_profiles_utility.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo +share/locale/is/LC_MESSAGES/plasma_calendar_alternatecalendar.mo +share/locale/is/LC_MESSAGES/plasma_calendar_astronomicalevents.mo +share/locale/is/LC_MESSAGES/plasma_runner_CharacterRunner.mo +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_konsoleprofiles.mo +share/locale/is/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/is/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/is/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/it/LC_MESSAGES/kwin_effect_cube.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 +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.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_runner_CharacterRunner.mo +share/locale/it/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/it/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/it/LC_MESSAGES/plasma_runner_katesessions.mo +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/kwin_effect_cube.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 +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.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_runner_CharacterRunner.mo +share/locale/ja/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ja/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/ja/LC_MESSAGES/plasma_runner_katesessions.mo +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/kwin_effect_cube.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.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.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_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 +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/kk/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/kk/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/kk/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/kk/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/kk/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/kk/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/km/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/km/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/km/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/km/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/km/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/km/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/ko/LC_MESSAGES/plasma_addons_engine_dict.mo +share/locale/ko/LC_MESSAGES/plasma_addons_profiles_utility.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +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.webbrowser.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_runner_CharacterRunner.mo +share/locale/ko/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ko/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/ko/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/ko/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/ko/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/ko/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/ko/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/ku/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ku/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/ku/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/lt/LC_MESSAGES/plasma_addons_engine_dict.mo +share/locale/lt/LC_MESSAGES/plasma_addons_profiles_utility.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.webbrowser.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo +share/locale/lt/LC_MESSAGES/plasma_calendar_alternatecalendar.mo +share/locale/lt/LC_MESSAGES/plasma_calendar_astronomicalevents.mo +share/locale/lt/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/lt/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/lt/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/lt/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/lt/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/lt/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/lt/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/lt/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/lv/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/lv/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/lv/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/lv/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/lv/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo +share/locale/ml/LC_MESSAGES/plasma_calendar_astronomicalevents.mo +share/locale/ml/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/ml/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ml/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/ml/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/ml/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/ml/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/ml/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/mr/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/mr/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/mr/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/mr/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/mr/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/mr/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +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/my/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.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 +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/nb/LC_MESSAGES/plasma_calendar_astronomicalevents.mo +share/locale/nb/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/nb/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/nb/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/nb/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/nb/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/nb/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/nb/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/nds/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/nds/LC_MESSAGES/plasma_runner_converterrunner.mo +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/kwin_effect_cube.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 +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.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_runner_CharacterRunner.mo +share/locale/nl/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/nl/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/nl/LC_MESSAGES/plasma_runner_katesessions.mo +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 +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.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_runner_CharacterRunner.mo +share/locale/nn/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/nn/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/nn/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/nn/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/nn/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/nn/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/nn/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/pa/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/pa/LC_MESSAGES/plasma_runner_converterrunner.mo +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/kwin_effect_cube.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 +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.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_runner_CharacterRunner.mo +share/locale/pl/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/pl/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/pl/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/pl/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/pl/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/pl/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/pl/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/pt/LC_MESSAGES/plasma_addons_engine_dict.mo +share/locale/pt/LC_MESSAGES/plasma_addons_profiles_utility.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +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.webbrowser.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_runner_CharacterRunner.mo +share/locale/pt/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/pt/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/pt/LC_MESSAGES/plasma_runner_katesessions.mo +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/kwin_effect_cube.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 +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.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_runner_CharacterRunner.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/pt_BR/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +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_runner_CharacterRunner.mo +share/locale/ro/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ro/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/ro/LC_MESSAGES/plasma_runner_katesessions.mo +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 +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +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.webbrowser.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_runner_CharacterRunner.mo +share/locale/ru/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ru/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/ru/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/ru/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/ru/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/ru/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/ru/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/sk/LC_MESSAGES/plasma_addons_engine_dict.mo +share/locale/sk/LC_MESSAGES/plasma_addons_profiles_utility.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +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.webbrowser.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_runner_CharacterRunner.mo +share/locale/sk/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/sk/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/sk/LC_MESSAGES/plasma_runner_katesessions.mo +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/kwin_effect_cube.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 +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.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_runner_CharacterRunner.mo +share/locale/sl/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/sl/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/sl/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/sl/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/sl/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/sl/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/sl/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/sq/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/sq/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/sq/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo +share/locale/sr/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/sr/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/sr/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/sr/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/sr/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/sr/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_converterrunner.mo +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_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 +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.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_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_runner_CharacterRunner.mo +share/locale/sv/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/sv/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/sv/LC_MESSAGES/plasma_runner_katesessions.mo +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.addons.katesessions.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.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.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_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 +share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo +share/locale/tg/LC_MESSAGES/plasma_calendar_astronomicalevents.mo +share/locale/tg/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/tg/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/tg/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/tg/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/tg/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/tg/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +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/kwin_effect_cube.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 +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.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 +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_runner_CharacterRunner.mo +share/locale/tr/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/tr/LC_MESSAGES/plasma_runner_datetime.mo +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 +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/ug/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/ug/LC_MESSAGES/plasma_runner_converterrunner.mo +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/kwin_effect_cube.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 +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.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_runner_CharacterRunner.mo +share/locale/uk/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/uk/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/uk/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/uk/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/uk/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/uk/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/uk/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/vi/LC_MESSAGES/kwin_effect_cube.mo +share/locale/vi/LC_MESSAGES/plasma_addons_engine_dict.mo +share/locale/vi/LC_MESSAGES/plasma_addons_profiles_utility.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +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.webbrowser.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_runner_CharacterRunner.mo +share/locale/vi/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/vi/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/vi/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/vi/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/vi/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/vi/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/vi/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +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/kwin_effect_cube.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 +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.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_runner_CharacterRunner.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo +share/locale/zh_TW/LC_MESSAGES/plasma_addons_engine_dict.mo +share/locale/zh_TW/LC_MESSAGES/plasma_addons_profiles_utility.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.addons.katesessions.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +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.webbrowser.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_runner_CharacterRunner.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +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.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 +share/metainfo/org.kde.plasma.comic.appdata.xml +share/metainfo/org.kde.plasma.diskquota.appdata.xml +share/metainfo/org.kde.plasma.fifteenpuzzle.appdata.xml +share/metainfo/org.kde.plasma.fuzzyclock.appdata.xml +share/metainfo/org.kde.plasma.grouping.appdata.xml +share/metainfo/org.kde.plasma.keyboardindicator.appdata.xml +share/metainfo/org.kde.plasma.kickerdash.appdata.xml +share/metainfo/org.kde.plasma.konsoleprofiles.appdata.xml +share/metainfo/org.kde.plasma.mediaframe.appdata.xml +share/metainfo/org.kde.plasma.notes.appdata.xml +share/metainfo/org.kde.plasma.quicklaunch.appdata.xml +share/metainfo/org.kde.plasma.timer.appdata.xml +share/metainfo/org.kde.plasma.userswitcher.appdata.xml +share/metainfo/org.kde.plasma.weather.appdata.xml +share/metainfo/org.kde.plasma.webbrowser.appdata.xml +share/metainfo/org.kde.plasma_applet_dict.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.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 +share/plasma/plasmoids/org.kde.plasma.binaryclock/contents/ui/Dot.qml +share/plasma/plasmoids/org.kde.plasma.binaryclock/contents/ui/DotColumn.qml +share/plasma/plasmoids/org.kde.plasma.binaryclock/contents/ui/configGeneral.qml +share/plasma/plasmoids/org.kde.plasma.binaryclock/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.binaryclock/metadata.json +share/plasma/plasmoids/org.kde.plasma.calculator/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.calculator/metadata.json +share/plasma/plasmoids/org.kde.plasma.colorpicker/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.colorpicker/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.colorpicker/contents/ui/ColorCircle.qml +share/plasma/plasmoids/org.kde.plasma.colorpicker/contents/ui/ColorContextMenu.qml +share/plasma/plasmoids/org.kde.plasma.colorpicker/contents/ui/CompactRepresentation.qml +share/plasma/plasmoids/org.kde.plasma.colorpicker/contents/ui/ImageColors.qml +share/plasma/plasmoids/org.kde.plasma.colorpicker/contents/ui/LoadingIndicator.qml +share/plasma/plasmoids/org.kde.plasma.colorpicker/contents/ui/configGeneral.qml +share/plasma/plasmoids/org.kde.plasma.colorpicker/contents/ui/logic.js +share/plasma/plasmoids/org.kde.plasma.colorpicker/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.colorpicker/metadata.json +share/plasma/plasmoids/org.kde.plasma.comic/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.comic/contents/ui/ButtonBar.qml +share/plasma/plasmoids/org.kde.plasma.comic/contents/ui/ComicBottomInfo.qml +share/plasma/plasmoids/org.kde.plasma.comic/contents/ui/ComicCentralView.qml +share/plasma/plasmoids/org.kde.plasma.comic/contents/ui/FullViewWidget.qml +share/plasma/plasmoids/org.kde.plasma.comic/contents/ui/ImageWidget.qml +share/plasma/plasmoids/org.kde.plasma.comic/contents/ui/configAdvanced.qml +share/plasma/plasmoids/org.kde.plasma.comic/contents/ui/configAppearance.qml +share/plasma/plasmoids/org.kde.plasma.comic/contents/ui/configGeneral.qml +share/plasma/plasmoids/org.kde.plasma.comic/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.comic/metadata.json +share/plasma/plasmoids/org.kde.plasma.diskquota/contents/ui/ListDelegateItem.qml +share/plasma/plasmoids/org.kde.plasma.diskquota/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.diskquota/metadata.json +share/plasma/plasmoids/org.kde.plasma.fifteenpuzzle/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.fifteenpuzzle/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.fifteenpuzzle/contents/ui/FifteenPuzzle.qml +share/plasma/plasmoids/org.kde.plasma.fifteenpuzzle/contents/ui/Piece.qml +share/plasma/plasmoids/org.kde.plasma.fifteenpuzzle/contents/ui/blanksquare.svg +share/plasma/plasmoids/org.kde.plasma.fifteenpuzzle/contents/ui/configAppearance.qml +share/plasma/plasmoids/org.kde.plasma.fifteenpuzzle/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.fifteenpuzzle/metadata.json +share/plasma/plasmoids/org.kde.plasma.fuzzyclock/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.fuzzyclock/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.fuzzyclock/contents/ui/FuzzyClock.qml +share/plasma/plasmoids/org.kde.plasma.fuzzyclock/contents/ui/configAppearance.qml +share/plasma/plasmoids/org.kde.plasma.fuzzyclock/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.fuzzyclock/metadata.json +share/plasma/plasmoids/org.kde.plasma.grouping/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.grouping/metadata.json +share/plasma/plasmoids/org.kde.plasma.keyboardindicator/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.keyboardindicator/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.keyboardindicator/contents/ui/configAppearance.qml +share/plasma/plasmoids/org.kde.plasma.keyboardindicator/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.keyboardindicator/metadata.json +share/plasma/plasmoids/org.kde.plasma.kickerdash/metadata.json +share/plasma/plasmoids/org.kde.plasma.konsoleprofiles/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.konsoleprofiles/metadata.json +share/plasma/plasmoids/org.kde.plasma.mediaframe/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.mediaframe/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.mediaframe/contents/ui/ConfigGeneral.qml +share/plasma/plasmoids/org.kde.plasma.mediaframe/contents/ui/ConfigPaths.qml +share/plasma/plasmoids/org.kde.plasma.mediaframe/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.mediaframe/metadata.json +share/plasma/plasmoids/org.kde.plasma.notes/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.notes/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/ShortcutMenuItem.qml +share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/configAppearance.qml +share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.notes/metadata.json +share/plasma/plasmoids/org.kde.plasma.private.grouping/contents/applet/CompactApplet.qml +share/plasma/plasmoids/org.kde.plasma.private.grouping/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.private.grouping/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.private.grouping/contents/ui/items/AbstractItem.qml +share/plasma/plasmoids/org.kde.plasma.private.grouping/contents/ui/items/PlasmoidItem.qml +share/plasma/plasmoids/org.kde.plasma.private.grouping/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.private.grouping/metadata.json +share/plasma/plasmoids/org.kde.plasma.quicklaunch/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.quicklaunch/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.quicklaunch/contents/ui/ConfigGeneral.qml +share/plasma/plasmoids/org.kde.plasma.quicklaunch/contents/ui/IconItem.qml +share/plasma/plasmoids/org.kde.plasma.quicklaunch/contents/ui/Popup.qml +share/plasma/plasmoids/org.kde.plasma.quicklaunch/contents/ui/UrlModel.qml +share/plasma/plasmoids/org.kde.plasma.quicklaunch/contents/ui/layout.js +share/plasma/plasmoids/org.kde.plasma.quicklaunch/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.quicklaunch/metadata.json +share/plasma/plasmoids/org.kde.plasma.timer/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.timer/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.timer/contents/ui/CompactRepresentation.qml +share/plasma/plasmoids/org.kde.plasma.timer/contents/ui/TimerEdit.qml +share/plasma/plasmoids/org.kde.plasma.timer/contents/ui/TimerView.qml +share/plasma/plasmoids/org.kde.plasma.timer/contents/ui/configAdvanced.qml +share/plasma/plasmoids/org.kde.plasma.timer/contents/ui/configAppearance.qml +share/plasma/plasmoids/org.kde.plasma.timer/contents/ui/configTimes.qml +share/plasma/plasmoids/org.kde.plasma.timer/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.timer/metadata.json +share/plasma/plasmoids/org.kde.plasma.userswitcher/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.userswitcher/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.userswitcher/contents/ui/ActionListDelegate.qml +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 +share/plasma/plasmoids/org.kde.plasma.weather/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.weather/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/CompactRepresentation.qml +share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/DetailsView.qml +share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/ForecastView.qml +share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/FullRepresentation.qml +share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/IconAndTextItem.qml +share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/NoticesView.qml +share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/SwitchPanel.qml +share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/TopPanel.qml +share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/config/ConfigAppearance.qml +share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/config/ConfigUnits.qml +share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/config/ConfigWeatherStation.qml +share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.weather/metadata.json +share/plasma/plasmoids/org.kde.plasma.webbrowser/contents/config/config.qml +share/plasma/plasmoids/org.kde.plasma.webbrowser/contents/config/main.xml +share/plasma/plasmoids/org.kde.plasma.webbrowser/contents/ui/ConfigAppearance.qml +share/plasma/plasmoids/org.kde.plasma.webbrowser/contents/ui/ConfigGeneral.qml +share/plasma/plasmoids/org.kde.plasma.webbrowser/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma.webbrowser/metadata.json +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 +share/plasma/plasmoids/org.kde.plasma_applet_dict/contents/ui/ConfigDictionaries.qml +share/plasma/plasmoids/org.kde.plasma_applet_dict/contents/ui/DictItemDelegate.qml +share/plasma/plasmoids/org.kde.plasma_applet_dict/contents/ui/main.qml +share/plasma/plasmoids/org.kde.plasma_applet_dict/metadata.json +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.json +share/plasma/wallpapers/org.kde.hunyango/contents/ui/ColorProvider.qml +share/plasma/wallpapers/org.kde.hunyango/contents/ui/main.qml +share/plasma/wallpapers/org.kde.hunyango/contents/ui/qmldir +share/plasma/wallpapers/org.kde.hunyango/contents/ui/wallpaper.svgz +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.json +share/qlogging-categories6/kdeplasma-addons.categories diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 2633178cbfb9..f13c60aec6c1 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -91,6 +91,8 @@ SUBDIR += piewm SUBDIR += plasma5-kdecoration SUBDIR += plasma5-kwin + SUBDIR += plasma6-kdecoration + SUBDIR += plasma6-kwin SUBDIR += pwm SUBDIR += qtile SUBDIR += ratmen diff --git a/x11-wm/plasma6-kdecoration/Makefile b/x11-wm/plasma6-kdecoration/Makefile new file mode 100644 index 000000000000..cb5a3c271098 --- /dev/null +++ b/x11-wm/plasma6-kdecoration/Makefile @@ -0,0 +1,14 @@ +PORTNAME= kdecoration +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11-wm kde kde-plasma + +COMMENT= Plugin-based library to create window decorations +MAINTAINER= kde@FreeBSD.org + +USES= cmake gettext gl kde:6 qt:6 tar:xz +USE_GL= gl opengl +USE_KDE= coreaddons i18n \ + ecm:build +USE_QT= base + +.include <bsd.port.mk> diff --git a/x11-wm/plasma6-kdecoration/distinfo b/x11-wm/plasma6-kdecoration/distinfo new file mode 100644 index 000000000000..c1abc3111a37 --- /dev/null +++ b/x11-wm/plasma6-kdecoration/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525078 +SHA256 (KDE/plasma/5.90.0/kdecoration-5.90.0.tar.xz) = 63120fe05aea12fd519fcae9bfbfdd5f6efc3fdebcf1eeae446f01c284f4f16e +SIZE (KDE/plasma/5.90.0/kdecoration-5.90.0.tar.xz) = 54512 diff --git a/x11-wm/plasma6-kdecoration/pkg-plist b/x11-wm/plasma6-kdecoration/pkg-plist new file mode 100644 index 000000000000..e0d3981079c1 --- /dev/null +++ b/x11-wm/plasma6-kdecoration/pkg-plist @@ -0,0 +1,79 @@ +include/KDecoration2/KDecoration2/DecoratedClient +include/KDecoration2/KDecoration2/Decoration +include/KDecoration2/KDecoration2/DecorationButton +include/KDecoration2/KDecoration2/DecorationButtonGroup +include/KDecoration2/KDecoration2/DecorationSettings +include/KDecoration2/KDecoration2/DecorationShadow +include/KDecoration2/KDecoration2/DecorationThemeProvider +include/KDecoration2/KDecoration2/Private/DecoratedClientPrivate +include/KDecoration2/KDecoration2/Private/DecorationBridge +include/KDecoration2/KDecoration2/Private/DecorationSettingsPrivate +include/KDecoration2/kdecoration2/decoratedclient.h +include/KDecoration2/kdecoration2/decoration.h +include/KDecoration2/kdecoration2/decorationbutton.h +include/KDecoration2/kdecoration2/decorationbuttongroup.h +include/KDecoration2/kdecoration2/decorationdefines.h +include/KDecoration2/kdecoration2/decorationsettings.h +include/KDecoration2/kdecoration2/decorationshadow.h +include/KDecoration2/kdecoration2/decorationthemeprovider.h +include/KDecoration2/kdecoration2/kdecoration2_export.h +include/KDecoration2/kdecoration2/private/decoratedclientprivate.h +include/KDecoration2/kdecoration2/private/decorationbridge.h +include/KDecoration2/kdecoration2/private/decorationsettingsprivate.h +include/KDecoration2/kdecoration2/private/kdecoration2_private_export.h +include/KF6/kdecoration2_version.h +lib/cmake/KDecoration2/KDecoration2Config.cmake +lib/cmake/KDecoration2/KDecoration2ConfigVersion.cmake +lib/cmake/KDecoration2/KDecoration2Targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KDecoration2/KDecoration2Targets.cmake +lib/libkdecorations2.so +lib/libkdecorations2.so.%%KDE_PLASMA_VERSION%% +lib/libkdecorations2.so.6 +lib/libkdecorations2private.so +lib/libkdecorations2private.so.11 +lib/libkdecorations2private.so.%%KDE_PLASMA_VERSION%% +share/locale/ar/LC_MESSAGES/kdecoration.mo +share/locale/ast/LC_MESSAGES/kdecoration.mo +share/locale/az/LC_MESSAGES/kdecoration.mo +share/locale/bg/LC_MESSAGES/kdecoration.mo +share/locale/ca/LC_MESSAGES/kdecoration.mo +share/locale/ca@valencia/LC_MESSAGES/kdecoration.mo +share/locale/cs/LC_MESSAGES/kdecoration.mo +share/locale/da/LC_MESSAGES/kdecoration.mo +share/locale/de/LC_MESSAGES/kdecoration.mo +share/locale/el/LC_MESSAGES/kdecoration.mo +share/locale/en_GB/LC_MESSAGES/kdecoration.mo +share/locale/eo/LC_MESSAGES/kdecoration.mo +share/locale/es/LC_MESSAGES/kdecoration.mo +share/locale/et/LC_MESSAGES/kdecoration.mo +share/locale/eu/LC_MESSAGES/kdecoration.mo +share/locale/fi/LC_MESSAGES/kdecoration.mo +share/locale/fr/LC_MESSAGES/kdecoration.mo +share/locale/gl/LC_MESSAGES/kdecoration.mo +share/locale/hi/LC_MESSAGES/kdecoration.mo +share/locale/hu/LC_MESSAGES/kdecoration.mo +share/locale/ia/LC_MESSAGES/kdecoration.mo +share/locale/id/LC_MESSAGES/kdecoration.mo +share/locale/is/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/ml/LC_MESSAGES/kdecoration.mo +share/locale/nl/LC_MESSAGES/kdecoration.mo +share/locale/nn/LC_MESSAGES/kdecoration.mo +share/locale/pa/LC_MESSAGES/kdecoration.mo +share/locale/pl/LC_MESSAGES/kdecoration.mo +share/locale/pt/LC_MESSAGES/kdecoration.mo +share/locale/pt_BR/LC_MESSAGES/kdecoration.mo +share/locale/ro/LC_MESSAGES/kdecoration.mo +share/locale/ru/LC_MESSAGES/kdecoration.mo +share/locale/sa/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 diff --git a/x11-wm/plasma6-kwin/Makefile b/x11-wm/plasma6-kwin/Makefile new file mode 100644 index 000000000000..84933bacdd8a --- /dev/null +++ b/x11-wm/plasma6-kwin/Makefile @@ -0,0 +1,48 @@ +PORTNAME= kwin +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11-wm kde kde-plasma + +COMMENT= Easy to use, but flexible, X Window Manager and Wayland Compositor +MAINTAINER= kde@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ + hwdata>0:misc/hwdata \ + wayland-protocols>0:graphics/wayland-protocols \ + xwayland-devel>0:x11-servers/xwayland-devel +LIB_DEPENDS= libdisplay-info.so:sysutils/libdisplay-info \ + libdrm.so:graphics/libdrm \ + libepoxy.so:graphics/libepoxy \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libinput.so:x11/libinput \ + liblcms2.so:graphics/lcms2 \ + libpipewire-0.3.so:multimedia/pipewire \ + libudev.so:devel/libudev-devd \ + libwayland-client.so:graphics/wayland \ + libxcb-cursor.so:x11/xcb-util-cursor \ + libxcb-icccm.so:x11/xcb-util-wm \ + libxcb-keysyms.so:x11/xcb-util-keysyms \ + libxcvt.so:x11/libxcvt \ + libxkbcommon.so:x11/libxkbcommon \ + libqaccessibilityclient-qt6.so:accessibility/libqaccessibilityclient@qt6 +RUN_DEPENDS= hwdata>0:misc/hwdata \ + xwayland-devel>0:x11-servers/xwayland-devel + +USES= cmake gettext gl kde:6 pkgconfig python qt:6 shebangfix tar:xz \ + xorg +USE_GL= egl gbm gl opengl +USE_KDE= activities attica5 auth breeze colorscheme config \ + configwidgets coreaddons crash dbusaddons decoration \ + globalaccel globalacceld i18n idletime kcmutils kdeclarative \ + kpipewire kscreenlocker libplasma newstuff notifications \ + package runner service svg wayland widgetsaddons windowsystem \ + xmlgui \ + ecm:build plasma-wayland-protocols:build +USE_QT= base declarative multimedia sensors tools wayland +USE_XORG= ice sm x11 xcb xext xi + +BINARY_ALIAS= python3=${PYTHON_CMD} +SHEBANG_FILES= kconf_update/kwin-6.0-overview-activities-shortcuts.py \ + src/plugins/strip-effect-metadata.py + +.include <bsd.port.mk> diff --git a/x11-wm/plasma6-kwin/distinfo b/x11-wm/plasma6-kwin/distinfo new file mode 100644 index 000000000000..be7d88f56c93 --- /dev/null +++ b/x11-wm/plasma6-kwin/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701554041 +SHA256 (KDE/plasma/5.90.0/kwin-5.90.0.tar.xz) = 4866568edb9d2bae8e3570a7a492a36b2f2483f9d3a520eb88a62cbfdd54a5e1 +SIZE (KDE/plasma/5.90.0/kwin-5.90.0.tar.xz) = 7778520 diff --git a/x11-wm/plasma6-kwin/files/patch-cmake_modules_Findhwdata.cmake b/x11-wm/plasma6-kwin/files/patch-cmake_modules_Findhwdata.cmake new file mode 100644 index 000000000000..1e09fac7a31c --- /dev/null +++ b/x11-wm/plasma6-kwin/files/patch-cmake_modules_Findhwdata.cmake @@ -0,0 +1,13 @@ +--- cmake/modules/Findhwdata.cmake.orig 2023-02-21 19:51:03 UTC ++++ cmake/modules/Findhwdata.cmake +@@ -10,8 +10,8 @@ if (UNIX AND NOT APPLE) + # SPDX-License-Identifier: BSD-3-Clause + + if (UNIX AND NOT APPLE) +- find_path(hwdata_DIR NAMES hwdata/pnp.ids HINTS /usr/share ENV XDG_DATA_DIRS) +- find_file(hwdata_PNPIDS_FILE NAMES hwdata/pnp.ids HINTS /usr/share) ++ find_path(hwdata_DIR NAMES hwdata/pnp.ids HINTS ${CMAKE_INSTALL_PREFIX}/share/hwdata /usr/share ENV XDG_DATA_DIRS) ++ find_file(hwdata_PNPIDS_FILE NAMES hwdata/pnp.ids HINTS ${CMAKE_INSTALL_PREFIX}/share/hwdata /usr/share) + if (NOT hwdata_DIR OR NOT hwdata_PNPIDS_FILE) + set(hwdata_FOUND FALSE) + else() diff --git a/x11-wm/plasma6-kwin/pkg-plist b/x11-wm/plasma6-kwin/pkg-plist new file mode 100644 index 000000000000..e4b096b15292 --- /dev/null +++ b/x11-wm/plasma6-kwin/pkg-plist @@ -0,0 +1,1560 @@ +bin/kwin_wayland +bin/kwin_wayland_wrapper +bin/kwin_x11 +include/kwin/config-kwin.h +include/kwin/core/colorspace.h +include/kwin/core/output.h +include/kwin/core/renderloop.h +include/kwin/core/rendertarget.h +include/kwin/core/renderviewport.h +include/kwin/effect/animationeffect.h +include/kwin/effect/effect.h +include/kwin/effect/effecthandler.h +include/kwin/effect/effecttogglablestate.h +include/kwin/effect/effectwindow.h +include/kwin/effect/globals.h +include/kwin/effect/offscreeneffect.h +include/kwin/effect/offscreenquickview.h +include/kwin/effect/quickeffect.h +include/kwin/effect/timeline.h +include/kwin/kwin_export.h +include/kwin/opengl/glframebuffer.h +include/kwin/opengl/gllut.h +include/kwin/opengl/gllut3D.h +include/kwin/opengl/glplatform.h +include/kwin/opengl/glshader.h +include/kwin/opengl/glshadermanager.h +include/kwin/opengl/gltexture.h +include/kwin/opengl/glutils.h +include/kwin/opengl/glutils_funcs.h +include/kwin/opengl/glvertexbuffer.h +include/kwin/opengl/openglcontext.h +include/kwin/scene/item.h +include/kwin/scene/itemgeometry.h +include/kwin/utils/edid.h +include/kwin/wayland/appmenu.h +include/kwin/wayland/blur.h +include/kwin/wayland/compositor.h +include/kwin/wayland/contenttype_v1.h +include/kwin/wayland/contrast.h +include/kwin/wayland/cursorshape_v1.h +include/kwin/wayland/datacontroldevice_v1.h +include/kwin/wayland/datacontroldevicemanager_v1.h +include/kwin/wayland/datacontroloffer_v1.h +include/kwin/wayland/datacontrolsource_v1.h +include/kwin/wayland/datadevice.h +include/kwin/wayland/datadevicemanager.h +include/kwin/wayland/dataoffer.h +include/kwin/wayland/datasource.h +include/kwin/wayland/dpms.h +include/kwin/wayland/drmlease_v1.h +include/kwin/wayland/fractionalscale_v1.h +include/kwin/wayland/frog_colormanagement_v1.h +include/kwin/wayland/idle.h +include/kwin/wayland/idleinhibit_v1.h +include/kwin/wayland/idlenotify_v1.h +include/kwin/wayland/inputmethod_v1.h +include/kwin/wayland/keyboard.h +include/kwin/wayland/keyboard_shortcuts_inhibit_v1.h +include/kwin/wayland/keystate.h +include/kwin/wayland/layershell_v1.h +include/kwin/wayland/lockscreen_overlay_v1.h +include/kwin/wayland/output.h +include/kwin/wayland/output_order_v1.h +include/kwin/wayland/outputdevice_v2.h +include/kwin/wayland/outputmanagement_v2.h +include/kwin/wayland/plasmashell.h +include/kwin/wayland/plasmavirtualdesktop.h +include/kwin/wayland/plasmawindowmanagement.h +include/kwin/wayland/pointer.h +include/kwin/wayland/pointerconstraints_v1.h +include/kwin/wayland/pointergestures_v1.h +include/kwin/wayland/presentationtime.h +include/kwin/wayland/primaryselectiondevice_v1.h +include/kwin/wayland/primaryselectiondevicemanager_v1.h +include/kwin/wayland/primaryselectionoffer_v1.h +include/kwin/wayland/primaryselectionsource_v1.h +include/kwin/wayland/relativepointer_v1.h +include/kwin/wayland/screencast_v1.h +include/kwin/wayland/screenedge_v1.h +include/kwin/wayland/seat.h +include/kwin/wayland/securitycontext_v1.h +include/kwin/wayland/server_decoration.h +include/kwin/wayland/server_decoration_palette.h +include/kwin/wayland/shadow.h +include/kwin/wayland/slide.h +include/kwin/wayland/subcompositor.h +include/kwin/wayland/surface.h +include/kwin/wayland/tablet_v2.h +include/kwin/wayland/tearingcontrol_v1.h +include/kwin/wayland/textinput_v1.h +include/kwin/wayland/textinput_v2.h +include/kwin/wayland/textinput_v3.h +include/kwin/wayland/touch.h +include/kwin/wayland/viewporter.h +include/kwin/wayland/xdgactivation_v1.h +include/kwin/wayland/xdgdecoration_v1.h +include/kwin/wayland/xdgforeign_v2.h +include/kwin/wayland/xdgoutput_v1.h +include/kwin/wayland/xdgshell.h +include/kwin/wayland/xwaylandkeyboardgrab_v1.h +include/kwin/wayland/xwaylandshell_v1.h +lib/cmake/KWin/KWinConfig.cmake +lib/cmake/KWin/KWinConfigVersion.cmake +lib/cmake/KWin/KWinTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KWin/KWinTargets.cmake +lib/cmake/KWinDBusInterface/KWinDBusInterfaceConfig.cmake +lib/kconf_update_bin/kwin5_update_default_rules +lib/libexec/kwin-applywindowdecoration +lib/libexec/kwin_killer_helper +lib/libkcmkwincommon.so.%%KDE_PLASMA_VERSION%% +lib/libkcmkwincommon.so.6 +lib/libkwin.so +lib/libkwin.so.%%KDE_PLASMA_VERSION%% +lib/libkwin.so.6 +%%QT_PLUGINDIR%%/kf6/packagestructure/kwin_aurorae.so +%%QT_PLUGINDIR%%/kf6/packagestructure/kwin_decoration.so +%%QT_PLUGINDIR%%/kf6/packagestructure/kwin_effect.so +%%QT_PLUGINDIR%%/kf6/packagestructure/kwin_scripts.so +%%QT_PLUGINDIR%%/kf6/packagestructure/kwin_windowswitcher.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kcm_kwin4_genericscripted.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_blur_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_colorblindnesscorrection_config.so +%%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_magiclamp_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_magnifier_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_mouseclick_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_mousemark_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_overview_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_showpaint_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_slide_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_thumbnailaside_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_tileseditor_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_trackmouse_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_windowview_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_wobblywindows_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_zoom_config.so +%%QT_PLUGINDIR%%/kwin/plugins/BounceKeysPlugin.so +%%QT_PLUGINDIR%%/kwin/plugins/StickyKeysPlugin.so +%%QT_PLUGINDIR%%/kwin/plugins/buttonsrebind.so +%%QT_PLUGINDIR%%/kwin/plugins/krunnerintegration.so +%%QT_PLUGINDIR%%/kwin/plugins/nightcolor.so +%%QT_PLUGINDIR%%/kwin/plugins/screencast.so +%%QT_PLUGINDIR%%/org.kde.kdecoration2.kcm/kcm_auroraedecoration.so +%%QT_PLUGINDIR%%/org.kde.kdecoration2/org.kde.kwin.aurorae.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kwin_effects.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kwin_scripts.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kwin_virtualdesktops.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kwindecoration.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kwinrules.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kwinxwayland.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/decoration/AppMenuButton.qml +%%QT_QMLDIR%%/org/kde/kwin/decoration/ButtonGroup.qml +%%QT_QMLDIR%%/org/kde/kwin/decoration/Decoration.qml +%%QT_QMLDIR%%/org/kde/kwin/decoration/DecorationButton.qml +%%QT_QMLDIR%%/org/kde/kwin/decoration/MenuButton.qml +%%QT_QMLDIR%%/org/kde/kwin/decoration/libdecorationplugin.so +%%QT_QMLDIR%%/org/kde/kwin/decoration/qmldir +%%QT_QMLDIR%%/org/kde/kwin/decorations/plastik/libplastikplugin.so +%%QT_QMLDIR%%/org/kde/kwin/decorations/plastik/qmldir +%%QT_QMLDIR%%/org/kde/kwin/private/effects/WindowHeap.qml +%%QT_QMLDIR%%/org/kde/kwin/private/effects/WindowHeapDelegate.qml +%%QT_QMLDIR%%/org/kde/kwin/private/effects/effectsplugin.qmltypes +%%QT_QMLDIR%%/org/kde/kwin/private/effects/kde-qmlmodule.version +%%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_kwinxwayland.desktop +share/applications/kcm_virtualkeyboard.desktop +share/applications/kwincompositing.desktop +share/applications/org.kde.kwin.killer.desktop +share/config.kcfg/kwin.kcfg +share/config.kcfg/kwindecorationsettings.kcfg +share/config.kcfg/nightcolorsettings.kcfg +share/config.kcfg/virtualdesktopssettings.kcfg +share/dbus-1/interfaces/org.kde.KWin.Plugins.xml +share/dbus-1/interfaces/org.kde.KWin.TabletModeManager.xml +share/dbus-1/interfaces/org.kde.KWin.VirtualDesktopManager.xml +share/dbus-1/interfaces/org.kde.KWin.xml +share/dbus-1/interfaces/org.kde.kwin.ColorCorrect.xml +share/dbus-1/interfaces/org.kde.kwin.Compositing.xml +share/dbus-1/interfaces/org.kde.kwin.Effects.xml +share/dbus-1/interfaces/org.kde.kwin.InputDevice.xml +share/dbus-1/interfaces/org.kde.kwin.VirtualKeyboard.xml +share/doc/HTML/ca/kcontrol/desktop/index.cache.bz2 +share/doc/HTML/ca/kcontrol/desktop/index.docbook +share/doc/HTML/ca/kcontrol/kwindecoration/button.png +share/doc/HTML/ca/kcontrol/kwindecoration/decoration.png +share/doc/HTML/ca/kcontrol/kwindecoration/index.cache.bz2 +share/doc/HTML/ca/kcontrol/kwindecoration/index.docbook +share/doc/HTML/ca/kcontrol/kwindecoration/main.png +share/doc/HTML/ca/kcontrol/kwineffects/index.cache.bz2 +share/doc/HTML/ca/kcontrol/kwineffects/index.docbook +share/doc/HTML/ca/kcontrol/kwinscreenedges/index.cache.bz2 +share/doc/HTML/ca/kcontrol/kwinscreenedges/index.docbook +share/doc/HTML/ca/kcontrol/kwintabbox/index.cache.bz2 +share/doc/HTML/ca/kcontrol/kwintabbox/index.docbook +share/doc/HTML/ca/kcontrol/kwintouchscreen/index.cache.bz2 +share/doc/HTML/ca/kcontrol/kwintouchscreen/index.docbook +share/doc/HTML/ca/kcontrol/kwinvirtualkeyboard/index.cache.bz2 +share/doc/HTML/ca/kcontrol/kwinvirtualkeyboard/index.docbook +share/doc/HTML/ca/kcontrol/windowbehaviour/index.cache.bz2 +share/doc/HTML/ca/kcontrol/windowbehaviour/index.docbook +share/doc/HTML/ca/kcontrol/windowspecific/index.cache.bz2 +share/doc/HTML/ca/kcontrol/windowspecific/index.docbook +share/doc/HTML/de/kcontrol/desktop/index.cache.bz2 +share/doc/HTML/de/kcontrol/desktop/index.docbook +share/doc/HTML/de/kcontrol/kwindecoration/index.cache.bz2 +share/doc/HTML/de/kcontrol/kwindecoration/index.docbook +share/doc/HTML/de/kcontrol/kwineffects/index.cache.bz2 +share/doc/HTML/de/kcontrol/kwineffects/index.docbook +share/doc/HTML/de/kcontrol/kwinscreenedges/index.cache.bz2 +share/doc/HTML/de/kcontrol/kwinscreenedges/index.docbook +share/doc/HTML/de/kcontrol/kwintabbox/index.cache.bz2 +share/doc/HTML/de/kcontrol/kwintabbox/index.docbook +share/doc/HTML/de/kcontrol/kwintouchscreen/index.cache.bz2 +share/doc/HTML/de/kcontrol/kwintouchscreen/index.docbook +share/doc/HTML/de/kcontrol/kwinvirtualkeyboard/index.cache.bz2 +share/doc/HTML/de/kcontrol/kwinvirtualkeyboard/index.docbook +share/doc/HTML/de/kcontrol/windowbehaviour/index.cache.bz2 +share/doc/HTML/de/kcontrol/windowbehaviour/index.docbook +share/doc/HTML/de/kcontrol/windowspecific/index.cache.bz2 +share/doc/HTML/de/kcontrol/windowspecific/index.docbook +share/doc/HTML/en/kcontrol/desktop/index.cache.bz2 +share/doc/HTML/en/kcontrol/desktop/index.docbook +share/doc/HTML/en/kcontrol/kwindecoration/button.png +share/doc/HTML/en/kcontrol/kwindecoration/configure.png +share/doc/HTML/en/kcontrol/kwindecoration/decoration.png +share/doc/HTML/en/kcontrol/kwindecoration/index.cache.bz2 +share/doc/HTML/en/kcontrol/kwindecoration/index.docbook +share/doc/HTML/en/kcontrol/kwindecoration/main.png +share/doc/HTML/en/kcontrol/kwineffects/configure-effects.png +share/doc/HTML/en/kcontrol/kwineffects/dialog-information.png +share/doc/HTML/en/kcontrol/kwineffects/index.cache.bz2 +share/doc/HTML/en/kcontrol/kwineffects/index.docbook +share/doc/HTML/en/kcontrol/kwineffects/video.png +share/doc/HTML/en/kcontrol/kwinscreenedges/index.cache.bz2 +share/doc/HTML/en/kcontrol/kwinscreenedges/index.docbook +share/doc/HTML/en/kcontrol/kwintabbox/index.cache.bz2 +share/doc/HTML/en/kcontrol/kwintabbox/index.docbook +share/doc/HTML/en/kcontrol/kwintabbox/taskswitcher.png +share/doc/HTML/en/kcontrol/kwintouchscreen/index.cache.bz2 +share/doc/HTML/en/kcontrol/kwintouchscreen/index.docbook +share/doc/HTML/en/kcontrol/kwinvirtualkeyboard/index.cache.bz2 +share/doc/HTML/en/kcontrol/kwinvirtualkeyboard/index.docbook +share/doc/HTML/en/kcontrol/windowbehaviour/index.cache.bz2 +share/doc/HTML/en/kcontrol/windowbehaviour/index.docbook +share/doc/HTML/en/kcontrol/windowspecific/Face-smile.png +share/doc/HTML/en/kcontrol/windowspecific/akgregator-info.png +share/doc/HTML/en/kcontrol/windowspecific/akregator-attributes.png +share/doc/HTML/en/kcontrol/windowspecific/akregator-fav.png +share/doc/HTML/en/kcontrol/windowspecific/config-win-behavior.png +share/doc/HTML/en/kcontrol/windowspecific/emacs-attribute.png +share/doc/HTML/en/kcontrol/windowspecific/emacs-info.png +share/doc/HTML/en/kcontrol/windowspecific/focus-stealing-pop2top-attribute.png +share/doc/HTML/en/kcontrol/windowspecific/index.cache.bz2 +share/doc/HTML/en/kcontrol/windowspecific/index.docbook +share/doc/HTML/en/kcontrol/windowspecific/knotes-attribute.png +share/doc/HTML/en/kcontrol/windowspecific/knotes-info.png +share/doc/HTML/en/kcontrol/windowspecific/kopete-attribute-2.png +share/doc/HTML/en/kcontrol/windowspecific/kopete-chat-attribute.png +share/doc/HTML/en/kcontrol/windowspecific/kopete-chat-info.png +share/doc/HTML/en/kcontrol/windowspecific/kopete-info.png +share/doc/HTML/en/kcontrol/windowspecific/kwin-detect-window.png +share/doc/HTML/en/kcontrol/windowspecific/kwin-kopete-rules.png +share/doc/HTML/en/kcontrol/windowspecific/kwin-rule-editor.png +share/doc/HTML/en/kcontrol/windowspecific/kwin-rules-main-n-akregator.png +share/doc/HTML/en/kcontrol/windowspecific/kwin-rules-main.png +share/doc/HTML/en/kcontrol/windowspecific/kwin-rules-ordering.png +share/doc/HTML/en/kcontrol/windowspecific/kwin-window-attributes.png +share/doc/HTML/en/kcontrol/windowspecific/kwin-window-matching.png +share/doc/HTML/en/kcontrol/windowspecific/pager-4-desktops.png +share/doc/HTML/en/kcontrol/windowspecific/tbird-compose-attribute.png +share/doc/HTML/en/kcontrol/windowspecific/tbird-compose-info.png +share/doc/HTML/en/kcontrol/windowspecific/tbird-main-attribute.png +share/doc/HTML/en/kcontrol/windowspecific/tbird-main-info.png +share/doc/HTML/en/kcontrol/windowspecific/tbird-reminder-attribute-2.png +share/doc/HTML/en/kcontrol/windowspecific/tbird-reminder-info.png +share/doc/HTML/en/kcontrol/windowspecific/window-matching-emacs.png +share/doc/HTML/en/kcontrol/windowspecific/window-matching-init.png +share/doc/HTML/en/kcontrol/windowspecific/window-matching-knotes.png +share/doc/HTML/en/kcontrol/windowspecific/window-matching-kopete-chat.png +share/doc/HTML/en/kcontrol/windowspecific/window-matching-kopete.png +share/doc/HTML/en/kcontrol/windowspecific/window-matching-ready-akregator.png +share/doc/HTML/en/kcontrol/windowspecific/window-matching-tbird-compose.png +share/doc/HTML/en/kcontrol/windowspecific/window-matching-tbird-main.png +share/doc/HTML/en/kcontrol/windowspecific/window-matching-tbird-reminder.png +share/doc/HTML/es/kcontrol/desktop/index.cache.bz2 +share/doc/HTML/es/kcontrol/desktop/index.docbook +share/doc/HTML/es/kcontrol/kwindecoration/index.cache.bz2 +share/doc/HTML/es/kcontrol/kwindecoration/index.docbook +share/doc/HTML/es/kcontrol/kwineffects/index.cache.bz2 +share/doc/HTML/es/kcontrol/kwineffects/index.docbook +share/doc/HTML/es/kcontrol/kwinscreenedges/index.cache.bz2 +share/doc/HTML/es/kcontrol/kwinscreenedges/index.docbook +share/doc/HTML/es/kcontrol/kwintouchscreen/index.cache.bz2 +share/doc/HTML/es/kcontrol/kwintouchscreen/index.docbook +share/doc/HTML/es/kcontrol/kwinvirtualkeyboard/index.cache.bz2 +share/doc/HTML/es/kcontrol/kwinvirtualkeyboard/index.docbook +share/doc/HTML/fr/kcontrol/desktop/index.cache.bz2 +share/doc/HTML/fr/kcontrol/desktop/index.docbook +share/doc/HTML/fr/kcontrol/kwindecoration/index.cache.bz2 +share/doc/HTML/fr/kcontrol/kwindecoration/index.docbook +share/doc/HTML/fr/kcontrol/kwinscreenedges/index.cache.bz2 +share/doc/HTML/fr/kcontrol/kwinscreenedges/index.docbook +share/doc/HTML/fr/kcontrol/kwintabbox/index.cache.bz2 +share/doc/HTML/fr/kcontrol/kwintabbox/index.docbook +share/doc/HTML/fr/kcontrol/windowspecific/index.cache.bz2 +share/doc/HTML/fr/kcontrol/windowspecific/index.docbook +share/doc/HTML/id/kcontrol/desktop/index.cache.bz2 +share/doc/HTML/id/kcontrol/desktop/index.docbook +share/doc/HTML/id/kcontrol/kwindecoration/index.cache.bz2 +share/doc/HTML/id/kcontrol/kwindecoration/index.docbook +share/doc/HTML/id/kcontrol/kwineffects/index.cache.bz2 +share/doc/HTML/id/kcontrol/kwineffects/index.docbook +share/doc/HTML/id/kcontrol/kwinscreenedges/index.cache.bz2 +share/doc/HTML/id/kcontrol/kwinscreenedges/index.docbook +share/doc/HTML/id/kcontrol/kwintabbox/index.cache.bz2 +share/doc/HTML/id/kcontrol/kwintabbox/index.docbook +share/doc/HTML/id/kcontrol/windowbehaviour/index.cache.bz2 +share/doc/HTML/id/kcontrol/windowbehaviour/index.docbook +share/doc/HTML/id/kcontrol/windowspecific/index.cache.bz2 +share/doc/HTML/id/kcontrol/windowspecific/index.docbook +share/doc/HTML/it/kcontrol/desktop/index.cache.bz2 +share/doc/HTML/it/kcontrol/desktop/index.docbook +share/doc/HTML/it/kcontrol/kwindecoration/index.cache.bz2 +share/doc/HTML/it/kcontrol/kwindecoration/index.docbook +share/doc/HTML/it/kcontrol/kwineffects/index.cache.bz2 +share/doc/HTML/it/kcontrol/kwineffects/index.docbook +share/doc/HTML/it/kcontrol/kwinscreenedges/index.cache.bz2 +share/doc/HTML/it/kcontrol/kwinscreenedges/index.docbook +share/doc/HTML/it/kcontrol/kwintabbox/index.cache.bz2 +share/doc/HTML/it/kcontrol/kwintabbox/index.docbook +share/doc/HTML/it/kcontrol/kwintouchscreen/index.cache.bz2 +share/doc/HTML/it/kcontrol/kwintouchscreen/index.docbook +share/doc/HTML/it/kcontrol/kwinvirtualkeyboard/index.cache.bz2 +share/doc/HTML/it/kcontrol/kwinvirtualkeyboard/index.docbook +share/doc/HTML/it/kcontrol/windowbehaviour/index.cache.bz2 +share/doc/HTML/it/kcontrol/windowbehaviour/index.docbook +share/doc/HTML/it/kcontrol/windowspecific/index.cache.bz2 +share/doc/HTML/it/kcontrol/windowspecific/index.docbook +share/doc/HTML/nl/kcontrol/desktop/index.cache.bz2 +share/doc/HTML/nl/kcontrol/desktop/index.docbook +share/doc/HTML/nl/kcontrol/kwindecoration/index.cache.bz2 +share/doc/HTML/nl/kcontrol/kwindecoration/index.docbook +share/doc/HTML/nl/kcontrol/kwineffects/index.cache.bz2 +share/doc/HTML/nl/kcontrol/kwineffects/index.docbook +share/doc/HTML/nl/kcontrol/kwinscreenedges/index.cache.bz2 +share/doc/HTML/nl/kcontrol/kwinscreenedges/index.docbook +share/doc/HTML/nl/kcontrol/kwintabbox/index.cache.bz2 +share/doc/HTML/nl/kcontrol/kwintabbox/index.docbook +share/doc/HTML/nl/kcontrol/kwintouchscreen/index.cache.bz2 +share/doc/HTML/nl/kcontrol/kwintouchscreen/index.docbook +share/doc/HTML/nl/kcontrol/kwinvirtualkeyboard/index.cache.bz2 +share/doc/HTML/nl/kcontrol/kwinvirtualkeyboard/index.docbook +share/doc/HTML/nl/kcontrol/windowbehaviour/index.cache.bz2 +share/doc/HTML/nl/kcontrol/windowbehaviour/index.docbook +share/doc/HTML/nl/kcontrol/windowspecific/index.cache.bz2 +share/doc/HTML/nl/kcontrol/windowspecific/index.docbook +share/doc/HTML/pt/kcontrol/desktop/index.cache.bz2 +share/doc/HTML/pt/kcontrol/desktop/index.docbook +share/doc/HTML/pt/kcontrol/kwindecoration/index.cache.bz2 +share/doc/HTML/pt/kcontrol/kwindecoration/index.docbook +share/doc/HTML/pt/kcontrol/kwineffects/index.cache.bz2 +share/doc/HTML/pt/kcontrol/kwineffects/index.docbook +share/doc/HTML/pt/kcontrol/kwinscreenedges/index.cache.bz2 +share/doc/HTML/pt/kcontrol/kwinscreenedges/index.docbook +share/doc/HTML/pt/kcontrol/kwintabbox/index.cache.bz2 +share/doc/HTML/pt/kcontrol/kwintabbox/index.docbook +share/doc/HTML/pt/kcontrol/windowbehaviour/index.cache.bz2 +share/doc/HTML/pt/kcontrol/windowbehaviour/index.docbook +share/doc/HTML/pt/kcontrol/windowspecific/index.cache.bz2 +share/doc/HTML/pt/kcontrol/windowspecific/index.docbook +share/doc/HTML/pt_BR/kcontrol/desktop/index.cache.bz2 +share/doc/HTML/pt_BR/kcontrol/desktop/index.docbook +share/doc/HTML/pt_BR/kcontrol/kwindecoration/configure.png +share/doc/HTML/pt_BR/kcontrol/kwindecoration/index.cache.bz2 +share/doc/HTML/pt_BR/kcontrol/kwindecoration/index.docbook +share/doc/HTML/pt_BR/kcontrol/kwinscreenedges/index.cache.bz2 +share/doc/HTML/pt_BR/kcontrol/kwinscreenedges/index.docbook +share/doc/HTML/pt_BR/kcontrol/kwintabbox/index.cache.bz2 +share/doc/HTML/pt_BR/kcontrol/kwintabbox/index.docbook +share/doc/HTML/pt_BR/kcontrol/windowbehaviour/index.cache.bz2 +share/doc/HTML/pt_BR/kcontrol/windowbehaviour/index.docbook +share/doc/HTML/pt_BR/kcontrol/windowspecific/index.cache.bz2 +share/doc/HTML/pt_BR/kcontrol/windowspecific/index.docbook +share/doc/HTML/ru/kcontrol/desktop/index.cache.bz2 +share/doc/HTML/ru/kcontrol/desktop/index.docbook +share/doc/HTML/ru/kcontrol/kwindecoration/button.png +share/doc/HTML/ru/kcontrol/kwindecoration/configure.png +share/doc/HTML/ru/kcontrol/kwindecoration/decoration.png +share/doc/HTML/ru/kcontrol/kwindecoration/index.cache.bz2 +share/doc/HTML/ru/kcontrol/kwindecoration/index.docbook +share/doc/HTML/ru/kcontrol/kwindecoration/main.png +share/doc/HTML/ru/kcontrol/kwineffects/index.cache.bz2 +share/doc/HTML/ru/kcontrol/kwineffects/index.docbook +share/doc/HTML/ru/kcontrol/kwinscreenedges/index.cache.bz2 +share/doc/HTML/ru/kcontrol/kwinscreenedges/index.docbook +share/doc/HTML/ru/kcontrol/kwintabbox/index.cache.bz2 +share/doc/HTML/ru/kcontrol/kwintabbox/index.docbook +share/doc/HTML/ru/kcontrol/kwintouchscreen/index.cache.bz2 +share/doc/HTML/ru/kcontrol/kwintouchscreen/index.docbook +share/doc/HTML/ru/kcontrol/kwinvirtualkeyboard/index.cache.bz2 +share/doc/HTML/ru/kcontrol/kwinvirtualkeyboard/index.docbook +share/doc/HTML/ru/kcontrol/windowbehaviour/index.cache.bz2 +share/doc/HTML/ru/kcontrol/windowbehaviour/index.docbook +share/doc/HTML/ru/kcontrol/windowspecific/akgregator-info.png +share/doc/HTML/ru/kcontrol/windowspecific/akregator-attributes.png +share/doc/HTML/ru/kcontrol/windowspecific/akregator-fav.png +share/doc/HTML/ru/kcontrol/windowspecific/config-win-behavior.png +share/doc/HTML/ru/kcontrol/windowspecific/emacs-attribute.png +share/doc/HTML/ru/kcontrol/windowspecific/emacs-info.png +share/doc/HTML/ru/kcontrol/windowspecific/focus-stealing-pop2top-attribute.png +share/doc/HTML/ru/kcontrol/windowspecific/index.cache.bz2 +share/doc/HTML/ru/kcontrol/windowspecific/index.docbook +share/doc/HTML/ru/kcontrol/windowspecific/knotes-attribute.png +share/doc/HTML/ru/kcontrol/windowspecific/knotes-info.png +share/doc/HTML/ru/kcontrol/windowspecific/kopete-attribute-2.png +share/doc/HTML/ru/kcontrol/windowspecific/kopete-chat-attribute.png +share/doc/HTML/ru/kcontrol/windowspecific/kopete-chat-info.png +share/doc/HTML/ru/kcontrol/windowspecific/kopete-info.png +share/doc/HTML/ru/kcontrol/windowspecific/kwin-detect-window.png +share/doc/HTML/ru/kcontrol/windowspecific/kwin-kopete-rules.png +share/doc/HTML/ru/kcontrol/windowspecific/kwin-rule-editor.png +share/doc/HTML/ru/kcontrol/windowspecific/kwin-rules-main-n-akregator.png +share/doc/HTML/ru/kcontrol/windowspecific/kwin-rules-main.png +share/doc/HTML/ru/kcontrol/windowspecific/kwin-rules-ordering.png +share/doc/HTML/ru/kcontrol/windowspecific/kwin-window-attributes.png +share/doc/HTML/ru/kcontrol/windowspecific/kwin-window-matching.png +share/doc/HTML/ru/kcontrol/windowspecific/tbird-compose-attribute.png +share/doc/HTML/ru/kcontrol/windowspecific/tbird-compose-info.png +share/doc/HTML/ru/kcontrol/windowspecific/tbird-main-attribute.png +share/doc/HTML/ru/kcontrol/windowspecific/tbird-main-info.png +share/doc/HTML/ru/kcontrol/windowspecific/tbird-reminder-attribute-2.png +share/doc/HTML/ru/kcontrol/windowspecific/tbird-reminder-info.png +share/doc/HTML/ru/kcontrol/windowspecific/window-matching-emacs.png +share/doc/HTML/ru/kcontrol/windowspecific/window-matching-init.png +share/doc/HTML/ru/kcontrol/windowspecific/window-matching-knotes.png +share/doc/HTML/ru/kcontrol/windowspecific/window-matching-kopete-chat.png +share/doc/HTML/ru/kcontrol/windowspecific/window-matching-kopete.png +share/doc/HTML/ru/kcontrol/windowspecific/window-matching-ready-akregator.png +share/doc/HTML/ru/kcontrol/windowspecific/window-matching-tbird-compose.png +share/doc/HTML/ru/kcontrol/windowspecific/window-matching-tbird-main.png +share/doc/HTML/ru/kcontrol/windowspecific/window-matching-tbird-reminder.png +share/doc/HTML/sr/kcontrol/desktop/index.cache.bz2 +share/doc/HTML/sr/kcontrol/desktop/index.docbook +share/doc/HTML/sr@latin/kcontrol/desktop/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/desktop/index.docbook +share/doc/HTML/sv/kcontrol/desktop/index.cache.bz2 +share/doc/HTML/sv/kcontrol/desktop/index.docbook +share/doc/HTML/sv/kcontrol/kwindecoration/index.cache.bz2 +share/doc/HTML/sv/kcontrol/kwindecoration/index.docbook +share/doc/HTML/sv/kcontrol/kwineffects/index.cache.bz2 +share/doc/HTML/sv/kcontrol/kwineffects/index.docbook +share/doc/HTML/sv/kcontrol/kwinscreenedges/index.cache.bz2 +share/doc/HTML/sv/kcontrol/kwinscreenedges/index.docbook +share/doc/HTML/sv/kcontrol/kwintabbox/index.cache.bz2 +share/doc/HTML/sv/kcontrol/kwintabbox/index.docbook +share/doc/HTML/sv/kcontrol/kwintouchscreen/index.cache.bz2 +share/doc/HTML/sv/kcontrol/kwintouchscreen/index.docbook +share/doc/HTML/sv/kcontrol/kwinvirtualkeyboard/index.cache.bz2 +share/doc/HTML/sv/kcontrol/kwinvirtualkeyboard/index.docbook +share/doc/HTML/sv/kcontrol/windowbehaviour/index.cache.bz2 +share/doc/HTML/sv/kcontrol/windowbehaviour/index.docbook +share/doc/HTML/sv/kcontrol/windowspecific/index.cache.bz2 +share/doc/HTML/sv/kcontrol/windowspecific/index.docbook +share/doc/HTML/tr/kcontrol/desktop/index.cache.bz2 +share/doc/HTML/tr/kcontrol/desktop/index.docbook +share/doc/HTML/tr/kcontrol/kwindecoration/index.cache.bz2 +share/doc/HTML/tr/kcontrol/kwindecoration/index.docbook +share/doc/HTML/tr/kcontrol/kwineffects/index.cache.bz2 +share/doc/HTML/tr/kcontrol/kwineffects/index.docbook +share/doc/HTML/tr/kcontrol/kwinscreenedges/index.cache.bz2 +share/doc/HTML/tr/kcontrol/kwinscreenedges/index.docbook +share/doc/HTML/tr/kcontrol/kwintabbox/index.cache.bz2 +share/doc/HTML/tr/kcontrol/kwintabbox/index.docbook +share/doc/HTML/tr/kcontrol/kwintouchscreen/index.cache.bz2 +share/doc/HTML/tr/kcontrol/kwintouchscreen/index.docbook +share/doc/HTML/tr/kcontrol/kwinvirtualkeyboard/index.cache.bz2 +share/doc/HTML/tr/kcontrol/kwinvirtualkeyboard/index.docbook +share/doc/HTML/tr/kcontrol/windowbehaviour/index.cache.bz2 +share/doc/HTML/tr/kcontrol/windowbehaviour/index.docbook +share/doc/HTML/tr/kcontrol/windowspecific/index.cache.bz2 +share/doc/HTML/tr/kcontrol/windowspecific/index.docbook +share/doc/HTML/uk/kcontrol/desktop/index.cache.bz2 +share/doc/HTML/uk/kcontrol/desktop/index.docbook +share/doc/HTML/uk/kcontrol/kwindecoration/button.png +share/doc/HTML/uk/kcontrol/kwindecoration/decoration.png +share/doc/HTML/uk/kcontrol/kwindecoration/index.cache.bz2 +share/doc/HTML/uk/kcontrol/kwindecoration/index.docbook +share/doc/HTML/uk/kcontrol/kwindecoration/main.png +share/doc/HTML/uk/kcontrol/kwineffects/index.cache.bz2 +share/doc/HTML/uk/kcontrol/kwineffects/index.docbook +share/doc/HTML/uk/kcontrol/kwinscreenedges/index.cache.bz2 +share/doc/HTML/uk/kcontrol/kwinscreenedges/index.docbook +share/doc/HTML/uk/kcontrol/kwintabbox/index.cache.bz2 +share/doc/HTML/uk/kcontrol/kwintabbox/index.docbook +share/doc/HTML/uk/kcontrol/kwintouchscreen/index.cache.bz2 +share/doc/HTML/uk/kcontrol/kwintouchscreen/index.docbook +share/doc/HTML/uk/kcontrol/kwinvirtualkeyboard/index.cache.bz2 +share/doc/HTML/uk/kcontrol/kwinvirtualkeyboard/index.docbook +share/doc/HTML/uk/kcontrol/windowbehaviour/index.cache.bz2 +share/doc/HTML/uk/kcontrol/windowbehaviour/index.docbook +share/doc/HTML/uk/kcontrol/windowspecific/index.cache.bz2 +share/doc/HTML/uk/kcontrol/windowspecific/index.docbook +share/icons/hicolor/16x16/apps/kwin.png +share/icons/hicolor/32x32/apps/kwin.png +share/icons/hicolor/48x48/apps/kwin.png +share/icons/hicolor/scalable/apps/kwin.svgz +share/kconf_update/kwin-6.0-overview-activities-shortcuts.py +share/kconf_update/kwin.upd +share/knotifications6/kwin.notifyrc +share/knsrcfiles/aurorae.knsrc +share/knsrcfiles/kwineffect.knsrc +share/knsrcfiles/kwinscripts.knsrc +share/knsrcfiles/kwinswitcher.knsrc +share/knsrcfiles/window-decorations.knsrc +share/krunner/dbusplugins/kwin-runner-windows.desktop +%%DATADIR%%/aurorae/AppMenuButton.qml +%%DATADIR%%/aurorae/AuroraeButton.qml +%%DATADIR%%/aurorae/AuroraeButtonGroup.qml +%%DATADIR%%/aurorae/AuroraeMaximizeButton.qml +%%DATADIR%%/aurorae/Decoration.qml +%%DATADIR%%/aurorae/DecorationButton.qml +%%DATADIR%%/aurorae/MenuButton.qml +%%DATADIR%%/aurorae/aurorae.qml +%%DATADIR%%/builtin-effects/blendchanges.json +%%DATADIR%%/builtin-effects/blur.json +%%DATADIR%%/builtin-effects/colorblindnesscorrection.json +%%DATADIR%%/builtin-effects/colorpicker.json +%%DATADIR%%/builtin-effects/contrast.json +%%DATADIR%%/builtin-effects/diminactive.json +%%DATADIR%%/builtin-effects/fallapart.json +%%DATADIR%%/builtin-effects/glide.json +%%DATADIR%%/builtin-effects/highlightwindow.json +%%DATADIR%%/builtin-effects/invert.json +%%DATADIR%%/builtin-effects/kscreen.json +%%DATADIR%%/builtin-effects/magiclamp.json +%%DATADIR%%/builtin-effects/magnifier.json +%%DATADIR%%/builtin-effects/mouseclick.json +%%DATADIR%%/builtin-effects/mousemark.json +%%DATADIR%%/builtin-effects/outputlocator.json +%%DATADIR%%/builtin-effects/overview.json +%%DATADIR%%/builtin-effects/screenedge.json +%%DATADIR%%/builtin-effects/screenshot.json +%%DATADIR%%/builtin-effects/screentransform.json +%%DATADIR%%/builtin-effects/shakecursor.json +%%DATADIR%%/builtin-effects/sheet.json +%%DATADIR%%/builtin-effects/showfps.json +%%DATADIR%%/builtin-effects/showpaint.json +%%DATADIR%%/builtin-effects/slide.json +%%DATADIR%%/builtin-effects/slideback.json +%%DATADIR%%/builtin-effects/slidingpopups.json +%%DATADIR%%/builtin-effects/snaphelper.json +%%DATADIR%%/builtin-effects/startupfeedback.json +%%DATADIR%%/builtin-effects/thumbnailaside.json +%%DATADIR%%/builtin-effects/tileseditor.json +%%DATADIR%%/builtin-effects/touchpoints.json +%%DATADIR%%/builtin-effects/trackmouse.json +%%DATADIR%%/builtin-effects/windowview.json +%%DATADIR%%/builtin-effects/wobblywindows.json +%%DATADIR%%/builtin-effects/zoom.json +%%DATADIR%%/decorations/kwin4_decoration_qml_plastik/contents/config/main.xml +%%DATADIR%%/decorations/kwin4_decoration_qml_plastik/contents/ui/PlastikButton.qml +%%DATADIR%%/decorations/kwin4_decoration_qml_plastik/contents/ui/config.ui +%%DATADIR%%/decorations/kwin4_decoration_qml_plastik/contents/ui/main.qml +%%DATADIR%%/decorations/kwin4_decoration_qml_plastik/metadata.json +%%DATADIR%%/effects/dialogparent/contents/code/main.js +%%DATADIR%%/effects/dialogparent/metadata.json +%%DATADIR%%/effects/dimscreen/contents/code/main.js +%%DATADIR%%/effects/dimscreen/metadata.json +%%DATADIR%%/effects/eyeonscreen/contents/code/main.js +%%DATADIR%%/effects/eyeonscreen/metadata.json +%%DATADIR%%/effects/fade/contents/code/main.js +%%DATADIR%%/effects/fade/contents/config/main.xml +%%DATADIR%%/effects/fade/metadata.json +%%DATADIR%%/effects/fadedesktop/contents/code/main.js +%%DATADIR%%/effects/fadedesktop/metadata.json +%%DATADIR%%/effects/fadingpopups/contents/code/main.js +%%DATADIR%%/effects/fadingpopups/metadata.json +%%DATADIR%%/effects/frozenapp/contents/code/main.js +%%DATADIR%%/effects/frozenapp/metadata.json +%%DATADIR%%/effects/fullscreen/contents/code/main.js +%%DATADIR%%/effects/fullscreen/metadata.json +%%DATADIR%%/effects/login/contents/code/main.js +%%DATADIR%%/effects/login/contents/config/main.xml +%%DATADIR%%/effects/login/contents/ui/config.ui +%%DATADIR%%/effects/login/metadata.json +%%DATADIR%%/effects/logout/contents/code/main.js +%%DATADIR%%/effects/logout/metadata.json +%%DATADIR%%/effects/maximize/contents/code/main.js +%%DATADIR%%/effects/maximize/metadata.json +%%DATADIR%%/effects/morphingpopups/contents/code/main.js +%%DATADIR%%/effects/morphingpopups/metadata.json +%%DATADIR%%/effects/outputlocator/qml/OutputLabel.qml +%%DATADIR%%/effects/scale/contents/code/main.js +%%DATADIR%%/effects/scale/contents/config/main.xml +%%DATADIR%%/effects/scale/contents/ui/config.ui +%%DATADIR%%/effects/scale/metadata.json +%%DATADIR%%/effects/sessionquit/contents/code/main.js +%%DATADIR%%/effects/sessionquit/metadata.json +%%DATADIR%%/effects/showfps/qml/main.qml +%%DATADIR%%/effects/squash/contents/code/main.js +%%DATADIR%%/effects/squash/metadata.json +%%DATADIR%%/effects/tileseditor/qml/ResizeCorner.qml +%%DATADIR%%/effects/tileseditor/qml/ResizeHandle.qml +%%DATADIR%%/effects/tileseditor/qml/TileDelegate.qml +%%DATADIR%%/effects/tileseditor/qml/layouts.svg +%%DATADIR%%/effects/tileseditor/qml/main.qml +%%DATADIR%%/effects/translucency/contents/code/main.js +%%DATADIR%%/effects/translucency/contents/config/main.xml +%%DATADIR%%/effects/translucency/contents/ui/config.ui +%%DATADIR%%/effects/translucency/metadata.json +%%DATADIR%%/effects/windowaperture/contents/code/main.js +%%DATADIR%%/effects/windowaperture/metadata.json +%%DATADIR%%/effects/windowview/qml/main.qml +%%DATADIR%%/frames/plasma/frame_none.qml +%%DATADIR%%/frames/plasma/frame_styled.qml +%%DATADIR%%/frames/plasma/frame_unstyled.qml +%%DATADIR%%/kcm_kwintabbox/desktop.png +%%DATADIR%%/kcm_kwintabbox/dolphin.png +%%DATADIR%%/kcm_kwintabbox/kmail.png +%%DATADIR%%/kcm_kwintabbox/konqueror.png +%%DATADIR%%/kcm_kwintabbox/systemsettings.png +%%DATADIR%%/onscreennotification/plasma/dummydata/osd.qml +%%DATADIR%%/onscreennotification/plasma/main.qml +%%DATADIR%%/outline/plasma/outline.qml +%%DATADIR%%/scripts/desktopchangeosd/contents/ui/main.qml +%%DATADIR%%/scripts/desktopchangeosd/contents/ui/osd.qml +%%DATADIR%%/scripts/desktopchangeosd/metadata.json +%%DATADIR%%/scripts/minimizeall/contents/code/main.js +%%DATADIR%%/scripts/minimizeall/metadata.json +%%DATADIR%%/scripts/synchronizeskipswitcher/contents/code/main.js +%%DATADIR%%/scripts/synchronizeskipswitcher/metadata.json +%%DATADIR%%/scripts/videowall/contents/code/main.js +%%DATADIR%%/scripts/videowall/contents/config/main.xml +%%DATADIR%%/scripts/videowall/contents/ui/config.ui +%%DATADIR%%/scripts/videowall/metadata.json +%%DATADIR%%/tabbox/thumbnail_grid/contents/ui/main.qml +%%DATADIR%%/tabbox/thumbnail_grid/metadata.json +%%DATADIR%%/tm_inner.png +%%DATADIR%%/tm_outer.png +share/locale/af/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/af/LC_MESSAGES/kcm_kwinrules.mo +share/locale/af/LC_MESSAGES/kcmkwm.mo +share/locale/af/LC_MESSAGES/kwin.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 +share/locale/ar/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ar/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/ar/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/ar/LC_MESSAGES/kcmkwincommon.mo +share/locale/ar/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ar/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ar/LC_MESSAGES/kcmkwm.mo +share/locale/ar/LC_MESSAGES/kwin.mo +share/locale/as/LC_MESSAGES/kwin.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/kcm_kwindecoration.mo +share/locale/ast/LC_MESSAGES/kcm_kwinrules.mo +share/locale/ast/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ast/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/ast/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/ast/LC_MESSAGES/kcmkwincommon.mo +share/locale/ast/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ast/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ast/LC_MESSAGES/kcmkwm.mo +share/locale/ast/LC_MESSAGES/kwin.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 +share/locale/az/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/az/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/az/LC_MESSAGES/kcmkwincommon.mo +share/locale/az/LC_MESSAGES/kcmkwincompositing.mo +share/locale/az/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/az/LC_MESSAGES/kcmkwm.mo +share/locale/az/LC_MESSAGES/kwin.mo +share/locale/be/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/be/LC_MESSAGES/kcm_kwin_scripts.mo +share/locale/be/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/be/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/be/LC_MESSAGES/kcm_kwinrules.mo +share/locale/be/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/be/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/be/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/be/LC_MESSAGES/kcmkwincommon.mo +share/locale/be/LC_MESSAGES/kcmkwincompositing.mo +share/locale/be/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/be/LC_MESSAGES/kcmkwm.mo +share/locale/be/LC_MESSAGES/kwin.mo +share/locale/be@latin/LC_MESSAGES/kwin.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 +share/locale/bg/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/bg/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/bg/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/bg/LC_MESSAGES/kcmkwincommon.mo +share/locale/bg/LC_MESSAGES/kcmkwincompositing.mo +share/locale/bg/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/bg/LC_MESSAGES/kcmkwm.mo +share/locale/bg/LC_MESSAGES/kwin.mo +share/locale/bn/LC_MESSAGES/kcmkwm.mo +share/locale/bn/LC_MESSAGES/kwin.mo +share/locale/bn_IN/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/bn_IN/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/bn_IN/LC_MESSAGES/kcm_kwinrules.mo +share/locale/bn_IN/LC_MESSAGES/kcmkwm.mo +share/locale/bn_IN/LC_MESSAGES/kwin.mo +share/locale/br/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/br/LC_MESSAGES/kcm_kwinrules.mo +share/locale/br/LC_MESSAGES/kcmkwm.mo +share/locale/br/LC_MESSAGES/kwin.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 +share/locale/bs/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/bs/LC_MESSAGES/kcmkwincompositing.mo +share/locale/bs/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/bs/LC_MESSAGES/kcmkwm.mo +share/locale/bs/LC_MESSAGES/kwin.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 +share/locale/ca/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ca/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/ca/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/ca/LC_MESSAGES/kcmkwincommon.mo +share/locale/ca/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ca/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ca/LC_MESSAGES/kcmkwm.mo +share/locale/ca/LC_MESSAGES/kwin.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 +share/locale/ca@valencia/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/ca@valencia/LC_MESSAGES/kcmkwincommon.mo +share/locale/ca@valencia/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ca@valencia/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ca@valencia/LC_MESSAGES/kcmkwm.mo +share/locale/ca@valencia/LC_MESSAGES/kwin.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 +share/locale/cs/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/cs/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/cs/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/cs/LC_MESSAGES/kcmkwincommon.mo +share/locale/cs/LC_MESSAGES/kcmkwincompositing.mo +share/locale/cs/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/cs/LC_MESSAGES/kcmkwm.mo +share/locale/cs/LC_MESSAGES/kwin.mo +share/locale/csb/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/csb/LC_MESSAGES/kwin.mo +share/locale/cy/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/cy/LC_MESSAGES/kcm_kwinrules.mo +share/locale/cy/LC_MESSAGES/kcmkwm.mo +share/locale/cy/LC_MESSAGES/kwin.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 +share/locale/da/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/da/LC_MESSAGES/kcmkwincommon.mo +share/locale/da/LC_MESSAGES/kcmkwincompositing.mo +share/locale/da/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/da/LC_MESSAGES/kcmkwm.mo +share/locale/da/LC_MESSAGES/kwin.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 +share/locale/de/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/de/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/de/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/de/LC_MESSAGES/kcmkwincommon.mo +share/locale/de/LC_MESSAGES/kcmkwincompositing.mo +share/locale/de/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/de/LC_MESSAGES/kcmkwm.mo +share/locale/de/LC_MESSAGES/kwin.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 +share/locale/el/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/el/LC_MESSAGES/kcmkwincompositing.mo +share/locale/el/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/el/LC_MESSAGES/kcmkwm.mo +share/locale/el/LC_MESSAGES/kwin.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 +share/locale/en_GB/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/en_GB/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/en_GB/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/en_GB/LC_MESSAGES/kcmkwincommon.mo +share/locale/en_GB/LC_MESSAGES/kcmkwincompositing.mo +share/locale/en_GB/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/en_GB/LC_MESSAGES/kcmkwm.mo +share/locale/en_GB/LC_MESSAGES/kwin.mo +share/locale/eo/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/eo/LC_MESSAGES/kcm_kwin_scripts.mo +share/locale/eo/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/eo/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/eo/LC_MESSAGES/kcm_kwinrules.mo +share/locale/eo/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/eo/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/eo/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/eo/LC_MESSAGES/kcmkwincommon.mo +share/locale/eo/LC_MESSAGES/kcmkwincompositing.mo +share/locale/eo/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/eo/LC_MESSAGES/kcmkwm.mo +share/locale/eo/LC_MESSAGES/kwin.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 +share/locale/es/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/es/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/es/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/es/LC_MESSAGES/kcmkwincommon.mo +share/locale/es/LC_MESSAGES/kcmkwincompositing.mo +share/locale/es/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/es/LC_MESSAGES/kcmkwm.mo +share/locale/es/LC_MESSAGES/kwin.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 +share/locale/et/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/et/LC_MESSAGES/kcmkwincommon.mo +share/locale/et/LC_MESSAGES/kcmkwincompositing.mo +share/locale/et/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/et/LC_MESSAGES/kcmkwm.mo +share/locale/et/LC_MESSAGES/kwin.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 +share/locale/eu/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/eu/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/eu/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/eu/LC_MESSAGES/kcmkwincommon.mo +share/locale/eu/LC_MESSAGES/kcmkwincompositing.mo +share/locale/eu/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/eu/LC_MESSAGES/kcmkwm.mo +share/locale/eu/LC_MESSAGES/kwin.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 +share/locale/fa/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/fa/LC_MESSAGES/kcmkwincompositing.mo +share/locale/fa/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/fa/LC_MESSAGES/kcmkwm.mo +share/locale/fa/LC_MESSAGES/kwin.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 +share/locale/fi/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/fi/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/fi/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/fi/LC_MESSAGES/kcmkwincommon.mo +share/locale/fi/LC_MESSAGES/kcmkwincompositing.mo +share/locale/fi/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/fi/LC_MESSAGES/kcmkwm.mo +share/locale/fi/LC_MESSAGES/kwin.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 +share/locale/fr/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/fr/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/fr/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/fr/LC_MESSAGES/kcmkwincommon.mo +share/locale/fr/LC_MESSAGES/kcmkwincompositing.mo +share/locale/fr/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/fr/LC_MESSAGES/kcmkwm.mo +share/locale/fr/LC_MESSAGES/kwin.mo +share/locale/fy/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/fy/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/fy/LC_MESSAGES/kcm_kwinrules.mo +share/locale/fy/LC_MESSAGES/kcmkwincompositing.mo +share/locale/fy/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/fy/LC_MESSAGES/kcmkwm.mo +share/locale/fy/LC_MESSAGES/kwin.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 +share/locale/ga/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ga/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ga/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ga/LC_MESSAGES/kcmkwm.mo +share/locale/ga/LC_MESSAGES/kwin.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 +share/locale/gl/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/gl/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/gl/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/gl/LC_MESSAGES/kcmkwincommon.mo +share/locale/gl/LC_MESSAGES/kcmkwincompositing.mo +share/locale/gl/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/gl/LC_MESSAGES/kcmkwm.mo +share/locale/gl/LC_MESSAGES/kwin.mo +share/locale/gu/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/gu/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/gu/LC_MESSAGES/kcm_kwinrules.mo +share/locale/gu/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/gu/LC_MESSAGES/kcmkwincompositing.mo +share/locale/gu/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/gu/LC_MESSAGES/kcmkwm.mo +share/locale/gu/LC_MESSAGES/kwin.mo +share/locale/he/LC_MESSAGES/kcm_kwin_effects.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 +share/locale/he/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/he/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/he/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/he/LC_MESSAGES/kcmkwincommon.mo +share/locale/he/LC_MESSAGES/kcmkwincompositing.mo +share/locale/he/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/he/LC_MESSAGES/kcmkwm.mo +share/locale/he/LC_MESSAGES/kwin.mo +share/locale/hi/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/hi/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/hi/LC_MESSAGES/kcm_kwinrules.mo +share/locale/hi/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/hi/LC_MESSAGES/kcmkwincompositing.mo +share/locale/hi/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/hi/LC_MESSAGES/kcmkwm.mo +share/locale/hi/LC_MESSAGES/kwin.mo +share/locale/hne/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/hne/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/hne/LC_MESSAGES/kcm_kwinrules.mo +share/locale/hne/LC_MESSAGES/kcmkwincompositing.mo +share/locale/hne/LC_MESSAGES/kcmkwm.mo +share/locale/hne/LC_MESSAGES/kwin.mo +share/locale/hr/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/hr/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/hr/LC_MESSAGES/kcm_kwinrules.mo +share/locale/hr/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/hr/LC_MESSAGES/kcmkwincompositing.mo +share/locale/hr/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/hr/LC_MESSAGES/kcmkwm.mo +share/locale/hr/LC_MESSAGES/kwin.mo +share/locale/hsb/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/hsb/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/hsb/LC_MESSAGES/kcm_kwinrules.mo +share/locale/hsb/LC_MESSAGES/kcmkwincompositing.mo +share/locale/hsb/LC_MESSAGES/kcmkwm.mo +share/locale/hsb/LC_MESSAGES/kwin.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 +share/locale/hu/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/hu/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/hu/LC_MESSAGES/kcmkwincommon.mo +share/locale/hu/LC_MESSAGES/kcmkwincompositing.mo +share/locale/hu/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/hu/LC_MESSAGES/kcmkwm.mo +share/locale/hu/LC_MESSAGES/kwin.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 +share/locale/ia/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ia/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/ia/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/ia/LC_MESSAGES/kcmkwincommon.mo +share/locale/ia/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ia/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ia/LC_MESSAGES/kcmkwm.mo +share/locale/ia/LC_MESSAGES/kwin.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 +share/locale/id/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/id/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/id/LC_MESSAGES/kcmkwincommon.mo +share/locale/id/LC_MESSAGES/kcmkwincompositing.mo +share/locale/id/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/id/LC_MESSAGES/kcmkwm.mo +share/locale/id/LC_MESSAGES/kwin.mo +share/locale/is/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/is/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/is/LC_MESSAGES/kcm_kwinrules.mo +share/locale/is/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/is/LC_MESSAGES/kcmkwincompositing.mo +share/locale/is/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/is/LC_MESSAGES/kcmkwm.mo +share/locale/is/LC_MESSAGES/kwin.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 +share/locale/it/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/it/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/it/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/it/LC_MESSAGES/kcmkwincommon.mo +share/locale/it/LC_MESSAGES/kcmkwincompositing.mo +share/locale/it/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/it/LC_MESSAGES/kcmkwm.mo +share/locale/it/LC_MESSAGES/kwin.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 +share/locale/ja/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ja/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/ja/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/ja/LC_MESSAGES/kcmkwincommon.mo +share/locale/ja/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ja/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ja/LC_MESSAGES/kcmkwm.mo +share/locale/ja/LC_MESSAGES/kwin.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_kwinxwayland.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/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 +share/locale/kk/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/kk/LC_MESSAGES/kcmkwincompositing.mo +share/locale/kk/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/kk/LC_MESSAGES/kcmkwm.mo +share/locale/kk/LC_MESSAGES/kwin.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 +share/locale/km/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/km/LC_MESSAGES/kcmkwincompositing.mo +share/locale/km/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/km/LC_MESSAGES/kcmkwm.mo +share/locale/km/LC_MESSAGES/kwin.mo +share/locale/kn/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/kn/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/kn/LC_MESSAGES/kcm_kwinrules.mo +share/locale/kn/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/kn/LC_MESSAGES/kcmkwincompositing.mo +share/locale/kn/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/kn/LC_MESSAGES/kcmkwm.mo +share/locale/kn/LC_MESSAGES/kwin.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 +share/locale/ko/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ko/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/ko/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/ko/LC_MESSAGES/kcmkwincommon.mo +share/locale/ko/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ko/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ko/LC_MESSAGES/kcmkwm.mo +share/locale/ko/LC_MESSAGES/kwin.mo +share/locale/ku/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/ku/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/ku/LC_MESSAGES/kcm_kwinrules.mo +share/locale/ku/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ku/LC_MESSAGES/kcmkwm.mo +share/locale/ku/LC_MESSAGES/kwin.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 +share/locale/lt/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/lt/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/lt/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/lt/LC_MESSAGES/kcmkwincommon.mo +share/locale/lt/LC_MESSAGES/kcmkwincompositing.mo +share/locale/lt/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/lt/LC_MESSAGES/kcmkwm.mo +share/locale/lt/LC_MESSAGES/kwin.mo +share/locale/lv/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/lv/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/lv/LC_MESSAGES/kcm_kwinrules.mo +share/locale/lv/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/lv/LC_MESSAGES/kcmkwincompositing.mo +share/locale/lv/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/lv/LC_MESSAGES/kcmkwm.mo +share/locale/lv/LC_MESSAGES/kwin.mo +share/locale/mai/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/mai/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/mai/LC_MESSAGES/kcm_kwinrules.mo +share/locale/mai/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/mai/LC_MESSAGES/kcmkwincompositing.mo +share/locale/mai/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/mai/LC_MESSAGES/kcmkwm.mo +share/locale/mai/LC_MESSAGES/kwin.mo +share/locale/mk/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/mk/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/mk/LC_MESSAGES/kcm_kwinrules.mo +share/locale/mk/LC_MESSAGES/kcmkwincompositing.mo +share/locale/mk/LC_MESSAGES/kcmkwm.mo +share/locale/mk/LC_MESSAGES/kwin.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 +share/locale/ml/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ml/LC_MESSAGES/kcmkwincommon.mo +share/locale/ml/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ml/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ml/LC_MESSAGES/kcmkwm.mo +share/locale/ml/LC_MESSAGES/kwin.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 +share/locale/mr/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/mr/LC_MESSAGES/kcmkwincompositing.mo +share/locale/mr/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/mr/LC_MESSAGES/kcmkwm.mo +share/locale/mr/LC_MESSAGES/kwin.mo +share/locale/ms/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/ms/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/ms/LC_MESSAGES/kcm_kwinrules.mo +share/locale/ms/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ms/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ms/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ms/LC_MESSAGES/kcmkwm.mo +share/locale/ms/LC_MESSAGES/kwin.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 +share/locale/nb/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/nb/LC_MESSAGES/kcmkwincommon.mo +share/locale/nb/LC_MESSAGES/kcmkwincompositing.mo +share/locale/nb/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/nb/LC_MESSAGES/kcmkwm.mo +share/locale/nb/LC_MESSAGES/kwin.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 +share/locale/nds/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/nds/LC_MESSAGES/kcmkwincompositing.mo +share/locale/nds/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/nds/LC_MESSAGES/kcmkwm.mo +share/locale/nds/LC_MESSAGES/kwin.mo +share/locale/ne/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/ne/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/ne/LC_MESSAGES/kcm_kwinrules.mo +share/locale/ne/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ne/LC_MESSAGES/kcmkwm.mo +share/locale/ne/LC_MESSAGES/kwin.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 +share/locale/nl/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/nl/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/nl/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/nl/LC_MESSAGES/kcmkwincommon.mo +share/locale/nl/LC_MESSAGES/kcmkwincompositing.mo +share/locale/nl/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/nl/LC_MESSAGES/kcmkwm.mo +share/locale/nl/LC_MESSAGES/kwin.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 +share/locale/nn/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/nn/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/nn/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/nn/LC_MESSAGES/kcmkwincommon.mo +share/locale/nn/LC_MESSAGES/kcmkwincompositing.mo +share/locale/nn/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/nn/LC_MESSAGES/kcmkwm.mo +share/locale/nn/LC_MESSAGES/kwin.mo +share/locale/oc/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/oc/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/oc/LC_MESSAGES/kcm_kwinrules.mo +share/locale/oc/LC_MESSAGES/kcmkwincompositing.mo +share/locale/oc/LC_MESSAGES/kcmkwm.mo +share/locale/oc/LC_MESSAGES/kwin.mo +share/locale/or/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/or/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/or/LC_MESSAGES/kcm_kwinrules.mo +share/locale/or/LC_MESSAGES/kcmkwincompositing.mo +share/locale/or/LC_MESSAGES/kcmkwm.mo +share/locale/or/LC_MESSAGES/kwin.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 +share/locale/pa/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/pa/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/pa/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/pa/LC_MESSAGES/kcmkwincommon.mo +share/locale/pa/LC_MESSAGES/kcmkwincompositing.mo +share/locale/pa/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/pa/LC_MESSAGES/kcmkwm.mo +share/locale/pa/LC_MESSAGES/kwin.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 +share/locale/pl/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/pl/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/pl/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/pl/LC_MESSAGES/kcmkwincommon.mo +share/locale/pl/LC_MESSAGES/kcmkwincompositing.mo +share/locale/pl/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/pl/LC_MESSAGES/kcmkwm.mo +share/locale/pl/LC_MESSAGES/kwin.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 +share/locale/pt/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/pt/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/pt/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/pt/LC_MESSAGES/kcmkwincommon.mo +share/locale/pt/LC_MESSAGES/kcmkwincompositing.mo +share/locale/pt/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/pt/LC_MESSAGES/kcmkwm.mo +share/locale/pt/LC_MESSAGES/kwin.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 +share/locale/pt_BR/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/pt_BR/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/pt_BR/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/pt_BR/LC_MESSAGES/kcmkwincommon.mo +share/locale/pt_BR/LC_MESSAGES/kcmkwincompositing.mo +share/locale/pt_BR/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/pt_BR/LC_MESSAGES/kcmkwm.mo +share/locale/pt_BR/LC_MESSAGES/kwin.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 +share/locale/ro/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ro/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/ro/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/ro/LC_MESSAGES/kcmkwincommon.mo +share/locale/ro/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ro/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ro/LC_MESSAGES/kcmkwm.mo +share/locale/ro/LC_MESSAGES/kwin.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 +share/locale/ru/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ru/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/ru/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/ru/LC_MESSAGES/kcmkwincommon.mo +share/locale/ru/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ru/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ru/LC_MESSAGES/kcmkwm.mo +share/locale/ru/LC_MESSAGES/kwin.mo +share/locale/se/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/se/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/se/LC_MESSAGES/kcm_kwinrules.mo +share/locale/se/LC_MESSAGES/kcmkwincommon.mo +share/locale/se/LC_MESSAGES/kcmkwincompositing.mo +share/locale/se/LC_MESSAGES/kcmkwm.mo +share/locale/se/LC_MESSAGES/kwin.mo +share/locale/si/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/si/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/si/LC_MESSAGES/kcm_kwinrules.mo +share/locale/si/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/si/LC_MESSAGES/kcmkwincompositing.mo +share/locale/si/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/si/LC_MESSAGES/kcmkwm.mo +share/locale/si/LC_MESSAGES/kwin.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 +share/locale/sk/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/sk/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/sk/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/sk/LC_MESSAGES/kcmkwincommon.mo +share/locale/sk/LC_MESSAGES/kcmkwincompositing.mo +share/locale/sk/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/sk/LC_MESSAGES/kcmkwm.mo +share/locale/sk/LC_MESSAGES/kwin.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 +share/locale/sl/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/sl/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/sl/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/sl/LC_MESSAGES/kcmkwincommon.mo +share/locale/sl/LC_MESSAGES/kcmkwincompositing.mo +share/locale/sl/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/sl/LC_MESSAGES/kcmkwm.mo +share/locale/sl/LC_MESSAGES/kwin.mo +share/locale/sq/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/sq/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/sq/LC_MESSAGES/kcm_kwinrules.mo +share/locale/sq/LC_MESSAGES/kcmkwincompositing.mo +share/locale/sq/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/sq/LC_MESSAGES/kcmkwm.mo +share/locale/sq/LC_MESSAGES/kwin.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 +share/locale/sr/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/sr/LC_MESSAGES/kcmkwincompositing.mo +share/locale/sr/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/sr/LC_MESSAGES/kcmkwm.mo +share/locale/sr/LC_MESSAGES/kwin.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 +share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmkwincompositing.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmkwm.mo +share/locale/sr@ijekavian/LC_MESSAGES/kwin.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 +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkwincompositing.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkwm.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin.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 +share/locale/sr@latin/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/sr@latin/LC_MESSAGES/kcmkwincompositing.mo +share/locale/sr@latin/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/sr@latin/LC_MESSAGES/kcmkwm.mo +share/locale/sr@latin/LC_MESSAGES/kwin.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 +share/locale/sv/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/sv/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/sv/LC_MESSAGES/kcmkwincommon.mo +share/locale/sv/LC_MESSAGES/kcmkwincompositing.mo +share/locale/sv/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/sv/LC_MESSAGES/kcmkwm.mo +share/locale/sv/LC_MESSAGES/kwin.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 +share/locale/ta/LC_MESSAGES/kwin.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 +share/locale/te/LC_MESSAGES/kcmkwincompositing.mo +share/locale/te/LC_MESSAGES/kcmkwm.mo +share/locale/te/LC_MESSAGES/kwin.mo +share/locale/tg/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/tg/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/tg/LC_MESSAGES/kcm_kwinrules.mo +share/locale/tg/LC_MESSAGES/kcmkwincommon.mo +share/locale/tg/LC_MESSAGES/kcmkwincompositing.mo +share/locale/tg/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/tg/LC_MESSAGES/kcmkwm.mo +share/locale/tg/LC_MESSAGES/kwin.mo +share/locale/th/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/th/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/th/LC_MESSAGES/kcm_kwinrules.mo +share/locale/th/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/th/LC_MESSAGES/kcmkwincompositing.mo +share/locale/th/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/th/LC_MESSAGES/kcmkwm.mo +share/locale/th/LC_MESSAGES/kwin.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_kwinxwayland.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 +share/locale/tr/LC_MESSAGES/kwin.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 +share/locale/ug/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ug/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ug/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ug/LC_MESSAGES/kcmkwm.mo +share/locale/ug/LC_MESSAGES/kwin.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 +share/locale/uk/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/uk/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/uk/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/uk/LC_MESSAGES/kcmkwincommon.mo +share/locale/uk/LC_MESSAGES/kcmkwincompositing.mo +share/locale/uk/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/uk/LC_MESSAGES/kcmkwm.mo +share/locale/uk/LC_MESSAGES/kwin.mo +share/locale/uz/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/uz/LC_MESSAGES/kcm_kwinrules.mo +share/locale/uz/LC_MESSAGES/kcmkwm.mo +share/locale/uz/LC_MESSAGES/kwin.mo +share/locale/uz@cyrillic/LC_MESSAGES/kcm_kwindecoration.mo +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/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 +share/locale/vi/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/vi/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/vi/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/vi/LC_MESSAGES/kcmkwincommon.mo +share/locale/vi/LC_MESSAGES/kcmkwincompositing.mo +share/locale/vi/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/vi/LC_MESSAGES/kcmkwm.mo +share/locale/vi/LC_MESSAGES/kwin.mo +share/locale/wa/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/wa/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/wa/LC_MESSAGES/kcm_kwinrules.mo +share/locale/wa/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/wa/LC_MESSAGES/kcmkwincompositing.mo +share/locale/wa/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/wa/LC_MESSAGES/kcmkwm.mo +share/locale/wa/LC_MESSAGES/kwin.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_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 +share/locale/zh_CN/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/zh_CN/LC_MESSAGES/kcm_kwinxwayland.mo +share/locale/zh_CN/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/zh_CN/LC_MESSAGES/kcmkwincommon.mo +share/locale/zh_CN/LC_MESSAGES/kcmkwincompositing.mo +share/locale/zh_CN/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/zh_CN/LC_MESSAGES/kcmkwm.mo +share/locale/zh_CN/LC_MESSAGES/kwin.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_kwinxwayland.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 +share/locale/zh_TW/LC_MESSAGES/kcmkwm.mo +share/locale/zh_TW/LC_MESSAGES/kwin.mo +share/qlogging-categories6/org_kde_kwin.categories diff --git a/x11/Makefile b/x11/Makefile index 63faee45ae3e..8231cb21cf88 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -160,6 +160,7 @@ SUBDIR += kf6-kglobalaccel SUBDIR += kf6-krunner SUBDIR += kf6-kwindowsystem + SUBDIR += kf6-plasma-framework SUBDIR += kickoff SUBDIR += kitty SUBDIR += konsole @@ -315,6 +316,20 @@ SUBDIR += plasma5-plasma-desktop SUBDIR += plasma5-plasma-integration SUBDIR += plasma5-plasma-workspace + SUBDIR += plasma6-kactivitymanagerd + SUBDIR += plasma6-kgamma + SUBDIR += plasma6-kglobalacceld + SUBDIR += plasma6-kscreen + SUBDIR += plasma6-kwayland + SUBDIR += plasma6-layer-shell-qt + SUBDIR += plasma6-libkscreen + SUBDIR += plasma6-libplasma + SUBDIR += plasma6-plasma + SUBDIR += plasma6-plasma-activities + SUBDIR += plasma6-plasma-activities-stats + SUBDIR += plasma6-plasma-desktop + SUBDIR += plasma6-plasma-integration + SUBDIR += plasma6-plasma-workspace SUBDIR += pmenu SUBDIR += polybar SUBDIR += printscreen diff --git a/x11/plasma6-kactivitymanagerd/Makefile b/x11/plasma6-kactivitymanagerd/Makefile new file mode 100644 index 000000000000..e77936ae9666 --- /dev/null +++ b/x11/plasma6-kactivitymanagerd/Makefile @@ -0,0 +1,18 @@ +PORTNAME= kactivitymanagerd +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11 kde kde-plasma + +COMMENT= System service to manage user's activities, track the usage patterns etc +MAINTAINER= kde@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs + +USES= cmake gettext gl kde:6 qt:6 tar:xz xorg +USE_GL= gl opengl +USE_KDE= colorscheme config configwidgets coreaddons crash dbusaddons \ + globalaccel i18n kio service widgetsaddons windowsystem xmlgui \ + ecm:build +USE_QT= 5compat base +USE_XORG= x11 + +.include <bsd.port.mk> diff --git a/x11/plasma6-kactivitymanagerd/distinfo b/x11/plasma6-kactivitymanagerd/distinfo new file mode 100644 index 000000000000..adb4a40d7978 --- /dev/null +++ b/x11/plasma6-kactivitymanagerd/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525079 +SHA256 (KDE/plasma/5.90.0/kactivitymanagerd-5.90.0.tar.xz) = 243787eedd0b85acf6d6fa0d4c680033e69617489584fb4fb9f6e1e7dc12df44 +SIZE (KDE/plasma/5.90.0/kactivitymanagerd-5.90.0.tar.xz) = 110104 diff --git a/x11/plasma6-kactivitymanagerd/pkg-plist b/x11/plasma6-kactivitymanagerd/pkg-plist new file mode 100644 index 000000000000..5248be5e5ba3 --- /dev/null +++ b/x11/plasma6-kactivitymanagerd/pkg-plist @@ -0,0 +1,84 @@ +lib/libexec/kactivitymanagerd +lib/libkactivitymanagerd_plugin.so +%%QT_PLUGINDIR%%/kactivitymanagerd1/org.kde.ActivityManager.ActivityRunner.so +%%QT_PLUGINDIR%%/kactivitymanagerd1/org.kde.ActivityManager.ActivityTemplates.so +%%QT_PLUGINDIR%%/kactivitymanagerd1/org.kde.ActivityManager.GlobalShortcuts.so +%%QT_PLUGINDIR%%/kactivitymanagerd1/org.kde.ActivityManager.LibreOfficeEventSpy.so +%%QT_PLUGINDIR%%/kactivitymanagerd1/org.kde.ActivityManager.RecentlyUsedEventSpy.so +%%QT_PLUGINDIR%%/kactivitymanagerd1/org.kde.ActivityManager.ResourceScoring.so +%%QT_PLUGINDIR%%/kactivitymanagerd1/org.kde.ActivityManager.RunApplication.so +%%QT_PLUGINDIR%%/kactivitymanagerd1/org.kde.ActivityManager.VirtualDesktopSwitch.so +lib/systemd/user/plasma-kactivitymanagerd.service +share/dbus-1/services/org.kde.ActivityManager.service +share/krunner/dbusplugins/plasma-runnners-activities.desktop +share/locale/ar/LC_MESSAGES/kactivities6.mo +share/locale/ast/LC_MESSAGES/kactivities6.mo +share/locale/az/LC_MESSAGES/kactivities6.mo +share/locale/bg/LC_MESSAGES/kactivities6.mo +share/locale/bs/LC_MESSAGES/kactivities6.mo +share/locale/ca/LC_MESSAGES/kactivities6.mo +share/locale/ca@valencia/LC_MESSAGES/kactivities6.mo +share/locale/cs/LC_MESSAGES/kactivities6.mo +share/locale/da/LC_MESSAGES/kactivities6.mo +share/locale/de/LC_MESSAGES/kactivities6.mo +share/locale/el/LC_MESSAGES/kactivities6.mo +share/locale/en_GB/LC_MESSAGES/kactivities6.mo +share/locale/eo/LC_MESSAGES/kactivities6.mo +share/locale/es/LC_MESSAGES/kactivities6.mo +share/locale/et/LC_MESSAGES/kactivities6.mo +share/locale/eu/LC_MESSAGES/kactivities6.mo +share/locale/fi/LC_MESSAGES/kactivities6.mo +share/locale/fr/LC_MESSAGES/kactivities6.mo +share/locale/ga/LC_MESSAGES/kactivities6.mo +share/locale/gd/LC_MESSAGES/kactivities6.mo +share/locale/gl/LC_MESSAGES/kactivities6.mo +share/locale/gu/LC_MESSAGES/kactivities6.mo +share/locale/he/LC_MESSAGES/kactivities6.mo +share/locale/hi/LC_MESSAGES/kactivities6.mo +share/locale/hr/LC_MESSAGES/kactivities6.mo +share/locale/hu/LC_MESSAGES/kactivities6.mo +share/locale/ia/LC_MESSAGES/kactivities6.mo +share/locale/id/LC_MESSAGES/kactivities6.mo +share/locale/is/LC_MESSAGES/kactivities6.mo +share/locale/it/LC_MESSAGES/kactivities6.mo +share/locale/ja/LC_MESSAGES/kactivities6.mo +share/locale/ka/LC_MESSAGES/kactivities6.mo +share/locale/kk/LC_MESSAGES/kactivities6.mo +share/locale/km/LC_MESSAGES/kactivities6.mo +share/locale/kn/LC_MESSAGES/kactivities6.mo +share/locale/ko/LC_MESSAGES/kactivities6.mo +share/locale/lt/LC_MESSAGES/kactivities6.mo +share/locale/lv/LC_MESSAGES/kactivities6.mo +share/locale/ml/LC_MESSAGES/kactivities6.mo +share/locale/mr/LC_MESSAGES/kactivities6.mo +share/locale/ms/LC_MESSAGES/kactivities6.mo +share/locale/nb/LC_MESSAGES/kactivities6.mo +share/locale/nds/LC_MESSAGES/kactivities6.mo +share/locale/nl/LC_MESSAGES/kactivities6.mo +share/locale/nn/LC_MESSAGES/kactivities6.mo +share/locale/pa/LC_MESSAGES/kactivities6.mo +share/locale/pl/LC_MESSAGES/kactivities6.mo +share/locale/pt/LC_MESSAGES/kactivities6.mo +share/locale/pt_BR/LC_MESSAGES/kactivities6.mo +share/locale/ro/LC_MESSAGES/kactivities6.mo +share/locale/ru/LC_MESSAGES/kactivities6.mo +share/locale/sa/LC_MESSAGES/kactivities6.mo +share/locale/se/LC_MESSAGES/kactivities6.mo +share/locale/sk/LC_MESSAGES/kactivities6.mo +share/locale/sl/LC_MESSAGES/kactivities6.mo +share/locale/sr/LC_MESSAGES/kactivities6.mo +share/locale/sr@ijekavian/LC_MESSAGES/kactivities6.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kactivities6.mo +share/locale/sr@latin/LC_MESSAGES/kactivities6.mo +share/locale/sv/LC_MESSAGES/kactivities6.mo +share/locale/ta/LC_MESSAGES/kactivities6.mo +share/locale/tg/LC_MESSAGES/kactivities6.mo +share/locale/th/LC_MESSAGES/kactivities6.mo +share/locale/tr/LC_MESSAGES/kactivities6.mo +share/locale/ug/LC_MESSAGES/kactivities6.mo +share/locale/uk/LC_MESSAGES/kactivities6.mo +share/locale/vi/LC_MESSAGES/kactivities6.mo +share/locale/wa/LC_MESSAGES/kactivities6.mo +share/locale/zh_CN/LC_MESSAGES/kactivities6.mo +share/locale/zh_TW/LC_MESSAGES/kactivities6.mo +share/qlogging-categories6/kactivitymanagerd.categories diff --git a/x11/plasma6-kgamma/Makefile b/x11/plasma6-kgamma/Makefile new file mode 100644 index 000000000000..d5aa50ebd7f2 --- /dev/null +++ b/x11/plasma6-kgamma/Makefile @@ -0,0 +1,14 @@ +PORTNAME= kgamma +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11 kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Adjust gamma settings + +USES= cmake gettext kde:6 qt:6 tar:xz xorg +USE_KDE= config configwidgets doctools i18n kcmutils \ + ecm:build +USE_QT= base +USE_XORG= ice sm x11 xext xxf86vm + +.include <bsd.port.mk> diff --git a/x11/plasma6-kgamma/distinfo b/x11/plasma6-kgamma/distinfo new file mode 100644 index 000000000000..fe1128366731 --- /dev/null +++ b/x11/plasma6-kgamma/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701532342 +SHA256 (KDE/plasma/5.90.0/kgamma-5.90.0.tar.xz) = 38a5e559392d6f5357f32415416bfcc03b9e54e1c6054b948fc92f7f5647a939 +SIZE (KDE/plasma/5.90.0/kgamma-5.90.0.tar.xz) = 86292 diff --git a/x11/plasma6-kgamma/pkg-plist b/x11/plasma6-kgamma/pkg-plist new file mode 100644 index 000000000000..5e7148259e63 --- /dev/null +++ b/x11/plasma6-kgamma/pkg-plist @@ -0,0 +1,120 @@ +%%QT_PLUGINDIR%%/plasma/kcminit/kcm_kgamma_init.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_kgamma.so +share/applications/kcm_kgamma.desktop +share/doc/HTML/ca/kcontrol/kgamma/index.cache.bz2 +share/doc/HTML/ca/kcontrol/kgamma/index.docbook +share/doc/HTML/cs/kcontrol/kgamma/index.cache.bz2 +share/doc/HTML/cs/kcontrol/kgamma/index.docbook +share/doc/HTML/de/kcontrol/kgamma/index.cache.bz2 +share/doc/HTML/de/kcontrol/kgamma/index.docbook +share/doc/HTML/en/kcontrol/kgamma/index.cache.bz2 +share/doc/HTML/en/kcontrol/kgamma/index.docbook +share/doc/HTML/es/kcontrol/kgamma/index.cache.bz2 +share/doc/HTML/es/kcontrol/kgamma/index.docbook +share/doc/HTML/et/kcontrol/kgamma/index.cache.bz2 +share/doc/HTML/et/kcontrol/kgamma/index.docbook +share/doc/HTML/fr/kcontrol/kgamma/index.cache.bz2 +share/doc/HTML/fr/kcontrol/kgamma/index.docbook +share/doc/HTML/id/kcontrol/kgamma/index.cache.bz2 +share/doc/HTML/id/kcontrol/kgamma/index.docbook +share/doc/HTML/it/kcontrol/kgamma/index.cache.bz2 +share/doc/HTML/it/kcontrol/kgamma/index.docbook +share/doc/HTML/nl/kcontrol/kgamma/index.cache.bz2 +share/doc/HTML/nl/kcontrol/kgamma/index.docbook +share/doc/HTML/pt/kcontrol/kgamma/index.cache.bz2 +share/doc/HTML/pt/kcontrol/kgamma/index.docbook +share/doc/HTML/pt_BR/kcontrol/kgamma/index.cache.bz2 +share/doc/HTML/pt_BR/kcontrol/kgamma/index.docbook +share/doc/HTML/ru/kcontrol/kgamma/index.cache.bz2 +share/doc/HTML/ru/kcontrol/kgamma/index.docbook +share/doc/HTML/sv/kcontrol/kgamma/index.cache.bz2 +share/doc/HTML/sv/kcontrol/kgamma/index.docbook +share/doc/HTML/tr/kcontrol/kgamma/index.cache.bz2 +share/doc/HTML/tr/kcontrol/kgamma/index.docbook +share/doc/HTML/uk/kcontrol/kgamma/index.cache.bz2 +share/doc/HTML/uk/kcontrol/kgamma/index.docbook +share/kgamma/pics/background.png +share/kgamma/pics/cmyscale.png +share/kgamma/pics/darkgrey.png +share/kgamma/pics/greyscale.png +share/kgamma/pics/lightgrey.png +share/kgamma/pics/midgrey.png +share/kgamma/pics/rgbscale.png +share/locale/ar/LC_MESSAGES/kcmkgamma.mo +share/locale/ast/LC_MESSAGES/kcmkgamma.mo +share/locale/az/LC_MESSAGES/kcmkgamma.mo +share/locale/be/LC_MESSAGES/kcmkgamma.mo +share/locale/bg/LC_MESSAGES/kcmkgamma.mo +share/locale/br/LC_MESSAGES/kcmkgamma.mo +share/locale/bs/LC_MESSAGES/kcmkgamma.mo +share/locale/ca/LC_MESSAGES/kcmkgamma.mo +share/locale/ca@valencia/LC_MESSAGES/kcmkgamma.mo +share/locale/cs/LC_MESSAGES/kcmkgamma.mo +share/locale/cy/LC_MESSAGES/kcmkgamma.mo +share/locale/da/LC_MESSAGES/kcmkgamma.mo +share/locale/de/LC_MESSAGES/kcmkgamma.mo +share/locale/el/LC_MESSAGES/kcmkgamma.mo +share/locale/en_GB/LC_MESSAGES/kcmkgamma.mo +share/locale/eo/LC_MESSAGES/kcmkgamma.mo +share/locale/es/LC_MESSAGES/kcmkgamma.mo +share/locale/et/LC_MESSAGES/kcmkgamma.mo +share/locale/eu/LC_MESSAGES/kcmkgamma.mo +share/locale/fa/LC_MESSAGES/kcmkgamma.mo +share/locale/fi/LC_MESSAGES/kcmkgamma.mo +share/locale/fr/LC_MESSAGES/kcmkgamma.mo +share/locale/fy/LC_MESSAGES/kcmkgamma.mo +share/locale/ga/LC_MESSAGES/kcmkgamma.mo +share/locale/gl/LC_MESSAGES/kcmkgamma.mo +share/locale/he/LC_MESSAGES/kcmkgamma.mo +share/locale/hi/LC_MESSAGES/kcmkgamma.mo +share/locale/hne/LC_MESSAGES/kcmkgamma.mo +share/locale/hr/LC_MESSAGES/kcmkgamma.mo +share/locale/hu/LC_MESSAGES/kcmkgamma.mo +share/locale/ia/LC_MESSAGES/kcmkgamma.mo +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 +share/locale/lt/LC_MESSAGES/kcmkgamma.mo +share/locale/lv/LC_MESSAGES/kcmkgamma.mo +share/locale/mk/LC_MESSAGES/kcmkgamma.mo +share/locale/ml/LC_MESSAGES/kcmkgamma.mo +share/locale/mr/LC_MESSAGES/kcmkgamma.mo +share/locale/ms/LC_MESSAGES/kcmkgamma.mo +share/locale/nb/LC_MESSAGES/kcmkgamma.mo +share/locale/nds/LC_MESSAGES/kcmkgamma.mo +share/locale/ne/LC_MESSAGES/kcmkgamma.mo +share/locale/nl/LC_MESSAGES/kcmkgamma.mo +share/locale/nn/LC_MESSAGES/kcmkgamma.mo +share/locale/oc/LC_MESSAGES/kcmkgamma.mo +share/locale/pa/LC_MESSAGES/kcmkgamma.mo +share/locale/pl/LC_MESSAGES/kcmkgamma.mo +share/locale/pt/LC_MESSAGES/kcmkgamma.mo +share/locale/pt_BR/LC_MESSAGES/kcmkgamma.mo +share/locale/ro/LC_MESSAGES/kcmkgamma.mo +share/locale/ru/LC_MESSAGES/kcmkgamma.mo +share/locale/sa/LC_MESSAGES/kcmkgamma.mo +share/locale/se/LC_MESSAGES/kcmkgamma.mo +share/locale/si/LC_MESSAGES/kcmkgamma.mo +share/locale/sk/LC_MESSAGES/kcmkgamma.mo +share/locale/sl/LC_MESSAGES/kcmkgamma.mo +share/locale/sq/LC_MESSAGES/kcmkgamma.mo +share/locale/sr/LC_MESSAGES/kcmkgamma.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmkgamma.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkgamma.mo +share/locale/sr@latin/LC_MESSAGES/kcmkgamma.mo +share/locale/sv/LC_MESSAGES/kcmkgamma.mo +share/locale/ta/LC_MESSAGES/kcmkgamma.mo +share/locale/tg/LC_MESSAGES/kcmkgamma.mo +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 diff --git a/x11/plasma6-kglobalacceld/Makefile b/x11/plasma6-kglobalacceld/Makefile new file mode 100644 index 000000000000..a6b2d8aaf8c7 --- /dev/null +++ b/x11/plasma6-kglobalacceld/Makefile @@ -0,0 +1,20 @@ +PORTNAME= kglobalacceld +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11 kde kde-plasma + +COMMENT= Daemon providing Global Keyboard Shortcut (Accelerator) functionality + +MAINTAINER= kde@FreeBSD.org + +LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms \ + libxkbcommon.so:x11/libxkbcommon + +USES= cmake gl kde:6 qt:6 tar:xz xorg +USE_GL= gl opengl +USE_KDE= config coreaddons crash dbusaddons globalaccel kio \ + notifications service windowsystem \ + ecm:build +USE_QT= base +USE_XORG= x11 xcb + +.include <bsd.port.mk> diff --git a/x11/plasma6-kglobalacceld/distinfo b/x11/plasma6-kglobalacceld/distinfo new file mode 100644 index 000000000000..8675f01f02b9 --- /dev/null +++ b/x11/plasma6-kglobalacceld/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701531674 +SHA256 (KDE/plasma/5.90.0/kglobalacceld-5.90.0.tar.xz) = f14455962f0ea551758a1ab5abdfb9acb4fa3cf48c3122b451a95782f1aa60db +SIZE (KDE/plasma/5.90.0/kglobalacceld-5.90.0.tar.xz) = 51492 diff --git a/x11/plasma6-kglobalacceld/pkg-plist b/x11/plasma6-kglobalacceld/pkg-plist new file mode 100644 index 000000000000..9cdeb71f31ea --- /dev/null +++ b/x11/plasma6-kglobalacceld/pkg-plist @@ -0,0 +1,13 @@ +etc/xdg/autostart/kglobalacceld.desktop +include/KGlobalAccelD/kglobalaccel_interface.h +include/KGlobalAccelD/kglobalacceld.h +include/KGlobalAccelD/kglobalacceld_export.h +lib/cmake/KGlobalAccelD/KGlobalAccelDConfig.cmake +lib/cmake/KGlobalAccelD/KGlobalAccelDConfigVersion.cmake +lib/cmake/KGlobalAccelD/KGlobalAccelDTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KGlobalAccelD/KGlobalAccelDTargets.cmake +lib/libKGlobalAccelD.so.0 +lib/libKGlobalAccelD.so.%%KDE_PLASMA_VERSION%% +lib/libexec/kglobalacceld +%%QT_PLUGINDIR%%/org.kde.kglobalacceld.platforms/KGlobalAccelDXcb.so +lib/systemd/user/plasma-kglobalaccel.service diff --git a/x11/plasma6-kscreen/Makefile b/x11/plasma6-kscreen/Makefile new file mode 100644 index 000000000000..069af9492a40 --- /dev/null +++ b/x11/plasma6-kscreen/Makefile @@ -0,0 +1,14 @@ +PORTNAME= kscreen +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11 kde kde-plasma + +COMMENT= KDE screen management software +MAINTAINER= kde@FreeBSD.org + +USES= cmake gettext kde:6 qt:6 tar:xz +USE_KDE= config dbusaddons globalaccel i18n iconthemes kcmutils \ + layer-shell-qt libkscreen libplasma svg xmlgui \ + ecm:build +USE_QT= base sensors + +.include <bsd.port.mk> diff --git a/x11/plasma6-kscreen/distinfo b/x11/plasma6-kscreen/distinfo new file mode 100644 index 000000000000..b20d7cc91669 --- /dev/null +++ b/x11/plasma6-kscreen/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525141 +SHA256 (KDE/plasma/5.90.0/kscreen-5.90.0.tar.xz) = 31d61d108d0c400f2cece4650a77153a8fae9d761d482badd5b281686b29424e +SIZE (KDE/plasma/5.90.0/kscreen-5.90.0.tar.xz) = 193448 diff --git a/x11/plasma6-kscreen/pkg-plist b/x11/plasma6-kscreen/pkg-plist new file mode 100644 index 000000000000..dab1f8988389 --- /dev/null +++ b/x11/plasma6-kscreen/pkg-plist @@ -0,0 +1,219 @@ +bin/kscreen-console +lib/libexec/kscreen_osd_service +%%QT_PLUGINDIR%%/kf6/kded/kscreen.so +%%QT_PLUGINDIR%%/plasma/applets/org.kde.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/locale/ar/LC_MESSAGES/kcm_kscreen.mo +share/locale/ar/LC_MESSAGES/kscreen.mo +share/locale/ar/LC_MESSAGES/kscreen_common.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/ast/LC_MESSAGES/kcm_kscreen.mo +share/locale/ast/LC_MESSAGES/kscreen.mo +share/locale/ast/LC_MESSAGES/kscreen_common.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/az/LC_MESSAGES/kcm_kscreen.mo +share/locale/az/LC_MESSAGES/kscreen.mo +share/locale/az/LC_MESSAGES/kscreen_common.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/kscreen_common.mo +share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/bs/LC_MESSAGES/kcm_kscreen.mo +share/locale/bs/LC_MESSAGES/kscreen.mo +share/locale/ca/LC_MESSAGES/kcm_kscreen.mo +share/locale/ca/LC_MESSAGES/kscreen.mo +share/locale/ca/LC_MESSAGES/kscreen_common.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_kscreen.mo +share/locale/ca@valencia/LC_MESSAGES/kscreen.mo +share/locale/ca@valencia/LC_MESSAGES/kscreen_common.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/cs/LC_MESSAGES/kcm_kscreen.mo +share/locale/cs/LC_MESSAGES/kscreen.mo +share/locale/cs/LC_MESSAGES/kscreen_common.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/da/LC_MESSAGES/kcm_kscreen.mo +share/locale/da/LC_MESSAGES/kscreen.mo +share/locale/da/LC_MESSAGES/kscreen_common.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/de/LC_MESSAGES/kcm_kscreen.mo +share/locale/de/LC_MESSAGES/kscreen.mo +share/locale/de/LC_MESSAGES/kscreen_common.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/el/LC_MESSAGES/kcm_kscreen.mo +share/locale/el/LC_MESSAGES/kscreen.mo +share/locale/el/LC_MESSAGES/kscreen_common.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/en_GB/LC_MESSAGES/kcm_kscreen.mo +share/locale/en_GB/LC_MESSAGES/kscreen.mo +share/locale/en_GB/LC_MESSAGES/kscreen_common.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/eo/LC_MESSAGES/kcm_kscreen.mo +share/locale/eo/LC_MESSAGES/kscreen.mo +share/locale/eo/LC_MESSAGES/kscreen_common.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/es/LC_MESSAGES/kcm_kscreen.mo +share/locale/es/LC_MESSAGES/kscreen.mo +share/locale/es/LC_MESSAGES/kscreen_common.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/et/LC_MESSAGES/kcm_kscreen.mo +share/locale/et/LC_MESSAGES/kscreen.mo +share/locale/et/LC_MESSAGES/kscreen_common.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/eu/LC_MESSAGES/kcm_kscreen.mo +share/locale/eu/LC_MESSAGES/kscreen.mo +share/locale/eu/LC_MESSAGES/kscreen_common.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/fi/LC_MESSAGES/kcm_kscreen.mo +share/locale/fi/LC_MESSAGES/kscreen.mo +share/locale/fi/LC_MESSAGES/kscreen_common.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/fr/LC_MESSAGES/kcm_kscreen.mo +share/locale/fr/LC_MESSAGES/kscreen.mo +share/locale/fr/LC_MESSAGES/kscreen_common.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/gl/LC_MESSAGES/kcm_kscreen.mo +share/locale/gl/LC_MESSAGES/kscreen.mo +share/locale/gl/LC_MESSAGES/kscreen_common.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/he/LC_MESSAGES/kcm_kscreen.mo +share/locale/he/LC_MESSAGES/kscreen.mo +share/locale/he/LC_MESSAGES/kscreen_common.mo +share/locale/he/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/hsb/LC_MESSAGES/kcm_kscreen.mo +share/locale/hsb/LC_MESSAGES/kscreen.mo +share/locale/hsb/LC_MESSAGES/kscreen_common.mo +share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/hu/LC_MESSAGES/kcm_kscreen.mo +share/locale/hu/LC_MESSAGES/kscreen.mo +share/locale/hu/LC_MESSAGES/kscreen_common.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/ia/LC_MESSAGES/kcm_kscreen.mo +share/locale/ia/LC_MESSAGES/kscreen.mo +share/locale/ia/LC_MESSAGES/kscreen_common.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/id/LC_MESSAGES/kcm_kscreen.mo +share/locale/id/LC_MESSAGES/kscreen.mo +share/locale/id/LC_MESSAGES/kscreen_common.mo +share/locale/id/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/is/LC_MESSAGES/kscreen.mo +share/locale/it/LC_MESSAGES/kcm_kscreen.mo +share/locale/it/LC_MESSAGES/kscreen.mo +share/locale/it/LC_MESSAGES/kscreen_common.mo +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/kscreen_common.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/kscreen_common.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/kscreen_common.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/lt/LC_MESSAGES/kcm_kscreen.mo +share/locale/lt/LC_MESSAGES/kscreen.mo +share/locale/lt/LC_MESSAGES/kscreen_common.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/lv/LC_MESSAGES/kscreen.mo +share/locale/lv/LC_MESSAGES/kscreen_common.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/ml/LC_MESSAGES/kcm_kscreen.mo +share/locale/ml/LC_MESSAGES/kscreen.mo +share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/nb/LC_MESSAGES/kcm_kscreen.mo +share/locale/nb/LC_MESSAGES/kscreen.mo +share/locale/nb/LC_MESSAGES/kscreen_common.mo +share/locale/nl/LC_MESSAGES/kcm_kscreen.mo +share/locale/nl/LC_MESSAGES/kscreen.mo +share/locale/nl/LC_MESSAGES/kscreen_common.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/nn/LC_MESSAGES/kcm_kscreen.mo +share/locale/nn/LC_MESSAGES/kscreen.mo +share/locale/nn/LC_MESSAGES/kscreen_common.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/pa/LC_MESSAGES/kcm_kscreen.mo +share/locale/pa/LC_MESSAGES/kscreen.mo +share/locale/pa/LC_MESSAGES/kscreen_common.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/pl/LC_MESSAGES/kcm_kscreen.mo +share/locale/pl/LC_MESSAGES/kscreen.mo +share/locale/pl/LC_MESSAGES/kscreen_common.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/pt/LC_MESSAGES/kcm_kscreen.mo +share/locale/pt/LC_MESSAGES/kscreen.mo +share/locale/pt/LC_MESSAGES/kscreen_common.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/pt_BR/LC_MESSAGES/kcm_kscreen.mo +share/locale/pt_BR/LC_MESSAGES/kscreen.mo +share/locale/pt_BR/LC_MESSAGES/kscreen_common.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/ro/LC_MESSAGES/kcm_kscreen.mo +share/locale/ro/LC_MESSAGES/kscreen.mo +share/locale/ro/LC_MESSAGES/kscreen_common.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/ru/LC_MESSAGES/kcm_kscreen.mo +share/locale/ru/LC_MESSAGES/kscreen.mo +share/locale/ru/LC_MESSAGES/kscreen_common.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/sk/LC_MESSAGES/kcm_kscreen.mo +share/locale/sk/LC_MESSAGES/kscreen.mo +share/locale/sk/LC_MESSAGES/kscreen_common.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/sl/LC_MESSAGES/kcm_kscreen.mo +share/locale/sl/LC_MESSAGES/kscreen.mo +share/locale/sl/LC_MESSAGES/kscreen_common.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/sr/LC_MESSAGES/kcm_kscreen.mo +share/locale/sr/LC_MESSAGES/kscreen.mo +share/locale/sr/LC_MESSAGES/kscreen_common.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_kscreen.mo +share/locale/sr@ijekavian/LC_MESSAGES/kscreen.mo +share/locale/sr@ijekavian/LC_MESSAGES/kscreen_common.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kscreen.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kscreen.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kscreen_common.mo +share/locale/sr@latin/LC_MESSAGES/kcm_kscreen.mo +share/locale/sr@latin/LC_MESSAGES/kscreen.mo +share/locale/sr@latin/LC_MESSAGES/kscreen_common.mo +share/locale/sv/LC_MESSAGES/kcm_kscreen.mo +share/locale/sv/LC_MESSAGES/kscreen.mo +share/locale/sv/LC_MESSAGES/kscreen_common.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/kscreen_common.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/kscreen_common.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/kscreen_common.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/kscreen_common.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/zh_CN/LC_MESSAGES/kcm_kscreen.mo +share/locale/zh_CN/LC_MESSAGES/kscreen.mo +share/locale/zh_CN/LC_MESSAGES/kscreen_common.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/zh_TW/LC_MESSAGES/kcm_kscreen.mo +share/locale/zh_TW/LC_MESSAGES/kscreen.mo +share/locale/zh_TW/LC_MESSAGES/kscreen_common.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 +share/plasma/plasmoids/org.kde.kscreen/metadata.json +share/qlogging-categories6/kscreen.categories diff --git a/x11/plasma6-kwayland/Makefile b/x11/plasma6-kwayland/Makefile new file mode 100644 index 000000000000..e9657eb4e8ed --- /dev/null +++ b/x11/plasma6-kwayland/Makefile @@ -0,0 +1,19 @@ +PORTNAME= kwayland +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11 kde kde-plasma + +COMMENT= Qt-style Client and Server library wrapper for the Wayland libraries +MAINTAINER= kde@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ + wayland-protocols>=1.27:graphics/wayland-protocols +LIB_DEPENDS= libwayland-cursor.so:graphics/wayland \ + libxkbcommon.so:x11/libxkbcommon + +USES= cmake gl kde:6 pkgconfig qt:6 tar:xz +USE_GL= gl opengl +USE_KDE= ecm:build \ + plasma-wayland-protocols:build +USE_QT= base wayland + +.include <bsd.port.mk> diff --git a/x11/plasma6-kwayland/distinfo b/x11/plasma6-kwayland/distinfo new file mode 100644 index 000000000000..1d9c1279c170 --- /dev/null +++ b/x11/plasma6-kwayland/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701540206 +SHA256 (KDE/plasma/5.90.0/kwayland-5.90.0.tar.xz) = 1a749c4515f17f33e3a7609fa24caf8d20945c6406250745d7c632b4dffc9ab7 +SIZE (KDE/plasma/5.90.0/kwayland-5.90.0.tar.xz) = 133640 diff --git a/x11/plasma6-kwayland/pkg-plist b/x11/plasma6-kwayland/pkg-plist new file mode 100644 index 000000000000..e2557de3513d --- /dev/null +++ b/x11/plasma6-kwayland/pkg-plist @@ -0,0 +1,52 @@ +include/KWayland/KWayland/Client/appmenu.h +include/KWayland/KWayland/Client/blur.h +include/KWayland/KWayland/Client/buffer.h +include/KWayland/KWayland/Client/compositor.h +include/KWayland/KWayland/Client/connection_thread.h +include/KWayland/KWayland/Client/contrast.h +include/KWayland/KWayland/Client/datadevice.h +include/KWayland/KWayland/Client/datadevicemanager.h +include/KWayland/KWayland/Client/dataoffer.h +include/KWayland/KWayland/Client/datasource.h +include/KWayland/KWayland/Client/dpms.h +include/KWayland/KWayland/Client/event_queue.h +include/KWayland/KWayland/Client/fakeinput.h +include/KWayland/KWayland/Client/idleinhibit.h +include/KWayland/KWayland/Client/keyboard.h +include/KWayland/KWayland/Client/kwaylandclient_export.h +include/KWayland/KWayland/Client/output.h +include/KWayland/KWayland/Client/plasmashell.h +include/KWayland/KWayland/Client/plasmavirtualdesktop.h +include/KWayland/KWayland/Client/plasmawindowmanagement.h +include/KWayland/KWayland/Client/plasmawindowmodel.h +include/KWayland/KWayland/Client/pointer.h +include/KWayland/KWayland/Client/pointerconstraints.h +include/KWayland/KWayland/Client/pointergestures.h +include/KWayland/KWayland/Client/region.h +include/KWayland/KWayland/Client/registry.h +include/KWayland/KWayland/Client/relativepointer.h +include/KWayland/KWayland/Client/seat.h +include/KWayland/KWayland/Client/shadow.h +include/KWayland/KWayland/Client/shell.h +include/KWayland/KWayland/Client/shm_pool.h +include/KWayland/KWayland/Client/slide.h +include/KWayland/KWayland/Client/subcompositor.h +include/KWayland/KWayland/Client/subsurface.h +include/KWayland/KWayland/Client/surface.h +include/KWayland/KWayland/Client/textinput.h +include/KWayland/KWayland/Client/touch.h +include/KWayland/KWayland/Client/xdgdecoration.h +include/KWayland/KWayland/Client/xdgforeign.h +include/KWayland/KWayland/Client/xdgoutput.h +include/KWayland/KWayland/Client/xdgshell.h +include/KWayland/kwayland_version.h +lib/cmake/KWayland/KWaylandConfig.cmake +lib/cmake/KWayland/KWaylandConfigVersion.cmake +lib/cmake/KWayland/KWaylandTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KWayland/KWaylandTargets.cmake +lib/libKWaylandClient.so +lib/libKWaylandClient.so.%%KDE_PLASMA_VERSION%% +lib/libKWaylandClient.so.6 +libdata/pkgconfig/KWaylandClient.pc +share/qlogging-categories6/kwayland.categories +share/qlogging-categories6/kwayland.renamecategories diff --git a/x11/plasma6-layer-shell-qt/Makefile b/x11/plasma6-layer-shell-qt/Makefile new file mode 100644 index 000000000000..7d07e029f098 --- /dev/null +++ b/x11/plasma6-layer-shell-qt/Makefile @@ -0,0 +1,18 @@ +PORTNAME= layer-shell-qt +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11 kde kde-plasma + +COMMENT= Qt component to allow applications to make use of the Wayland wl-layer-shell protocol +MAINTAINER= kde@FreeBSD.org + +BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols + +LIB_DEPENDS= libwayland-client.so:graphics/wayland \ + libxkbcommon.so:x11/libxkbcommon + +USES= cmake gl kde:6 pkgconfig qt:6 tar:xz +USE_GL= gl opengl +USE_KDE= ecm:build +USE_QT= base wayland + +.include <bsd.port.mk> diff --git a/x11/plasma6-layer-shell-qt/distinfo b/x11/plasma6-layer-shell-qt/distinfo new file mode 100644 index 000000000000..355c3e5ff10d --- /dev/null +++ b/x11/plasma6-layer-shell-qt/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525080 +SHA256 (KDE/plasma/5.90.0/layer-shell-qt-5.90.0.tar.xz) = ccda2aa681bdeb3128cb03e80954b8b36dcdb6eb53b0cd99928f721dd32c00df +SIZE (KDE/plasma/5.90.0/layer-shell-qt-5.90.0.tar.xz) = 20352 diff --git a/x11/plasma6-layer-shell-qt/pkg-plist b/x11/plasma6-layer-shell-qt/pkg-plist new file mode 100644 index 000000000000..62309bf11a47 --- /dev/null +++ b/x11/plasma6-layer-shell-qt/pkg-plist @@ -0,0 +1,13 @@ +include/LayerShellQt/Shell +include/LayerShellQt/Window +include/LayerShellQt/layershellqt_export.h +include/LayerShellQt/shell.h +include/LayerShellQt/window.h +lib/cmake/LayerShellQt/LayerShellQtConfig.cmake +lib/cmake/LayerShellQt/LayerShellQtConfigVersion.cmake +lib/cmake/LayerShellQt/LayerShellQtTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/LayerShellQt/LayerShellQtTargets.cmake +lib/libLayerShellQtInterface.so +lib/libLayerShellQtInterface.so.%%KDE_PLASMA_VERSION%% +lib/libLayerShellQtInterface.so.6 +%%QT_PLUGINDIR%%/wayland-shell-integration/liblayer-shell.so diff --git a/x11/plasma6-libkscreen/Makefile b/x11/plasma6-libkscreen/Makefile new file mode 100644 index 000000000000..adc3f31459c4 --- /dev/null +++ b/x11/plasma6-libkscreen/Makefile @@ -0,0 +1,18 @@ +PORTNAME= libkscreen +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11 kde kde-plasma + +COMMENT= KDE screen management software +MAINTAINER= kde@FreeBSD.org + +LIB_DEPENDS= libwayland-client.so:graphics/wayland \ + libxkbcommon.so:x11/libxkbcommon + +USES= cmake compiler:c++11-lib gl kde:6 pkgconfig qt:6 tar:xz xorg +USE_GL= gl opengl +USE_KDE= config \ + ecm:build plasma-wayland-protocols:build +USE_QT= base wayland +USE_XORG= xcb + +.include <bsd.port.mk> diff --git a/x11/plasma6-libkscreen/distinfo b/x11/plasma6-libkscreen/distinfo new file mode 100644 index 000000000000..b7138e14542a --- /dev/null +++ b/x11/plasma6-libkscreen/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1701525080 +SHA256 (KDE/plasma/5.90.0/libkscreen-5.90.0.tar.xz) = d16732a0e1eb90dd08272029f311f2742867f582a14cdd13afdf50cb4c8102d4 +SIZE (KDE/plasma/5.90.0/libkscreen-5.90.0.tar.xz) = 117416 diff --git a/x11/plasma6-libkscreen/pkg-plist b/x11/plasma6-libkscreen/pkg-plist new file mode 100644 index 000000000000..14b54d62ca68 --- /dev/null +++ b/x11/plasma6-libkscreen/pkg-plist @@ -0,0 +1,84 @@ +bin/kscreen-doctor +include/KF6/KScreen/KScreen/Config +include/KF6/KScreen/KScreen/ConfigMonitor +include/KF6/KScreen/KScreen/ConfigOperation +include/KF6/KScreen/KScreen/EDID +include/KF6/KScreen/KScreen/GetConfigOperation +include/KF6/KScreen/KScreen/Log +include/KF6/KScreen/KScreen/Mode +include/KF6/KScreen/KScreen/Output +include/KF6/KScreen/KScreen/Screen +include/KF6/KScreen/KScreen/SetConfigOperation +include/KF6/KScreen/KScreen/Types +include/KF6/KScreen/KScreenDpms/Dpms +include/KF6/KScreen/kscreen/backendmanager_p.h +include/KF6/KScreen/kscreen/config.h +include/KF6/KScreen/kscreen/configmonitor.h +include/KF6/KScreen/kscreen/configoperation.h +include/KF6/KScreen/kscreen/edid.h +include/KF6/KScreen/kscreen/getconfigoperation.h +include/KF6/KScreen/kscreen/kscreen_export.h +include/KF6/KScreen/kscreen/log.h +include/KF6/KScreen/kscreen/mode.h +include/KF6/KScreen/kscreen/output.h +include/KF6/KScreen/kscreen/screen.h +include/KF6/KScreen/kscreen/setconfigoperation.h +include/KF6/KScreen/kscreen/types.h +include/KF6/KScreen/kscreendpms/dpms.h +include/KF6/KScreen/kscreendpms/kscreendpms_export.h +include/KF6/kscreen_version.h +lib/cmake/KF6Screen/KF6ScreenConfig.cmake +lib/cmake/KF6Screen/KF6ScreenConfigVersion.cmake +lib/cmake/KF6Screen/KF6ScreenTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF6Screen/KF6ScreenTargets.cmake +lib/libKF6Screen.so +lib/libKF6Screen.so.%%KDE_PLASMA_VERSION%% +lib/libKF6Screen.so.8 +lib/libKF6ScreenDpms.so +lib/libKF6ScreenDpms.so.%%KDE_PLASMA_VERSION%% +lib/libKF6ScreenDpms.so.8 +lib/libexec/kf6/kscreen_backend_launcher +%%QT_PLUGINDIR%%/kf6/kscreen/KSC_Fake.so +%%QT_PLUGINDIR%%/kf6/kscreen/KSC_KWayland.so +%%QT_PLUGINDIR%%/kf6/kscreen/KSC_QScreen.so +%%QT_PLUGINDIR%%/kf6/kscreen/KSC_XRandR.so +lib/systemd/user/plasma-kscreen.service +libdata/pkgconfig/KF6Screen.pc +share/dbus-1/services/org.kde.kscreen.service +share/locale/ar/LC_MESSAGES/libkscreen6_qt.qm +share/locale/ast/LC_MESSAGES/libkscreen6_qt.qm +share/locale/bg/LC_MESSAGES/libkscreen6_qt.qm +share/locale/ca/LC_MESSAGES/libkscreen6_qt.qm +share/locale/ca@valencia/LC_MESSAGES/libkscreen6_qt.qm +share/locale/cs/LC_MESSAGES/libkscreen6_qt.qm +share/locale/de/LC_MESSAGES/libkscreen6_qt.qm +share/locale/en_GB/LC_MESSAGES/libkscreen6_qt.qm +share/locale/eo/LC_MESSAGES/libkscreen6_qt.qm +share/locale/es/LC_MESSAGES/libkscreen6_qt.qm +share/locale/eu/LC_MESSAGES/libkscreen6_qt.qm +share/locale/fi/LC_MESSAGES/libkscreen6_qt.qm +share/locale/fr/LC_MESSAGES/libkscreen6_qt.qm +share/locale/gl/LC_MESSAGES/libkscreen6_qt.qm +share/locale/ia/LC_MESSAGES/libkscreen6_qt.qm +share/locale/id/LC_MESSAGES/libkscreen6_qt.qm +share/locale/is/LC_MESSAGES/libkscreen6_qt.qm +share/locale/it/LC_MESSAGES/libkscreen6_qt.qm +share/locale/ja/LC_MESSAGES/libkscreen6_qt.qm +share/locale/ka/LC_MESSAGES/libkscreen6_qt.qm +share/locale/ko/LC_MESSAGES/libkscreen6_qt.qm +share/locale/lt/LC_MESSAGES/libkscreen6_qt.qm +share/locale/nl/LC_MESSAGES/libkscreen6_qt.qm +share/locale/nn/LC_MESSAGES/libkscreen6_qt.qm +share/locale/pl/LC_MESSAGES/libkscreen6_qt.qm +share/locale/pt/LC_MESSAGES/libkscreen6_qt.qm +share/locale/pt_BR/LC_MESSAGES/libkscreen6_qt.qm +share/locale/ru/LC_MESSAGES/libkscreen6_qt.qm +share/locale/sa/LC_MESSAGES/libkscreen6_qt.qm +share/locale/sk/LC_MESSAGES/libkscreen6_qt.qm +share/locale/sl/LC_MESSAGES/libkscreen6_qt.qm |