Update KDE's Plasma Desktop to 5.17

Plasma 5.17 is the version where the desktop anticipates your needs. Night
Color, the color-grading system that relaxes your eyes when the sun sets, has
landed for X11. Your Plasma desktop also recognizes when you are giving a
presentation, and stops messages popping up in the middle of your slideshow. If
you are using Wayland, Plasma now comes with fractional scaling, which means
that you can adjust the size of all your desktop elements, windows, fonts and
panels perfectly to your HiDPI monitor.

The best part? All these improvements do not tax your hardware! Plasma 5.17 is
as lightweight and thrifty with resources as ever.

Important startup change:
	With Plasma 5.17 the startup script has been renamed. People who use the
	.xinitrc method to start Plasma have to call the new binary.

	Previously:
	     exec ck-launch-session startkde
	Change to:
	     exec ck-launch-session startplasma-x11

Announcement:
	https://kde.org/announcements/plasma-5.17.0.php
This commit is contained in:
Tobias C. Berner 2019-10-16 09:54:56 +00:00
parent 29a2663a6d
commit fb8cf9c78f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514577
79 changed files with 624 additions and 832 deletions

View file

@ -54,7 +54,7 @@ _KDE_RELNAME= KDE${_KDE_VERSION}
# === VERSIONS OF THE DIFFERENT COMPONENTS =====================================
# Current KDE desktop.
KDE_PLASMA_VERSION?= 5.16.5
KDE_PLASMA_VERSION?= 5.17.0
KDE_PLASMA_BRANCH?= stable
# Current KDE frameworks.

View file

@ -5,6 +5,18 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20191016:
AFFECTS: users of KDE Plasma Desktop
AUTHOR: kde@FreeBSD.org
With Plasma 5.17 the startup script has been renamed. People who use the
.xinitrc method to start Plasma have to call the new binary.
Previously:
exec ck-launch-session startkde
Change to:
exec ck-launch-session startplasma-x11
20191014:
AFFECTS: users of mail/rspamd, mail/rspamd-devel
AUTHOR: vsevolod@FreeBSD.org

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529834
SHA256 (KDE/plasma/5.16.5/plasma-pa-5.16.5.tar.xz) = e029563d50cc6266a4a3e22574c33fef4670e1aaab18630eb30769e2167acc96
SIZE (KDE/plasma/5.16.5/plasma-pa-5.16.5.tar.xz) = 101100
TIMESTAMP = 1571209579
SHA256 (KDE/plasma/5.17.0/plasma-pa-5.17.0.tar.xz) = da660d75ea0a4589ee3730a2697665c791e6525f35813cbf90c48408607b1ee6
SIZE (KDE/plasma/5.17.0/plasma-pa-5.17.0.tar.xz) = 103908

View file

@ -8,6 +8,8 @@ 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/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
@ -29,7 +31,6 @@ share/kde4/apps/kconf_update/plasmaVolumeDisableKMixAutostart.pl
share/kpackage/kcms/kcm_pulseaudio/contents/ui/Advanced.qml
share/kpackage/kcms/kcm_pulseaudio/contents/ui/Applications.qml
share/kpackage/kcms/kcm_pulseaudio/contents/ui/CardListItem.qml
share/kpackage/kcms/kcm_pulseaudio/contents/ui/DefaultDeviceButton.qml
share/kpackage/kcms/kcm_pulseaudio/contents/ui/DeviceComboBox.qml
share/kpackage/kcms/kcm_pulseaudio/contents/ui/DeviceListItem.qml
share/kpackage/kcms/kcm_pulseaudio/contents/ui/Devices.qml
@ -45,6 +46,8 @@ share/kservices5/kcm_pulseaudio.desktop
share/kservices5/plasma-applet-org.kde.plasma.volume.desktop
share/locale/ar/LC_MESSAGES/kcm_pulseaudio.mo
share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo
share/locale/ast/LC_MESSAGES/kcm_pulseaudio.mo
share/locale/ast/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
@ -87,8 +90,6 @@ 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

View file

@ -8,7 +8,7 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 Plasmoid for search
USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config coreaddons i18n kdeclarative package \
USE_KDE= auth codecs config coreaddons i18n itemmodels kdeclarative package \
plasma-framework runner service
USE_QT= core declarative gui network script testlib widgets \
buildtools_build qmake_build

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529835
SHA256 (KDE/plasma/5.16.5/milou-5.16.5.tar.xz) = bfcdba29262dda9f386ee99132053ad5751194b2df8219899fcbb0b3699afcd5
SIZE (KDE/plasma/5.16.5/milou-5.16.5.tar.xz) = 57700
TIMESTAMP = 1571209579
SHA256 (KDE/plasma/5.17.0/milou-5.17.0.tar.xz) = d8e94ecf18f2f41e3bcb66ae324996dc1db6c3addc4a506e060c7874c2764107
SIZE (KDE/plasma/5.17.0/milou-5.17.0.tar.xz) = 63288

View file

@ -51,14 +51,10 @@ 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/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

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529846
SHA256 (KDE/plasma/5.16.5/sddm-kcm-5.16.5.tar.xz) = 4220d18f1a04c767649bffee1aed6c2b2c12c60cd7d6ca6fabc3dbec1ec3f127
SIZE (KDE/plasma/5.16.5/sddm-kcm-5.16.5.tar.xz) = 62164
TIMESTAMP = 1571209601
SHA256 (KDE/plasma/5.17.0/sddm-kcm-5.17.0.tar.xz) = 3ab6da7692df4b35c088f45657dfe2430797021c7c7fd6091747d7fd9ca594d7
SIZE (KDE/plasma/5.17.0/sddm-kcm-5.17.0.tar.xz) = 58748

View file

@ -6,6 +6,7 @@ share/dbus-1/system.d/org.kde.kcontrol.kcmsddm.conf
share/knsrcfiles/sddmtheme.knsrc
share/kservices5/kcm_sddm.desktop
share/locale/ar/LC_MESSAGES/kcm_sddm.mo
share/locale/ast/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
@ -28,7 +29,6 @@ share/locale/it/LC_MESSAGES/kcm_sddm.mo
share/locale/ja/LC_MESSAGES/kcm_sddm.mo
share/locale/ko/LC_MESSAGES/kcm_sddm.mo
share/locale/lt/LC_MESSAGES/kcm_sddm.mo
share/locale/ml/LC_MESSAGES/kcm_sddm.mo
share/locale/nb/LC_MESSAGES/kcm_sddm.mo
share/locale/nl/LC_MESSAGES/kcm_sddm.mo
share/locale/nn/LC_MESSAGES/kcm_sddm.mo

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529857
SHA256 (KDE/plasma/5.16.5/khotkeys-5.16.5.tar.xz) = e7b866b5249ff7c5860a5a222dca79691ca1f09af176f786021fbbadbd718c8c
SIZE (KDE/plasma/5.16.5/khotkeys-5.16.5.tar.xz) = 1846184
TIMESTAMP = 1571209622
SHA256 (KDE/plasma/5.17.0/khotkeys-5.17.0.tar.xz) = da7d2a1db9f49b34ea5b24ec9bd6450142cb4e708c9a8f478adc94eb7f190d69
SIZE (KDE/plasma/5.17.0/khotkeys-5.17.0.tar.xz) = 1852756

View file

@ -30,6 +30,8 @@ share/doc/HTML/en/kcontrol/khotkeys/shortcuts-action-dbus.png
share/doc/HTML/en/kcontrol/khotkeys/shortcuts-action-keyboard.png
share/doc/HTML/en/kcontrol/khotkeys/shortcuts-trigger-keyboard.png
share/doc/HTML/en/kcontrol/khotkeys/shortcuts-trigger-mouse.png
share/doc/HTML/id/kcontrol/khotkeys/index.cache.bz2
share/doc/HTML/id/kcontrol/khotkeys/index.docbook
share/doc/HTML/it/kcontrol/khotkeys/index.cache.bz2
share/doc/HTML/it/kcontrol/khotkeys/index.docbook
share/doc/HTML/nl/kcontrol/khotkeys/index.cache.bz2
@ -97,7 +99,6 @@ share/locale/he/LC_MESSAGES/khotkeys.mo
share/locale/hi/LC_MESSAGES/khotkeys.mo
share/locale/hne/LC_MESSAGES/khotkeys.mo
share/locale/hr/LC_MESSAGES/khotkeys.mo
share/locale/hsb/LC_MESSAGES/khotkeys.mo
share/locale/hu/LC_MESSAGES/khotkeys.mo
share/locale/ia/LC_MESSAGES/khotkeys.mo
share/locale/id/LC_MESSAGES/khotkeys.mo
@ -122,7 +123,6 @@ share/locale/ne/LC_MESSAGES/khotkeys.mo
share/locale/nl/LC_MESSAGES/khotkeys.mo
share/locale/nn/LC_MESSAGES/khotkeys.mo
share/locale/oc/LC_MESSAGES/khotkeys.mo
share/locale/or/LC_MESSAGES/khotkeys.mo
share/locale/pa/LC_MESSAGES/khotkeys.mo
share/locale/pl/LC_MESSAGES/khotkeys.mo
share/locale/pt/LC_MESSAGES/khotkeys.mo
@ -150,6 +150,5 @@ share/locale/uz/LC_MESSAGES/khotkeys.mo
share/locale/uz@cyrillic/LC_MESSAGES/khotkeys.mo
share/locale/vi/LC_MESSAGES/khotkeys.mo
share/locale/wa/LC_MESSAGES/khotkeys.mo
share/locale/xh/LC_MESSAGES/khotkeys.mo
share/locale/zh_CN/LC_MESSAGES/khotkeys.mo
share/locale/zh_TW/LC_MESSAGES/khotkeys.mo

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529857
SHA256 (KDE/plasma/5.16.5/kwrited-5.16.5.tar.xz) = 4b122099b0a362fc409b50b7523689ba8a112508dad26f58753c6b648e7c5313
SIZE (KDE/plasma/5.16.5/kwrited-5.16.5.tar.xz) = 20032
TIMESTAMP = 1571209623
SHA256 (KDE/plasma/5.17.0/kwrited-5.17.0.tar.xz) = 514bbfbd3e4ab1ea764eb61b5f62606f6359d74d55908ee7296ad8491fc6e361
SIZE (KDE/plasma/5.17.0/kwrited-5.17.0.tar.xz) = 20076

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529858
SHA256 (KDE/plasma/5.16.5/plasma-sdk-5.16.5.tar.xz) = 1b05f0501309099f241ebae857c24b31bc4e61fde8bfc33e854d3a1dd3d37385
SIZE (KDE/plasma/5.16.5/plasma-sdk-5.16.5.tar.xz) = 250148
TIMESTAMP = 1571209624
SHA256 (KDE/plasma/5.17.0/plasma-sdk-5.17.0.tar.xz) = a8ff60bf62f0cab10ccc7a04e79a08e2124d78ec3d92a35a0bc78e469d8c199f
SIZE (KDE/plasma/5.17.0/plasma-sdk-5.17.0.tar.xz) = 258636

View file

@ -318,8 +318,6 @@ share/locale/nn/LC_MESSAGES/plasmaengineexplorer.mo
share/locale/nn/LC_MESSAGES/plasmawallpaperviewer.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/plasmawallpaperviewer.mo
@ -426,6 +424,7 @@ 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/plasmaengineexplorer.mo
share/locale/tg/LC_MESSAGES/plasmoidviewer.mo
share/locale/th/LC_MESSAGES/plasmaengineexplorer.mo
@ -476,11 +475,16 @@ share/metainfo/org.kde.plasma.plasmoidviewershell.appdata.xml
share/metainfo/org.kde.plasma.themeexplorer.appdata.xml
share/metainfo/org.kde.plasmaengineexplorer.appdata.xml
share/metainfo/org.kde.plasmoidviewer.appdata.xml
share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/DualMontage.qml
share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/GlobalMenuBar.qml
share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/IconGrid.qml
share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/IconGridDelegate.qml
share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/Menu.qml
share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/Preview.qml
share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/ResponsivePreview.qml
share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/SvgGrid.qml
share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/Tools.qml
share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/ToolsResponsive.qml
share/plasma/packages/org.kde.plasma.cuttlefish/contents/ui/cuttlefish.qml
share/plasma/packages/org.kde.plasma.cuttlefish/metadata.desktop
share/plasma/packages/org.kde.plasma.cuttlefish/metadata.json

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529869
SHA256 (KDE/plasma/5.16.5/kscreenlocker-5.16.5.tar.xz) = 5ed6fdeac9aaba014edf67c5f782fc210d58310d083afaa589d0ff1bb3e8e02d
SIZE (KDE/plasma/5.16.5/kscreenlocker-5.16.5.tar.xz) = 122872
TIMESTAMP = 1571209647
SHA256 (KDE/plasma/5.17.0/kscreenlocker-5.17.0.tar.xz) = 2047e1dad90fd1c298ab23c7668fa60fd1189b1d232aca0ed5976d086ac1f3cb
SIZE (KDE/plasma/5.17.0/kscreenlocker-5.17.0.tar.xz) = 123628

View file

@ -82,9 +82,6 @@ share/locale/id/LC_MESSAGES/screenlocker_kcm.mo
share/locale/it/LC_MESSAGES/kscreenlocker.mo
share/locale/it/LC_MESSAGES/kscreenlocker_greet.mo
share/locale/it/LC_MESSAGES/screenlocker_kcm.mo
share/locale/ja/LC_MESSAGES/kscreenlocker.mo
share/locale/ja/LC_MESSAGES/kscreenlocker_greet.mo
share/locale/ja/LC_MESSAGES/screenlocker_kcm.mo
share/locale/kk/LC_MESSAGES/kscreenlocker.mo
share/locale/kk/LC_MESSAGES/kscreenlocker_greet.mo
share/locale/ko/LC_MESSAGES/kscreenlocker.mo
@ -93,9 +90,6 @@ share/locale/ko/LC_MESSAGES/screenlocker_kcm.mo
share/locale/lt/LC_MESSAGES/kscreenlocker.mo
share/locale/lt/LC_MESSAGES/kscreenlocker_greet.mo
share/locale/lt/LC_MESSAGES/screenlocker_kcm.mo
share/locale/ml/LC_MESSAGES/kscreenlocker.mo
share/locale/ml/LC_MESSAGES/kscreenlocker_greet.mo
share/locale/ml/LC_MESSAGES/screenlocker_kcm.mo
share/locale/mr/LC_MESSAGES/kscreenlocker.mo
share/locale/mr/LC_MESSAGES/kscreenlocker_greet.mo
share/locale/nb/LC_MESSAGES/kscreenlocker.mo

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529870
SHA256 (KDE/plasma/5.16.5/ksshaskpass-5.16.5.tar.xz) = 78eaa38ebbf888a8905e9385173e7161335041d6d07720283ce6f3fa06426a33
SIZE (KDE/plasma/5.16.5/ksshaskpass-5.16.5.tar.xz) = 21416
TIMESTAMP = 1571209648
SHA256 (KDE/plasma/5.17.0/ksshaskpass-5.17.0.tar.xz) = 75ed318ebac038b6309b78f10dd1ef6e23935e93f7575372e2c2c4bbe607febb
SIZE (KDE/plasma/5.17.0/ksshaskpass-5.17.0.tar.xz) = 21376

View file

@ -19,10 +19,8 @@ share/locale/he/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/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

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529870
SHA256 (KDE/plasma/5.16.5/kwallet-pam-5.16.5.tar.xz) = 4a12a8ed51973f9ea318a39a699523bcc99ae4e1cac932fccd19dedd45e758a8
SIZE (KDE/plasma/5.16.5/kwallet-pam-5.16.5.tar.xz) = 19512
TIMESTAMP = 1571209648
SHA256 (KDE/plasma/5.17.0/kwallet-pam-5.17.0.tar.xz) = 224af4870be35075f4aec8bf9984eff7ef65d1656a2c5ca2ba1fdb5efcc574bc
SIZE (KDE/plasma/5.17.0/kwallet-pam-5.17.0.tar.xz) = 19720

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529872
SHA256 (KDE/plasma/5.16.5/discover-5.16.5.tar.xz) = 26c47a5c0f59a31f37da85e894a926c76805b66f91dde8ba6d2de8015842d5c1
SIZE (KDE/plasma/5.16.5/discover-5.16.5.tar.xz) = 10453308
TIMESTAMP = 1571209651
SHA256 (KDE/plasma/5.17.0/discover-5.17.0.tar.xz) = 1d33f40cb259552d7083aaf7cbbb18da3f8ecd321e74ca4b7fe206352dca5daf
SIZE (KDE/plasma/5.17.0/discover-5.17.0.tar.xz) = 10446932

View file

@ -1,11 +1,11 @@
bin/plasma-discover
etc/xdg/discover.categories
etc/xdg/autostart/org.kde.discover.notifier.desktop
lib/libexec/DiscoverNotifier
lib/plasma-discover/libDiscoverCommon.so
lib/plasma-discover/libDiscoverNotifiers.so
%%QT_PLUGINDIR%%/discover/kns-backend.so
%%QT_QMLDIR%%/org/kde/discovernotifier/libDiscoverNotifierDeclarativePlugin.so
%%QT_QMLDIR%%/org/kde/discovernotifier/qmldir
share/applications/org.kde.discover.desktop
share/applications/org.kde.discover.notifier.desktop
share/applications/org.kde.discover.snap.urlhandler.desktop
share/applications/org.kde.discover.urlhandler.desktop
share/icons/hicolor/128x128/apps/plasmadiscover.png
@ -16,198 +16,148 @@ share/icons/hicolor/48x48/apps/plasmadiscover.png
share/icons/hicolor/scalable/apps/plasmadiscover.svgz
share/knotifications5/discoverabstractnotifier.notifyrc
share/knsrcfiles/discover_ktexteditor_codesnippets_core.knsrc
share/kservices5/plasma-applet-org.kde.discovernotifier.desktop
share/kxmlgui5/plasmadiscover/plasmadiscoverui.rc
share/locale/ar/LC_MESSAGES/libdiscover.mo
share/locale/ar/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/ar/LC_MESSAGES/plasma-discover.mo
share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/bg/LC_MESSAGES/libdiscover.mo
share/locale/bs/LC_MESSAGES/libdiscover.mo
share/locale/bs/LC_MESSAGES/plasma-discover.mo
share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/ca/LC_MESSAGES/libdiscover.mo
share/locale/ca/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/ca/LC_MESSAGES/plasma-discover.mo
share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/ca@valencia/LC_MESSAGES/libdiscover.mo
share/locale/ca@valencia/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/ca@valencia/LC_MESSAGES/plasma-discover.mo
share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/cs/LC_MESSAGES/libdiscover.mo
share/locale/cs/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/cs/LC_MESSAGES/plasma-discover.mo
share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/da/LC_MESSAGES/libdiscover.mo
share/locale/da/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/da/LC_MESSAGES/plasma-discover.mo
share/locale/da/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/de/LC_MESSAGES/libdiscover.mo
share/locale/de/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/de/LC_MESSAGES/plasma-discover.mo
share/locale/de/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/el/LC_MESSAGES/libdiscover.mo
share/locale/el/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/el/LC_MESSAGES/plasma-discover.mo
share/locale/el/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/en_GB/LC_MESSAGES/libdiscover.mo
share/locale/en_GB/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/en_GB/LC_MESSAGES/plasma-discover.mo
share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/es/LC_MESSAGES/libdiscover.mo
share/locale/es/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/es/LC_MESSAGES/plasma-discover.mo
share/locale/es/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/et/LC_MESSAGES/libdiscover.mo
share/locale/et/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/et/LC_MESSAGES/plasma-discover.mo
share/locale/et/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/eu/LC_MESSAGES/libdiscover.mo
share/locale/eu/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/eu/LC_MESSAGES/plasma-discover.mo
share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/fi/LC_MESSAGES/libdiscover.mo
share/locale/fi/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/fi/LC_MESSAGES/plasma-discover.mo
share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/fr/LC_MESSAGES/libdiscover.mo
share/locale/fr/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/fr/LC_MESSAGES/plasma-discover.mo
share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/ga/LC_MESSAGES/libdiscover.mo
share/locale/ga/LC_MESSAGES/plasma-discover.mo
share/locale/gl/LC_MESSAGES/libdiscover.mo
share/locale/gl/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/gl/LC_MESSAGES/plasma-discover.mo
share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/he/LC_MESSAGES/libdiscover.mo
share/locale/he/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/he/LC_MESSAGES/plasma-discover.mo
share/locale/he/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/hu/LC_MESSAGES/libdiscover.mo
share/locale/hu/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/hu/LC_MESSAGES/plasma-discover.mo
share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/ia/LC_MESSAGES/libdiscover.mo
share/locale/ia/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/ia/LC_MESSAGES/plasma-discover.mo
share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/id/LC_MESSAGES/libdiscover.mo
share/locale/id/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/id/LC_MESSAGES/plasma-discover.mo
share/locale/id/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/it/LC_MESSAGES/libdiscover.mo
share/locale/it/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/it/LC_MESSAGES/plasma-discover.mo
share/locale/it/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/ja/LC_MESSAGES/libdiscover.mo
share/locale/ja/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/ja/LC_MESSAGES/plasma-discover.mo
share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/kk/LC_MESSAGES/libdiscover.mo
share/locale/kk/LC_MESSAGES/plasma-discover.mo
share/locale/ko/LC_MESSAGES/libdiscover.mo
share/locale/ko/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/ko/LC_MESSAGES/plasma-discover.mo
share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/lt/LC_MESSAGES/libdiscover.mo
share/locale/lt/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/lt/LC_MESSAGES/plasma-discover.mo
share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/ml/LC_MESSAGES/libdiscover.mo
share/locale/ml/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/ml/LC_MESSAGES/plasma-discover.mo
share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/mr/LC_MESSAGES/libdiscover.mo
share/locale/mr/LC_MESSAGES/plasma-discover.mo
share/locale/nb/LC_MESSAGES/libdiscover.mo
share/locale/nb/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/nb/LC_MESSAGES/plasma-discover.mo
share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/nds/LC_MESSAGES/libdiscover.mo
share/locale/nds/LC_MESSAGES/plasma-discover.mo
share/locale/nl/LC_MESSAGES/libdiscover.mo
share/locale/nl/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/nl/LC_MESSAGES/plasma-discover.mo
share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/nn/LC_MESSAGES/libdiscover.mo
share/locale/nn/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/nn/LC_MESSAGES/plasma-discover.mo
share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/pa/LC_MESSAGES/libdiscover.mo
share/locale/pa/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/pa/LC_MESSAGES/plasma-discover.mo
share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/pl/LC_MESSAGES/libdiscover.mo
share/locale/pl/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/pl/LC_MESSAGES/plasma-discover.mo
share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/pt/LC_MESSAGES/libdiscover.mo
share/locale/pt/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/pt/LC_MESSAGES/plasma-discover.mo
share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/pt_BR/LC_MESSAGES/libdiscover.mo
share/locale/pt_BR/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/pt_BR/LC_MESSAGES/plasma-discover.mo
share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/ro/LC_MESSAGES/libdiscover.mo
share/locale/ro/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/ro/LC_MESSAGES/plasma-discover.mo
share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/ru/LC_MESSAGES/libdiscover.mo
share/locale/ru/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/ru/LC_MESSAGES/plasma-discover.mo
share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/sk/LC_MESSAGES/libdiscover.mo
share/locale/sk/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/sk/LC_MESSAGES/plasma-discover.mo
share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/sl/LC_MESSAGES/libdiscover.mo
share/locale/sl/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/sl/LC_MESSAGES/plasma-discover.mo
share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/sr/LC_MESSAGES/libdiscover.mo
share/locale/sr/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/sr/LC_MESSAGES/plasma-discover.mo
share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/sr@ijekavian/LC_MESSAGES/libdiscover.mo
share/locale/sr@ijekavian/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/sr@ijekavian/LC_MESSAGES/plasma-discover.mo
share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/libdiscover.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma-discover.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/sr@latin/LC_MESSAGES/libdiscover.mo
share/locale/sr@latin/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/sr@latin/LC_MESSAGES/plasma-discover.mo
share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/sv/LC_MESSAGES/libdiscover.mo
share/locale/sv/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/sv/LC_MESSAGES/plasma-discover.mo
share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/tg/LC_MESSAGES/libdiscover.mo
share/locale/tr/LC_MESSAGES/libdiscover.mo
share/locale/tr/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/tr/LC_MESSAGES/plasma-discover.mo
share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/ug/LC_MESSAGES/libdiscover.mo
share/locale/ug/LC_MESSAGES/plasma-discover.mo
share/locale/uk/LC_MESSAGES/libdiscover.mo
share/locale/uk/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/uk/LC_MESSAGES/plasma-discover.mo
share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/vi/LC_MESSAGES/libdiscover.mo
share/locale/vi/LC_MESSAGES/plasma-discover.mo
share/locale/zh_CN/LC_MESSAGES/libdiscover.mo
share/locale/zh_CN/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/zh_CN/LC_MESSAGES/plasma-discover.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/locale/zh_TW/LC_MESSAGES/libdiscover.mo
share/locale/zh_TW/LC_MESSAGES/plasma-discover-notifier.mo
share/locale/zh_TW/LC_MESSAGES/plasma-discover.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.discovernotifier.mo
share/metainfo/org.kde.discover.appdata.xml
share/metainfo/org.kde.discovernotifier.appdata.xml
share/plasma/plasmoids/org.kde.discovernotifier/contents/ui/main.qml
share/plasma/plasmoids/org.kde.discovernotifier/metadata.desktop
share/plasma/plasmoids/org.kde.discovernotifier/metadata.json
share/qlogging-categories5/discover.categories

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529873
SHA256 (KDE/plasma/5.16.5/drkonqi-5.16.5.tar.xz) = b4ae1518108c2d3ccbc533708801b52b83b7e9efd6eed9f1ee9d67936b9e78ff
SIZE (KDE/plasma/5.16.5/drkonqi-5.16.5.tar.xz) = 743220
TIMESTAMP = 1571209652
SHA256 (KDE/plasma/5.17.0/drkonqi-5.17.0.tar.xz) = 13974762e5987fe0af23c93770ac64026b190def95c22b230c7fa41db8c81749
SIZE (KDE/plasma/5.17.0/drkonqi-5.17.0.tar.xz) = 739904

View file

@ -1,4 +1,3 @@
etc/xdg/drkonqi.categories
lib/libexec/drkonqi
share/applications/org.kde.drkonqi.desktop
%%DATADIR%%/debuggers/external/cdbrc
@ -69,7 +68,6 @@ 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
@ -100,3 +98,4 @@ 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-categories5/drkonqi.categories

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529884
SHA256 (KDE/plasma/5.16.5/kde-cli-tools-5.16.5.tar.xz) = bc82b159d3c9a23f0ecb47a8314b645041b01692887a3be0ef0582d54f926de2
SIZE (KDE/plasma/5.16.5/kde-cli-tools-5.16.5.tar.xz) = 587312
TIMESTAMP = 1571209673
SHA256 (KDE/plasma/5.17.0/kde-cli-tools-5.17.0.tar.xz) = 1d554bc8c68b9a7ec7e467bcd38b64ed706c5c6a6de566c4b205b536f5490744
SIZE (KDE/plasma/5.17.0/kde-cli-tools-5.17.0.tar.xz) = 590056

View file

@ -17,6 +17,7 @@ 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/id/man1/kdesu.1.gz
man/it/man1/kdesu.1.gz
man/man1/kdesu.1.gz
man/nb/man1/kdesu.1.gz
@ -46,6 +47,10 @@ 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/id/kcontrol5/filetypes/index.cache.bz2
share/doc/HTML/id/kcontrol5/filetypes/index.docbook
share/doc/HTML/id/kdesu/index.cache.bz2
share/doc/HTML/id/kdesu/index.docbook
share/doc/HTML/it/kcontrol5/filetypes/index.cache.bz2
share/doc/HTML/it/kcontrol5/filetypes/index.docbook
share/doc/HTML/it/kdesu/index.cache.bz2
@ -496,12 +501,6 @@ share/locale/oc/LC_MESSAGES/kioclient5.mo
share/locale/oc/LC_MESSAGES/kmimetypefinder5.mo
share/locale/oc/LC_MESSAGES/kstart5.mo
share/locale/oc/LC_MESSAGES/ktraderclient5.mo
share/locale/or/LC_MESSAGES/kcmshell5.mo
share/locale/or/LC_MESSAGES/kdesu5.mo
share/locale/or/LC_MESSAGES/kioclient5.mo
share/locale/or/LC_MESSAGES/kmimetypefinder5.mo
share/locale/or/LC_MESSAGES/kstart5.mo
share/locale/or/LC_MESSAGES/ktraderclient5.mo
share/locale/pa/LC_MESSAGES/kcm5_filetypes.mo
share/locale/pa/LC_MESSAGES/kcmshell5.mo
share/locale/pa/LC_MESSAGES/kdesu5.mo

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529895
SHA256 (KDE/plasma/5.16.5/kinfocenter-5.16.5.tar.xz) = e3bbc5e2baedf35dc8750c99e18c115b651f2665218a105c08177bc5250eb9b1
SIZE (KDE/plasma/5.16.5/kinfocenter-5.16.5.tar.xz) = 1321040
TIMESTAMP = 1571209695
SHA256 (KDE/plasma/5.17.0/kinfocenter-5.17.0.tar.xz) = f9866450a795b6c458011de457f27e51258803459d5d384b7366f13f9a1c8d7e
SIZE (KDE/plasma/5.17.0/kinfocenter-5.17.0.tar.xz) = 1343076

View file

@ -20,6 +20,8 @@ share/doc/HTML/de/kinfocenter/index.docbook
share/doc/HTML/en/kinfocenter/index.cache.bz2
share/doc/HTML/en/kinfocenter/index.docbook
share/doc/HTML/en/kinfocenter/kinfocenter.png
share/doc/HTML/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/nl/kinfocenter/index.cache.bz2
@ -79,6 +81,8 @@ share/locale/ar/LC_MESSAGES/kcmsamba.mo
share/locale/ar/LC_MESSAGES/kcmusb.mo
share/locale/ar/LC_MESSAGES/kcmview1394.mo
share/locale/ar/LC_MESSAGES/kinfocenter.mo
share/locale/ast/LC_MESSAGES/kcm-about-distro.mo
share/locale/ast/LC_MESSAGES/kinfocenter.mo
share/locale/be/LC_MESSAGES/kcminfo.mo
share/locale/be/LC_MESSAGES/kcmopengl.mo
share/locale/be/LC_MESSAGES/kcmsamba.mo
@ -526,6 +530,7 @@ share/locale/ku/LC_MESSAGES/kcmview1394.mo
share/locale/ku/LC_MESSAGES/kinfocenter.mo
share/locale/lt/LC_MESSAGES/kcm-about-distro.mo
share/locale/lt/LC_MESSAGES/kcm_energyinfo.mo
share/locale/lt/LC_MESSAGES/kcm_fileindexermonitor.mo
share/locale/lt/LC_MESSAGES/kcm_memory.mo
share/locale/lt/LC_MESSAGES/kcm_pci.mo
share/locale/lt/LC_MESSAGES/kcmdevinfo.mo
@ -546,7 +551,6 @@ share/locale/lv/LC_MESSAGES/kcmsamba.mo
share/locale/lv/LC_MESSAGES/kcmusb.mo
share/locale/lv/LC_MESSAGES/kcmview1394.mo
share/locale/lv/LC_MESSAGES/kinfocenter.mo
share/locale/lt/LC_MESSAGES/kcm_fileindexermonitor.mo
share/locale/mai/LC_MESSAGES/kcm_memory.mo
share/locale/mai/LC_MESSAGES/kcm_pci.mo
share/locale/mai/LC_MESSAGES/kcmdevinfo.mo
@ -655,14 +659,6 @@ share/locale/oc/LC_MESSAGES/kcmsamba.mo
share/locale/oc/LC_MESSAGES/kcmusb.mo
share/locale/oc/LC_MESSAGES/kcmview1394.mo
share/locale/oc/LC_MESSAGES/kinfocenter.mo
share/locale/or/LC_MESSAGES/kcm_memory.mo
share/locale/or/LC_MESSAGES/kcm_pci.mo
share/locale/or/LC_MESSAGES/kcminfo.mo
share/locale/or/LC_MESSAGES/kcmopengl.mo
share/locale/or/LC_MESSAGES/kcmsamba.mo
share/locale/or/LC_MESSAGES/kcmusb.mo
share/locale/or/LC_MESSAGES/kcmview1394.mo
share/locale/or/LC_MESSAGES/kinfocenter.mo
share/locale/pa/LC_MESSAGES/kcm-about-distro.mo
share/locale/pa/LC_MESSAGES/kcm_energyinfo.mo
share/locale/pa/LC_MESSAGES/kcm_memory.mo

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529896
SHA256 (KDE/plasma/5.16.5/kmenuedit-5.16.5.tar.xz) = 8e95b81b910e5e78689fc7d4427c813ba7d39426df24cf8606adb850913a19a4
SIZE (KDE/plasma/5.16.5/kmenuedit-5.16.5.tar.xz) = 810148
TIMESTAMP = 1571209696
SHA256 (KDE/plasma/5.17.0/kmenuedit-5.17.0.tar.xz) = c8c433e8d4e3e13a5ace0ebc265756441aa01a07b1e68e45ce71387f128cc706
SIZE (KDE/plasma/5.17.0/kmenuedit-5.17.0.tar.xz) = 815476

View file

@ -1,5 +1,4 @@
bin/kmenuedit
etc/xdg/kmenuedit.categories
lib/libkdeinit5_kmenuedit.so
share/applications/org.kde.kmenuedit.desktop
share/doc/HTML/ca/kmenuedit/done.png
@ -20,6 +19,8 @@ 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/id/kmenuedit/index.cache.bz2
share/doc/HTML/id/kmenuedit/index.docbook
share/doc/HTML/it/kmenuedit/index.cache.bz2
share/doc/HTML/it/kmenuedit/index.docbook
share/doc/HTML/nl/kmenuedit/index.cache.bz2
@ -116,7 +117,6 @@ 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
@ -147,3 +147,4 @@ 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/qlogging-categories5/kmenuedit.categories

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529897
SHA256 (KDE/plasma/5.16.5/ksysguard-5.16.5.tar.xz) = 5558977389cb1fac4a5ce52c9430b27d9d1ee92705ae1995d92bed5340477282
SIZE (KDE/plasma/5.16.5/ksysguard-5.16.5.tar.xz) = 500304
TIMESTAMP = 1571209697
SHA256 (KDE/plasma/5.17.0/ksysguard-5.17.0.tar.xz) = 4181535cc74f73c0a75fcf7a377595bd0381125a6f5537b116327b94402013d5
SIZE (KDE/plasma/5.17.0/ksysguard-5.17.0.tar.xz) = 514500

View file

@ -1,7 +1,9 @@
bin/ksysguard
bin/ksysguardd
etc/ksysguarddrc
lib/libexec/ksysguard/ksgrd_network_helper
lib/libkdeinit5_ksysguard.so
%%QT_PLUGINDIR%%/ksysguard/process/ksysguard_plugin_network.so
share/applications/org.kde.ksysguard.desktop
share/doc/HTML/ca/ksysguard/index.cache.bz2
share/doc/HTML/ca/ksysguard/index.docbook
@ -11,6 +13,8 @@ share/doc/HTML/en/ksysguard/index.cache.bz2
share/doc/HTML/en/ksysguard/index.docbook
share/doc/HTML/et/ksysguard/index.cache.bz2
share/doc/HTML/et/ksysguard/index.docbook
share/doc/HTML/id/ksysguard/index.cache.bz2
share/doc/HTML/id/ksysguard/index.docbook
share/doc/HTML/it/ksysguard/index.cache.bz2
share/doc/HTML/it/ksysguard/index.docbook
share/doc/HTML/nl/ksysguard/index.cache.bz2
@ -41,6 +45,7 @@ share/knsrcfiles/ksysguard.knsrc
share/kxmlgui5/ksysguard/ksysguardui.rc
share/locale/af/LC_MESSAGES/ksysguard.mo
share/locale/ar/LC_MESSAGES/ksysguard.mo
share/locale/ast/LC_MESSAGES/ksysguard.mo
share/locale/be/LC_MESSAGES/ksysguard.mo
share/locale/be@latin/LC_MESSAGES/ksysguard.mo
share/locale/bg/LC_MESSAGES/ksysguard.mo
@ -97,7 +102,6 @@ share/locale/ne/LC_MESSAGES/ksysguard.mo
share/locale/nl/LC_MESSAGES/ksysguard.mo
share/locale/nn/LC_MESSAGES/ksysguard.mo
share/locale/oc/LC_MESSAGES/ksysguard.mo
share/locale/or/LC_MESSAGES/ksysguard.mo
share/locale/pa/LC_MESSAGES/ksysguard.mo
share/locale/pl/LC_MESSAGES/ksysguard.mo
share/locale/pt/LC_MESSAGES/ksysguard.mo

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529897
SHA256 (KDE/plasma/5.16.5/libksysguard-5.16.5.tar.xz) = f09b99737a937df890ecdd2a33720b6cba3c79fc8bc17ef1470572748a6e1976
SIZE (KDE/plasma/5.16.5/libksysguard-5.16.5.tar.xz) = 579572
TIMESTAMP = 1571209698
SHA256 (KDE/plasma/5.17.0/libksysguard-5.17.0.tar.xz) = 87370f4c16ba489e988f39e53015a677b1e30070e79888b07f9826695ec7e9ac
SIZE (KDE/plasma/5.17.0/libksysguard-5.17.0.tar.xz) = 603756

View file

@ -1,4 +1,3 @@
etc/xdg/libksysguard.categories
include/ksysguard/ksgrd/SensorAgent.h
include/ksysguard/ksgrd/SensorClient.h
include/ksysguard/ksgrd/SensorManager.h
@ -6,8 +5,13 @@ include/ksysguard/ksgrd/SensorShellAgent.h
include/ksysguard/ksgrd/SensorSocketAgent.h
include/ksysguard/ksignalplotter.h
include/ksysguard/lsof.h
include/ksysguard/processcore/formatter.h
include/ksysguard/processcore/process.h
include/ksysguard/processcore/process_attribute.h
include/ksysguard/processcore/process_controller.h
include/ksysguard/processcore/process_data_provider.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
@ -46,6 +50,7 @@ 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/processcore.mo
share/locale/be/LC_MESSAGES/processcore.mo
share/locale/be/LC_MESSAGES/processui.mo
share/locale/be@latin/LC_MESSAGES/ksysguardlsofwidgets.mo
@ -222,9 +227,6 @@ 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
@ -320,3 +322,4 @@ 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/polkit-1/actions/org.kde.ksysguard.processlisthelper.policy
share/qlogging-categories5/libksysguard.categories

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529898
SHA256 (KDE/plasma/5.16.5/polkit-kde-agent-1-5.16.5.tar.xz) = 6f7a17990d72bb25c93acae919b764f95ac226754209b2e177075fbe9251f95f
SIZE (KDE/plasma/5.16.5/polkit-kde-agent-1-5.16.5.tar.xz) = 43152
TIMESTAMP = 1571209699
SHA256 (KDE/plasma/5.17.0/polkit-kde-agent-1-5.17.0.tar.xz) = 9bbe7faa06a25768ba5dcdb3a084afeb8d9d3e284388d0c6138bd4cd51a418f0
SIZE (KDE/plasma/5.17.0/polkit-kde-agent-1-5.17.0.tar.xz) = 43256

View file

@ -32,7 +32,6 @@ 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

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529909
SHA256 (KDE/plasma/5.16.5/powerdevil-5.16.5.tar.xz) = ac868f31df8c6bcc6b1c850efa0640695ba698caabefcb21fc0b0c3405712139
SIZE (KDE/plasma/5.16.5/powerdevil-5.16.5.tar.xz) = 590400
TIMESTAMP = 1571209720
SHA256 (KDE/plasma/5.17.0/powerdevil-5.17.0.tar.xz) = ea0ebd64c9f315f890421ae2ff0d7d756b61071331868ff9a63e47a9cba59fe5
SIZE (KDE/plasma/5.17.0/powerdevil-5.17.0.tar.xz) = 593748

View file

@ -38,6 +38,8 @@ share/doc/HTML/en/kcontrol/powerdevil/index.cache.bz2
share/doc/HTML/en/kcontrol/powerdevil/index.docbook
share/doc/HTML/et/kcontrol/powerdevil/index.cache.bz2
share/doc/HTML/et/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
@ -76,6 +78,7 @@ share/locale/ar/LC_MESSAGES/powerdevilactivitiesconfig.mo
share/locale/ar/LC_MESSAGES/powerdevilglobalconfig.mo
share/locale/ar/LC_MESSAGES/powerdevilprofilesconfig.mo
share/locale/as/LC_MESSAGES/powerdevil.mo
share/locale/ast/LC_MESSAGES/libpowerdevilcommonconfig.mo
share/locale/be@latin/LC_MESSAGES/powerdevil.mo
share/locale/bg/LC_MESSAGES/powerdevil.mo
share/locale/bg/LC_MESSAGES/powerdevilactivitiesconfig.mo
@ -171,7 +174,6 @@ share/locale/hi/LC_MESSAGES/powerdevil.mo
share/locale/hr/LC_MESSAGES/powerdevil.mo
share/locale/hr/LC_MESSAGES/powerdevilglobalconfig.mo
share/locale/hr/LC_MESSAGES/powerdevilprofilesconfig.mo
share/locale/hsb/LC_MESSAGES/powerdevil.mo
share/locale/hu/LC_MESSAGES/libpowerdevilcommonconfig.mo
share/locale/hu/LC_MESSAGES/powerdevil.mo
share/locale/hu/LC_MESSAGES/powerdevilactivitiesconfig.mo
@ -187,7 +189,6 @@ share/locale/id/LC_MESSAGES/powerdevil.mo
share/locale/id/LC_MESSAGES/powerdevilactivitiesconfig.mo
share/locale/id/LC_MESSAGES/powerdevilglobalconfig.mo
share/locale/id/LC_MESSAGES/powerdevilprofilesconfig.mo
share/locale/is/LC_MESSAGES/powerdevil.mo
share/locale/it/LC_MESSAGES/libpowerdevilcommonconfig.mo
share/locale/it/LC_MESSAGES/powerdevil.mo
share/locale/it/LC_MESSAGES/powerdevilactivitiesconfig.mo
@ -254,7 +255,6 @@ share/locale/nn/LC_MESSAGES/powerdevil.mo
share/locale/nn/LC_MESSAGES/powerdevilactivitiesconfig.mo
share/locale/nn/LC_MESSAGES/powerdevilglobalconfig.mo
share/locale/nn/LC_MESSAGES/powerdevilprofilesconfig.mo
share/locale/or/LC_MESSAGES/powerdevil.mo
share/locale/pa/LC_MESSAGES/libpowerdevilcommonconfig.mo
share/locale/pa/LC_MESSAGES/powerdevil.mo
share/locale/pa/LC_MESSAGES/powerdevilactivitiesconfig.mo
@ -323,6 +323,7 @@ share/locale/sv/LC_MESSAGES/powerdevilactivitiesconfig.mo
share/locale/sv/LC_MESSAGES/powerdevilglobalconfig.mo
share/locale/sv/LC_MESSAGES/powerdevilprofilesconfig.mo
share/locale/te/LC_MESSAGES/powerdevil.mo
share/locale/tg/LC_MESSAGES/libpowerdevilcommonconfig.mo
share/locale/tg/LC_MESSAGES/powerdevil.mo
share/locale/th/LC_MESSAGES/powerdevil.mo
share/locale/th/LC_MESSAGES/powerdevilglobalconfig.mo

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529910
SHA256 (KDE/plasma/5.16.5/systemsettings-5.16.5.tar.xz) = 57944cf3f566cf5e25d5859f5716b2ad5dbd87de259f8d77efdfdd50a16fe1ec
SIZE (KDE/plasma/5.16.5/systemsettings-5.16.5.tar.xz) = 180252
TIMESTAMP = 1571209722
SHA256 (KDE/plasma/5.17.0/systemsettings-5.17.0.tar.xz) = 7b3d93bd3cd4c33b878aabff4bd9c8134ca7395a0290e59260464cf5d69f17f3
SIZE (KDE/plasma/5.17.0/systemsettings-5.17.0.tar.xz) = 172536

View file

@ -1,5 +1,4 @@
bin/systemsettings5
etc/xdg/systemsettings.categories
include/systemsettingsview/BaseData.h
include/systemsettingsview/BaseMode.h
include/systemsettingsview/MenuItem.h
@ -9,7 +8,6 @@ include/systemsettingsview/ModuleView.h
include/systemsettingsview/systemsettingsview_export.h
lib/libsystemsettingsview.so
lib/libsystemsettingsview.so.3
%%QT_PLUGINDIR%%/classic_mode.so
%%QT_PLUGINDIR%%/icon_mode.so
%%QT_PLUGINDIR%%/systemsettings_sidebar_mode.so
share/applications/kdesystemsettings.desktop
@ -20,6 +18,8 @@ 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/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
@ -34,7 +34,6 @@ share/doc/HTML/sv/systemsettings/index.cache.bz2
share/doc/HTML/sv/systemsettings/index.docbook
share/doc/HTML/uk/systemsettings/index.cache.bz2
share/doc/HTML/uk/systemsettings/index.docbook
share/kpackage/genericqml/org.kde.systemsettings.sidebar/contents/ui/ActionMenu.qml
share/kpackage/genericqml/org.kde.systemsettings.sidebar/contents/ui/CategoriesPage.qml
share/kpackage/genericqml/org.kde.systemsettings.sidebar/contents/ui/IntroIcon.qml
share/kpackage/genericqml/org.kde.systemsettings.sidebar/contents/ui/SubCategoryPage.qml
@ -45,9 +44,7 @@ share/kservices5/settings-appearance-applicationstyle.desktop
share/kservices5/settings-appearance-color.desktop
share/kservices5/settings-appearance-font.desktop
share/kservices5/settings-appearance-icons.desktop
share/kservices5/settings-appearance-workspacetheme.desktop
share/kservices5/settings-appearance.desktop
share/kservices5/settings-classic-view.desktop
share/kservices5/settings-hardware-display.desktop
share/kservices5/settings-hardware-input.desktop
share/kservices5/settings-hardware-multimedia.desktop
@ -67,6 +64,7 @@ share/kservices5/settings-personalization-notification.desktop
share/kservices5/settings-personalization-regionalsettings.desktop
share/kservices5/settings-personalization.desktop
share/kservices5/settings-sidebar-view.desktop
share/kservices5/settings-system-administration.desktop
share/kservices5/settings-workspace-desktopbehavior.desktop
share/kservices5/settings-workspace-search.desktop
share/kservices5/settings-workspace-session.desktop
@ -130,7 +128,6 @@ 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
@ -159,6 +156,5 @@ 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
%%DATADIR%%/classic/main.html
%%DATADIR%%/classic/systemsettings-classic.css
%%DATADIR%%/systemsettings.kcfg
share/qlogging-categories5/systemsettings.categories

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529911
SHA256 (KDE/plasma/5.16.5/user-manager-5.16.5.tar.xz) = e9df3ec2718de68b0b46d0b86f993fe450b236e13dda6219f350121f08f4c468
SIZE (KDE/plasma/5.16.5/user-manager-5.16.5.tar.xz) = 547036
TIMESTAMP = 1571209723
SHA256 (KDE/plasma/5.17.0/user-manager-5.17.0.tar.xz) = 659fab189915140e136c426d6a22852f9685ab85f1fec07a44faaa7a663c8d3d
SIZE (KDE/plasma/5.17.0/user-manager-5.17.0.tar.xz) = 2163768

View file

@ -1,33 +1,30 @@
etc/xdg/user-manager.categories
%%QT_PLUGINDIR%%/user_manager.so
share/kservices5/user_manager.desktop
%%DATADIR%%/avatars/bluesstyle/Ada Lovelace.png
%%DATADIR%%/avatars/bluesstyle/Alice in Wonderland.png
%%DATADIR%%/avatars/bluesstyle/Grace Hopper.png
%%DATADIR%%/avatars/bluesstyle/Leonardo da Vinci.png
%%DATADIR%%/avatars/bluesstyle/Mahatma Gandhi.png
%%DATADIR%%/avatars/bluesstyle/Man.png
%%DATADIR%%/avatars/bluesstyle/Mowgli jungle book.png
%%DATADIR%%/avatars/circles/Cat.png
%%DATADIR%%/avatars/circles/Female.png
%%DATADIR%%/avatars/circles/Konqui.png
%%DATADIR%%/avatars/circles/Konqi.png
%%DATADIR%%/avatars/circles/Male.png
%%DATADIR%%/avatars/circles/Penguin.png
%%DATADIR%%/avatars/circles/Zebra.png
%%DATADIR%%/avatars/classic/Blackbox.png
%%DATADIR%%/avatars/classic/Bomb.png
%%DATADIR%%/avatars/classic/Dragon.png
%%DATADIR%%/avatars/classic/Green.png
%%DATADIR%%/avatars/classic/Happy.png
%%DATADIR%%/avatars/classic/Listening.png
%%DATADIR%%/avatars/classic/Notme.png
%%DATADIR%%/avatars/classic/TV.png
%%DATADIR%%/avatars/konqui/Kati.png
%%DATADIR%%/avatars/konqui/Konqui.png
%%DATADIR%%/avatars/konqui/Logger.png
%%DATADIR%%/avatars/konqui/Parley.png
%%DATADIR%%/avatars/konqui/Rekonqui.png
%%DATADIR%%/avatars/konqui/Artist Konqi.png
%%DATADIR%%/avatars/konqui/Bookworm Konqi.png
%%DATADIR%%/avatars/konqui/Boss Konqi.png
%%DATADIR%%/avatars/konqui/Bug Catcher Konqi.png
%%DATADIR%%/avatars/konqui/Card Shark Konqi.png
%%DATADIR%%/avatars/konqui/Hacker Konqi.png
%%DATADIR%%/avatars/konqui/Journalist Konqi.png
%%DATADIR%%/avatars/konqui/Katie.png
%%DATADIR%%/avatars/konqui/Konqi.png
%%DATADIR%%/avatars/konqui/Mechanic Konqi.png
%%DATADIR%%/avatars/konqui/Messenger Konqi.png
%%DATADIR%%/avatars/konqui/Musician Konqi.png
%%DATADIR%%/avatars/konqui/Office Worker Konqi.png
%%DATADIR%%/avatars/konqui/PC Builder Konqi.png
%%DATADIR%%/avatars/konqui/Scientist Konqi.png
%%DATADIR%%/avatars/konqui/Teacher Konqi.png
%%DATADIR%%/avatars/konqui/Virtual Reality Konqi.png
share/locale/ar/LC_MESSAGES/user_manager.mo
share/locale/bg/LC_MESSAGES/user_manager.mo
share/locale/bs/LC_MESSAGES/user_manager.mo
share/locale/ca/LC_MESSAGES/user_manager.mo
share/locale/ca@valencia/LC_MESSAGES/user_manager.mo
@ -50,7 +47,6 @@ share/locale/it/LC_MESSAGES/user_manager.mo
share/locale/ja/LC_MESSAGES/user_manager.mo
share/locale/ko/LC_MESSAGES/user_manager.mo
share/locale/lt/LC_MESSAGES/user_manager.mo
share/locale/ml/LC_MESSAGES/user_manager.mo
share/locale/mr/LC_MESSAGES/user_manager.mo
share/locale/nb/LC_MESSAGES/user_manager.mo
share/locale/nl/LC_MESSAGES/user_manager.mo
@ -73,3 +69,4 @@ share/locale/ug/LC_MESSAGES/user_manager.mo
share/locale/uk/LC_MESSAGES/user_manager.mo
share/locale/zh_CN/LC_MESSAGES/user_manager.mo
share/locale/zh_TW/LC_MESSAGES/user_manager.mo
share/qlogging-categories5/user-manager.categories

View file

@ -8,8 +8,8 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 components to integrate browsers into the desktop
USES= compiler:c++11-lang cmake kde:5 qt:5 tar:xz
USE_KDE= activities completion config coreaddons dbusaddons i18n jobwidgets kio \
notifications package plasma-framework runner service \
USE_KDE= activities completion config coreaddons dbusaddons filemetadata i18n jobwidgets kio \
notifications package plasma-framework purpose runner service \
widgetsaddons windowsystem
USE_QT= concurrent core dbus gui network widgets \
buildtools_build qmake_build

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529911
SHA256 (KDE/plasma/5.16.5/plasma-browser-integration-5.16.5.tar.xz) = 99269c7e27fddb0c075bff28a5afba41298dc8d28297d69f35f6bc30f3af1d35
SIZE (KDE/plasma/5.16.5/plasma-browser-integration-5.16.5.tar.xz) = 123784
TIMESTAMP = 1571209724
SHA256 (KDE/plasma/5.17.0/plasma-browser-integration-5.17.0.tar.xz) = 2b91669492f30fa7fcc082e31499f99e93a21365e27ebae3a14ead7ddeaa28d4
SIZE (KDE/plasma/5.17.0/plasma-browser-integration-5.17.0.tar.xz) = 145440

View file

@ -5,6 +5,8 @@ lib/mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.json
%%QT_PLUGINDIR%%/kf5/kded/browserintegrationreminder.so
%%QT_PLUGINDIR%%/krunner_browsertabs.so
share/kservices5/plasma-runner-browsertabs.desktop
share/locale/ast/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/ast/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/LC_MESSAGES/plasma_runner_browsertabs.mo
@ -44,9 +46,6 @@ share/locale/id/LC_MESSAGES/plasma_runner_browsertabs.mo
share/locale/it/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/it/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/it/LC_MESSAGES/plasma_runner_browsertabs.mo
share/locale/ja/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/ja/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/ja/LC_MESSAGES/plasma_runner_browsertabs.mo
share/locale/ko/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/ko/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/ko/LC_MESSAGES/plasma_runner_browsertabs.mo
@ -54,9 +53,6 @@ share/locale/lt/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/lt/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/lt/LC_MESSAGES/plasma_runner_browsertabs.mo
share/locale/nb/LC_MESSAGES/plasma_runner_browsertabs.mo
share/locale/ml/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/ml/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/ml/LC_MESSAGES/plasma_runner_browsertabs.mo
share/locale/nl/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/nl/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/nl/LC_MESSAGES/plasma_runner_browsertabs.mo
@ -87,6 +83,7 @@ share/locale/sr@latin/LC_MESSAGES/plasma_runner_browsertabs.mo
share/locale/sv/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/sv/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/sv/LC_MESSAGES/plasma_runner_browsertabs.mo
share/locale/tg/LC_MESSAGES/plasma-browser-integration-reminder.mo
share/locale/tr/LC_MESSAGES/plasma_runner_browsertabs.mo
share/locale/uk/LC_MESSAGES/plasma-browser-integration-host.mo
share/locale/uk/LC_MESSAGES/plasma-browser-integration-reminder.mo

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529935
SHA256 (KDE/plasma/5.16.5/breeze-gtk-5.16.5.tar.xz) = d9849ecf6c2fc85fde76912410ab36c46ca65b96d80b4e51819ca35015a88098
SIZE (KDE/plasma/5.16.5/breeze-gtk-5.16.5.tar.xz) = 47412
TIMESTAMP = 1571209762
SHA256 (KDE/plasma/5.17.0/breeze-gtk-5.17.0.tar.xz) = bba00e94bad2b6f9baae19b1edba076785f45a94b591dd4b34f7b9104348cc3a
SIZE (KDE/plasma/5.17.0/breeze-gtk-5.17.0.tar.xz) = 44224

View file

@ -245,6 +245,24 @@ 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/gtk-2.0/gtkrc
share/themes/Breeze-Dark/gtk-2.0/widgets/buttons
share/themes/Breeze-Dark/gtk-2.0/widgets/default
@ -257,8 +275,7 @@ 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.18/gtk.css
share/themes/Breeze-Dark/gtk-3.20/gtk.css
share/themes/Breeze-Dark/gtk-3.0/gtk.css
share/themes/Breeze/assets/arrow-down-active.png
share/themes/Breeze/assets/arrow-down-hover.png
share/themes/Breeze/assets/arrow-down-insensitive.png
@ -504,6 +521,24 @@ 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/gtk-2.0/gtkrc
share/themes/Breeze/gtk-2.0/widgets/buttons
share/themes/Breeze/gtk-2.0/widgets/default
@ -516,7 +551,5 @@ 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.18/gtk-dark.css
share/themes/Breeze/gtk-3.18/gtk.css
share/themes/Breeze/gtk-3.20/gtk-dark.css
share/themes/Breeze/gtk-3.20/gtk.css
share/themes/Breeze/gtk-3.0/gtk-dark.css
share/themes/Breeze/gtk-3.0/gtk.css

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529924
SHA256 (KDE/plasma/5.16.5/breeze-5.16.5.tar.xz) = 09225021a2cf396e74cabe692b0a5dcf9a12f0b47f02fb14df6ccc9db01f2e6b
SIZE (KDE/plasma/5.16.5/breeze-5.16.5.tar.xz) = 16588516
TIMESTAMP = 1571209762
SHA256 (KDE/plasma/5.17.0/breeze-5.17.0.tar.xz) = 9d32ceffe33b776fcb7ec92d99088503a97c49e4b6216153438d5f7b93af8345
SIZE (KDE/plasma/5.17.0/breeze-5.17.0.tar.xz) = 16582484

View file

@ -7,41 +7,6 @@ lib/libbreezecommon5.so.%%KDE_PLASMA_VERSION%%
%%QT_PLUGINDIR%%/kstyle_breeze_config.so
%%QT_PLUGINDIR%%/org.kde.kdecoration2/breezedecoration.so
%%QT_PLUGINDIR%%/styles/breeze.so
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/ApplicationWindowStyle.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/Breeze.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/BusyIndicatorStyle.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/ButtonStyle.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/CheckBoxIndicator.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/CheckBoxStyle.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/ColorUtils.js
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/ComboBoxStyle.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/DemoPage1.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/DemoPage2.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/DemoPage3.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/DemoPage4.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/FocusFrameStyle.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/GroupBoxStyle.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/MenuBarStyle.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/MenuStyle.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/ProgressBarStyle.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/RadioButtonIndicator.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/RadioButtonStyle.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/ScrollArrow.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/ScrollBar.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/ScrollViewStyle.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/SliderStyle.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/SpinBoxStyle.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/StatusBarStyle.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/SwitchStyle.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/TabViewStyle.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/TableViewStyle.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/TextAreaStyle.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/TextFieldBackground.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/TextFieldStyle.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/ToolBarStyle.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/ToolButtonStyle.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/Triangle.qml
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Breeze/qmldir
share/QtCurve/Breeze.qtcurve
share/color-schemes/Breeze.colors
share/color-schemes/BreezeDark.colors
@ -108,8 +73,8 @@ share/icons/Breeze_Snow/cursors/move
share/icons/Breeze_Snow/cursors/n-resize
share/icons/Breeze_Snow/cursors/ne-resize
share/icons/Breeze_Snow/cursors/no-drop
share/icons/Breeze_Snow/cursors/nw-resize
share/icons/Breeze_Snow/cursors/not-allowed
share/icons/Breeze_Snow/cursors/nw-resize
share/icons/Breeze_Snow/cursors/openhand
share/icons/Breeze_Snow/cursors/pencil
share/icons/Breeze_Snow/cursors/pirate
@ -316,8 +281,6 @@ 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

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529946
SHA256 (KDE/plasma/5.16.5/kde-gtk-config-5.16.5.tar.xz) = f78abf129aaa7afac2c7a71105b36b9553a975bbcb89ec65a0166099d1cca8c1
SIZE (KDE/plasma/5.16.5/kde-gtk-config-5.16.5.tar.xz) = 154292
TIMESTAMP = 1571209784
SHA256 (KDE/plasma/5.17.0/kde-gtk-config-5.17.0.tar.xz) = a6eb212078877ef37cd103d92d2d342d6306c5c1f16778586dd271ecb75a3bd6
SIZE (KDE/plasma/5.17.0/kde-gtk-config-5.17.0.tar.xz) = 154892

View file

@ -39,7 +39,6 @@ share/locale/it/LC_MESSAGES/kde-gtk-config.mo
share/locale/ja/LC_MESSAGES/kde-gtk-config.mo
share/locale/ko/LC_MESSAGES/kde-gtk-config.mo
share/locale/lt/LC_MESSAGES/kde-gtk-config.mo
share/locale/ml/LC_MESSAGES/kde-gtk-config.mo
share/locale/nb/LC_MESSAGES/kde-gtk-config.mo
share/locale/nl/LC_MESSAGES/kde-gtk-config.mo
share/locale/nn/LC_MESSAGES/kde-gtk-config.mo

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529957
SHA256 (KDE/plasma/5.16.5/oxygen-5.16.5.tar.xz) = 0e85dcd874d2e69aaa2d4eefc379289c7dd572437f53e42f1d6d260d97c2f8a2
SIZE (KDE/plasma/5.16.5/oxygen-5.16.5.tar.xz) = 4466432
TIMESTAMP = 1571209805
SHA256 (KDE/plasma/5.17.0/oxygen-5.17.0.tar.xz) = 0ed752fc90634277d40f816a0ce0717b4708ced1e88596ab890112991c9614d2
SIZE (KDE/plasma/5.17.0/oxygen-5.17.0.tar.xz) = 4471944

View file

@ -7,6 +7,8 @@ lib/liboxygenstyleconfig5.so.%%KDE_PLASMA_VERSION%%
%%QT_PLUGINDIR%%/kstyle_oxygen_config.so
%%QT_PLUGINDIR%%/org.kde.kdecoration2/oxygendecoration.so
%%QT_PLUGINDIR%%/styles/oxygen.so
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
@ -471,8 +473,6 @@ 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
@ -491,8 +491,6 @@ 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
@ -582,16 +580,12 @@ 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
@ -629,8 +623,6 @@ 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
@ -692,8 +684,6 @@ 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

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529962
SHA256 (KDE/plasma/5.16.5/plasma-workspace-wallpapers-5.16.5.tar.xz) = ff6e0eac42c540c72556439e6477fb78be2dab456386218813cce021f82d42d9
SIZE (KDE/plasma/5.16.5/plasma-workspace-wallpapers-5.16.5.tar.xz) = 34172180
TIMESTAMP = 1571209811
SHA256 (KDE/plasma/5.17.0/plasma-workspace-wallpapers-5.17.0.tar.xz) = 67d3e69d9ad6292cf6b70ab7f35fe0a88d2a626efd0a1c4fa70b5c0049d1c973
SIZE (KDE/plasma/5.17.0/plasma-workspace-wallpapers-5.17.0.tar.xz) = 34173456

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529963
SHA256 (KDE/plasma/5.16.5/kdeplasma-addons-5.16.5.tar.xz) = a4737a54b75143053a9f8a5bc28c608f843c524872c665d4e5a65bd2853e1e00
SIZE (KDE/plasma/5.16.5/kdeplasma-addons-5.16.5.tar.xz) = 600480
TIMESTAMP = 1571209811
SHA256 (KDE/plasma/5.17.0/kdeplasma-addons-5.17.0.tar.xz) = d4c6ab840f61dcdc52b925045614f9de4089dc2fdf89726fd7c8638c521eb42e
SIZE (KDE/plasma/5.17.0/kdeplasma-addons-5.17.0.tar.xz) = 605488

View file

@ -36,6 +36,7 @@ lib/libplasmapotdprovidercore.so.1.0.0
%%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_unsplashprovider.so
%%QT_PLUGINDIR%%/potd/plasma_potd_wcpotdprovider.so
%%QT_QMLDIR%%/org/kde/plasma/private/colorpicker/libcolorpickerplugin.so
%%QT_QMLDIR%%/org/kde/plasma/private/colorpicker/qmldir
@ -154,6 +155,14 @@ share/locale/ar/LC_MESSAGES/plasma_runner_katesessions.mo
share/locale/ar/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
share/locale/ar/LC_MESSAGES/plasma_runner_mediawiki.mo
share/locale/ar/LC_MESSAGES/plasma_runner_spellcheckrunner.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.keyboardindicator.mo
share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo
share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo
share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo
share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo
share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.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
@ -164,8 +173,6 @@ 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_applet_org.kde.plasma.binaryclock.mo
share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.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
@ -1421,6 +1428,12 @@ 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_mediawiki.mo
share/locale/sv/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.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_runner_converterrunner.mo
share/locale/tg/LC_MESSAGES/plasma_runner_konsoleprofiles.mo
share/locale/tg/LC_MESSAGES/plasma_runner_mediawiki.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
@ -1603,7 +1616,6 @@ 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/icons/quota.svg
share/plasma/desktoptheme/default/weather/wind-arrows.svgz
share/plasma/desktoptheme/default/widgets/timer.svgz
share/plasma/plasmoids/org.kde.plasma.activitypager/metadata.desktop
@ -1682,6 +1694,7 @@ share/plasma/plasmoids/org.kde.plasma.mediaframe/metadata.desktop
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.desktop

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529964
SHA256 (KDE/plasma/5.16.5/kdecoration-5.16.5.tar.xz) = 2b8c7b7cf114d0eff4ec842009cda264d8cf1254ec4bf65868b6d26f263829bb
SIZE (KDE/plasma/5.16.5/kdecoration-5.16.5.tar.xz) = 42780
TIMESTAMP = 1571209812
SHA256 (KDE/plasma/5.17.0/kdecoration-5.17.0.tar.xz) = d6d25e6894d941001af035497388aa998599d89df0ca2847c8aa6275b9bf9266
SIZE (KDE/plasma/5.17.0/kdecoration-5.17.0.tar.xz) = 42972

View file

@ -46,7 +46,6 @@ share/locale/it/LC_MESSAGES/kdecoration.mo
share/locale/ja/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/pl/LC_MESSAGES/kdecoration.mo

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529975
SHA256 (KDE/plasma/5.16.5/kwin-5.16.5.tar.xz) = 7ff0e114e323ff7e10d78a157f8242b1d3cfa03967898d9e3fd3c039b7c9918b
SIZE (KDE/plasma/5.16.5/kwin-5.16.5.tar.xz) = 6250592
TIMESTAMP = 1571209834
SHA256 (KDE/plasma/5.17.0/kwin-5.17.0.tar.xz) = d99443978a0f5f12d93d1d877312144d9387762933e12ac614992ae6e92daed7
SIZE (KDE/plasma/5.17.0/kwin-5.17.0.tar.xz) = 6250824

View file

@ -1,6 +1,5 @@
bin/kwin_wayland
bin/kwin_x11
etc/xdg/org_kde_kwin.categories
include/kwin_export.h
include/kwinanimationeffect.h
include/kwinconfig.h
@ -154,7 +153,6 @@ 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/configure-filter.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
@ -207,6 +205,20 @@ 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/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
@ -317,6 +329,7 @@ share/icons/hicolor/16x16/apps/kwin.png
share/icons/hicolor/32x32/apps/kwin.png
share/icons/hicolor/48x48/apps/kwin.png
share/icons/hicolor/scalable/apps/kwin.svgz
share/kconf_update/kwin-5.16-auto-bordersize.sh
share/kconf_update/kwin.upd
share/knotifications5/kwin.notifyrc
share/knsrcfiles/aurorae.knsrc
@ -324,7 +337,6 @@ share/knsrcfiles/kwineffect.knsrc
share/knsrcfiles/kwinscripts.knsrc
share/knsrcfiles/kwinswitcher.knsrc
share/knsrcfiles/window-decorations.knsrc
share/locale/eu/LC_MESSAGES/kcmkwincommon.mo
share/kpackage/kcms/kcm_kwin_effects/contents/ui/Effect.qml
share/kpackage/kcms/kcm_kwin_effects/contents/ui/Video.qml
share/kpackage/kcms/kcm_kwin_effects/contents/ui/main.qml
@ -341,27 +353,7 @@ share/kpackage/kcms/kcm_kwindecoration/metadata.desktop
share/kpackage/kcms/kcm_kwindecoration/metadata.json
share/kservices5/kcm_kwin_effects.desktop
share/kservices5/kcm_kwin_virtualdesktops.desktop
share/kservices5/kwin-script-desktopchangeosd.desktop
share/kservices5/kwin-script-enforcedeco.desktop
share/kservices5/kwin-script-minimizeall.desktop
share/kservices5/kwin-script-synchronizeskipswitcher.desktop
share/kservices5/kwin-script-videowall.desktop
share/kservices5/kwin/kwin4_decoration_qml_plastik.desktop
share/kservices5/kwin/kwin4_effect_dialogparent.desktop
share/kservices5/kwin/kwin4_effect_dimscreen.desktop
share/kservices5/kwin/kwin4_effect_eyeonscreen.desktop
share/kservices5/kwin/kwin4_effect_fade.desktop
share/kservices5/kwin/kwin4_effect_fadedesktop.desktop
share/kservices5/kwin/kwin4_effect_fadingpopups.desktop
share/kservices5/kwin/kwin4_effect_frozenapp.desktop
share/kservices5/kwin/kwin4_effect_login.desktop
share/kservices5/kwin/kwin4_effect_logout.desktop
share/kservices5/kwin/kwin4_effect_maximize.desktop
share/kservices5/kwin/kwin4_effect_morphingpopups.desktop
share/kservices5/kwin/kwin4_effect_scale.desktop
share/kservices5/kwin/kwin4_effect_squash.desktop
share/kservices5/kwin/kwin4_effect_translucency.desktop
share/kservices5/kwin/kwin4_effect_windowaperture.desktop
share/kservices5/kwinactions.desktop
share/kservices5/kwinadvanced.desktop
share/kservices5/kwincompositing.desktop
@ -396,41 +388,56 @@ share/kservicetypes5/kwinwindowswitcher.desktop
%%DATADIR%%/effects/desktopgrid/main.qml
%%DATADIR%%/effects/kwin4_effect_dialogparent/contents/code/main.js
%%DATADIR%%/effects/kwin4_effect_dialogparent/metadata.desktop
%%DATADIR%%/effects/kwin4_effect_dialogparent/metadata.json
%%DATADIR%%/effects/kwin4_effect_dimscreen/contents/code/main.js
%%DATADIR%%/effects/kwin4_effect_dimscreen/metadata.desktop
%%DATADIR%%/effects/kwin4_effect_dimscreen/metadata.json
%%DATADIR%%/effects/kwin4_effect_eyeonscreen/contents/code/main.js
%%DATADIR%%/effects/kwin4_effect_eyeonscreen/metadata.desktop
%%DATADIR%%/effects/kwin4_effect_eyeonscreen/metadata.json
%%DATADIR%%/effects/kwin4_effect_fade/contents/code/main.js
%%DATADIR%%/effects/kwin4_effect_fade/contents/config/main.xml
%%DATADIR%%/effects/kwin4_effect_fade/metadata.desktop
%%DATADIR%%/effects/kwin4_effect_fade/metadata.json
%%DATADIR%%/effects/kwin4_effect_fadedesktop/contents/code/main.js
%%DATADIR%%/effects/kwin4_effect_fadedesktop/metadata.desktop
%%DATADIR%%/effects/kwin4_effect_fadedesktop/metadata.json
%%DATADIR%%/effects/kwin4_effect_fadingpopups/contents/code/main.js
%%DATADIR%%/effects/kwin4_effect_fadingpopups/metadata.desktop
%%DATADIR%%/effects/kwin4_effect_fadingpopups/metadata.json
%%DATADIR%%/effects/kwin4_effect_frozenapp/contents/code/main.js
%%DATADIR%%/effects/kwin4_effect_frozenapp/metadata.desktop
%%DATADIR%%/effects/kwin4_effect_frozenapp/metadata.json
%%DATADIR%%/effects/kwin4_effect_login/contents/code/main.js
%%DATADIR%%/effects/kwin4_effect_login/contents/config/main.xml
%%DATADIR%%/effects/kwin4_effect_login/contents/ui/config.ui
%%DATADIR%%/effects/kwin4_effect_login/metadata.desktop
%%DATADIR%%/effects/kwin4_effect_login/metadata.json
%%DATADIR%%/effects/kwin4_effect_logout/contents/code/main.js
%%DATADIR%%/effects/kwin4_effect_logout/metadata.desktop
%%DATADIR%%/effects/kwin4_effect_logout/metadata.json
%%DATADIR%%/effects/kwin4_effect_maximize/contents/code/maximize.js
%%DATADIR%%/effects/kwin4_effect_maximize/metadata.desktop
%%DATADIR%%/effects/kwin4_effect_maximize/metadata.json
%%DATADIR%%/effects/kwin4_effect_morphingpopups/contents/code/morphingpopups.js
%%DATADIR%%/effects/kwin4_effect_morphingpopups/metadata.desktop
%%DATADIR%%/effects/kwin4_effect_morphingpopups/metadata.json
%%DATADIR%%/effects/kwin4_effect_scale/contents/code/main.js
%%DATADIR%%/effects/kwin4_effect_scale/contents/config/main.xml
%%DATADIR%%/effects/kwin4_effect_scale/contents/ui/config.ui
%%DATADIR%%/effects/kwin4_effect_scale/metadata.desktop
%%DATADIR%%/effects/kwin4_effect_scale/metadata.json
%%DATADIR%%/effects/kwin4_effect_squash/contents/code/main.js
%%DATADIR%%/effects/kwin4_effect_squash/metadata.desktop
%%DATADIR%%/effects/kwin4_effect_squash/metadata.json
%%DATADIR%%/effects/kwin4_effect_translucency/contents/code/main.js
%%DATADIR%%/effects/kwin4_effect_translucency/contents/config/main.xml
%%DATADIR%%/effects/kwin4_effect_translucency/contents/ui/config.ui
%%DATADIR%%/effects/kwin4_effect_translucency/metadata.desktop
%%DATADIR%%/effects/kwin4_effect_translucency/metadata.json
%%DATADIR%%/effects/kwin4_effect_windowaperture/contents/code/main.js
%%DATADIR%%/effects/kwin4_effect_windowaperture/metadata.desktop
%%DATADIR%%/effects/kwin4_effect_windowaperture/metadata.json
%%DATADIR%%/effects/presentwindows/main.qml
%%DATADIR%%/kcm_kwintabbox/dolphin.png
%%DATADIR%%/kcm_kwintabbox/kmail.png
@ -442,16 +449,18 @@ share/kservicetypes5/kwinwindowswitcher.desktop
%%DATADIR%%/scripts/desktopchangeosd/contents/ui/main.qml
%%DATADIR%%/scripts/desktopchangeosd/contents/ui/osd.qml
%%DATADIR%%/scripts/desktopchangeosd/metadata.desktop
%%DATADIR%%/scripts/enforcedeco/contents/code/main.js
%%DATADIR%%/scripts/enforcedeco/metadata.desktop
%%DATADIR%%/scripts/desktopchangeosd/metadata.json
%%DATADIR%%/scripts/minimizeall/contents/code/main.js
%%DATADIR%%/scripts/minimizeall/metadata.desktop
%%DATADIR%%/scripts/minimizeall/metadata.json
%%DATADIR%%/scripts/synchronizeskipswitcher/contents/code/main.js
%%DATADIR%%/scripts/synchronizeskipswitcher/metadata.desktop
%%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.desktop
%%DATADIR%%/scripts/videowall/metadata.json
%%DATADIR%%/tm_inner.png
%%DATADIR%%/tm_outer.png
%%DATADIR%%/virtualkeyboard/main.qml
@ -473,6 +482,8 @@ share/locale/ar/LC_MESSAGES/kwin_clients.mo
share/locale/ar/LC_MESSAGES/kwin_effects.mo
share/locale/ar/LC_MESSAGES/kwin_scripting.mo
share/locale/as/LC_MESSAGES/kwin.mo
share/locale/ast/LC_MESSAGES/kcm-kwin-scripts.mo
share/locale/ast/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/be/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/be/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/be/LC_MESSAGES/kcmkwincompositing.mo
@ -674,6 +685,7 @@ share/locale/eu/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/eu/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/eu/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/eu/LC_MESSAGES/kcm_kwintabbox.mo
share/locale/eu/LC_MESSAGES/kcmkwincommon.mo
share/locale/eu/LC_MESSAGES/kcmkwincompositing.mo
share/locale/eu/LC_MESSAGES/kcmkwinrules.mo
share/locale/eu/LC_MESSAGES/kcmkwinscreenedges.mo
@ -1105,14 +1117,6 @@ share/locale/oc/LC_MESSAGES/kcmkwm.mo
share/locale/oc/LC_MESSAGES/kwin.mo
share/locale/oc/LC_MESSAGES/kwin_clients.mo
share/locale/oc/LC_MESSAGES/kwin_effects.mo
share/locale/or/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/or/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/or/LC_MESSAGES/kcmkwincompositing.mo
share/locale/or/LC_MESSAGES/kcmkwinrules.mo
share/locale/or/LC_MESSAGES/kcmkwm.mo
share/locale/or/LC_MESSAGES/kwin.mo
share/locale/or/LC_MESSAGES/kwin_clients.mo
share/locale/or/LC_MESSAGES/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
@ -1339,6 +1343,7 @@ share/locale/tg/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
share/locale/tg/LC_MESSAGES/kcm_kwindecoration.mo
share/locale/tg/LC_MESSAGES/kcmkwincompositing.mo
share/locale/tg/LC_MESSAGES/kcmkwinrules.mo
share/locale/tg/LC_MESSAGES/kcmkwinscreenedges.mo
share/locale/tg/LC_MESSAGES/kcmkwm.mo
share/locale/tg/LC_MESSAGES/kwin.mo
share/locale/tg/LC_MESSAGES/kwin_clients.mo
@ -1451,3 +1456,4 @@ share/locale/zh_TW/LC_MESSAGES/kwin_clients.mo
share/locale/zh_TW/LC_MESSAGES/kwin_effects.mo
share/locale/zh_TW/LC_MESSAGES/kwin_scripting.mo
share/locale/zh_TW/LC_MESSAGES/kwin_scripts.mo
share/qlogging-categories5/org_kde_kwin.categories

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529976
SHA256 (KDE/plasma/5.16.5/kactivitymanagerd-5.16.5.tar.xz) = e35dbf7aae8a7b7f21b2304935cad96881af558a7c9d947f0114093038b1c4bc
SIZE (KDE/plasma/5.16.5/kactivitymanagerd-5.16.5.tar.xz) = 84736
TIMESTAMP = 1571209835
SHA256 (KDE/plasma/5.17.0/kactivitymanagerd-5.17.0.tar.xz) = 23ef9043a968d0f6920b1ca677673c09282c94482be1bfdf5fb38e7b2d09fe3f
SIZE (KDE/plasma/5.17.0/kactivitymanagerd-5.17.0.tar.xz) = 86364

View file

@ -1,18 +1,16 @@
etc/xdg/kactivitymanagerd.categories
lib/libexec/kactivitymanagerd
lib/libkactivitymanagerd_plugin.so
share/dbus-1/services/org.kde.activitymanager.service
%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_activitytemplates.so
%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_eventspy.so
%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_globalshortcuts.so
%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_gtk_eventspy.so
%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_runapplication.so
%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_slc.so
%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_sqlite.so
%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_virtualdesktopswitch.so
share/kservices5/kactivitymanagerd.desktop
share/kservicetypes5/kactivitymanagerd-plugin.desktop
share/locale/ar/LC_MESSAGES/kactivities5.mo
share/locale/bg/LC_MESSAGES/kactivities5.mo
share/locale/bs/LC_MESSAGES/kactivities5.mo
share/locale/ca/LC_MESSAGES/kactivities5.mo
share/locale/ca@valencia/LC_MESSAGES/kactivities5.mo
@ -29,25 +27,16 @@ share/locale/fr/LC_MESSAGES/kactivities5.mo
share/locale/ga/LC_MESSAGES/kactivities5.mo
share/locale/gd/LC_MESSAGES/kactivities5.mo
share/locale/gl/LC_MESSAGES/kactivities5.mo
share/locale/gu/LC_MESSAGES/kactivities5.mo
share/locale/he/LC_MESSAGES/kactivities5.mo
share/locale/hi/LC_MESSAGES/kactivities5.mo
share/locale/hr/LC_MESSAGES/kactivities5.mo
share/locale/hu/LC_MESSAGES/kactivities5.mo
share/locale/ia/LC_MESSAGES/kactivities5.mo
share/locale/id/LC_MESSAGES/kactivities5.mo
share/locale/is/LC_MESSAGES/kactivities5.mo
share/locale/it/LC_MESSAGES/kactivities5.mo
share/locale/ja/LC_MESSAGES/kactivities5.mo
share/locale/kk/LC_MESSAGES/kactivities5.mo
share/locale/km/LC_MESSAGES/kactivities5.mo
share/locale/kn/LC_MESSAGES/kactivities5.mo
share/locale/ko/LC_MESSAGES/kactivities5.mo
share/locale/lt/LC_MESSAGES/kactivities5.mo
share/locale/lv/LC_MESSAGES/kactivities5.mo
share/locale/ml/LC_MESSAGES/kactivities5.mo
share/locale/mr/LC_MESSAGES/kactivities5.mo
share/locale/ms/LC_MESSAGES/kactivities5.mo
share/locale/nb/LC_MESSAGES/kactivities5.mo
share/locale/nds/LC_MESSAGES/kactivities5.mo
share/locale/nl/LC_MESSAGES/kactivities5.mo
@ -67,10 +56,9 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kactivities5.mo
share/locale/sr@latin/LC_MESSAGES/kactivities5.mo
share/locale/sv/LC_MESSAGES/kactivities5.mo
share/locale/tg/LC_MESSAGES/kactivities5.mo
share/locale/th/LC_MESSAGES/kactivities5.mo
share/locale/tr/LC_MESSAGES/kactivities5.mo
share/locale/ug/LC_MESSAGES/kactivities5.mo
share/locale/uk/LC_MESSAGES/kactivities5.mo
share/locale/wa/LC_MESSAGES/kactivities5.mo
share/locale/zh_CN/LC_MESSAGES/kactivities5.mo
share/locale/zh_TW/LC_MESSAGES/kactivities5.mo
share/qlogging-categories5/kactivitymanagerd.categories

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529987
SHA256 (KDE/plasma/5.16.5/kgamma5-5.16.5.tar.xz) = 838fabf4312f022ee3df5bba940c0c73e26260cfee39235c1ba8da8a2e61bfa0
SIZE (KDE/plasma/5.16.5/kgamma5-5.16.5.tar.xz) = 79436
TIMESTAMP = 1571209857
SHA256 (KDE/plasma/5.17.0/kgamma5-5.17.0.tar.xz) = 5d4c7cfc63896746a994128db03037bff666132e8e35378de60ac91a3959493d
SIZE (KDE/plasma/5.17.0/kgamma5-5.17.0.tar.xz) = 80296

View file

@ -11,6 +11,8 @@ share/doc/HTML/es/kcontrol/kgamma5/index.cache.bz2
share/doc/HTML/es/kcontrol/kgamma5/index.docbook
share/doc/HTML/et/kcontrol/kgamma5/index.cache.bz2
share/doc/HTML/et/kcontrol/kgamma5/index.docbook
share/doc/HTML/id/kcontrol/kgamma5/index.cache.bz2
share/doc/HTML/id/kcontrol/kgamma5/index.docbook
share/doc/HTML/it/kcontrol/kgamma5/index.cache.bz2
share/doc/HTML/it/kcontrol/kgamma5/index.docbook
share/doc/HTML/nl/kcontrol/kgamma5/index.cache.bz2
@ -72,7 +74,6 @@ 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

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529988
SHA256 (KDE/plasma/5.16.5/kscreen-5.16.5.tar.xz) = ce35f554014cee819767180f0c9381d539e497edfb9c290b279fa78e9dea4bb0
SIZE (KDE/plasma/5.16.5/kscreen-5.16.5.tar.xz) = 122200
TIMESTAMP = 1571209858
SHA256 (KDE/plasma/5.17.0/kscreen-5.17.0.tar.xz) = 9a1e689f0b8ac69fd9c471a5f4f54a846c1ec8a1914ab9b71754a81cd4c5d6ee
SIZE (KDE/plasma/5.17.0/kscreen-5.17.0.tar.xz) = 98656

View file

@ -1,134 +1,133 @@
bin/kscreen-console
etc/xdg/kscreen.categories
%%QT_PLUGINDIR%%/kcm_kscreen.so
%%QT_PLUGINDIR%%/kcms/kcm_kscreen.so
%%QT_PLUGINDIR%%/kf5/kded/kscreen.so
%%QT_PLUGINDIR%%/plasma/applets/plasma_applet_kscreen.so
share/icons/hicolor/48x48/actions/kdocumentinfo.png
share/icons/hicolor/scalable/actions/kdocumentinfo.svgz
share/kcm_kscreen/qml/Output.qml
share/kcm_kscreen/qml/OutputIdentifier.qml
share/kcm_kscreen/qml/Tip.qml
share/kcm_kscreen/qml/main.qml
share/kded_kscreen/qml/Osd.qml
share/kded_kscreen/qml/OsdItem.qml
share/kded_kscreen/qml/OsdSelector.qml
share/kded_kscreen/qml/OutputIdentifier.qml
share/kpackage/kcms/kcm_kscreen/contents/ui/Output.qml
share/kpackage/kcms/kcm_kscreen/contents/ui/OutputIdentifier.qml
share/kpackage/kcms/kcm_kscreen/contents/ui/OutputPanel.qml
share/kpackage/kcms/kcm_kscreen/contents/ui/Panel.qml
share/kpackage/kcms/kcm_kscreen/contents/ui/RotationButton.qml
share/kpackage/kcms/kcm_kscreen/contents/ui/Screen.qml
share/kpackage/kcms/kcm_kscreen/contents/ui/main.qml
share/kpackage/kcms/kcm_kscreen/metadata.desktop
share/kpackage/kcms/kcm_kscreen/metadata.json
share/kservices5/kcm_kscreen.desktop
share/kservices5/plasma-applet-org.kde.kscreen.desktop
share/locale/ar/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/ar/LC_MESSAGES/kcm_kscreen.mo
share/locale/ar/LC_MESSAGES/kscreen.mo
share/locale/bs/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/bs/LC_MESSAGES/kcm_kscreen.mo
share/locale/bs/LC_MESSAGES/kscreen.mo
share/locale/ca/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/ca/LC_MESSAGES/kcm_kscreen.mo
share/locale/ca/LC_MESSAGES/kscreen.mo
share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_kscreen.mo
share/locale/ca@valencia/LC_MESSAGES/kscreen.mo
share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/cs/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/cs/LC_MESSAGES/kcm_kscreen.mo
share/locale/cs/LC_MESSAGES/kscreen.mo
share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/da/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/da/LC_MESSAGES/kcm_kscreen.mo
share/locale/da/LC_MESSAGES/kscreen.mo
share/locale/da/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/de/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/de/LC_MESSAGES/kcm_kscreen.mo
share/locale/de/LC_MESSAGES/kscreen.mo
share/locale/de/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/el/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/el/LC_MESSAGES/kcm_kscreen.mo
share/locale/el/LC_MESSAGES/kscreen.mo
share/locale/en_GB/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/en_GB/LC_MESSAGES/kcm_kscreen.mo
share/locale/en_GB/LC_MESSAGES/kscreen.mo
share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/es/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/es/LC_MESSAGES/kcm_kscreen.mo
share/locale/es/LC_MESSAGES/kscreen.mo
share/locale/es/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/et/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/et/LC_MESSAGES/kcm_kscreen.mo
share/locale/et/LC_MESSAGES/kscreen.mo
share/locale/eu/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/eu/LC_MESSAGES/kcm_kscreen.mo
share/locale/eu/LC_MESSAGES/kscreen.mo
share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/fi/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/fi/LC_MESSAGES/kcm_kscreen.mo
share/locale/fi/LC_MESSAGES/kscreen.mo
share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/fr/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/fr/LC_MESSAGES/kcm_kscreen.mo
share/locale/fr/LC_MESSAGES/kscreen.mo
share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/gl/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/gl/LC_MESSAGES/kcm_kscreen.mo
share/locale/gl/LC_MESSAGES/kscreen.mo
share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/he/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/he/LC_MESSAGES/kcm_kscreen.mo
share/locale/he/LC_MESSAGES/kscreen.mo
share/locale/hu/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/hu/LC_MESSAGES/kcm_kscreen.mo
share/locale/hu/LC_MESSAGES/kscreen.mo
share/locale/ia/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/ia/LC_MESSAGES/kcm_kscreen.mo
share/locale/ia/LC_MESSAGES/kscreen.mo
share/locale/id/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/id/LC_MESSAGES/kcm_kscreen.mo
share/locale/id/LC_MESSAGES/kscreen.mo
share/locale/id/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/it/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/it/LC_MESSAGES/kcm_kscreen.mo
share/locale/it/LC_MESSAGES/kscreen.mo
share/locale/it/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/ja/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/ja/LC_MESSAGES/kcm_kscreen.mo
share/locale/ja/LC_MESSAGES/kscreen.mo
share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/ko/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/ko/LC_MESSAGES/kcm_kscreen.mo
share/locale/ko/LC_MESSAGES/kscreen.mo
share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/lt/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/lt/LC_MESSAGES/kcm_kscreen.mo
share/locale/lt/LC_MESSAGES/kscreen.mo
share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/ml/LC_MESSAGES/kcm_displayconfiguration.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_displayconfiguration.mo
share/locale/nb/LC_MESSAGES/kcm_kscreen.mo
share/locale/nb/LC_MESSAGES/kscreen.mo
share/locale/nl/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/nl/LC_MESSAGES/kcm_kscreen.mo
share/locale/nl/LC_MESSAGES/kscreen.mo
share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/nn/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/nn/LC_MESSAGES/kcm_kscreen.mo
share/locale/nn/LC_MESSAGES/kscreen.mo
share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/pa/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/pa/LC_MESSAGES/kcm_kscreen.mo
share/locale/pa/LC_MESSAGES/kscreen.mo
share/locale/pl/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/pl/LC_MESSAGES/kcm_kscreen.mo
share/locale/pl/LC_MESSAGES/kscreen.mo
share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/pt/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/pt/LC_MESSAGES/kcm_kscreen.mo
share/locale/pt/LC_MESSAGES/kscreen.mo
share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/pt_BR/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/pt_BR/LC_MESSAGES/kcm_kscreen.mo
share/locale/pt_BR/LC_MESSAGES/kscreen.mo
share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/ro/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/ro/LC_MESSAGES/kcm_kscreen.mo
share/locale/ro/LC_MESSAGES/kscreen.mo
share/locale/ru/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/ru/LC_MESSAGES/kcm_kscreen.mo
share/locale/ru/LC_MESSAGES/kscreen.mo
share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/sk/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/sk/LC_MESSAGES/kcm_kscreen.mo
share/locale/sk/LC_MESSAGES/kscreen.mo
share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/sl/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/sl/LC_MESSAGES/kcm_kscreen.mo
share/locale/sl/LC_MESSAGES/kscreen.mo
share/locale/sr/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/sr/LC_MESSAGES/kcm_kscreen.mo
share/locale/sr/LC_MESSAGES/kscreen.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcm_kscreen.mo
share/locale/sr@ijekavian/LC_MESSAGES/kscreen.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kscreen.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kscreen.mo
share/locale/sr@latin/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/sr@latin/LC_MESSAGES/kcm_kscreen.mo
share/locale/sr@latin/LC_MESSAGES/kscreen.mo
share/locale/sv/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/sv/LC_MESSAGES/kcm_kscreen.mo
share/locale/sv/LC_MESSAGES/kscreen.mo
share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/tr/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/tr/LC_MESSAGES/kcm_kscreen.mo
share/locale/tr/LC_MESSAGES/kscreen.mo
share/locale/uk/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/uk/LC_MESSAGES/kcm_kscreen.mo
share/locale/uk/LC_MESSAGES/kscreen.mo
share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/zh_CN/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/zh_CN/LC_MESSAGES/kcm_kscreen.mo
share/locale/zh_CN/LC_MESSAGES/kscreen.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/locale/zh_TW/LC_MESSAGES/kcm_displayconfiguration.mo
share/locale/zh_TW/LC_MESSAGES/kcm_kscreen.mo
share/locale/zh_TW/LC_MESSAGES/kscreen.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo
share/metainfo/org.kde.kscreen.appdata.xml
@ -137,3 +136,4 @@ 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.desktop
share/plasma/plasmoids/org.kde.kscreen/metadata.json
share/qlogging-categories5/kscreen.categories

View file

@ -12,7 +12,7 @@ LIB_DEPENDS= libepoxy.so:graphics/libepoxy \
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
USES= cmake compiler:c++11-lib cpe kde:5 qt:5 tar:xz
USE_KDE= ecm idletime wayland windowsystem
USE_KDE= ecm guiaddons idletime wayland windowsystem
USE_QT= core gui widgets \
buildtools_build qmake_build

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529988
SHA256 (KDE/plasma/5.16.5/kwayland-integration-5.16.5.tar.xz) = 63724ecfb6db053ee949273979b393192309dbeed45b59bc193a605f90232282
SIZE (KDE/plasma/5.16.5/kwayland-integration-5.16.5.tar.xz) = 19320
TIMESTAMP = 1571209858
SHA256 (KDE/plasma/5.17.0/kwayland-integration-5.17.0.tar.xz) = 6cf410dd8286e9d6b26e10d8ba297d36d13c93a329c463326b47f0bffeb3c4c2
SIZE (KDE/plasma/5.17.0/kwayland-integration-5.17.0.tar.xz) = 20128

View file

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

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567529999
SHA256 (KDE/plasma/5.16.5/libkscreen-5.16.5.tar.xz) = fd2d1e849315ac745ecfe757d6b2c5cc6486e0be5397f686dae3916c0252c938
SIZE (KDE/plasma/5.16.5/libkscreen-5.16.5.tar.xz) = 81028
TIMESTAMP = 1571209880
SHA256 (KDE/plasma/5.17.0/libkscreen-5.17.0.tar.xz) = 80f72afc9a2409dfe80853c007b596e4c1bcc92bee95741b894646ef3176dd7e
SIZE (KDE/plasma/5.17.0/libkscreen-5.17.0.tar.xz) = 83012

View file

@ -1,5 +1,4 @@
bin/kscreen-doctor
etc/xdg/libkscreen.categories
include/KF5/KScreen/KScreen/Config
include/KF5/KScreen/KScreen/ConfigMonitor
include/KF5/KScreen/KScreen/ConfigOperation
@ -41,3 +40,4 @@ lib/libexec/kf5/kscreen_backend_launcher
libdata/pkgconfig/kscreen2.pc
%%QT_MKSPECDIR%%/modules/qt_KScreen.pri
share/dbus-1/services/org.kde.kscreen.service
share/qlogging-categories5/libkscreen.categories

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567530011
SHA256 (KDE/plasma/5.16.5/plasma-desktop-5.16.5.tar.xz) = 49dc4c9eff5742eb52fc0d12c139c194eda837945389cd09f498a0c4c352a20f
SIZE (KDE/plasma/5.16.5/plasma-desktop-5.16.5.tar.xz) = 9556104
TIMESTAMP = 1571209902
SHA256 (KDE/plasma/5.17.0/plasma-desktop-5.17.0.tar.xz) = f4a913a60fee4597a7a6c98a263f9a7a40f7663f3903b4042a7f90a686dc8aa0
SIZE (KDE/plasma/5.17.0/plasma-desktop-5.17.0.tar.xz) = 9451768

View file

@ -8,7 +8,6 @@ bin/knetattach
bin/krdb
bin/lookandfeeltool
bin/solid-action-desktop-gen
etc/xdg/plasma-desktop.categories
lib/kconf_update_bin/krdb_clearlibrarypath
lib/libexec/kauth/fontinst
lib/libexec/kauth/fontinst_helper
@ -42,7 +41,6 @@ lib/libkfontinstui.so.%%KDE_PLASMA_VERSION%%
%%QT_PLUGINDIR%%/kcm_keyboard.so
%%QT_PLUGINDIR%%/kcm_keys.so
%%QT_PLUGINDIR%%/kcm_mouse.so
%%QT_PLUGINDIR%%/kcm_phonon.so
%%QT_PLUGINDIR%%/kcm_plasmasearch.so
%%QT_PLUGINDIR%%/kcm_smserver.so
%%QT_PLUGINDIR%%/kcm_solid_actions.so
@ -75,8 +73,6 @@ lib/libkfontinstui.so.%%KDE_PLASMA_VERSION%%
%%QT_QMLDIR%%/org/kde/activities/settings/qmldir
%%QT_QMLDIR%%/org/kde/plasma/activityswitcher/libactivityswitcherextensionplugin.so
%%QT_QMLDIR%%/org/kde/plasma/activityswitcher/qmldir
%%QT_QMLDIR%%/org/kde/plasma/private/kicker/libkickerplugin.so
%%QT_QMLDIR%%/org/kde/plasma/private/kicker/qmldir
%%QT_QMLDIR%%/org/kde/plasma/private/kimpanel/libkimpanelplugin.so
%%QT_QMLDIR%%/org/kde/plasma/private/kimpanel/qmldir
%%QT_QMLDIR%%/org/kde/plasma/private/pager/libpagerplugin.so
@ -94,15 +90,6 @@ lib/libkfontinstui.so.%%KDE_PLASMA_VERSION%%
share/applications/org.kde.kcolorschemeeditor.desktop
share/applications/org.kde.kfontview.desktop
share/applications/org.kde.knetattach.desktop
share/color-schemes/Honeycomb.colors
share/color-schemes/Norway.colors
share/color-schemes/ObsidianCoast.colors
share/color-schemes/Oxygen.colors
share/color-schemes/OxygenCold.colors
share/color-schemes/Steel.colors
share/color-schemes/WontonSoup.colors
share/color-schemes/Zion.colors
share/color-schemes/ZionReversed.colors
%%SYNAPTICS%%share/config.kcfg/touchpad.kcfg
%%SYNAPTICS%%share/config.kcfg/touchpaddaemon.kcfg
%%SYNAPTICS%%share/dbus-1/interfaces/org.kde.touchpad.xml
@ -172,8 +159,6 @@ share/doc/HTML/ca/kcontrol/mouse/index.docbook
share/doc/HTML/ca/kcontrol/paths/index.cache.bz2
share/doc/HTML/ca/kcontrol/paths/index.docbook
share/doc/HTML/ca/kcontrol/paths/paths.png
share/doc/HTML/ca/kcontrol/phonon/index.cache.bz2
share/doc/HTML/ca/kcontrol/phonon/index.docbook
share/doc/HTML/ca/kcontrol/solid-actions/add-action.png
share/doc/HTML/ca/kcontrol/solid-actions/edit-action.png
share/doc/HTML/ca/kcontrol/solid-actions/index.cache.bz2
@ -259,8 +244,6 @@ share/doc/HTML/de/kcontrol/mouse/index.cache.bz2
share/doc/HTML/de/kcontrol/mouse/index.docbook
share/doc/HTML/de/kcontrol/paths/index.cache.bz2
share/doc/HTML/de/kcontrol/paths/index.docbook
share/doc/HTML/de/kcontrol/phonon/index.cache.bz2
share/doc/HTML/de/kcontrol/phonon/index.docbook
share/doc/HTML/de/kcontrol/solid-actions/index.cache.bz2
share/doc/HTML/de/kcontrol/solid-actions/index.docbook
share/doc/HTML/de/kcontrol/solid-device-automounter/index.cache.bz2
@ -340,8 +323,6 @@ share/doc/HTML/en/kcontrol/mouse/index.docbook
share/doc/HTML/en/kcontrol/paths/index.cache.bz2
share/doc/HTML/en/kcontrol/paths/index.docbook
share/doc/HTML/en/kcontrol/paths/paths.png
share/doc/HTML/en/kcontrol/phonon/index.cache.bz2
share/doc/HTML/en/kcontrol/phonon/index.docbook
share/doc/HTML/en/kcontrol/solid-actions/add-action.png
share/doc/HTML/en/kcontrol/solid-actions/edit-action.png
share/doc/HTML/en/kcontrol/solid-actions/index.cache.bz2
@ -420,8 +401,6 @@ share/doc/HTML/es/kcontrol/mouse/index.cache.bz2
share/doc/HTML/es/kcontrol/mouse/index.docbook
share/doc/HTML/es/kcontrol/paths/index.cache.bz2
share/doc/HTML/es/kcontrol/paths/index.docbook
share/doc/HTML/es/kcontrol/phonon/index.cache.bz2
share/doc/HTML/es/kcontrol/phonon/index.docbook
share/doc/HTML/es/kcontrol/solid-device-automounter/index.cache.bz2
share/doc/HTML/es/kcontrol/solid-device-automounter/index.docbook
share/doc/HTML/es/kfontview/index.cache.bz2
@ -430,12 +409,72 @@ share/doc/HTML/es/knetattach/index.cache.bz2
share/doc/HTML/es/knetattach/index.docbook
share/doc/HTML/et/kcontrol/clock/index.cache.bz2
share/doc/HTML/et/kcontrol/clock/index.docbook
share/doc/HTML/et/kcontrol/phonon/index.cache.bz2
share/doc/HTML/et/kcontrol/phonon/index.docbook
share/doc/HTML/et/kcontrol/solid-actions/index.cache.bz2
share/doc/HTML/et/kcontrol/solid-actions/index.docbook
share/doc/HTML/et/kcontrol/solid-device-automounter/index.cache.bz2
share/doc/HTML/et/kcontrol/solid-device-automounter/index.docbook
share/doc/HTML/id/kcontrol/autostart/index.cache.bz2
share/doc/HTML/id/kcontrol/autostart/index.docbook
share/doc/HTML/id/kcontrol/baloo/index.cache.bz2
share/doc/HTML/id/kcontrol/baloo/index.docbook
share/doc/HTML/id/kcontrol/clock/index.cache.bz2
share/doc/HTML/id/kcontrol/clock/index.docbook
share/doc/HTML/id/kcontrol/colors/index.cache.bz2
share/doc/HTML/id/kcontrol/colors/index.docbook
share/doc/HTML/id/kcontrol/componentchooser/index.cache.bz2
share/doc/HTML/id/kcontrol/componentchooser/index.docbook
share/doc/HTML/id/kcontrol/cursortheme/index.cache.bz2
share/doc/HTML/id/kcontrol/cursortheme/index.docbook
share/doc/HTML/id/kcontrol/desktopthemedetails/index.cache.bz2
share/doc/HTML/id/kcontrol/desktopthemedetails/index.docbook
share/doc/HTML/id/kcontrol/emoticons/index.cache.bz2
share/doc/HTML/id/kcontrol/emoticons/index.docbook
share/doc/HTML/id/kcontrol/fontinst/index.cache.bz2
share/doc/HTML/id/kcontrol/fontinst/index.docbook
share/doc/HTML/id/kcontrol/fonts/index.cache.bz2
share/doc/HTML/id/kcontrol/fonts/index.docbook
share/doc/HTML/id/kcontrol/formats/index.cache.bz2
share/doc/HTML/id/kcontrol/formats/index.docbook
share/doc/HTML/id/kcontrol/icons/index.cache.bz2
share/doc/HTML/id/kcontrol/icons/index.docbook
share/doc/HTML/id/kcontrol/joystick/index.cache.bz2
share/doc/HTML/id/kcontrol/joystick/index.docbook
share/doc/HTML/id/kcontrol/kcmaccess/index.cache.bz2
share/doc/HTML/id/kcontrol/kcmaccess/index.docbook
share/doc/HTML/id/kcontrol/kcmlaunchfeedback/index.cache.bz2
share/doc/HTML/id/kcontrol/kcmlaunchfeedback/index.docbook
share/doc/HTML/id/kcontrol/kcmnotify/index.cache.bz2
share/doc/HTML/id/kcontrol/kcmnotify/index.docbook
share/doc/HTML/id/kcontrol/kcmsmserver/index.cache.bz2
share/doc/HTML/id/kcontrol/kcmsmserver/index.docbook
share/doc/HTML/id/kcontrol/kcmstyle/index.cache.bz2
share/doc/HTML/id/kcontrol/kcmstyle/index.docbook
share/doc/HTML/id/kcontrol/kded/index.cache.bz2
share/doc/HTML/id/kcontrol/kded/index.docbook
share/doc/HTML/id/kcontrol/keyboard/index.cache.bz2
share/doc/HTML/id/kcontrol/keyboard/index.docbook
share/doc/HTML/id/kcontrol/keys/index.cache.bz2
share/doc/HTML/id/kcontrol/keys/index.docbook
share/doc/HTML/id/kcontrol/mouse/index.cache.bz2
share/doc/HTML/id/kcontrol/mouse/index.docbook
share/doc/HTML/id/kcontrol/paths/index.cache.bz2
share/doc/HTML/id/kcontrol/paths/index.docbook
share/doc/HTML/id/kcontrol/solid-actions/index.cache.bz2
share/doc/HTML/id/kcontrol/solid-actions/index.docbook
share/doc/HTML/id/kcontrol/solid-device-automounter/index.cache.bz2
share/doc/HTML/id/kcontrol/solid-device-automounter/index.docbook
share/doc/HTML/id/kcontrol/spellchecking/index.cache.bz2
share/doc/HTML/id/kcontrol/spellchecking/index.docbook
share/doc/HTML/id/kcontrol/splashscreen/index.cache.bz2
share/doc/HTML/id/kcontrol/splashscreen/index.docbook
share/doc/HTML/id/kcontrol/workspaceoptions/index.cache.bz2
share/doc/HTML/id/kcontrol/workspaceoptions/index.docbook
share/doc/HTML/id/kfontview/index.cache.bz2
share/doc/HTML/id/kfontview/index.docbook
share/doc/HTML/id/knetattach/index.cache.bz2
share/doc/HTML/id/knetattach/index.docbook
share/doc/HTML/id/plasma-desktop/index.cache.bz2
share/doc/HTML/id/plasma-desktop/index.docbook
share/doc/HTML/it/kcontrol/autostart/index.cache.bz2
share/doc/HTML/it/kcontrol/autostart/index.docbook
share/doc/HTML/it/kcontrol/baloo/index.cache.bz2
@ -482,8 +521,6 @@ share/doc/HTML/it/kcontrol/mouse/index.cache.bz2
share/doc/HTML/it/kcontrol/mouse/index.docbook
share/doc/HTML/it/kcontrol/paths/index.cache.bz2
share/doc/HTML/it/kcontrol/paths/index.docbook
share/doc/HTML/it/kcontrol/phonon/index.cache.bz2
share/doc/HTML/it/kcontrol/phonon/index.docbook
share/doc/HTML/it/kcontrol/solid-actions/index.cache.bz2
share/doc/HTML/it/kcontrol/solid-actions/index.docbook
share/doc/HTML/it/kcontrol/solid-device-automounter/index.cache.bz2
@ -546,8 +583,6 @@ share/doc/HTML/nl/kcontrol/mouse/index.cache.bz2
share/doc/HTML/nl/kcontrol/mouse/index.docbook
share/doc/HTML/nl/kcontrol/paths/index.cache.bz2
share/doc/HTML/nl/kcontrol/paths/index.docbook
share/doc/HTML/nl/kcontrol/phonon/index.cache.bz2
share/doc/HTML/nl/kcontrol/phonon/index.docbook
share/doc/HTML/nl/kcontrol/solid-actions/index.cache.bz2
share/doc/HTML/nl/kcontrol/solid-actions/index.docbook
share/doc/HTML/nl/kcontrol/solid-device-automounter/index.cache.bz2
@ -608,8 +643,6 @@ share/doc/HTML/pt/kcontrol/mouse/index.cache.bz2
share/doc/HTML/pt/kcontrol/mouse/index.docbook
share/doc/HTML/pt/kcontrol/paths/index.cache.bz2
share/doc/HTML/pt/kcontrol/paths/index.docbook
share/doc/HTML/pt/kcontrol/phonon/index.cache.bz2
share/doc/HTML/pt/kcontrol/phonon/index.docbook
share/doc/HTML/pt/kcontrol/solid-actions/index.cache.bz2
share/doc/HTML/pt/kcontrol/solid-actions/index.docbook
share/doc/HTML/pt/kcontrol/solid-device-automounter/index.cache.bz2
@ -679,8 +712,6 @@ share/doc/HTML/pt_BR/kcontrol/mouse/index.cache.bz2
share/doc/HTML/pt_BR/kcontrol/mouse/index.docbook
share/doc/HTML/pt_BR/kcontrol/paths/index.cache.bz2
share/doc/HTML/pt_BR/kcontrol/paths/index.docbook
share/doc/HTML/pt_BR/kcontrol/phonon/index.cache.bz2
share/doc/HTML/pt_BR/kcontrol/phonon/index.docbook
share/doc/HTML/pt_BR/kcontrol/solid-actions/index.cache.bz2
share/doc/HTML/pt_BR/kcontrol/solid-actions/index.docbook
share/doc/HTML/pt_BR/kcontrol/solid-device-automounter/index.cache.bz2
@ -767,8 +798,6 @@ share/doc/HTML/ru/kcontrol/mouse/index.docbook
share/doc/HTML/ru/kcontrol/paths/index.cache.bz2
share/doc/HTML/ru/kcontrol/paths/index.docbook
share/doc/HTML/ru/kcontrol/paths/paths.png
share/doc/HTML/ru/kcontrol/phonon/index.cache.bz2
share/doc/HTML/ru/kcontrol/phonon/index.docbook
share/doc/HTML/ru/kcontrol/solid-actions/add-action.png
share/doc/HTML/ru/kcontrol/solid-actions/edit-action.png
share/doc/HTML/ru/kcontrol/solid-actions/index.cache.bz2
@ -868,8 +897,6 @@ share/doc/HTML/sv/kcontrol/mouse/index.cache.bz2
share/doc/HTML/sv/kcontrol/mouse/index.docbook
share/doc/HTML/sv/kcontrol/paths/index.cache.bz2
share/doc/HTML/sv/kcontrol/paths/index.docbook
share/doc/HTML/sv/kcontrol/phonon/index.cache.bz2
share/doc/HTML/sv/kcontrol/phonon/index.docbook
share/doc/HTML/sv/kcontrol/solid-actions/index.cache.bz2
share/doc/HTML/sv/kcontrol/solid-actions/index.docbook
share/doc/HTML/sv/kcontrol/solid-device-automounter/index.cache.bz2
@ -878,6 +905,8 @@ share/doc/HTML/sv/kcontrol/spellchecking/index.cache.bz2
share/doc/HTML/sv/kcontrol/spellchecking/index.docbook
share/doc/HTML/sv/kcontrol/splashscreen/index.cache.bz2
share/doc/HTML/sv/kcontrol/splashscreen/index.docbook
share/doc/HTML/sv/kcontrol/workspaceoptions/index.cache.bz2
share/doc/HTML/sv/kcontrol/workspaceoptions/index.docbook
share/doc/HTML/sv/kfontview/index.cache.bz2
share/doc/HTML/sv/kfontview/index.docbook
share/doc/HTML/sv/knetattach/index.cache.bz2
@ -935,8 +964,6 @@ share/doc/HTML/uk/kcontrol/mouse/index.docbook
share/doc/HTML/uk/kcontrol/paths/index.cache.bz2
share/doc/HTML/uk/kcontrol/paths/index.docbook
share/doc/HTML/uk/kcontrol/paths/paths.png
share/doc/HTML/uk/kcontrol/phonon/index.cache.bz2
share/doc/HTML/uk/kcontrol/phonon/index.docbook
share/doc/HTML/uk/kcontrol/solid-actions/add-action.png
share/doc/HTML/uk/kcontrol/solid-actions/edit-action.png
share/doc/HTML/uk/kcontrol/solid-actions/index.cache.bz2
@ -946,6 +973,7 @@ share/doc/HTML/uk/kcontrol/solid-device-automounter/index.cache.bz2
share/doc/HTML/uk/kcontrol/solid-device-automounter/index.docbook
share/doc/HTML/uk/kcontrol/spellchecking/index.cache.bz2
share/doc/HTML/uk/kcontrol/spellchecking/index.docbook
share/doc/HTML/uk/kcontrol/splashscreen/get-new-theme.png
share/doc/HTML/uk/kcontrol/splashscreen/index.cache.bz2
share/doc/HTML/uk/kcontrol/splashscreen/index.docbook
share/doc/HTML/uk/kcontrol/splashscreen/splash-main.png
@ -984,7 +1012,6 @@ share/kcm_componentchooser/kcm_browser.desktop
share/kcm_componentchooser/kcm_filemanager.desktop
share/kcm_componentchooser/kcm_kemail.desktop
share/kcm_componentchooser/kcm_terminal.desktop
share/kcm_phonon/listview-background.png
share/kcmkeyboard/pics/epo.png
share/kcmkeys/kde3.kksrc
share/kcmkeys/kde4.kksrc
@ -1025,19 +1052,14 @@ share/kdisplay/app-defaults/Xpdf.ad
share/kf5/kactivitymanagerd/workspace/settings/qml/activitiesTab/ActivitiesView.qml
share/kf5/kactivitymanagerd/workspace/settings/qml/activitiesTab/main.qml
share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/GeneralTab.qml
share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/OtherTab.qml
share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/components/DialogButtons.qml
share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/components/IconChooser.qml
share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/components/LabeledTextField.qml
share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/components/ShortcutChooser.qml
share/kf5/kactivitymanagerd/workspace/settings/qml/privacyTab/BlacklistApplicationView.qml
share/kfontinst/icons/hicolor/16x16/actions/addfont.png
share/kfontinst/icons/hicolor/16x16/actions/disablefont.png
share/kfontinst/icons/hicolor/16x16/actions/enablefont.png
share/kfontinst/icons/hicolor/16x16/actions/font-disable.png
share/kfontinst/icons/hicolor/16x16/actions/font-enable.png
share/kfontinst/icons/hicolor/16x16/actions/fontstatus.png
share/kfontinst/icons/hicolor/22x22/actions/addfont.png
share/kfontinst/icons/hicolor/22x22/actions/disablefont.png
share/kfontinst/icons/hicolor/22x22/actions/enablefont.png
share/kfontinst/icons/hicolor/22x22/actions/font-disable.png
share/kfontinst/icons/hicolor/22x22/actions/font-enable.png
share/kfontinst/icons/hicolor/22x22/actions/fontstatus.png
share/knotifications5/kaccess.notifyrc
%%SYNAPTICS%%share/knotifications5/kcm_touchpad.notifyrc
@ -1121,7 +1143,6 @@ share/kservices5/kcm_launchfeedback.desktop
share/kservices5/kcm_lookandfeel.desktop
share/kservices5/kcm_nightcolor.desktop
share/kservices5/kcm_notifications.desktop
share/kservices5/kcm_phonon.desktop
share/kservices5/kcm_plasmasearch.desktop
share/kservices5/kcm_splashscreen.desktop
%%SYNAPTICS%%share/kservices5/kcm_touchpad.desktop
@ -1197,7 +1218,6 @@ share/locale/ar/LC_MESSAGES/kcm5_emoticons.mo
share/locale/ar/LC_MESSAGES/kcm5_icons.mo
share/locale/ar/LC_MESSAGES/kcm5_joystick.mo
share/locale/ar/LC_MESSAGES/kcm5_kded.mo
share/locale/ar/LC_MESSAGES/kcm5_phonon.mo
share/locale/ar/LC_MESSAGES/kcm_activities5.mo
share/locale/ar/LC_MESSAGES/kcm_autostart.mo
share/locale/ar/LC_MESSAGES/kcm_colors.mo
@ -1242,13 +1262,25 @@ share/locale/ar/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
share/locale/ar/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
share/locale/ar/LC_MESSAGES/plasmaactivitymanager.mo
share/locale/as/LC_MESSAGES/kcmaccess.mo
share/locale/ast/LC_MESSAGES/kcm5_componentchooser.mo
share/locale/ast/LC_MESSAGES/kcm5_device_automounter.mo
share/locale/ast/LC_MESSAGES/kcm_notifications.mo
share/locale/ast/LC_MESSAGES/kcm_splashscreen.mo
share/locale/ast/LC_MESSAGES/kcm_standard_actions.mo
share/locale/ast/LC_MESSAGES/kcm_workspace.mo
share/locale/ast/LC_MESSAGES/kcmkclock.mo
share/locale/ast/LC_MESSAGES/kcmkeyboard.mo
share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.panel.mo
share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo
share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
share/locale/ast/LC_MESSAGES/plasma_applet_touchpad.mo
share/locale/be/LC_MESSAGES/kaccess.mo
share/locale/be/LC_MESSAGES/kcm5_componentchooser.mo
share/locale/be/LC_MESSAGES/kcm5_emoticons.mo
share/locale/be/LC_MESSAGES/kcm5_icons.mo
share/locale/be/LC_MESSAGES/kcm5_joystick.mo
share/locale/be/LC_MESSAGES/kcm5_kded.mo
share/locale/be/LC_MESSAGES/kcm5_phonon.mo
share/locale/be/LC_MESSAGES/kcm_colors.mo
share/locale/be/LC_MESSAGES/kcm_cursortheme.mo
share/locale/be/LC_MESSAGES/kcm_desktoppaths.mo
@ -1271,7 +1303,6 @@ share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo
share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
share/locale/be@latin/LC_MESSAGES/kcm5_icons.mo
share/locale/be@latin/LC_MESSAGES/kcm5_phonon.mo
share/locale/be@latin/LC_MESSAGES/kcm_autostart.mo
share/locale/be@latin/LC_MESSAGES/kcm_colors.mo
share/locale/be@latin/LC_MESSAGES/kcm_desktoppaths.mo
@ -1293,7 +1324,6 @@ share/locale/bg/LC_MESSAGES/kcm5_emoticons.mo
share/locale/bg/LC_MESSAGES/kcm5_icons.mo
share/locale/bg/LC_MESSAGES/kcm5_joystick.mo
share/locale/bg/LC_MESSAGES/kcm5_kded.mo
share/locale/bg/LC_MESSAGES/kcm5_phonon.mo
share/locale/bg/LC_MESSAGES/kcm_autostart.mo
share/locale/bg/LC_MESSAGES/kcm_colors.mo
share/locale/bg/LC_MESSAGES/kcm_cursortheme.mo
@ -1324,7 +1354,6 @@ share/locale/bn/LC_MESSAGES/kaccess.mo
share/locale/bn/LC_MESSAGES/kcm5_componentchooser.mo
share/locale/bn/LC_MESSAGES/kcm5_icons.mo
share/locale/bn/LC_MESSAGES/kcm5_kded.mo
share/locale/bn/LC_MESSAGES/kcm5_phonon.mo
share/locale/bn/LC_MESSAGES/kcm_desktoppaths.mo
share/locale/bn/LC_MESSAGES/kcm_fonts.mo
share/locale/bn/LC_MESSAGES/kcmaccess.mo
@ -1338,7 +1367,6 @@ share/locale/bn/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
share/locale/bn_IN/LC_MESSAGES/kaccess.mo
share/locale/bn_IN/LC_MESSAGES/kcm5_icons.mo
share/locale/bn_IN/LC_MESSAGES/kcm5_kded.mo
share/locale/bn_IN/LC_MESSAGES/kcm5_phonon.mo
share/locale/bn_IN/LC_MESSAGES/kcm_autostart.mo
share/locale/bn_IN/LC_MESSAGES/kcm_colors.mo
share/locale/bn_IN/LC_MESSAGES/kcm_desktoppaths.mo
@ -1388,7 +1416,6 @@ share/locale/bs/LC_MESSAGES/kcm5_emoticons.mo
share/locale/bs/LC_MESSAGES/kcm5_icons.mo
share/locale/bs/LC_MESSAGES/kcm5_joystick.mo
share/locale/bs/LC_MESSAGES/kcm5_kded.mo
share/locale/bs/LC_MESSAGES/kcm5_phonon.mo
share/locale/bs/LC_MESSAGES/kcm_autostart.mo
share/locale/bs/LC_MESSAGES/kcm_colors.mo
share/locale/bs/LC_MESSAGES/kcm_cursortheme.mo
@ -1437,7 +1464,6 @@ share/locale/ca/LC_MESSAGES/kcm5_emoticons.mo
share/locale/ca/LC_MESSAGES/kcm5_icons.mo
share/locale/ca/LC_MESSAGES/kcm5_joystick.mo
share/locale/ca/LC_MESSAGES/kcm5_kded.mo
share/locale/ca/LC_MESSAGES/kcm5_phonon.mo
share/locale/ca/LC_MESSAGES/kcm_activities5.mo
share/locale/ca/LC_MESSAGES/kcm_autostart.mo
share/locale/ca/LC_MESSAGES/kcm_colors.mo
@ -1495,7 +1521,6 @@ share/locale/ca@valencia/LC_MESSAGES/kcm5_emoticons.mo
share/locale/ca@valencia/LC_MESSAGES/kcm5_icons.mo
share/locale/ca@valencia/LC_MESSAGES/kcm5_joystick.mo
share/locale/ca@valencia/LC_MESSAGES/kcm5_kded.mo
share/locale/ca@valencia/LC_MESSAGES/kcm5_phonon.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_activities5.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_autostart.mo
share/locale/ca@valencia/LC_MESSAGES/kcm_colors.mo
@ -1553,7 +1578,6 @@ share/locale/cs/LC_MESSAGES/kcm5_emoticons.mo
share/locale/cs/LC_MESSAGES/kcm5_icons.mo
share/locale/cs/LC_MESSAGES/kcm5_joystick.mo
share/locale/cs/LC_MESSAGES/kcm5_kded.mo
share/locale/cs/LC_MESSAGES/kcm5_phonon.mo
share/locale/cs/LC_MESSAGES/kcm_activities5.mo
share/locale/cs/LC_MESSAGES/kcm_autostart.mo
share/locale/cs/LC_MESSAGES/kcm_colors.mo
@ -1608,7 +1632,6 @@ share/locale/csb/LC_MESSAGES/kcm5_emoticons.mo
share/locale/csb/LC_MESSAGES/kcm5_icons.mo
share/locale/csb/LC_MESSAGES/kcm5_joystick.mo
share/locale/csb/LC_MESSAGES/kcm5_kded.mo
share/locale/csb/LC_MESSAGES/kcm5_phonon.mo
share/locale/csb/LC_MESSAGES/kcm_colors.mo
share/locale/csb/LC_MESSAGES/kcm_fonts.mo
share/locale/csb/LC_MESSAGES/kcm_launchfeedback.mo
@ -1657,7 +1680,6 @@ share/locale/da/LC_MESSAGES/kcm5_emoticons.mo
share/locale/da/LC_MESSAGES/kcm5_icons.mo
share/locale/da/LC_MESSAGES/kcm5_joystick.mo
share/locale/da/LC_MESSAGES/kcm5_kded.mo
share/locale/da/LC_MESSAGES/kcm5_phonon.mo
share/locale/da/LC_MESSAGES/kcm_activities5.mo
share/locale/da/LC_MESSAGES/kcm_autostart.mo
share/locale/da/LC_MESSAGES/kcm_colors.mo
@ -1714,7 +1736,6 @@ share/locale/de/LC_MESSAGES/kcm5_emoticons.mo
share/locale/de/LC_MESSAGES/kcm5_icons.mo
share/locale/de/LC_MESSAGES/kcm5_joystick.mo
share/locale/de/LC_MESSAGES/kcm5_kded.mo
share/locale/de/LC_MESSAGES/kcm5_phonon.mo
share/locale/de/LC_MESSAGES/kcm_activities5.mo
share/locale/de/LC_MESSAGES/kcm_autostart.mo
share/locale/de/LC_MESSAGES/kcm_colors.mo
@ -1772,7 +1793,6 @@ share/locale/el/LC_MESSAGES/kcm5_emoticons.mo
share/locale/el/LC_MESSAGES/kcm5_icons.mo
share/locale/el/LC_MESSAGES/kcm5_joystick.mo
share/locale/el/LC_MESSAGES/kcm5_kded.mo
share/locale/el/LC_MESSAGES/kcm5_phonon.mo
share/locale/el/LC_MESSAGES/kcm_activities5.mo
share/locale/el/LC_MESSAGES/kcm_autostart.mo
share/locale/el/LC_MESSAGES/kcm_colors.mo
@ -1825,7 +1845,6 @@ share/locale/en_GB/LC_MESSAGES/kcm5_emoticons.mo
share/locale/en_GB/LC_MESSAGES/kcm5_icons.mo
share/locale/en_GB/LC_MESSAGES/kcm5_joystick.mo
share/locale/en_GB/LC_MESSAGES/kcm5_kded.mo
share/locale/en_GB/LC_MESSAGES/kcm5_phonon.mo
share/locale/en_GB/LC_MESSAGES/kcm_activities5.mo
share/locale/en_GB/LC_MESSAGES/kcm_autostart.mo
share/locale/en_GB/LC_MESSAGES/kcm_colors.mo
@ -1882,7 +1901,6 @@ share/locale/eo/LC_MESSAGES/kcm5_emoticons.mo
share/locale/eo/LC_MESSAGES/kcm5_icons.mo
share/locale/eo/LC_MESSAGES/kcm5_joystick.mo
share/locale/eo/LC_MESSAGES/kcm5_kded.mo
share/locale/eo/LC_MESSAGES/kcm5_phonon.mo
share/locale/eo/LC_MESSAGES/kcm_autostart.mo
share/locale/eo/LC_MESSAGES/kcm_colors.mo
share/locale/eo/LC_MESSAGES/kcm_cursortheme.mo
@ -1920,7 +1938,6 @@ share/locale/es/LC_MESSAGES/kcm5_emoticons.mo
share/locale/es/LC_MESSAGES/kcm5_icons.mo
share/locale/es/LC_MESSAGES/kcm5_joystick.mo
share/locale/es/LC_MESSAGES/kcm5_kded.mo
share/locale/es/LC_MESSAGES/kcm5_phonon.mo
share/locale/es/LC_MESSAGES/kcm_activities5.mo
share/locale/es/LC_MESSAGES/kcm_autostart.mo
share/locale/es/LC_MESSAGES/kcm_colors.mo
@ -1978,7 +1995,6 @@ share/locale/et/LC_MESSAGES/kcm5_emoticons.mo
share/locale/et/LC_MESSAGES/kcm5_icons.mo
share/locale/et/LC_MESSAGES/kcm5_joystick.mo
share/locale/et/LC_MESSAGES/kcm5_kded.mo
share/locale/et/LC_MESSAGES/kcm5_phonon.mo
share/locale/et/LC_MESSAGES/kcm_activities5.mo
share/locale/et/LC_MESSAGES/kcm_autostart.mo
share/locale/et/LC_MESSAGES/kcm_colors.mo
@ -2031,7 +2047,6 @@ share/locale/eu/LC_MESSAGES/kcm5_emoticons.mo
share/locale/eu/LC_MESSAGES/kcm5_icons.mo
share/locale/eu/LC_MESSAGES/kcm5_joystick.mo
share/locale/eu/LC_MESSAGES/kcm5_kded.mo
share/locale/eu/LC_MESSAGES/kcm5_phonon.mo
share/locale/eu/LC_MESSAGES/kcm_activities5.mo
share/locale/eu/LC_MESSAGES/kcm_autostart.mo
share/locale/eu/LC_MESSAGES/kcm_colors.mo
@ -2088,7 +2103,6 @@ share/locale/fa/LC_MESSAGES/kcm5_emoticons.mo
share/locale/fa/LC_MESSAGES/kcm5_icons.mo
share/locale/fa/LC_MESSAGES/kcm5_joystick.mo
share/locale/fa/LC_MESSAGES/kcm5_kded.mo
share/locale/fa/LC_MESSAGES/kcm5_phonon.mo
share/locale/fa/LC_MESSAGES/kcm_autostart.mo
share/locale/fa/LC_MESSAGES/kcm_colors.mo
share/locale/fa/LC_MESSAGES/kcm_cursortheme.mo
@ -2122,7 +2136,6 @@ share/locale/fi/LC_MESSAGES/kcm5_emoticons.mo
share/locale/fi/LC_MESSAGES/kcm5_icons.mo
share/locale/fi/LC_MESSAGES/kcm5_joystick.mo
share/locale/fi/LC_MESSAGES/kcm5_kded.mo
share/locale/fi/LC_MESSAGES/kcm5_phonon.mo
share/locale/fi/LC_MESSAGES/kcm_activities5.mo
share/locale/fi/LC_MESSAGES/kcm_autostart.mo
share/locale/fi/LC_MESSAGES/kcm_colors.mo
@ -2180,7 +2193,6 @@ share/locale/fr/LC_MESSAGES/kcm5_emoticons.mo
share/locale/fr/LC_MESSAGES/kcm5_icons.mo
share/locale/fr/LC_MESSAGES/kcm5_joystick.mo
share/locale/fr/LC_MESSAGES/kcm5_kded.mo
share/locale/fr/LC_MESSAGES/kcm5_phonon.mo
share/locale/fr/LC_MESSAGES/kcm_activities5.mo
share/locale/fr/LC_MESSAGES/kcm_autostart.mo
share/locale/fr/LC_MESSAGES/kcm_colors.mo
@ -2236,7 +2248,6 @@ share/locale/fy/LC_MESSAGES/kcm5_emoticons.mo
share/locale/fy/LC_MESSAGES/kcm5_icons.mo
share/locale/fy/LC_MESSAGES/kcm5_joystick.mo
share/locale/fy/LC_MESSAGES/kcm5_kded.mo
share/locale/fy/LC_MESSAGES/kcm5_phonon.mo
share/locale/fy/LC_MESSAGES/kcm_autostart.mo
share/locale/fy/LC_MESSAGES/kcm_colors.mo
share/locale/fy/LC_MESSAGES/kcm_cursortheme.mo
@ -2269,7 +2280,6 @@ share/locale/ga/LC_MESSAGES/kcm5_emoticons.mo
share/locale/ga/LC_MESSAGES/kcm5_icons.mo
share/locale/ga/LC_MESSAGES/kcm5_joystick.mo
share/locale/ga/LC_MESSAGES/kcm5_kded.mo
share/locale/ga/LC_MESSAGES/kcm5_phonon.mo
share/locale/ga/LC_MESSAGES/kcm_autostart.mo
share/locale/ga/LC_MESSAGES/kcm_colors.mo
share/locale/ga/LC_MESSAGES/kcm_cursortheme.mo
@ -2309,7 +2319,6 @@ share/locale/gl/LC_MESSAGES/kcm5_emoticons.mo
share/locale/gl/LC_MESSAGES/kcm5_icons.mo
share/locale/gl/LC_MESSAGES/kcm5_joystick.mo
share/locale/gl/LC_MESSAGES/kcm5_kded.mo
share/locale/gl/LC_MESSAGES/kcm5_phonon.mo
share/locale/gl/LC_MESSAGES/kcm_activities5.mo
share/locale/gl/LC_MESSAGES/kcm_autostart.mo
share/locale/gl/LC_MESSAGES/kcm_colors.mo
@ -2366,7 +2375,6 @@ share/locale/gu/LC_MESSAGES/kcm5_emoticons.mo
share/locale/gu/LC_MESSAGES/kcm5_icons.mo
share/locale/gu/LC_MESSAGES/kcm5_joystick.mo
share/locale/gu/LC_MESSAGES/kcm5_kded.mo
share/locale/gu/LC_MESSAGES/kcm5_phonon.mo
share/locale/gu/LC_MESSAGES/kcm_autostart.mo
share/locale/gu/LC_MESSAGES/kcm_colors.mo
share/locale/gu/LC_MESSAGES/kcm_cursortheme.mo
@ -2402,7 +2410,6 @@ share/locale/he/LC_MESSAGES/kcm5_emoticons.mo
share/locale/he/LC_MESSAGES/kcm5_icons.mo
share/locale/he/LC_MESSAGES/kcm5_joystick.mo
share/locale/he/LC_MESSAGES/kcm5_kded.mo
share/locale/he/LC_MESSAGES/kcm5_phonon.mo
share/locale/he/LC_MESSAGES/kcm_activities5.mo
share/locale/he/LC_MESSAGES/kcm_autostart.mo
share/locale/he/LC_MESSAGES/kcm_colors.mo
@ -2453,7 +2460,6 @@ share/locale/hi/LC_MESSAGES/kcm5_emoticons.mo
share/locale/hi/LC_MESSAGES/kcm5_icons.mo
share/locale/hi/LC_MESSAGES/kcm5_joystick.mo
share/locale/hi/LC_MESSAGES/kcm5_kded.mo
share/locale/hi/LC_MESSAGES/kcm5_phonon.mo
share/locale/hi/LC_MESSAGES/kcm_autostart.mo
share/locale/hi/LC_MESSAGES/kcm_colors.mo
share/locale/hi/LC_MESSAGES/kcm_cursortheme.mo
@ -2484,7 +2490,6 @@ share/locale/hne/LC_MESSAGES/kcm5_emoticons.mo
share/locale/hne/LC_MESSAGES/kcm5_icons.mo
share/locale/hne/LC_MESSAGES/kcm5_joystick.mo
share/locale/hne/LC_MESSAGES/kcm5_kded.mo
share/locale/hne/LC_MESSAGES/kcm5_phonon.mo
share/locale/hne/LC_MESSAGES/kcm_autostart.mo
share/locale/hne/LC_MESSAGES/kcm_colors.mo
share/locale/hne/LC_MESSAGES/kcm_cursortheme.mo
@ -2514,7 +2519,6 @@ share/locale/hr/LC_MESSAGES/kcm5_emoticons.mo
share/locale/hr/LC_MESSAGES/kcm5_icons.mo
share/locale/hr/LC_MESSAGES/kcm5_joystick.mo
share/locale/hr/LC_MESSAGES/kcm5_kded.mo
share/locale/hr/LC_MESSAGES/kcm5_phonon.mo
share/locale/hr/LC_MESSAGES/kcm_autostart.mo
share/locale/hr/LC_MESSAGES/kcm_colors.mo
share/locale/hr/LC_MESSAGES/kcm_cursortheme.mo
@ -2549,7 +2553,6 @@ share/locale/hsb/LC_MESSAGES/kcm5_emoticons.mo
share/locale/hsb/LC_MESSAGES/kcm5_icons.mo
share/locale/hsb/LC_MESSAGES/kcm5_joystick.mo
share/locale/hsb/LC_MESSAGES/kcm5_kded.mo
share/locale/hsb/LC_MESSAGES/kcm5_phonon.mo
share/locale/hsb/LC_MESSAGES/kcm_autostart.mo
share/locale/hsb/LC_MESSAGES/kcm_colors.mo
share/locale/hsb/LC_MESSAGES/kcm_cursortheme.mo
@ -2582,7 +2585,6 @@ share/locale/hu/LC_MESSAGES/kcm5_emoticons.mo
share/locale/hu/LC_MESSAGES/kcm5_icons.mo
share/locale/hu/LC_MESSAGES/kcm5_joystick.mo
share/locale/hu/LC_MESSAGES/kcm5_kded.mo
share/locale/hu/LC_MESSAGES/kcm5_phonon.mo
share/locale/hu/LC_MESSAGES/kcm_activities5.mo
share/locale/hu/LC_MESSAGES/kcm_autostart.mo
share/locale/hu/LC_MESSAGES/kcm_colors.mo
@ -2636,7 +2638,6 @@ share/locale/ia/LC_MESSAGES/kcm5_emoticons.mo
share/locale/ia/LC_MESSAGES/kcm5_icons.mo
share/locale/ia/LC_MESSAGES/kcm5_joystick.mo
share/locale/ia/LC_MESSAGES/kcm5_kded.mo
share/locale/ia/LC_MESSAGES/kcm5_phonon.mo
share/locale/ia/LC_MESSAGES/kcm_activities5.mo
share/locale/ia/LC_MESSAGES/kcm_autostart.mo
share/locale/ia/LC_MESSAGES/kcm_colors.mo
@ -2689,7 +2690,6 @@ share/locale/id/LC_MESSAGES/kcm5_emoticons.mo
share/locale/id/LC_MESSAGES/kcm5_icons.mo
share/locale/id/LC_MESSAGES/kcm5_joystick.mo
share/locale/id/LC_MESSAGES/kcm5_kded.mo
share/locale/id/LC_MESSAGES/kcm5_phonon.mo
share/locale/id/LC_MESSAGES/kcm_activities5.mo
share/locale/id/LC_MESSAGES/kcm_autostart.mo
share/locale/id/LC_MESSAGES/kcm_colors.mo
@ -2746,7 +2746,6 @@ share/locale/is/LC_MESSAGES/kcm5_emoticons.mo
share/locale/is/LC_MESSAGES/kcm5_icons.mo
share/locale/is/LC_MESSAGES/kcm5_joystick.mo
share/locale/is/LC_MESSAGES/kcm5_kded.mo
share/locale/is/LC_MESSAGES/kcm5_phonon.mo
share/locale/is/LC_MESSAGES/kcm_autostart.mo
share/locale/is/LC_MESSAGES/kcm_colors.mo
share/locale/is/LC_MESSAGES/kcm_cursortheme.mo
@ -2783,7 +2782,6 @@ share/locale/it/LC_MESSAGES/kcm5_emoticons.mo
share/locale/it/LC_MESSAGES/kcm5_icons.mo
share/locale/it/LC_MESSAGES/kcm5_joystick.mo
share/locale/it/LC_MESSAGES/kcm5_kded.mo
share/locale/it/LC_MESSAGES/kcm5_phonon.mo
share/locale/it/LC_MESSAGES/kcm_activities5.mo
share/locale/it/LC_MESSAGES/kcm_autostart.mo
share/locale/it/LC_MESSAGES/kcm_colors.mo
@ -2841,7 +2839,6 @@ share/locale/ja/LC_MESSAGES/kcm5_emoticons.mo
share/locale/ja/LC_MESSAGES/kcm5_icons.mo
share/locale/ja/LC_MESSAGES/kcm5_joystick.mo
share/locale/ja/LC_MESSAGES/kcm5_kded.mo
share/locale/ja/LC_MESSAGES/kcm5_phonon.mo
share/locale/ja/LC_MESSAGES/kcm_activities5.mo
share/locale/ja/LC_MESSAGES/kcm_autostart.mo
share/locale/ja/LC_MESSAGES/kcm_colors.mo
@ -2898,7 +2895,6 @@ share/locale/kk/LC_MESSAGES/kcm5_emoticons.mo
share/locale/kk/LC_MESSAGES/kcm5_icons.mo
share/locale/kk/LC_MESSAGES/kcm5_joystick.mo
share/locale/kk/LC_MESSAGES/kcm5_kded.mo
share/locale/kk/LC_MESSAGES/kcm5_phonon.mo
share/locale/kk/LC_MESSAGES/kcm_autostart.mo
share/locale/kk/LC_MESSAGES/kcm_colors.mo
share/locale/kk/LC_MESSAGES/kcm_cursortheme.mo
@ -2938,7 +2934,6 @@ share/locale/km/LC_MESSAGES/kcm5_emoticons.mo
share/locale/km/LC_MESSAGES/kcm5_icons.mo
share/locale/km/LC_MESSAGES/kcm5_joystick.mo
share/locale/km/LC_MESSAGES/kcm5_kded.mo
share/locale/km/LC_MESSAGES/kcm5_phonon.mo
share/locale/km/LC_MESSAGES/kcm_autostart.mo
share/locale/km/LC_MESSAGES/kcm_colors.mo
share/locale/km/LC_MESSAGES/kcm_cursortheme.mo
@ -2976,7 +2971,6 @@ share/locale/kn/LC_MESSAGES/kcm5_emoticons.mo
share/locale/kn/LC_MESSAGES/kcm5_icons.mo
share/locale/kn/LC_MESSAGES/kcm5_joystick.mo
share/locale/kn/LC_MESSAGES/kcm5_kded.mo
share/locale/kn/LC_MESSAGES/kcm5_phonon.mo
share/locale/kn/LC_MESSAGES/kcm_autostart.mo
share/locale/kn/LC_MESSAGES/kcm_colors.mo
share/locale/kn/LC_MESSAGES/kcm_cursortheme.mo
@ -3011,7 +3005,6 @@ share/locale/ko/LC_MESSAGES/kcm5_emoticons.mo
share/locale/ko/LC_MESSAGES/kcm5_icons.mo
share/locale/ko/LC_MESSAGES/kcm5_joystick.mo
share/locale/ko/LC_MESSAGES/kcm5_kded.mo
share/locale/ko/LC_MESSAGES/kcm5_phonon.mo
share/locale/ko/LC_MESSAGES/kcm_activities5.mo
share/locale/ko/LC_MESSAGES/kcm_autostart.mo
share/locale/ko/LC_MESSAGES/kcm_colors.mo
@ -3066,7 +3059,6 @@ share/locale/ku/LC_MESSAGES/kcm5_emoticons.mo
share/locale/ku/LC_MESSAGES/kcm5_icons.mo
share/locale/ku/LC_MESSAGES/kcm5_joystick.mo
share/locale/ku/LC_MESSAGES/kcm5_kded.mo
share/locale/ku/LC_MESSAGES/kcm5_phonon.mo
share/locale/ku/LC_MESSAGES/kcm_autostart.mo
share/locale/ku/LC_MESSAGES/kcm_colors.mo
share/locale/ku/LC_MESSAGES/kcm_cursortheme.mo
@ -3100,7 +3092,6 @@ share/locale/lt/LC_MESSAGES/kcm5_emoticons.mo
share/locale/lt/LC_MESSAGES/kcm5_icons.mo
share/locale/lt/LC_MESSAGES/kcm5_joystick.mo
share/locale/lt/LC_MESSAGES/kcm5_kded.mo
share/locale/lt/LC_MESSAGES/kcm5_phonon.mo
share/locale/lt/LC_MESSAGES/kcm_activities5.mo
share/locale/lt/LC_MESSAGES/kcm_autostart.mo
share/locale/lt/LC_MESSAGES/kcm_colors.mo
@ -3111,6 +3102,7 @@ share/locale/lt/LC_MESSAGES/kcm_fonts.mo
share/locale/lt/LC_MESSAGES/kcm_launchfeedback.mo
share/locale/lt/LC_MESSAGES/kcm_lookandfeel.mo
share/locale/lt/LC_MESSAGES/kcm_nightcolor.mo
share/locale/lt/LC_MESSAGES/kcm_notifications.mo
share/locale/lt/LC_MESSAGES/kcm_search.mo
share/locale/lt/LC_MESSAGES/kcm_solid_actions.mo
share/locale/lt/LC_MESSAGES/kcm_splashscreen.mo
@ -3156,7 +3148,6 @@ share/locale/lv/LC_MESSAGES/kcm5_emoticons.mo
share/locale/lv/LC_MESSAGES/kcm5_icons.mo
share/locale/lv/LC_MESSAGES/kcm5_joystick.mo
share/locale/lv/LC_MESSAGES/kcm5_kded.mo
share/locale/lv/LC_MESSAGES/kcm5_phonon.mo
share/locale/lv/LC_MESSAGES/kcm_autostart.mo
share/locale/lv/LC_MESSAGES/kcm_colors.mo
share/locale/lv/LC_MESSAGES/kcm_cursortheme.mo
@ -3196,7 +3187,6 @@ share/locale/mai/LC_MESSAGES/kcm5_emoticons.mo
share/locale/mai/LC_MESSAGES/kcm5_icons.mo
share/locale/mai/LC_MESSAGES/kcm5_joystick.mo
share/locale/mai/LC_MESSAGES/kcm5_kded.mo
share/locale/mai/LC_MESSAGES/kcm5_phonon.mo
share/locale/mai/LC_MESSAGES/kcm_autostart.mo
share/locale/mai/LC_MESSAGES/kcm_colors.mo
share/locale/mai/LC_MESSAGES/kcm_cursortheme.mo
@ -3229,7 +3219,6 @@ share/locale/mk/LC_MESSAGES/kcm5_emoticons.mo
share/locale/mk/LC_MESSAGES/kcm5_icons.mo
share/locale/mk/LC_MESSAGES/kcm5_joystick.mo
share/locale/mk/LC_MESSAGES/kcm5_kded.mo
share/locale/mk/LC_MESSAGES/kcm5_phonon.mo
share/locale/mk/LC_MESSAGES/kcm_autostart.mo
share/locale/mk/LC_MESSAGES/kcm_colors.mo
share/locale/mk/LC_MESSAGES/kcm_cursortheme.mo
@ -3253,25 +3242,54 @@ share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
share/doc/HTML/uk/kcontrol/splashscreen/get-new-theme.png
share/locale/ml/LC_MESSAGES/attica_kde_plugin.mo
share/locale/ml/LC_MESSAGES/kaccess.mo
share/locale/ml/LC_MESSAGES/kcm5_baloofile.mo
share/locale/ml/LC_MESSAGES/kcm5_componentchooser.mo
share/locale/ml/LC_MESSAGES/kcm5_device_automounter.mo
share/locale/ml/LC_MESSAGES/kcm5_emoticons.mo
share/locale/ml/LC_MESSAGES/kcm5_icons.mo
share/locale/ml/LC_MESSAGES/kcm5_joystick.mo
share/locale/ml/LC_MESSAGES/kcm5_kded.mo
share/locale/ml/LC_MESSAGES/kcm_activities5.mo
share/locale/ml/LC_MESSAGES/kcm_autostart.mo
share/locale/ml/LC_MESSAGES/kcm_colors.mo
share/locale/ml/LC_MESSAGES/kcm_cursortheme.mo
share/locale/ml/LC_MESSAGES/kcm_desktoppaths.mo
share/locale/ml/LC_MESSAGES/kcm_desktoptheme.mo
share/locale/ml/LC_MESSAGES/kcm_fonts.mo
share/locale/ml/LC_MESSAGES/kcm_launchfeedback.mo
share/locale/ml/LC_MESSAGES/kcm_lookandfeel.mo
share/locale/ml/LC_MESSAGES/kcm_nightcolor.mo
share/locale/ml/LC_MESSAGES/kcm_notifications.mo
share/locale/ml/LC_MESSAGES/kcm_search.mo
share/locale/ml/LC_MESSAGES/kcm_solid_actions.mo
share/locale/ml/LC_MESSAGES/kcm_splashscreen.mo
share/locale/ml/LC_MESSAGES/kcm_standard_actions.mo
share/locale/ml/LC_MESSAGES/kcm_touchpad.mo
share/locale/ml/LC_MESSAGES/kcm_workspace.mo
share/locale/ml/LC_MESSAGES/kcmaccess.mo
share/locale/ml/LC_MESSAGES/kcmformats.mo
share/locale/ml/LC_MESSAGES/kcmkclock.mo
share/locale/ml/LC_MESSAGES/kcmkeyboard.mo
share/locale/ml/LC_MESSAGES/kcmkeys.mo
share/locale/ml/LC_MESSAGES/kcmmouse.mo
share/locale/ml/LC_MESSAGES/kcmqtquicksettings.mo
share/locale/ml/LC_MESSAGES/kcmsmserver.mo
share/locale/ml/LC_MESSAGES/kcmstyle.mo
share/locale/ml/LC_MESSAGES/kfontinst.mo
share/locale/ml/LC_MESSAGES/knetattach5.mo
share/locale/ml/LC_MESSAGES/krdb.mo
share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.panel.mo
share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo
share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo
share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
share/locale/ml/LC_MESSAGES/plasma_applet_touchpad.mo
share/locale/ml/LC_MESSAGES/plasma_runner_kwin.mo
@ -3280,38 +3298,6 @@ share/locale/ml/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
share/locale/ml/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
share/locale/ml/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo
share/locale/ml/LC_MESSAGES/plasmaactivitymanager.mo
share/locale/ml/LC_MESSAGES/attica_kde_plugin.mo
share/locale/ml/LC_MESSAGES/kaccess.mo
share/locale/ml/LC_MESSAGES/kcm5_componentchooser.mo
share/locale/ml/LC_MESSAGES/kcm5_emoticons.mo
share/locale/ml/LC_MESSAGES/kcm5_icons.mo
share/locale/ml/LC_MESSAGES/kcm5_joystick.mo
share/locale/ml/LC_MESSAGES/kcm5_kded.mo
share/locale/ml/LC_MESSAGES/kcm5_phonon.mo
share/locale/ml/LC_MESSAGES/kcm_autostart.mo
share/locale/ml/LC_MESSAGES/kcm_colors.mo
share/locale/ml/LC_MESSAGES/kcm_cursortheme.mo
share/locale/ml/LC_MESSAGES/kcm_desktoppaths.mo
share/locale/ml/LC_MESSAGES/kcm_desktoptheme.mo
share/locale/ml/LC_MESSAGES/kcm_fonts.mo
share/locale/ml/LC_MESSAGES/kcm_launchfeedback.mo
share/locale/ml/LC_MESSAGES/kcm_solid_actions.mo
share/locale/ml/LC_MESSAGES/kcm_standard_actions.mo
share/locale/ml/LC_MESSAGES/kcmaccess.mo
share/locale/ml/LC_MESSAGES/kcmformats.mo
share/locale/ml/LC_MESSAGES/kcmkclock.mo
share/locale/ml/LC_MESSAGES/kcmkeyboard.mo
share/locale/ml/LC_MESSAGES/kcmkeys.mo
share/locale/ml/LC_MESSAGES/kcmmouse.mo
share/locale/ml/LC_MESSAGES/kcmsmserver.mo
share/locale/ml/LC_MESSAGES/kcmstyle.mo
share/locale/ml/LC_MESSAGES/kfontinst.mo
share/locale/ml/LC_MESSAGES/knetattach5.mo
share/locale/ml/LC_MESSAGES/krdb.mo
share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
share/locale/mr/LC_MESSAGES/attica_kde_plugin.mo
share/locale/mr/LC_MESSAGES/kaccess.mo
share/locale/mr/LC_MESSAGES/kcm5_componentchooser.mo
@ -3320,7 +3306,6 @@ share/locale/mr/LC_MESSAGES/kcm5_emoticons.mo
share/locale/mr/LC_MESSAGES/kcm5_icons.mo
share/locale/mr/LC_MESSAGES/kcm5_joystick.mo
share/locale/mr/LC_MESSAGES/kcm5_kded.mo
share/locale/mr/LC_MESSAGES/kcm5_phonon.mo
share/locale/mr/LC_MESSAGES/kcm_autostart.mo
share/locale/mr/LC_MESSAGES/kcm_colors.mo
share/locale/mr/LC_MESSAGES/kcm_cursortheme.mo
@ -3360,7 +3345,6 @@ share/locale/ms/LC_MESSAGES/kcm5_emoticons.mo
share/locale/ms/LC_MESSAGES/kcm5_icons.mo
share/locale/ms/LC_MESSAGES/kcm5_joystick.mo
share/locale/ms/LC_MESSAGES/kcm5_kded.mo
share/locale/ms/LC_MESSAGES/kcm5_phonon.mo
share/locale/ms/LC_MESSAGES/kcm_autostart.mo
share/locale/ms/LC_MESSAGES/kcm_colors.mo
share/locale/ms/LC_MESSAGES/kcm_cursortheme.mo
@ -3397,7 +3381,6 @@ share/locale/nb/LC_MESSAGES/kcm5_emoticons.mo
share/locale/nb/LC_MESSAGES/kcm5_icons.mo
share/locale/nb/LC_MESSAGES/kcm5_joystick.mo
share/locale/nb/LC_MESSAGES/kcm5_kded.mo
share/locale/nb/LC_MESSAGES/kcm5_phonon.mo
share/locale/nb/LC_MESSAGES/kcm_autostart.mo
share/locale/nb/LC_MESSAGES/kcm_colors.mo
share/locale/nb/LC_MESSAGES/kcm_cursortheme.mo
@ -3446,7 +3429,6 @@ share/locale/nds/LC_MESSAGES/kcm5_emoticons.mo
share/locale/nds/LC_MESSAGES/kcm5_icons.mo
share/locale/nds/LC_MESSAGES/kcm5_joystick.mo
share/locale/nds/LC_MESSAGES/kcm5_kded.mo
share/locale/nds/LC_MESSAGES/kcm5_phonon.mo
share/locale/nds/LC_MESSAGES/kcm_autostart.mo
share/locale/nds/LC_MESSAGES/kcm_colors.mo
share/locale/nds/LC_MESSAGES/kcm_cursortheme.mo
@ -3489,7 +3471,6 @@ share/locale/ne/LC_MESSAGES/kcm5_componentchooser.mo
share/locale/ne/LC_MESSAGES/kcm5_icons.mo
share/locale/ne/LC_MESSAGES/kcm5_joystick.mo
share/locale/ne/LC_MESSAGES/kcm5_kded.mo
share/locale/ne/LC_MESSAGES/kcm5_phonon.mo
share/locale/ne/LC_MESSAGES/kcm_colors.mo
share/locale/ne/LC_MESSAGES/kcm_cursortheme.mo
share/locale/ne/LC_MESSAGES/kcm_desktoppaths.mo
@ -3517,7 +3498,6 @@ share/locale/nl/LC_MESSAGES/kcm5_emoticons.mo
share/locale/nl/LC_MESSAGES/kcm5_icons.mo
share/locale/nl/LC_MESSAGES/kcm5_joystick.mo
share/locale/nl/LC_MESSAGES/kcm5_kded.mo
share/locale/nl/LC_MESSAGES/kcm5_phonon.mo
share/locale/nl/LC_MESSAGES/kcm_activities5.mo
share/locale/nl/LC_MESSAGES/kcm_autostart.mo
share/locale/nl/LC_MESSAGES/kcm_colors.mo
@ -3575,7 +3555,6 @@ share/locale/nn/LC_MESSAGES/kcm5_emoticons.mo
share/locale/nn/LC_MESSAGES/kcm5_icons.mo
share/locale/nn/LC_MESSAGES/kcm5_joystick.mo
share/locale/nn/LC_MESSAGES/kcm5_kded.mo
share/locale/nn/LC_MESSAGES/kcm5_phonon.mo
share/locale/nn/LC_MESSAGES/kcm_activities5.mo
share/locale/nn/LC_MESSAGES/kcm_autostart.mo
share/locale/nn/LC_MESSAGES/kcm_colors.mo
@ -3629,7 +3608,6 @@ share/locale/oc/LC_MESSAGES/kcm5_componentchooser.mo
share/locale/oc/LC_MESSAGES/kcm5_icons.mo
share/locale/oc/LC_MESSAGES/kcm5_joystick.mo
share/locale/oc/LC_MESSAGES/kcm5_kded.mo
share/locale/oc/LC_MESSAGES/kcm5_phonon.mo
share/locale/oc/LC_MESSAGES/kcm_colors.mo
share/locale/oc/LC_MESSAGES/kcm_cursortheme.mo
share/locale/oc/LC_MESSAGES/kcm_desktoppaths.mo
@ -3652,7 +3630,6 @@ share/locale/or/LC_MESSAGES/kcm5_emoticons.mo
share/locale/or/LC_MESSAGES/kcm5_icons.mo
share/locale/or/LC_MESSAGES/kcm5_joystick.mo
share/locale/or/LC_MESSAGES/kcm5_kded.mo
share/locale/or/LC_MESSAGES/kcm5_phonon.mo
share/locale/or/LC_MESSAGES/kcm_autostart.mo
share/locale/or/LC_MESSAGES/kcm_colors.mo
share/locale/or/LC_MESSAGES/kcm_cursortheme.mo
@ -3685,7 +3662,6 @@ share/locale/pa/LC_MESSAGES/kcm5_emoticons.mo
share/locale/pa/LC_MESSAGES/kcm5_icons.mo
share/locale/pa/LC_MESSAGES/kcm5_joystick.mo
share/locale/pa/LC_MESSAGES/kcm5_kded.mo
share/locale/pa/LC_MESSAGES/kcm5_phonon.mo
share/locale/pa/LC_MESSAGES/kcm_activities5.mo
share/locale/pa/LC_MESSAGES/kcm_autostart.mo
share/locale/pa/LC_MESSAGES/kcm_colors.mo
@ -3737,7 +3713,6 @@ share/locale/pl/LC_MESSAGES/kcm5_emoticons.mo
share/locale/pl/LC_MESSAGES/kcm5_icons.mo
share/locale/pl/LC_MESSAGES/kcm5_joystick.mo
share/locale/pl/LC_MESSAGES/kcm5_kded.mo
share/locale/pl/LC_MESSAGES/kcm5_phonon.mo
share/locale/pl/LC_MESSAGES/kcm_activities5.mo
share/locale/pl/LC_MESSAGES/kcm_autostart.mo
share/locale/pl/LC_MESSAGES/kcm_colors.mo
@ -3795,7 +3770,6 @@ share/locale/pt/LC_MESSAGES/kcm5_emoticons.mo
share/locale/pt/LC_MESSAGES/kcm5_icons.mo
share/locale/pt/LC_MESSAGES/kcm5_joystick.mo
share/locale/pt/LC_MESSAGES/kcm5_kded.mo
share/locale/pt/LC_MESSAGES/kcm5_phonon.mo
share/locale/pt/LC_MESSAGES/kcm_activities5.mo
share/locale/pt/LC_MESSAGES/kcm_autostart.mo
share/locale/pt/LC_MESSAGES/kcm_colors.mo
@ -3853,7 +3827,6 @@ share/locale/pt_BR/LC_MESSAGES/kcm5_emoticons.mo
share/locale/pt_BR/LC_MESSAGES/kcm5_icons.mo
share/locale/pt_BR/LC_MESSAGES/kcm5_joystick.mo
share/locale/pt_BR/LC_MESSAGES/kcm5_kded.mo
share/locale/pt_BR/LC_MESSAGES/kcm5_phonon.mo
share/locale/pt_BR/LC_MESSAGES/kcm_activities5.mo
share/locale/pt_BR/LC_MESSAGES/kcm_autostart.mo
share/locale/pt_BR/LC_MESSAGES/kcm_colors.mo
@ -3911,7 +3884,6 @@ share/locale/ro/LC_MESSAGES/kcm5_emoticons.mo
share/locale/ro/LC_MESSAGES/kcm5_icons.mo
share/locale/ro/LC_MESSAGES/kcm5_joystick.mo
share/locale/ro/LC_MESSAGES/kcm5_kded.mo
share/locale/ro/LC_MESSAGES/kcm5_phonon.mo
share/locale/ro/LC_MESSAGES/kcm_autostart.mo
share/locale/ro/LC_MESSAGES/kcm_colors.mo
share/locale/ro/LC_MESSAGES/kcm_cursortheme.mo
@ -3960,7 +3932,6 @@ share/locale/ru/LC_MESSAGES/kcm5_emoticons.mo
share/locale/ru/LC_MESSAGES/kcm5_icons.mo
share/locale/ru/LC_MESSAGES/kcm5_joystick.mo
share/locale/ru/LC_MESSAGES/kcm5_kded.mo
share/locale/ru/LC_MESSAGES/kcm5_phonon.mo
share/locale/ru/LC_MESSAGES/kcm_activities5.mo
share/locale/ru/LC_MESSAGES/kcm_autostart.mo
share/locale/ru/LC_MESSAGES/kcm_colors.mo
@ -4014,7 +3985,6 @@ share/locale/se/LC_MESSAGES/kcm5_componentchooser.mo
share/locale/se/LC_MESSAGES/kcm5_icons.mo
share/locale/se/LC_MESSAGES/kcm5_joystick.mo
share/locale/se/LC_MESSAGES/kcm5_kded.mo
share/locale/se/LC_MESSAGES/kcm5_phonon.mo
share/locale/se/LC_MESSAGES/kcm_colors.mo
share/locale/se/LC_MESSAGES/kcm_cursortheme.mo
share/locale/se/LC_MESSAGES/kcm_desktoppaths.mo
@ -4040,7 +4010,6 @@ share/locale/si/LC_MESSAGES/kcm5_emoticons.mo
share/locale/si/LC_MESSAGES/kcm5_icons.mo
share/locale/si/LC_MESSAGES/kcm5_joystick.mo
share/locale/si/LC_MESSAGES/kcm5_kded.mo
share/locale/si/LC_MESSAGES/kcm5_phonon.mo
share/locale/si/LC_MESSAGES/kcm_autostart.mo
share/locale/si/LC_MESSAGES/kcm_colors.mo
share/locale/si/LC_MESSAGES/kcm_cursortheme.mo
@ -4075,7 +4044,6 @@ share/locale/sk/LC_MESSAGES/kcm5_emoticons.mo
share/locale/sk/LC_MESSAGES/kcm5_icons.mo
share/locale/sk/LC_MESSAGES/kcm5_joystick.mo
share/locale/sk/LC_MESSAGES/kcm5_kded.mo
share/locale/sk/LC_MESSAGES/kcm5_phonon.mo
share/locale/sk/LC_MESSAGES/kcm_activities5.mo
share/locale/sk/LC_MESSAGES/kcm_autostart.mo
share/locale/sk/LC_MESSAGES/kcm_colors.mo
@ -4133,7 +4101,6 @@ share/locale/sl/LC_MESSAGES/kcm5_emoticons.mo
share/locale/sl/LC_MESSAGES/kcm5_icons.mo
share/locale/sl/LC_MESSAGES/kcm5_joystick.mo
share/locale/sl/LC_MESSAGES/kcm5_kded.mo
share/locale/sl/LC_MESSAGES/kcm5_phonon.mo
share/locale/sl/LC_MESSAGES/kcm_activities5.mo
share/locale/sl/LC_MESSAGES/kcm_autostart.mo
share/locale/sl/LC_MESSAGES/kcm_colors.mo
@ -4184,7 +4151,6 @@ share/locale/sq/LC_MESSAGES/kcm5_emoticons.mo
share/locale/sq/LC_MESSAGES/kcm5_icons.mo
share/locale/sq/LC_MESSAGES/kcm5_joystick.mo
share/locale/sq/LC_MESSAGES/kcm5_kded.mo
share/locale/sq/LC_MESSAGES/kcm5_phonon.mo
share/locale/sq/LC_MESSAGES/kcm_autostart.mo
share/locale/sq/LC_MESSAGES/kcm_colors.mo
share/locale/sq/LC_MESSAGES/kcm_cursortheme.mo
@ -4220,7 +4186,6 @@ share/locale/sr/LC_MESSAGES/kcm5_emoticons.mo
share/locale/sr/LC_MESSAGES/kcm5_icons.mo
share/locale/sr/LC_MESSAGES/kcm5_joystick.mo
share/locale/sr/LC_MESSAGES/kcm5_kded.mo
share/locale/sr/LC_MESSAGES/kcm5_phonon.mo
share/locale/sr/LC_MESSAGES/kcm_activities5.mo
share/locale/sr/LC_MESSAGES/kcm_autostart.mo
share/locale/sr/LC_MESSAGES/kcm_colors.mo
@ -4275,7 +4240,6 @@ share/locale/sr@ijekavian/LC_MESSAGES/kcm5_emoticons.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcm5_icons.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcm5_joystick.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcm5_kded.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcm5_phonon.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcm_activities5.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcm_autostart.mo
share/locale/sr@ijekavian/LC_MESSAGES/kcm_colors.mo
@ -4330,7 +4294,6 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm5_emoticons.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm5_icons.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm5_joystick.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm5_kded.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm5_phonon.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_activities5.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_autostart.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_colors.mo
@ -4385,7 +4348,6 @@ share/locale/sr@latin/LC_MESSAGES/kcm5_emoticons.mo
share/locale/sr@latin/LC_MESSAGES/kcm5_icons.mo
share/locale/sr@latin/LC_MESSAGES/kcm5_joystick.mo
share/locale/sr@latin/LC_MESSAGES/kcm5_kded.mo
share/locale/sr@latin/LC_MESSAGES/kcm5_phonon.mo
share/locale/sr@latin/LC_MESSAGES/kcm_activities5.mo
share/locale/sr@latin/LC_MESSAGES/kcm_autostart.mo
share/locale/sr@latin/LC_MESSAGES/kcm_colors.mo
@ -4440,7 +4402,6 @@ share/locale/sv/LC_MESSAGES/kcm5_emoticons.mo
share/locale/sv/LC_MESSAGES/kcm5_icons.mo
share/locale/sv/LC_MESSAGES/kcm5_joystick.mo
share/locale/sv/LC_MESSAGES/kcm5_kded.mo
share/locale/sv/LC_MESSAGES/kcm5_phonon.mo
share/locale/sv/LC_MESSAGES/kcm_activities5.mo
share/locale/sv/LC_MESSAGES/kcm_autostart.mo
share/locale/sv/LC_MESSAGES/kcm_colors.mo
@ -4495,7 +4456,6 @@ share/locale/ta/LC_MESSAGES/kcm5_emoticons.mo
share/locale/ta/LC_MESSAGES/kcm5_icons.mo
share/locale/ta/LC_MESSAGES/kcm5_joystick.mo
share/locale/ta/LC_MESSAGES/kcm5_kded.mo
share/locale/ta/LC_MESSAGES/kcm5_phonon.mo
share/locale/ta/LC_MESSAGES/kcm_autostart.mo
share/locale/ta/LC_MESSAGES/kcm_colors.mo
share/locale/ta/LC_MESSAGES/kcm_cursortheme.mo
@ -4523,7 +4483,6 @@ share/locale/te/LC_MESSAGES/kcm5_emoticons.mo
share/locale/te/LC_MESSAGES/kcm5_icons.mo
share/locale/te/LC_MESSAGES/kcm5_joystick.mo
share/locale/te/LC_MESSAGES/kcm5_kded.mo
share/locale/te/LC_MESSAGES/kcm5_phonon.mo
share/locale/te/LC_MESSAGES/kcm_autostart.mo
share/locale/te/LC_MESSAGES/kcm_colors.mo
share/locale/te/LC_MESSAGES/kcm_cursortheme.mo
@ -4554,7 +4513,6 @@ share/locale/tg/LC_MESSAGES/kcm5_emoticons.mo
share/locale/tg/LC_MESSAGES/kcm5_icons.mo
share/locale/tg/LC_MESSAGES/kcm5_joystick.mo
share/locale/tg/LC_MESSAGES/kcm5_kded.mo
share/locale/tg/LC_MESSAGES/kcm5_phonon.mo
share/locale/tg/LC_MESSAGES/kcm_autostart.mo
share/locale/tg/LC_MESSAGES/kcm_colors.mo
share/locale/tg/LC_MESSAGES/kcm_cursortheme.mo
@ -4575,9 +4533,15 @@ share/locale/tg/LC_MESSAGES/kfontinst.mo
share/locale/tg/LC_MESSAGES/knetattach5.mo
share/locale/tg/LC_MESSAGES/krdb.mo
share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo
share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
share/locale/tg/LC_MESSAGES/plasma_runner_kwin.mo
share/locale/tg/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo
share/locale/th/LC_MESSAGES/attica_kde_plugin.mo
share/locale/th/LC_MESSAGES/kaccess.mo
share/locale/th/LC_MESSAGES/kcm5_componentchooser.mo
@ -4586,7 +4550,6 @@ share/locale/th/LC_MESSAGES/kcm5_emoticons.mo
share/locale/th/LC_MESSAGES/kcm5_icons.mo
share/locale/th/LC_MESSAGES/kcm5_joystick.mo
share/locale/th/LC_MESSAGES/kcm5_kded.mo
share/locale/th/LC_MESSAGES/kcm5_phonon.mo
share/locale/th/LC_MESSAGES/kcm_autostart.mo
share/locale/th/LC_MESSAGES/kcm_colors.mo
share/locale/th/LC_MESSAGES/kcm_cursortheme.mo
@ -4623,7 +4586,6 @@ share/locale/tr/LC_MESSAGES/kcm5_emoticons.mo
share/locale/tr/LC_MESSAGES/kcm5_icons.mo
share/locale/tr/LC_MESSAGES/kcm5_joystick.mo
share/locale/tr/LC_MESSAGES/kcm5_kded.mo
share/locale/tr/LC_MESSAGES/kcm5_phonon.mo
share/locale/tr/LC_MESSAGES/kcm_activities5.mo
share/locale/tr/LC_MESSAGES/kcm_autostart.mo
share/locale/tr/LC_MESSAGES/kcm_colors.mo
@ -4675,7 +4637,6 @@ share/locale/ug/LC_MESSAGES/kcm5_emoticons.mo
share/locale/ug/LC_MESSAGES/kcm5_icons.mo
share/locale/ug/LC_MESSAGES/kcm5_joystick.mo
share/locale/ug/LC_MESSAGES/kcm5_kded.mo
share/locale/ug/LC_MESSAGES/kcm5_phonon.mo
share/locale/ug/LC_MESSAGES/kcm_autostart.mo
share/locale/ug/LC_MESSAGES/kcm_colors.mo
share/locale/ug/LC_MESSAGES/kcm_cursortheme.mo
@ -4716,7 +4677,6 @@ share/locale/uk/LC_MESSAGES/kcm5_emoticons.mo
share/locale/uk/LC_MESSAGES/kcm5_icons.mo
share/locale/uk/LC_MESSAGES/kcm5_joystick.mo
share/locale/uk/LC_MESSAGES/kcm5_kded.mo
share/locale/uk/LC_MESSAGES/kcm5_phonon.mo
share/locale/uk/LC_MESSAGES/kcm_activities5.mo
share/locale/uk/LC_MESSAGES/kcm_autostart.mo
share/locale/uk/LC_MESSAGES/kcm_colors.mo
@ -4814,7 +4774,6 @@ share/locale/vi/LC_MESSAGES/kcm5_emoticons.mo
share/locale/vi/LC_MESSAGES/kcm5_icons.mo
share/locale/vi/LC_MESSAGES/kcm5_joystick.mo
share/locale/vi/LC_MESSAGES/kcm5_kded.mo
share/locale/vi/LC_MESSAGES/kcm5_phonon.mo
share/locale/vi/LC_MESSAGES/kcm_colors.mo
share/locale/vi/LC_MESSAGES/kcm_cursortheme.mo
share/locale/vi/LC_MESSAGES/kcm_desktoppaths.mo
@ -4846,7 +4805,6 @@ share/locale/wa/LC_MESSAGES/kcm5_emoticons.mo
share/locale/wa/LC_MESSAGES/kcm5_icons.mo
share/locale/wa/LC_MESSAGES/kcm5_joystick.mo
share/locale/wa/LC_MESSAGES/kcm5_kded.mo
share/locale/wa/LC_MESSAGES/kcm5_phonon.mo
share/locale/wa/LC_MESSAGES/kcm_autostart.mo
share/locale/wa/LC_MESSAGES/kcm_colors.mo
share/locale/wa/LC_MESSAGES/kcm_cursortheme.mo
@ -4903,7 +4861,6 @@ share/locale/zh_CN/LC_MESSAGES/kcm5_emoticons.mo
share/locale/zh_CN/LC_MESSAGES/kcm5_icons.mo
share/locale/zh_CN/LC_MESSAGES/kcm5_joystick.mo
share/locale/zh_CN/LC_MESSAGES/kcm5_kded.mo
share/locale/zh_CN/LC_MESSAGES/kcm5_phonon.mo
share/locale/zh_CN/LC_MESSAGES/kcm_activities5.mo
share/locale/zh_CN/LC_MESSAGES/kcm_autostart.mo
share/locale/zh_CN/LC_MESSAGES/kcm_colors.mo
@ -4961,7 +4918,6 @@ share/locale/zh_TW/LC_MESSAGES/kcm5_emoticons.mo
share/locale/zh_TW/LC_MESSAGES/kcm5_icons.mo
share/locale/zh_TW/LC_MESSAGES/kcm5_joystick.mo
share/locale/zh_TW/LC_MESSAGES/kcm5_kded.mo
share/locale/zh_TW/LC_MESSAGES/kcm5_phonon.mo
share/locale/zh_TW/LC_MESSAGES/kcm_activities5.mo
share/locale/zh_TW/LC_MESSAGES/kcm_autostart.mo
share/locale/zh_TW/LC_MESSAGES/kcm_colors.mo
@ -5052,14 +5008,13 @@ share/plasma/packages/org.kde.paneltoolbox/metadata.json
share/plasma/plasmoids/org.kde.desktopcontainment/contents/config/config.qml
share/plasma/plasmoids/org.kde.desktopcontainment/contents/config/main.xml
share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ActionButton.qml
share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/AppletAppearance.qml
share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/AppletHandle.qml
share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/BackButtonItem.qml
share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/BusyOverlay.qml
share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/CompactRepresentation.qml
share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ConfigFilter.qml
share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ConfigIcons.qml
share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ConfigLocation.qml
share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ConfigOverlay.qml
share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ConfigTweaks.qml
share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemActionButton.qml
share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemDelegate.qml
@ -5068,9 +5023,7 @@ share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderView.qml
share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderViewDialog.qml
share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderViewDropArea.qml
share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderViewLayer.qml
share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ResizeHandle.qml
share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/code/FolderTools.js
share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/code/LayoutManager.js
share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml
share/plasma/plasmoids/org.kde.desktopcontainment/metadata.desktop
share/plasma/plasmoids/org.kde.desktopcontainment/metadata.json
@ -5227,7 +5180,7 @@ share/plasma/shells/org.kde.plasma.desktop/contents/explorer/AppletDelegate.qml
share/plasma/shells/org.kde.plasma.desktop/contents/explorer/Tooltip.qml
share/plasma/shells/org.kde.plasma.desktop/contents/explorer/WidgetExplorer.qml
share/plasma/shells/org.kde.plasma.desktop/contents/layout.js
share/plasma/shells/org.kde.plasma.desktop/contents/loader.qml
share/plasma/shells/org.kde.plasma.desktop/contents/updates/move_desktop_layout_config.js
share/plasma/shells/org.kde.plasma.desktop/contents/updates/obsolete_kickoffrc.js
share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml
share/plasma/shells/org.kde.plasma.desktop/contents/views/Panel.qml

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567530022
SHA256 (KDE/plasma/5.16.5/plasma-integration-5.16.5.tar.xz) = 635f109e7b59bb440c6be0c7a4baae70d2f44e659ab0522e170693b664e6d709
SIZE (KDE/plasma/5.16.5/plasma-integration-5.16.5.tar.xz) = 55672
TIMESTAMP = 1571209924
SHA256 (KDE/plasma/5.17.0/plasma-integration-5.17.0.tar.xz) = d6011bd9a94e6c8e96f9b0fbbf7f17d8170be93a24edb1e7b0ff6ac6e28429ff
SIZE (KDE/plasma/5.17.0/plasma-integration-5.17.0.tar.xz) = 56376

View file

@ -7,6 +7,7 @@ share/kconf_update/fonts_global_toolbar.upd
share/kconf_update/fonts_kate.pl
share/kconf_update/fonts_kate.upd
share/locale/ar/LC_MESSAGES/plasmaintegration5.mo
share/locale/ast/LC_MESSAGES/plasmaintegration5.mo
share/locale/ca/LC_MESSAGES/plasmaintegration5.mo
share/locale/ca@valencia/LC_MESSAGES/plasmaintegration5.mo
share/locale/cs/LC_MESSAGES/plasmaintegration5.mo
@ -25,9 +26,7 @@ share/locale/hu/LC_MESSAGES/plasmaintegration5.mo
share/locale/ia/LC_MESSAGES/plasmaintegration5.mo
share/locale/id/LC_MESSAGES/plasmaintegration5.mo
share/locale/it/LC_MESSAGES/plasmaintegration5.mo
share/locale/ja/LC_MESSAGES/plasmaintegration5.mo
share/locale/ko/LC_MESSAGES/plasmaintegration5.mo
share/locale/ml/LC_MESSAGES/plasmaintegration5.mo
share/locale/lt/LC_MESSAGES/plasmaintegration5.mo
share/locale/nb/LC_MESSAGES/plasmaintegration5.mo
share/locale/nl/LC_MESSAGES/plasmaintegration5.mo

View file

@ -22,14 +22,14 @@ RUN_DEPENDS= ck-launch-session:sysutils/consolekit2\
USES= cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig \
qt:5 tar:xz
USE_KDE= activities activitymanagerd attica auth baloo bookmarks \
USE_KDE= activities activities-stats activitymanagerd attica auth baloo bookmarks \
codecs completion config configwidgets coreaddons crash \
dbusaddons doctools emoticons filemetadata globalaccel \
guiaddons holidays i18n iconthemes idletime init itemmodels \
itemviews jobwidgets js jsembed kcmutils kdeclarative \
kdelibs4support kdesu kdewebkit kio kscreenlocker \
notifications package pty kwin libkscreen libksysguard \
newstuff notifyconfig parts plasma-framework \
newstuff notifyconfig parts people plasma-framework \
plasma-integration prison runner service solid sonnet \
texteditor textwidgets unitconversion wallet wayland \
widgetsaddons windowsystem xmlgui xmlrpcclient \
@ -47,14 +47,4 @@ CMAKE_OFF= BUILD_TESTING
# In 5.15 a file was moved from x11/plasma5-plasma-desktop to x11/plasma5-plasma-workspace:
CONFLICTS_INSTALL= plasma5-plasma-desktop-5.14.*
post-patch:
# set the paths in startkde
${REINPLACE_CMD} -e 's|%%KDE_PREFIX%%|${KDE_PREFIX}|g' \
-e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
-e 's|%%QT_BINDIR%%|${QT_BINDIR}|g' \
-e 's|%%QT_IMPORTDIR%%|${QT_IMPORTDIR}|g' \
-e 's|%%QT_PLUGINDIR%%|${QT_PLUGINDIR}|g' \
-e 's|%%QT_QMLDIR%%|${QT_QMLDIR}|g' \
${PATCH_WRKSRC}/startkde/startkde.cmake
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1567530033
SHA256 (KDE/plasma/5.16.5/plasma-workspace-5.16.5.tar.xz) = 43364fe4e7ea10ad7b5b1d7af4f1baa1d8796b60692f2dfc0d58693f63e458ff
SIZE (KDE/plasma/5.16.5/plasma-workspace-5.16.5.tar.xz) = 4905748
TIMESTAMP = 1571209946
SHA256 (KDE/plasma/5.17.0/plasma-workspace-5.17.0.tar.xz) = 4480ccf0b9168bdd10d4a5fa3ee40e5e77f10c12713f9de55c5d19e23fe993f0
SIZE (KDE/plasma/5.17.0/plasma-workspace-5.17.0.tar.xz) = 4960412

View file

@ -1,25 +0,0 @@
--- startkde/startkde.cmake.orig 2017-01-12 17:46:38 UTC
+++ startkde/startkde.cmake
@@ -2,6 +2,22 @@
#
# DEFAULT Plasma STARTUP SCRIPT ( @PROJECT_VERSION@ )
#
+# FreeBSD: add ${QTPREFIX}/lib/qt5/bin to path - note, this should be done better
+PATH=${PATH}:%%QT_BINDIR%%
+export PATH
+
+# FreeBSD: add xdg-dirs (see misc/kde4-xdg-env)
+XDG_CONFIG_DIRS=${XDG_CONFIG_DIRS}:/etc/xdg:%%LOCALBASE%%/etc/xdg:%%LOCALBASE%%/etc/xdg/xfce:%%KDE_PREFIX%%/etc/xdg
+export XDG_CONFIG_DIRS
+
+XDG_DATA_DIRS=${XDG_DATA_DIRS}:/usr/share:%%KDE_PREFIX%%/share:%%LOCALBASE%%/share:%%LOCALBASE%%/share/gnome
+export XDG_DATA_DIRS
+
+# FreeBSD: add qml/qt-plugin paths
+QML2_IMPORT_PATH="%%KDE_PREFIX%%/lib/qml:%%QT_QMLDIR%%:%%QT_IMPORTDIR%%:${QML2_IMPORT_PATH}"
+export QML2_IMPORT_PATH
+QT_PLUGIN_PATH="%%KDE_PREFIX%%/lib/plugins:%%QT_PLUGINDIR%%:${QT_PLUGIN_PATH}"
+export QT_PLUGIN_PATH
# When the X server dies we get a HUP signal from xinit. We must ignore it
# because we still need to do some cleanup.

View file

@ -3,7 +3,7 @@
message: <<EOM
To start plasma5 via x11/startx add the following to your .xinitrc file:
exec ck-launch-session startkde
exec ck-launch-session startplasma-x11
EOM
}
]

File diff suppressed because it is too large Load diff