Date: Wed, 11 Nov 2020 17:16:48 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554903 - in head: Mk/Uses audio/plasma5-plasma-pa deskutils/plasma5-milou deskutils/plasma5-sddm-kcm devel/plasma5-khotkeys devel/plasma5-kwrited devel/plasma5-plasma-sdk security/plas... Message-ID: <202011111716.0ABHGmgK072430@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Wed Nov 11 17:16:48 2020 New Revision: 554903 URL: https://svnweb.freebsd.org/changeset/ports/554903 Log: Update KDE Plasma Desktop to 5.20.3 Tuesday, 10 November 2020. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.20.3 Plasma 5.20 was released in October 2020 with many feature refinements and new modules to complete the desktop experience. This release adds a fortnight’s worth of new translations and fixes from KDE’s contributors. The bugfixes are typically small but important and include: * Plasma Disks: Actually erase devices. * Plasma Network Management: Do not show absurdedly high speeds on first update. * Fix missing “Switch User” button on lockscreen with systemd 246. Announcement: https://kde.org/announcements/plasma-5.20.3/ Modified: head/Mk/Uses/kde.mk head/audio/plasma5-plasma-pa/distinfo head/audio/plasma5-plasma-pa/pkg-plist head/deskutils/plasma5-milou/distinfo head/deskutils/plasma5-milou/pkg-plist head/deskutils/plasma5-sddm-kcm/distinfo head/deskutils/plasma5-sddm-kcm/pkg-plist head/devel/plasma5-khotkeys/distinfo head/devel/plasma5-khotkeys/pkg-plist head/devel/plasma5-kwrited/distinfo head/devel/plasma5-plasma-sdk/distinfo head/devel/plasma5-plasma-sdk/pkg-plist head/security/plasma5-kscreenlocker/distinfo head/security/plasma5-kscreenlocker/pkg-plist head/security/plasma5-ksshaskpass/distinfo head/security/plasma5-kwallet-pam/distinfo head/sysutils/plasma5-discover/distinfo head/sysutils/plasma5-discover/pkg-plist head/sysutils/plasma5-drkonqi/distinfo head/sysutils/plasma5-drkonqi/pkg-plist head/sysutils/plasma5-kde-cli-tools/distinfo head/sysutils/plasma5-kde-cli-tools/pkg-plist head/sysutils/plasma5-kinfocenter/distinfo head/sysutils/plasma5-kinfocenter/pkg-plist head/sysutils/plasma5-kmenuedit/distinfo head/sysutils/plasma5-kmenuedit/pkg-plist head/sysutils/plasma5-ksysguard/distinfo head/sysutils/plasma5-ksysguard/pkg-plist head/sysutils/plasma5-libksysguard/distinfo head/sysutils/plasma5-libksysguard/pkg-plist head/sysutils/plasma5-plasma-disks/distinfo head/sysutils/plasma5-polkit-kde-agent-1/distinfo head/sysutils/plasma5-polkit-kde-agent-1/pkg-plist head/sysutils/plasma5-powerdevil/distinfo head/sysutils/plasma5-powerdevil/pkg-plist head/sysutils/plasma5-systemsettings/distinfo head/sysutils/plasma5-systemsettings/pkg-plist head/www/plasma5-plasma-browser-integration/distinfo head/www/plasma5-plasma-browser-integration/pkg-plist head/x11-themes/plasma5-breeze-gtk/distinfo head/x11-themes/plasma5-breeze/distinfo head/x11-themes/plasma5-breeze/pkg-plist head/x11-themes/plasma5-kde-gtk-config/distinfo head/x11-themes/plasma5-oxygen/distinfo head/x11-themes/plasma5-oxygen/pkg-plist head/x11-themes/plasma5-plasma-workspace-wallpapers/distinfo head/x11-toolkits/plasma5-kdeplasma-addons/distinfo head/x11-toolkits/plasma5-kdeplasma-addons/pkg-plist head/x11-wm/plasma5-kdecoration/distinfo head/x11-wm/plasma5-kwin/distinfo head/x11-wm/plasma5-kwin/pkg-plist head/x11/plasma5-kactivitymanagerd/distinfo head/x11/plasma5-kactivitymanagerd/pkg-plist head/x11/plasma5-kgamma5/distinfo head/x11/plasma5-kgamma5/pkg-plist head/x11/plasma5-kscreen/distinfo head/x11/plasma5-kscreen/pkg-plist head/x11/plasma5-kwayland-integration/distinfo head/x11/plasma5-kwayland-server/distinfo head/x11/plasma5-libkscreen/distinfo head/x11/plasma5-plasma-desktop/distinfo head/x11/plasma5-plasma-desktop/pkg-plist head/x11/plasma5-plasma-integration/distinfo head/x11/plasma5-plasma-workspace/distinfo head/x11/plasma5-plasma-workspace/pkg-plist Modified: head/Mk/Uses/kde.mk ============================================================================== --- head/Mk/Uses/kde.mk Wed Nov 11 15:59:10 2020 (r554902) +++ head/Mk/Uses/kde.mk Wed Nov 11 17:16:48 2020 (r554903) @@ -54,7 +54,7 @@ _KDE_RELNAME= KDE${_KDE_VERSION} # === VERSIONS OF THE DIFFERENT COMPONENTS ===================================== # Current KDE desktop. -KDE_PLASMA_VERSION?= 5.20.2 +KDE_PLASMA_VERSION?= 5.20.3 KDE_PLASMA_BRANCH?= stable # Current KDE frameworks. Modified: head/audio/plasma5-plasma-pa/distinfo ============================================================================== --- head/audio/plasma5-plasma-pa/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/audio/plasma5-plasma-pa/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817699 -SHA256 (KDE/plasma/5.20.2/plasma-pa-5.20.2.tar.xz) = 2011169926b9119c4574979d6fa350f16a9587ebca64a09603e9d93ccea103ec -SIZE (KDE/plasma/5.20.2/plasma-pa-5.20.2.tar.xz) = 112376 +TIMESTAMP = 1605111199 +SHA256 (KDE/plasma/5.20.3/plasma-pa-5.20.3.tar.xz) = 626de3f2b217ee3b62e896691e8551e393673a60892ed040b422e2da674fb1ca +SIZE (KDE/plasma/5.20.3/plasma-pa-5.20.3.tar.xz) = 114148 Modified: head/audio/plasma5-plasma-pa/pkg-plist ============================================================================== --- head/audio/plasma5-plasma-pa/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/audio/plasma5-plasma-pa/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -125,6 +125,8 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_pulseau share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo share/locale/sr@latin/LC_MESSAGES/kcm_pulseaudio.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo +share/locale/sv/LC_MESSAGES/kcm_pulseaudio.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo share/locale/tr/LC_MESSAGES/kcm_pulseaudio.mo share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.volume.mo share/locale/uk/LC_MESSAGES/kcm_pulseaudio.mo Modified: head/deskutils/plasma5-milou/distinfo ============================================================================== --- head/deskutils/plasma5-milou/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/deskutils/plasma5-milou/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817700 -SHA256 (KDE/plasma/5.20.2/milou-5.20.2.tar.xz) = ae26499141eb277284108c7524dbe11cac7d7dd486ddd8efd8c308d4cf0de980 -SIZE (KDE/plasma/5.20.2/milou-5.20.2.tar.xz) = 55004 +TIMESTAMP = 1605111200 +SHA256 (KDE/plasma/5.20.3/milou-5.20.3.tar.xz) = 9aaad267274c9cb868687955dba30e007be7ae16656f5e0f659d2ae5003c3584 +SIZE (KDE/plasma/5.20.3/milou-5.20.3.tar.xz) = 55368 Modified: head/deskutils/plasma5-milou/pkg-plist ============================================================================== --- head/deskutils/plasma5-milou/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/deskutils/plasma5-milou/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -90,6 +90,8 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/milou.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.milou.mo share/locale/sr@latin/LC_MESSAGES/milou.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.milou.mo +share/locale/sv/LC_MESSAGES/milou.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.milou.mo share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.milou.mo share/locale/tr/LC_MESSAGES/milou.mo share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.milou.mo Modified: head/deskutils/plasma5-sddm-kcm/distinfo ============================================================================== --- head/deskutils/plasma5-sddm-kcm/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/deskutils/plasma5-sddm-kcm/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817701 -SHA256 (KDE/plasma/5.20.2/sddm-kcm-5.20.2.tar.xz) = 632f5bb8546a46c611b50ec9c4058653d7cdcfcd959f19f0b946290807fc050a -SIZE (KDE/plasma/5.20.2/sddm-kcm-5.20.2.tar.xz) = 63804 +TIMESTAMP = 1605111201 +SHA256 (KDE/plasma/5.20.3/sddm-kcm-5.20.3.tar.xz) = 0cfbc85d829612d81c1337a9e4dd1271fcf8d2307ba84134700be8c3927fd924 +SIZE (KDE/plasma/5.20.3/sddm-kcm-5.20.3.tar.xz) = 64612 Modified: head/deskutils/plasma5-sddm-kcm/pkg-plist ============================================================================== --- head/deskutils/plasma5-sddm-kcm/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/deskutils/plasma5-sddm-kcm/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -47,6 +47,7 @@ share/locale/sr/LC_MESSAGES/kcm_sddm.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_sddm.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_sddm.mo share/locale/sr@latin/LC_MESSAGES/kcm_sddm.mo +share/locale/sv/LC_MESSAGES/kcm_sddm.mo share/locale/tr/LC_MESSAGES/kcm_sddm.mo share/locale/uk/LC_MESSAGES/kcm_sddm.mo share/locale/zh_CN/LC_MESSAGES/kcm_sddm.mo Modified: head/devel/plasma5-khotkeys/distinfo ============================================================================== --- head/devel/plasma5-khotkeys/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/devel/plasma5-khotkeys/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817702 -SHA256 (KDE/plasma/5.20.2/khotkeys-5.20.2.tar.xz) = 2e6cc767cb3a967462b295165ee7202f25ddef93205fdb78dcd35020c52dce15 -SIZE (KDE/plasma/5.20.2/khotkeys-5.20.2.tar.xz) = 1852592 +TIMESTAMP = 1605111202 +SHA256 (KDE/plasma/5.20.3/khotkeys-5.20.3.tar.xz) = 343bd0493e7862ab24e44adeb196a5bb5f2757c962e66ef0e946fab280be3ace +SIZE (KDE/plasma/5.20.3/khotkeys-5.20.3.tar.xz) = 1856500 Modified: head/devel/plasma5-khotkeys/pkg-plist ============================================================================== --- head/devel/plasma5-khotkeys/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/devel/plasma5-khotkeys/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -134,6 +134,7 @@ share/locale/sr/LC_MESSAGES/khotkeys.mo share/locale/sr@ijekavian/LC_MESSAGES/khotkeys.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/khotkeys.mo share/locale/sr@latin/LC_MESSAGES/khotkeys.mo +share/locale/sv/LC_MESSAGES/khotkeys.mo share/locale/ta/LC_MESSAGES/khotkeys.mo share/locale/te/LC_MESSAGES/khotkeys.mo share/locale/tg/LC_MESSAGES/khotkeys.mo Modified: head/devel/plasma5-kwrited/distinfo ============================================================================== --- head/devel/plasma5-kwrited/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/devel/plasma5-kwrited/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817703 -SHA256 (KDE/plasma/5.20.2/kwrited-5.20.2.tar.xz) = fcd35ce5d380cefa1d346a0a5b802498f9227410cab579aac0bff30322e41ece -SIZE (KDE/plasma/5.20.2/kwrited-5.20.2.tar.xz) = 20296 +TIMESTAMP = 1605111202 +SHA256 (KDE/plasma/5.20.3/kwrited-5.20.3.tar.xz) = 456b3583f6da4be4b8996c75a9709def8aefbe2d4e71fb50fcaed35a0d1d112e +SIZE (KDE/plasma/5.20.3/kwrited-5.20.3.tar.xz) = 20448 Modified: head/devel/plasma5-plasma-sdk/distinfo ============================================================================== --- head/devel/plasma5-plasma-sdk/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/devel/plasma5-plasma-sdk/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817705 -SHA256 (KDE/plasma/5.20.2/plasma-sdk-5.20.2.tar.xz) = b2db0ee70d7b482fe5f0806302ffeae9d55ba3613b47b2a5e38a1210d78963ab -SIZE (KDE/plasma/5.20.2/plasma-sdk-5.20.2.tar.xz) = 263404 +TIMESTAMP = 1605111203 +SHA256 (KDE/plasma/5.20.3/plasma-sdk-5.20.3.tar.xz) = d2da1b234b17553536ed64d74dc5632adcad9aff4dc6f2b33d4b0f7e128d5301 +SIZE (KDE/plasma/5.20.3/plasma-sdk-5.20.3.tar.xz) = 267000 Modified: head/devel/plasma5-plasma-sdk/pkg-plist ============================================================================== --- head/devel/plasma5-plasma-sdk/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/devel/plasma5-plasma-sdk/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -419,6 +419,14 @@ share/locale/sr@latin/LC_MESSAGES/plasma_shell_org.kde share/locale/sr@latin/LC_MESSAGES/plasmaengineexplorer.mo share/locale/sr@latin/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/sr@latin/LC_MESSAGES/plasmoidviewer.mo +share/locale/sv/LC_MESSAGES/cuttlefish.mo +share/locale/sv/LC_MESSAGES/cuttlefish_editorplugin.mo +share/locale/sv/LC_MESSAGES/org.kde.plasma.lookandfeelexplorer.mo +share/locale/sv/LC_MESSAGES/org.kde.plasma.themeexplorer.mo +share/locale/sv/LC_MESSAGES/plasma_shell_org.kde.plasmoidviewershell.mo +share/locale/sv/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/sv/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/sv/LC_MESSAGES/plasmoidviewer.mo share/locale/ta/LC_MESSAGES/plasmaengineexplorer.mo share/locale/ta/LC_MESSAGES/plasmoidviewer.mo share/locale/te/LC_MESSAGES/plasmaengineexplorer.mo Modified: head/security/plasma5-kscreenlocker/distinfo ============================================================================== --- head/security/plasma5-kscreenlocker/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/security/plasma5-kscreenlocker/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817706 -SHA256 (KDE/plasma/5.20.2/kscreenlocker-5.20.2.tar.xz) = 2499d88be243d64a854860c2aaa9c03f05f2078419aaf55d7eab65a885c24175 -SIZE (KDE/plasma/5.20.2/kscreenlocker-5.20.2.tar.xz) = 114700 +TIMESTAMP = 1605111204 +SHA256 (KDE/plasma/5.20.3/kscreenlocker-5.20.3.tar.xz) = 18e3041efd17efaadd38e27561fec6a3c1d3adaa45c6432fdcfc178c4b35a808 +SIZE (KDE/plasma/5.20.3/kscreenlocker-5.20.3.tar.xz) = 115308 Modified: head/security/plasma5-kscreenlocker/pkg-plist ============================================================================== --- head/security/plasma5-kscreenlocker/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/security/plasma5-kscreenlocker/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -153,6 +153,9 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kscreenlock share/locale/sr@latin/LC_MESSAGES/kcm_screenlocker.mo share/locale/sr@latin/LC_MESSAGES/kscreenlocker.mo share/locale/sr@latin/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/sv/LC_MESSAGES/kcm_screenlocker.mo +share/locale/sv/LC_MESSAGES/kscreenlocker.mo +share/locale/sv/LC_MESSAGES/kscreenlocker_greet.mo share/locale/tg/LC_MESSAGES/kcm_screenlocker.mo share/locale/tg/LC_MESSAGES/kscreenlocker.mo share/locale/tr/LC_MESSAGES/kcm_screenlocker.mo Modified: head/security/plasma5-ksshaskpass/distinfo ============================================================================== --- head/security/plasma5-ksshaskpass/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/security/plasma5-ksshaskpass/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817707 -SHA256 (KDE/plasma/5.20.2/ksshaskpass-5.20.2.tar.xz) = 0bb099355966adc6f122b2eb5e6cc001f347c878b25a536175054307ab211be4 -SIZE (KDE/plasma/5.20.2/ksshaskpass-5.20.2.tar.xz) = 23476 +TIMESTAMP = 1605111205 +SHA256 (KDE/plasma/5.20.3/ksshaskpass-5.20.3.tar.xz) = 04f8ea3162fa3c89946d4083863baa9598b6bb85687b4ac2e10057205a616ae6 +SIZE (KDE/plasma/5.20.3/ksshaskpass-5.20.3.tar.xz) = 23516 Modified: head/security/plasma5-kwallet-pam/distinfo ============================================================================== --- head/security/plasma5-kwallet-pam/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/security/plasma5-kwallet-pam/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817707 -SHA256 (KDE/plasma/5.20.2/kwallet-pam-5.20.2.tar.xz) = a9461fb1aa387d509d63352f633f1522c65e7850aa78604be3850e748b5a2d7d -SIZE (KDE/plasma/5.20.2/kwallet-pam-5.20.2.tar.xz) = 19820 +TIMESTAMP = 1605111206 +SHA256 (KDE/plasma/5.20.3/kwallet-pam-5.20.3.tar.xz) = 44a4b49442dd6b9a313bf2fbe21d6e42fc7dff01fd99ccb166edfbafc277fc02 +SIZE (KDE/plasma/5.20.3/kwallet-pam-5.20.3.tar.xz) = 19868 Modified: head/sysutils/plasma5-discover/distinfo ============================================================================== --- head/sysutils/plasma5-discover/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/sysutils/plasma5-discover/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817710 -SHA256 (KDE/plasma/5.20.2/discover-5.20.2.tar.xz) = 3a92180217fff52ccca26d1a3b467ceff82404ca363d6b1bfcb8a48d967af511 -SIZE (KDE/plasma/5.20.2/discover-5.20.2.tar.xz) = 10299192 +TIMESTAMP = 1605111209 +SHA256 (KDE/plasma/5.20.3/discover-5.20.3.tar.xz) = 7999c3aa6d8f0abceed2571df2e3e19323c01a7cae0e1510d1f1a68dbe79c01c +SIZE (KDE/plasma/5.20.3/discover-5.20.3.tar.xz) = 10303108 Modified: head/sysutils/plasma5-discover/pkg-plist ============================================================================== --- head/sysutils/plasma5-discover/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/sysutils/plasma5-discover/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -148,6 +148,9 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma-disc 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/sv/LC_MESSAGES/libdiscover.mo +share/locale/sv/LC_MESSAGES/plasma-discover-notifier.mo +share/locale/sv/LC_MESSAGES/plasma-discover.mo share/locale/tg/LC_MESSAGES/libdiscover.mo share/locale/tg/LC_MESSAGES/plasma-discover-notifier.mo share/locale/tg/LC_MESSAGES/plasma-discover.mo Modified: head/sysutils/plasma5-drkonqi/distinfo ============================================================================== --- head/sysutils/plasma5-drkonqi/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/sysutils/plasma5-drkonqi/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817711 -SHA256 (KDE/plasma/5.20.2/drkonqi-5.20.2.tar.xz) = 7b9fa6f4c77b5ab4c110bb15ec463b00a7bb94c5af46ff57f249cd71a1947106 -SIZE (KDE/plasma/5.20.2/drkonqi-5.20.2.tar.xz) = 746868 +TIMESTAMP = 1605111210 +SHA256 (KDE/plasma/5.20.3/drkonqi-5.20.3.tar.xz) = 9a0e9c3632ab4c6e7b0dc01b549b24b051cb65c9d11be00166661c6dd5bbdaf0 +SIZE (KDE/plasma/5.20.3/drkonqi-5.20.3.tar.xz) = 754608 Modified: head/sysutils/plasma5-drkonqi/pkg-plist ============================================================================== --- head/sysutils/plasma5-drkonqi/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/sysutils/plasma5-drkonqi/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -84,6 +84,7 @@ share/locale/sr/LC_MESSAGES/drkonqi5.mo share/locale/sr@ijekavian/LC_MESSAGES/drkonqi5.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/drkonqi5.mo share/locale/sr@latin/LC_MESSAGES/drkonqi5.mo +share/locale/sv/LC_MESSAGES/drkonqi5.mo share/locale/ta/LC_MESSAGES/drkonqi5.mo share/locale/te/LC_MESSAGES/drkonqi5.mo share/locale/tg/LC_MESSAGES/drkonqi5.mo Modified: head/sysutils/plasma5-kde-cli-tools/distinfo ============================================================================== --- head/sysutils/plasma5-kde-cli-tools/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/sysutils/plasma5-kde-cli-tools/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817712 -SHA256 (KDE/plasma/5.20.2/kde-cli-tools-5.20.2.tar.xz) = f78d3eb2a9e37276645d7e9cc2b515d14753d20daf6b45dcc2b4538253c7c13e -SIZE (KDE/plasma/5.20.2/kde-cli-tools-5.20.2.tar.xz) = 597140 +TIMESTAMP = 1605111211 +SHA256 (KDE/plasma/5.20.3/kde-cli-tools-5.20.3.tar.xz) = 4e258f6ed63cfd37a357cfbe15fe06015086cef593d961913c328c3a4b2a866c +SIZE (KDE/plasma/5.20.3/kde-cli-tools-5.20.3.tar.xz) = 601248 Modified: head/sysutils/plasma5-kde-cli-tools/pkg-plist ============================================================================== --- head/sysutils/plasma5-kde-cli-tools/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/sysutils/plasma5-kde-cli-tools/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -627,6 +627,14 @@ share/locale/sr@latin/LC_MESSAGES/kioclient5.mo share/locale/sr@latin/LC_MESSAGES/kmimetypefinder5.mo share/locale/sr@latin/LC_MESSAGES/kstart5.mo share/locale/sr@latin/LC_MESSAGES/ktraderclient5.mo +share/locale/sv/LC_MESSAGES/kbroadcastnotification.mo +share/locale/sv/LC_MESSAGES/kcm5_filetypes.mo +share/locale/sv/LC_MESSAGES/kcmshell5.mo +share/locale/sv/LC_MESSAGES/kdesu5.mo +share/locale/sv/LC_MESSAGES/kioclient5.mo +share/locale/sv/LC_MESSAGES/kmimetypefinder5.mo +share/locale/sv/LC_MESSAGES/kstart5.mo +share/locale/sv/LC_MESSAGES/ktraderclient5.mo share/locale/ta/LC_MESSAGES/kcm5_filetypes.mo share/locale/ta/LC_MESSAGES/kcmshell5.mo share/locale/ta/LC_MESSAGES/kdesu5.mo Modified: head/sysutils/plasma5-kinfocenter/distinfo ============================================================================== --- head/sysutils/plasma5-kinfocenter/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/sysutils/plasma5-kinfocenter/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817713 -SHA256 (KDE/plasma/5.20.2/kinfocenter-5.20.2.tar.xz) = d7650201505477504a812f7923495f2ccf92d85196fc9f9100d6f0c4ede5a141 -SIZE (KDE/plasma/5.20.2/kinfocenter-5.20.2.tar.xz) = 1277572 +TIMESTAMP = 1605111212 +SHA256 (KDE/plasma/5.20.3/kinfocenter-5.20.3.tar.xz) = 131b857fc403cc048b311a6f7c0fb6fdc90f5de1b7b98a3d30075b86519219d5 +SIZE (KDE/plasma/5.20.3/kinfocenter-5.20.3.tar.xz) = 1287892 Modified: head/sysutils/plasma5-kinfocenter/pkg-plist ============================================================================== --- head/sysutils/plasma5-kinfocenter/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/sysutils/plasma5-kinfocenter/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -855,6 +855,20 @@ share/locale/sr@latin/LC_MESSAGES/kcmsamba.mo share/locale/sr@latin/LC_MESSAGES/kcmusb.mo share/locale/sr@latin/LC_MESSAGES/kcmview1394.mo share/locale/sr@latin/LC_MESSAGES/kinfocenter.mo +share/locale/sv/LC_MESSAGES/kcm-about-distro.mo +share/locale/sv/LC_MESSAGES/kcm_energyinfo.mo +share/locale/sv/LC_MESSAGES/kcm_fileindexermonitor.mo +share/locale/sv/LC_MESSAGES/kcm_memory.mo +share/locale/sv/LC_MESSAGES/kcm_nic.mo +share/locale/sv/LC_MESSAGES/kcm_pci.mo +share/locale/sv/LC_MESSAGES/kcmdevinfo.mo +share/locale/sv/LC_MESSAGES/kcminfo.mo +share/locale/sv/LC_MESSAGES/kcmnic.mo +share/locale/sv/LC_MESSAGES/kcmopengl.mo +share/locale/sv/LC_MESSAGES/kcmsamba.mo +share/locale/sv/LC_MESSAGES/kcmusb.mo +share/locale/sv/LC_MESSAGES/kcmview1394.mo +share/locale/sv/LC_MESSAGES/kinfocenter.mo share/locale/ta/LC_MESSAGES/kcm_memory.mo share/locale/ta/LC_MESSAGES/kcm_pci.mo share/locale/ta/LC_MESSAGES/kcminfo.mo Modified: head/sysutils/plasma5-kmenuedit/distinfo ============================================================================== --- head/sysutils/plasma5-kmenuedit/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/sysutils/plasma5-kmenuedit/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817714 -SHA256 (KDE/plasma/5.20.2/kmenuedit-5.20.2.tar.xz) = 3fa4e940d1c8bfe3e6f47a4bb07e73e802be3b43a8d24c3b3805b7843aa32631 -SIZE (KDE/plasma/5.20.2/kmenuedit-5.20.2.tar.xz) = 893036 +TIMESTAMP = 1605111213 +SHA256 (KDE/plasma/5.20.3/kmenuedit-5.20.3.tar.xz) = cfb5d051de0c291c4d735d33bbfe754f1a3348340b320629b30c934226e9e7f5 +SIZE (KDE/plasma/5.20.3/kmenuedit-5.20.3.tar.xz) = 893664 Modified: head/sysutils/plasma5-kmenuedit/pkg-plist ============================================================================== --- head/sysutils/plasma5-kmenuedit/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/sysutils/plasma5-kmenuedit/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -135,6 +135,7 @@ share/locale/sr/LC_MESSAGES/kmenuedit.mo share/locale/sr@ijekavian/LC_MESSAGES/kmenuedit.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kmenuedit.mo share/locale/sr@latin/LC_MESSAGES/kmenuedit.mo +share/locale/sv/LC_MESSAGES/kmenuedit.mo share/locale/ta/LC_MESSAGES/kmenuedit.mo share/locale/te/LC_MESSAGES/kmenuedit.mo share/locale/tg/LC_MESSAGES/kmenuedit.mo Modified: head/sysutils/plasma5-ksysguard/distinfo ============================================================================== --- head/sysutils/plasma5-ksysguard/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/sysutils/plasma5-ksysguard/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817715 -SHA256 (KDE/plasma/5.20.2/ksysguard-5.20.2.tar.xz) = 1fc3529453c38151bebd582da9256907d213b309d7e1f6870b0aac0626208cf7 -SIZE (KDE/plasma/5.20.2/ksysguard-5.20.2.tar.xz) = 559712 +TIMESTAMP = 1605111214 +SHA256 (KDE/plasma/5.20.3/ksysguard-5.20.3.tar.xz) = 47df189285df9952f833b25293bdcc39a40cd33581cfb8cb5de7ac488f9f9ea0 +SIZE (KDE/plasma/5.20.3/ksysguard-5.20.3.tar.xz) = 562868 Modified: head/sysutils/plasma5-ksysguard/pkg-plist ============================================================================== --- head/sysutils/plasma5-ksysguard/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/sysutils/plasma5-ksysguard/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -164,6 +164,9 @@ share/locale/sr/LC_MESSAGES/ksysguard.mo share/locale/sr@ijekavian/LC_MESSAGES/ksysguard.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ksysguard.mo share/locale/sr@latin/LC_MESSAGES/ksysguard.mo +share/locale/sv/LC_MESSAGES/ksysguard.mo +share/locale/sv/LC_MESSAGES/ksysguard_plugins_global.mo +share/locale/sv/LC_MESSAGES/ksysguard_plugins_process.mo share/locale/ta/LC_MESSAGES/ksysguard.mo share/locale/te/LC_MESSAGES/ksysguard.mo share/locale/tg/LC_MESSAGES/ksysguard.mo Modified: head/sysutils/plasma5-libksysguard/distinfo ============================================================================== --- head/sysutils/plasma5-libksysguard/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/sysutils/plasma5-libksysguard/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817716 -SHA256 (KDE/plasma/5.20.2/libksysguard-5.20.2.tar.xz) = 9f57a3719d665df6d6b3c494a62bb7d60c79b06f30c0e9c75eb03568d2046d71 -SIZE (KDE/plasma/5.20.2/libksysguard-5.20.2.tar.xz) = 685860 +TIMESTAMP = 1605111214 +SHA256 (KDE/plasma/5.20.3/libksysguard-5.20.3.tar.xz) = 98d85bc9db01f77586701386e1612194df0b4fab8d650833aa4f0f13956fc830 +SIZE (KDE/plasma/5.20.3/libksysguard-5.20.3.tar.xz) = 694116 Modified: head/sysutils/plasma5-libksysguard/pkg-plist ============================================================================== --- head/sysutils/plasma5-libksysguard/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/sysutils/plasma5-libksysguard/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -277,7 +277,12 @@ share/locale/hu/LC_MESSAGES/ksgrd.mo share/locale/hu/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/hu/LC_MESSAGES/processcore.mo share/locale/hu/LC_MESSAGES/processui.mo +share/locale/ia/LC_MESSAGES/KSysGuardSensorFaces.mo share/locale/ia/LC_MESSAGES/ksgrd.mo +share/locale/ia/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/ia/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo +share/locale/ia/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo +share/locale/ia/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo share/locale/ia/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/ia/LC_MESSAGES/processcore.mo share/locale/ia/LC_MESSAGES/processui.mo @@ -455,6 +460,15 @@ share/locale/sr@latin/LC_MESSAGES/ksgrd.mo share/locale/sr@latin/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/sr@latin/LC_MESSAGES/processcore.mo share/locale/sr@latin/LC_MESSAGES/processui.mo +share/locale/sv/LC_MESSAGES/KSysGuardSensorFaces.mo +share/locale/sv/LC_MESSAGES/ksgrd.mo +share/locale/sv/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.barchart.mo +share/locale/sv/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.linechart.mo +share/locale/sv/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.piechart.mo +share/locale/sv/LC_MESSAGES/ksysguard_face_org.kde.ksysguard.textonly.mo +share/locale/sv/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/sv/LC_MESSAGES/processcore.mo +share/locale/sv/LC_MESSAGES/processui.mo share/locale/ta/LC_MESSAGES/processcore.mo share/locale/ta/LC_MESSAGES/processui.mo share/locale/te/LC_MESSAGES/ksysguardlsofwidgets.mo Modified: head/sysutils/plasma5-plasma-disks/distinfo ============================================================================== --- head/sysutils/plasma5-plasma-disks/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/sysutils/plasma5-plasma-disks/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817717 -SHA256 (KDE/plasma/5.20.2/plasma-disks-5.20.2.tar.xz) = 2ba7f7f2c0c749f0e736333784d746037dea52106fb8e930d787a9b2389f1db5 -SIZE (KDE/plasma/5.20.2/plasma-disks-5.20.2.tar.xz) = 63168 +TIMESTAMP = 1605111215 +SHA256 (KDE/plasma/5.20.3/plasma-disks-5.20.3.tar.xz) = 2d1d0d3bf0085d0a80ca24a28125a37eba18ea2a352e39871e85b728ff465f04 +SIZE (KDE/plasma/5.20.3/plasma-disks-5.20.3.tar.xz) = 63712 Modified: head/sysutils/plasma5-polkit-kde-agent-1/distinfo ============================================================================== --- head/sysutils/plasma5-polkit-kde-agent-1/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/sysutils/plasma5-polkit-kde-agent-1/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817719 -SHA256 (KDE/plasma/5.20.2/polkit-kde-agent-1-5.20.2.tar.xz) = 80d261bac52210c609d9bef99deadd22eefc0fb457a9b5a8e687f4af2ada83be -SIZE (KDE/plasma/5.20.2/polkit-kde-agent-1-5.20.2.tar.xz) = 44176 +TIMESTAMP = 1605111216 +SHA256 (KDE/plasma/5.20.3/polkit-kde-agent-1-5.20.3.tar.xz) = d68d05ea03a839cfa9853ce58720b7e53bab8f14f15731b97d2fdb6422e705cd +SIZE (KDE/plasma/5.20.3/polkit-kde-agent-1-5.20.3.tar.xz) = 44608 Modified: head/sysutils/plasma5-polkit-kde-agent-1/pkg-plist ============================================================================== --- head/sysutils/plasma5-polkit-kde-agent-1/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/sysutils/plasma5-polkit-kde-agent-1/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -51,6 +51,7 @@ share/locale/sr/LC_MESSAGES/polkit-kde-authentication- share/locale/sr@ijekavian/LC_MESSAGES/polkit-kde-authentication-agent-1.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/polkit-kde-authentication-agent-1.mo share/locale/sr@latin/LC_MESSAGES/polkit-kde-authentication-agent-1.mo +share/locale/sv/LC_MESSAGES/polkit-kde-authentication-agent-1.mo share/locale/tg/LC_MESSAGES/polkit-kde-authentication-agent-1.mo share/locale/th/LC_MESSAGES/polkit-kde-authentication-agent-1.mo share/locale/tr/LC_MESSAGES/polkit-kde-authentication-agent-1.mo Modified: head/sysutils/plasma5-powerdevil/distinfo ============================================================================== --- head/sysutils/plasma5-powerdevil/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/sysutils/plasma5-powerdevil/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817720 -SHA256 (KDE/plasma/5.20.2/powerdevil-5.20.2.tar.xz) = 8fa42d77e21dc29eb5e729102717177b78e8eea0962bc7b856ba56dcce808399 -SIZE (KDE/plasma/5.20.2/powerdevil-5.20.2.tar.xz) = 606932 +TIMESTAMP = 1605111217 +SHA256 (KDE/plasma/5.20.3/powerdevil-5.20.3.tar.xz) = 693c49d46f4f04318f86468987e5d043d8409e418811d8265cd89ace0cf591ef +SIZE (KDE/plasma/5.20.3/powerdevil-5.20.3.tar.xz) = 609300 Modified: head/sysutils/plasma5-powerdevil/pkg-plist ============================================================================== --- head/sysutils/plasma5-powerdevil/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/sysutils/plasma5-powerdevil/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -323,6 +323,11 @@ share/locale/sr@latin/LC_MESSAGES/powerdevil.mo share/locale/sr@latin/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/sr@latin/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/sr@latin/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/sv/LC_MESSAGES/libpowerdevilcommonconfig.mo +share/locale/sv/LC_MESSAGES/powerdevil.mo +share/locale/sv/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/sv/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/sv/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/te/LC_MESSAGES/powerdevil.mo share/locale/tg/LC_MESSAGES/libpowerdevilcommonconfig.mo share/locale/tg/LC_MESSAGES/powerdevil.mo Modified: head/sysutils/plasma5-systemsettings/distinfo ============================================================================== --- head/sysutils/plasma5-systemsettings/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/sysutils/plasma5-systemsettings/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817775 -SHA256 (KDE/plasma/5.20.2/systemsettings-5.20.2.tar.xz) = 0c7e044becc4d492fe5a313911512d7dccc08a4cd7aabfc0bf7cd878240cb6da -SIZE (KDE/plasma/5.20.2/systemsettings-5.20.2.tar.xz) = 191664 +TIMESTAMP = 1605111218 +SHA256 (KDE/plasma/5.20.3/systemsettings-5.20.3.tar.xz) = c380df3cedf14ed11d313b10eba22824cad2aaa3460e0d30336c454eba5c823a +SIZE (KDE/plasma/5.20.3/systemsettings-5.20.3.tar.xz) = 193692 Modified: head/sysutils/plasma5-systemsettings/pkg-plist ============================================================================== --- head/sysutils/plasma5-systemsettings/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/sysutils/plasma5-systemsettings/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -149,6 +149,7 @@ share/locale/sr/LC_MESSAGES/systemsettings.mo share/locale/sr@ijekavian/LC_MESSAGES/systemsettings.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/systemsettings.mo share/locale/sr@latin/LC_MESSAGES/systemsettings.mo +share/locale/sv/LC_MESSAGES/systemsettings.mo share/locale/ta/LC_MESSAGES/systemsettings.mo share/locale/te/LC_MESSAGES/systemsettings.mo share/locale/tg/LC_MESSAGES/systemsettings.mo Modified: head/www/plasma5-plasma-browser-integration/distinfo ============================================================================== --- head/www/plasma5-plasma-browser-integration/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/www/plasma5-plasma-browser-integration/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817776 -SHA256 (KDE/plasma/5.20.2/plasma-browser-integration-5.20.2.tar.xz) = a657ae29a993b050e293977b6c5a5146b475e97ed798a07003d117170e8797e6 -SIZE (KDE/plasma/5.20.2/plasma-browser-integration-5.20.2.tar.xz) = 190912 +TIMESTAMP = 1605111219 +SHA256 (KDE/plasma/5.20.3/plasma-browser-integration-5.20.3.tar.xz) = 524442333abcb9e7751afc210f98b98e3f11a1aa389d2bd8ba0cb0d8b1b543a3 +SIZE (KDE/plasma/5.20.3/plasma-browser-integration-5.20.3.tar.xz) = 192904 Modified: head/www/plasma5-plasma-browser-integration/pkg-plist ============================================================================== --- head/www/plasma5-plasma-browser-integration/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/www/plasma5-plasma-browser-integration/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -132,6 +132,10 @@ share/locale/sr/LC_MESSAGES/plasma_runner_browsertabs. share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_browsertabs.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_browsertabs.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_browsertabs.mo +share/locale/sv/LC_MESSAGES/plasma-browser-extension.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/tg/LC_MESSAGES/plasma_runner_browsertabs.mo share/locale/tr/LC_MESSAGES/plasma-browser-extension.mo Modified: head/x11-themes/plasma5-breeze-gtk/distinfo ============================================================================== --- head/x11-themes/plasma5-breeze-gtk/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11-themes/plasma5-breeze-gtk/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817780 -SHA256 (KDE/plasma/5.20.2/breeze-gtk-5.20.2.tar.xz) = e2792cf9e434864f466b3823663c976aa77f22cebd5cdb9d3d30e5abaacc1b08 -SIZE (KDE/plasma/5.20.2/breeze-gtk-5.20.2.tar.xz) = 43036 +TIMESTAMP = 1605111221 +SHA256 (KDE/plasma/5.20.3/breeze-gtk-5.20.3.tar.xz) = 5e470b55482880e5ac0e7bf8f0d0ede72ea0338b4d7e1a4f10488bf838a60a4d +SIZE (KDE/plasma/5.20.3/breeze-gtk-5.20.3.tar.xz) = 43224 Modified: head/x11-themes/plasma5-breeze/distinfo ============================================================================== --- head/x11-themes/plasma5-breeze/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11-themes/plasma5-breeze/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817779 -SHA256 (KDE/plasma/5.20.2/breeze-5.20.2.tar.xz) = e1c1643221d9cb246cab5c7d9423effee5fe23c22785d20c0d0e841f1ced6793 -SIZE (KDE/plasma/5.20.2/breeze-5.20.2.tar.xz) = 15694012 +TIMESTAMP = 1605111220 +SHA256 (KDE/plasma/5.20.3/breeze-5.20.3.tar.xz) = c949bc5683ec0f4f3c4c6e412f71369a9a4e96101c4927c9e9b3b26dca89bc3d +SIZE (KDE/plasma/5.20.3/breeze-5.20.3.tar.xz) = 15692472 Modified: head/x11-themes/plasma5-breeze/pkg-plist ============================================================================== --- head/x11-themes/plasma5-breeze/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11-themes/plasma5-breeze/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -328,6 +328,8 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/breeze_kwin share/locale/sr@ijekavianlatin/LC_MESSAGES/breeze_style_config.mo share/locale/sr@latin/LC_MESSAGES/breeze_kwin_deco.mo share/locale/sr@latin/LC_MESSAGES/breeze_style_config.mo +share/locale/sv/LC_MESSAGES/breeze_kwin_deco.mo +share/locale/sv/LC_MESSAGES/breeze_style_config.mo share/locale/tg/LC_MESSAGES/breeze_kwin_deco.mo share/locale/tg/LC_MESSAGES/breeze_style_config.mo share/locale/tr/LC_MESSAGES/breeze_kwin_deco.mo Modified: head/x11-themes/plasma5-kde-gtk-config/distinfo ============================================================================== --- head/x11-themes/plasma5-kde-gtk-config/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11-themes/plasma5-kde-gtk-config/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817781 -SHA256 (KDE/plasma/5.20.2/kde-gtk-config-5.20.2.tar.xz) = 50b73d1d7fb15c99919b841fdc3e663c454ea0a8dca97b4b876581499e9db7d4 -SIZE (KDE/plasma/5.20.2/kde-gtk-config-5.20.2.tar.xz) = 68048 +TIMESTAMP = 1605111222 +SHA256 (KDE/plasma/5.20.3/kde-gtk-config-5.20.3.tar.xz) = 1b3ae2cd35c410b9ae874999c009ce18c594943b40b40a8e6ec58398d07124a0 +SIZE (KDE/plasma/5.20.3/kde-gtk-config-5.20.3.tar.xz) = 67992 Modified: head/x11-themes/plasma5-oxygen/distinfo ============================================================================== --- head/x11-themes/plasma5-oxygen/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11-themes/plasma5-oxygen/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817782 -SHA256 (KDE/plasma/5.20.2/oxygen-5.20.2.tar.xz) = 39adb9cf9cfa2d18ce4fcb36dac01858ea9e8fa8f85487345e0c373319ffacf7 -SIZE (KDE/plasma/5.20.2/oxygen-5.20.2.tar.xz) = 4468932 +TIMESTAMP = 1605111223 +SHA256 (KDE/plasma/5.20.3/oxygen-5.20.3.tar.xz) = 8c6c5068065f3989d836770ec677d883b0650afdeb2e495d49c9c0adf6e834ea +SIZE (KDE/plasma/5.20.3/oxygen-5.20.3.tar.xz) = 4470124 Modified: head/x11-themes/plasma5-oxygen/pkg-plist ============================================================================== --- head/x11-themes/plasma5-oxygen/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11-themes/plasma5-oxygen/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -714,6 +714,10 @@ share/locale/sr@latin/LC_MESSAGES/liboxygenstyleconfig share/locale/sr@latin/LC_MESSAGES/oxygen_kdecoration.mo share/locale/sr@latin/LC_MESSAGES/oxygen_style_config.mo share/locale/sr@latin/LC_MESSAGES/oxygen_style_demo.mo +share/locale/sv/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/sv/LC_MESSAGES/oxygen_kdecoration.mo +share/locale/sv/LC_MESSAGES/oxygen_style_config.mo +share/locale/sv/LC_MESSAGES/oxygen_style_demo.mo share/locale/ta/LC_MESSAGES/oxygen_style_config.mo share/locale/ta/LC_MESSAGES/oxygen_style_demo.mo share/locale/tg/LC_MESSAGES/oxygen_style_config.mo Modified: head/x11-themes/plasma5-plasma-workspace-wallpapers/distinfo ============================================================================== --- head/x11-themes/plasma5-plasma-workspace-wallpapers/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11-themes/plasma5-plasma-workspace-wallpapers/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817787 -SHA256 (KDE/plasma/5.20.2/plasma-workspace-wallpapers-5.20.2.tar.xz) = 5a42c1bbdcc158e886a2544e597f60d5010c1815be615f345367484395477d57 -SIZE (KDE/plasma/5.20.2/plasma-workspace-wallpapers-5.20.2.tar.xz) = 45933208 +TIMESTAMP = 1605111224 +SHA256 (KDE/plasma/5.20.3/plasma-workspace-wallpapers-5.20.3.tar.xz) = a7521cbdbd39161a1ce2bb393b0b25057ed1a6dd876c4e948ee0dd3316c04663 +SIZE (KDE/plasma/5.20.3/plasma-workspace-wallpapers-5.20.3.tar.xz) = 45931672 Modified: head/x11-toolkits/plasma5-kdeplasma-addons/distinfo ============================================================================== --- head/x11-toolkits/plasma5-kdeplasma-addons/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11-toolkits/plasma5-kdeplasma-addons/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817788 -SHA256 (KDE/plasma/5.20.2/kdeplasma-addons-5.20.2.tar.xz) = 22df49f743cbb0cdc8a27293a75f2a7df913e88f563cbbdb3980cdd669605017 -SIZE (KDE/plasma/5.20.2/kdeplasma-addons-5.20.2.tar.xz) = 627420 +TIMESTAMP = 1605111225 +SHA256 (KDE/plasma/5.20.3/kdeplasma-addons-5.20.3.tar.xz) = 2ea7bbcb69f9dd8048d7e50435cfcacec56ca63c1ec9cb46822fd42ff5483c08 +SIZE (KDE/plasma/5.20.3/kdeplasma-addons-5.20.3.tar.xz) = 634740 Modified: head/x11-toolkits/plasma5-kdeplasma-addons/pkg-plist ============================================================================== --- head/x11-toolkits/plasma5-kdeplasma-addons/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11-toolkits/plasma5-kdeplasma-addons/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -1484,6 +1484,37 @@ share/locale/sr@latin/LC_MESSAGES/plasma_runner_katese share/locale/sr@latin/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.calculator.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.colorpicker.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.comic.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.diskquota.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.fifteenpuzzle.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.fuzzyclock.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardindicator.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.mediaframe.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.nightcolorcontrol.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.private.grouping.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.quicklaunch.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.quickshare.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.systemloadviewer.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.timer.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.userswitcher.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.weather.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo +share/locale/sv/LC_MESSAGES/plasma_calendar_astronomicalevents.mo +share/locale/sv/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/sv/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/sv/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/sv/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/sv/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/sv/LC_MESSAGES/plasma_runner_konsoleprofiles.mo +share/locale/sv/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/sv/LC_MESSAGES/plasma_runner_mediawiki.mo +share/locale/sv/LC_MESSAGES/plasma_runner_spellcheckrunner.mo +share/locale/sv/LC_MESSAGES/plasma_wallpaper_org.kde.potd.mo share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.binaryclock.mo share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.konsoleprofiles.mo share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.notes.mo Modified: head/x11-wm/plasma5-kdecoration/distinfo ============================================================================== --- head/x11-wm/plasma5-kdecoration/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11-wm/plasma5-kdecoration/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817789 -SHA256 (KDE/plasma/5.20.2/kdecoration-5.20.2.tar.xz) = 7b49c0a3a0a7be93127b4b7a7273575a037af5447adf55154cabb2c6f87637f6 -SIZE (KDE/plasma/5.20.2/kdecoration-5.20.2.tar.xz) = 45564 +TIMESTAMP = 1605111226 +SHA256 (KDE/plasma/5.20.3/kdecoration-5.20.3.tar.xz) = 0d7d9ef1596fd1835705f50dcce68ba9fba9ff531f365023764229c99c5c6382 +SIZE (KDE/plasma/5.20.3/kdecoration-5.20.3.tar.xz) = 45600 Modified: head/x11-wm/plasma5-kwin/distinfo ============================================================================== --- head/x11-wm/plasma5-kwin/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11-wm/plasma5-kwin/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817791 -SHA256 (KDE/plasma/5.20.2/kwin-5.20.2.tar.xz) = 79557de888c8cd671ca592b5d105e236c959f877b7e9f836bcd69ddef193759c -SIZE (KDE/plasma/5.20.2/kwin-5.20.2.tar.xz) = 6306256 +TIMESTAMP = 1605111227 +SHA256 (KDE/plasma/5.20.3/kwin-5.20.3.tar.xz) = 3bfe2a3991575328badc960e99812b36c1242c667407c377d23cc064e0bacde8 +SIZE (KDE/plasma/5.20.3/kwin-5.20.3.tar.xz) = 6329376 Modified: head/x11-wm/plasma5-kwin/pkg-plist ============================================================================== --- head/x11-wm/plasma5-kwin/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11-wm/plasma5-kwin/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -1344,6 +1344,21 @@ share/locale/sr@latin/LC_MESSAGES/kwin_clients.mo share/locale/sr@latin/LC_MESSAGES/kwin_effects.mo share/locale/sr@latin/LC_MESSAGES/kwin_scripting.mo share/locale/sr@latin/LC_MESSAGES/kwin_scripts.mo +share/locale/sv/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/sv/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/sv/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/sv/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/sv/LC_MESSAGES/kcm_kwinrules.mo +share/locale/sv/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/sv/LC_MESSAGES/kcmkwincommon.mo +share/locale/sv/LC_MESSAGES/kcmkwincompositing.mo +share/locale/sv/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/sv/LC_MESSAGES/kcmkwm.mo +share/locale/sv/LC_MESSAGES/kwin.mo +share/locale/sv/LC_MESSAGES/kwin_clients.mo +share/locale/sv/LC_MESSAGES/kwin_effects.mo +share/locale/sv/LC_MESSAGES/kwin_scripting.mo +share/locale/sv/LC_MESSAGES/kwin_scripts.mo share/locale/ta/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/ta/LC_MESSAGES/kcm_kwindecoration.mo share/locale/ta/LC_MESSAGES/kcm_kwinrules.mo Modified: head/x11/plasma5-kactivitymanagerd/distinfo ============================================================================== --- head/x11/plasma5-kactivitymanagerd/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11/plasma5-kactivitymanagerd/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817793 -SHA256 (KDE/plasma/5.20.2/kactivitymanagerd-5.20.2.tar.xz) = 675d87636398e1236f2c0af7129b961b9ac2feac53cc32d6194da41a026d8972 -SIZE (KDE/plasma/5.20.2/kactivitymanagerd-5.20.2.tar.xz) = 94692 +TIMESTAMP = 1605111228 +SHA256 (KDE/plasma/5.20.3/kactivitymanagerd-5.20.3.tar.xz) = f1d86ab5f92d79f1249aa2e5207fa2d3e4a91e583661f9c3ee778ede46eb50fb +SIZE (KDE/plasma/5.20.3/kactivitymanagerd-5.20.3.tar.xz) = 94756 Modified: head/x11/plasma5-kactivitymanagerd/pkg-plist ============================================================================== --- head/x11/plasma5-kactivitymanagerd/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11/plasma5-kactivitymanagerd/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -57,6 +57,7 @@ share/locale/sr/LC_MESSAGES/kactivities5.mo share/locale/sr@ijekavian/LC_MESSAGES/kactivities5.mo 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/tr/LC_MESSAGES/kactivities5.mo share/locale/ug/LC_MESSAGES/kactivities5.mo Modified: head/x11/plasma5-kgamma5/distinfo ============================================================================== --- head/x11/plasma5-kgamma5/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11/plasma5-kgamma5/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817794 -SHA256 (KDE/plasma/5.20.2/kgamma5-5.20.2.tar.xz) = 79720c6899e6edff68692832a84dc3b935929000b90599ae7dd2cbb6a0d784a4 -SIZE (KDE/plasma/5.20.2/kgamma5-5.20.2.tar.xz) = 80972 +TIMESTAMP = 1605111229 +SHA256 (KDE/plasma/5.20.3/kgamma5-5.20.3.tar.xz) = 6b1b1fbf0ee1af586c8d2d4168ef26e3b3499a1fbb87a0355684c0a5f27187dd +SIZE (KDE/plasma/5.20.3/kgamma5-5.20.3.tar.xz) = 81444 Modified: head/x11/plasma5-kgamma5/pkg-plist ============================================================================== --- head/x11/plasma5-kgamma5/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11/plasma5-kgamma5/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -99,6 +99,7 @@ share/locale/sr/LC_MESSAGES/kcmkgamma.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmkgamma.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkgamma.mo share/locale/sr@latin/LC_MESSAGES/kcmkgamma.mo +share/locale/sv/LC_MESSAGES/kcmkgamma.mo share/locale/ta/LC_MESSAGES/kcmkgamma.mo share/locale/tg/LC_MESSAGES/kcmkgamma.mo share/locale/th/LC_MESSAGES/kcmkgamma.mo Modified: head/x11/plasma5-kscreen/distinfo ============================================================================== --- head/x11/plasma5-kscreen/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11/plasma5-kscreen/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817795 -SHA256 (KDE/plasma/5.20.2/kscreen-5.20.2.tar.xz) = 42d55e891516192773ba1dd405c80c76fef86b7e4e5a6bbea3b9dcf38c713f28 -SIZE (KDE/plasma/5.20.2/kscreen-5.20.2.tar.xz) = 113776 +TIMESTAMP = 1605111229 +SHA256 (KDE/plasma/5.20.3/kscreen-5.20.3.tar.xz) = 124593bea59efd44b6209b22636205796e6e07f573c9e002c1548b66027f7303 +SIZE (KDE/plasma/5.20.3/kscreen-5.20.3.tar.xz) = 114572 Modified: head/x11/plasma5-kscreen/pkg-plist ============================================================================== --- head/x11/plasma5-kscreen/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11/plasma5-kscreen/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -128,6 +128,9 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kscreen share/locale/sr@ijekavianlatin/LC_MESSAGES/kscreen.mo share/locale/sr@latin/LC_MESSAGES/kcm_kscreen.mo share/locale/sr@latin/LC_MESSAGES/kscreen.mo +share/locale/sv/LC_MESSAGES/kcm_kscreen.mo +share/locale/sv/LC_MESSAGES/kscreen.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo share/locale/tg/LC_MESSAGES/kcm_kscreen.mo share/locale/tg/LC_MESSAGES/kscreen.mo share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo Modified: head/x11/plasma5-kwayland-integration/distinfo ============================================================================== --- head/x11/plasma5-kwayland-integration/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11/plasma5-kwayland-integration/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817796 -SHA256 (KDE/plasma/5.20.2/kwayland-integration-5.20.2.tar.xz) = 62e8f20a613a5e5a2470a029897ad207ce5b3c21ef05cbb2c88d3e8ec215a0a8 -SIZE (KDE/plasma/5.20.2/kwayland-integration-5.20.2.tar.xz) = 21368 +TIMESTAMP = 1605111230 +SHA256 (KDE/plasma/5.20.3/kwayland-integration-5.20.3.tar.xz) = 2edf886c38583d56ba4322e25970dec1f1beb37c484515f74524e7972405c431 +SIZE (KDE/plasma/5.20.3/kwayland-integration-5.20.3.tar.xz) = 21340 Modified: head/x11/plasma5-kwayland-server/distinfo ============================================================================== --- head/x11/plasma5-kwayland-server/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11/plasma5-kwayland-server/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817817 -SHA256 (KDE/plasma/5.20.2/kwayland-server-5.20.2.tar.xz) = dfba976a5485ecd92c69154521a773cbb9c51d7f07b9326cd0e80f8ac0bb0af0 -SIZE (KDE/plasma/5.20.2/kwayland-server-5.20.2.tar.xz) = 220916 +TIMESTAMP = 1605111251 +SHA256 (KDE/plasma/5.20.3/kwayland-server-5.20.3.tar.xz) = ba8faa6f6cfc0081d0a2b875dcd95208223c334aa9e1e39da7fcea84c6ce27c3 +SIZE (KDE/plasma/5.20.3/kwayland-server-5.20.3.tar.xz) = 220956 Modified: head/x11/plasma5-libkscreen/distinfo ============================================================================== --- head/x11/plasma5-libkscreen/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11/plasma5-libkscreen/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817818 -SHA256 (KDE/plasma/5.20.2/libkscreen-5.20.2.tar.xz) = 2ee2c77556ac30ec49be5bc7db552332f6b1084f6d7737b711d3c9c01b523c5d -SIZE (KDE/plasma/5.20.2/libkscreen-5.20.2.tar.xz) = 85404 +TIMESTAMP = 1605111252 +SHA256 (KDE/plasma/5.20.3/libkscreen-5.20.3.tar.xz) = 19b7af7601b8063d485ccb1c9061abcc2c6f32e43cbaf65cbf98831a3af5fbc5 +SIZE (KDE/plasma/5.20.3/libkscreen-5.20.3.tar.xz) = 85576 Modified: head/x11/plasma5-plasma-desktop/distinfo ============================================================================== --- head/x11/plasma5-plasma-desktop/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11/plasma5-plasma-desktop/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817822 -SHA256 (KDE/plasma/5.20.2/plasma-desktop-5.20.2.tar.xz) = ef569f62740aad3cf6fdea7d2f87c56df84661043a1b9572c12676937ca698b0 -SIZE (KDE/plasma/5.20.2/plasma-desktop-5.20.2.tar.xz) = 15864844 +TIMESTAMP = 1605111254 +SHA256 (KDE/plasma/5.20.3/plasma-desktop-5.20.3.tar.xz) = d78ce0d288bb657b1e417179fc5b28bb291b44df7b7840400f034243d4e10b3a +SIZE (KDE/plasma/5.20.3/plasma-desktop-5.20.3.tar.xz) = 15887428 Modified: head/x11/plasma5-plasma-desktop/pkg-plist ============================================================================== --- head/x11/plasma5-plasma-desktop/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11/plasma5-plasma-desktop/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -2022,6 +2022,7 @@ share/locale/ia/LC_MESSAGES/kcm_search.mo share/locale/ia/LC_MESSAGES/kcm_solid_actions.mo share/locale/ia/LC_MESSAGES/kcm_splashscreen.mo share/locale/ia/LC_MESSAGES/kcm_touchpad.mo +share/locale/ia/LC_MESSAGES/kcm_users.mo share/locale/ia/LC_MESSAGES/kcm_workspace.mo share/locale/ia/LC_MESSAGES/kcmaccess.mo share/locale/ia/LC_MESSAGES/kcmformats.mo @@ -3359,6 +3360,53 @@ share/locale/sr@latin/LC_MESSAGES/plasma_shell_org.kde share/locale/sr@latin/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo share/locale/sr@latin/LC_MESSAGES/plasmaactivitymanager.mo share/locale/sr@latin/LC_SCRIPTS/kfontinst/kfontinst.js +share/locale/sv/LC_MESSAGES/kaccess.mo +share/locale/sv/LC_MESSAGES/kcm5_componentchooser.mo +share/locale/sv/LC_MESSAGES/kcm5_device_automounter.mo +share/locale/sv/LC_MESSAGES/kcm5_joystick.mo +share/locale/sv/LC_MESSAGES/kcm5_kded.mo +share/locale/sv/LC_MESSAGES/kcm_activities5.mo +share/locale/sv/LC_MESSAGES/kcm_autostart.mo +share/locale/sv/LC_MESSAGES/kcm_baloofile.mo +share/locale/sv/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/sv/LC_MESSAGES/kcm_keys.mo +share/locale/sv/LC_MESSAGES/kcm_launchfeedback.mo +share/locale/sv/LC_MESSAGES/kcm_nightcolor.mo +share/locale/sv/LC_MESSAGES/kcm_notifications.mo +share/locale/sv/LC_MESSAGES/kcm_search.mo +share/locale/sv/LC_MESSAGES/kcm_solid_actions.mo +share/locale/sv/LC_MESSAGES/kcm_splashscreen.mo +share/locale/sv/LC_MESSAGES/kcm_touchpad.mo +share/locale/sv/LC_MESSAGES/kcm_users.mo +share/locale/sv/LC_MESSAGES/kcm_workspace.mo +share/locale/sv/LC_MESSAGES/kcmaccess.mo +share/locale/sv/LC_MESSAGES/kcmformats.mo +share/locale/sv/LC_MESSAGES/kcmkclock.mo +share/locale/sv/LC_MESSAGES/kcmkeyboard.mo +share/locale/sv/LC_MESSAGES/kcmmouse.mo +share/locale/sv/LC_MESSAGES/kcmqtquicksettings.mo +share/locale/sv/LC_MESSAGES/kcmsmserver.mo +share/locale/sv/LC_MESSAGES/knetattach5.mo +share/locale/sv/LC_MESSAGES/org.kde.plasma.emojier.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.panel.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.minimizeall.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/sv/LC_MESSAGES/plasma_applet_touchpad.mo +share/locale/sv/LC_MESSAGES/plasma_runner_kwin.mo +share/locale/sv/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/sv/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo +share/locale/sv/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo +share/locale/sv/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo +share/locale/sv/LC_MESSAGES/plasmaactivitymanager.mo share/locale/ta/LC_MESSAGES/kaccess.mo share/locale/ta/LC_MESSAGES/kcm5_componentchooser.mo share/locale/ta/LC_MESSAGES/kcm5_joystick.mo Modified: head/x11/plasma5-plasma-integration/distinfo ============================================================================== --- head/x11/plasma5-plasma-integration/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11/plasma5-plasma-integration/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817823 -SHA256 (KDE/plasma/5.20.2/plasma-integration-5.20.2.tar.xz) = 37565fbebcd31fc2fd7c03e778d33716569a225a266cbe7843b633beb78526f2 -SIZE (KDE/plasma/5.20.2/plasma-integration-5.20.2.tar.xz) = 59716 +TIMESTAMP = 1605111255 +SHA256 (KDE/plasma/5.20.3/plasma-integration-5.20.3.tar.xz) = 621864e59ee583d0e21ffbebba881198ace728c12694606ed8ff180549f314fd +SIZE (KDE/plasma/5.20.3/plasma-integration-5.20.3.tar.xz) = 59664 Modified: head/x11/plasma5-plasma-workspace/distinfo ============================================================================== --- head/x11/plasma5-plasma-workspace/distinfo Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11/plasma5-plasma-workspace/distinfo Wed Nov 11 17:16:48 2020 (r554903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603817825 -SHA256 (KDE/plasma/5.20.2/plasma-workspace-5.20.2.tar.xz) = 2bd71e6054577f881b0fcab7af5c7e1d39db1ef03470fb6e662713559da9e5f4 -SIZE (KDE/plasma/5.20.2/plasma-workspace-5.20.2.tar.xz) = 8995036 +TIMESTAMP = 1605111257 +SHA256 (KDE/plasma/5.20.3/plasma-workspace-5.20.3.tar.xz) = 47466ec788bb8e6295dbacc34eefb0912e712aeed9924ce025dd48aa61cf9f04 +SIZE (KDE/plasma/5.20.3/plasma-workspace-5.20.3.tar.xz) = 9031572 Modified: head/x11/plasma5-plasma-workspace/pkg-plist ============================================================================== --- head/x11/plasma5-plasma-workspace/pkg-plist Wed Nov 11 15:59:10 2020 (r554902) +++ head/x11/plasma5-plasma-workspace/pkg-plist Wed Nov 11 17:16:48 2020 (r554903) @@ -2516,6 +2516,7 @@ share/locale/hu/LC_MESSAGES/krunner.mo share/locale/hu/LC_MESSAGES/ksmserver.mo share/locale/hu/LC_MESSAGES/libkicker.mo share/locale/hu/LC_MESSAGES/libkworkspace.mo +share/locale/hu/LC_MESSAGES/libnotificationmanager.mo share/locale/hu/LC_MESSAGES/phonon_kde_plugin.mo share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo @@ -2530,6 +2531,7 @@ share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plas share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo share/locale/hu/LC_MESSAGES/plasma_containmentactions_applauncher.mo share/locale/hu/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/hu/LC_MESSAGES/plasma_containmentactions_switchwindow.mo @@ -2609,6 +2611,7 @@ share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plas share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo share/locale/ia/LC_MESSAGES/plasma_containmentactions_applauncher.mo share/locale/ia/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/ia/LC_MESSAGES/plasma_containmentactions_switchwindow.mo @@ -4800,6 +4803,81 @@ share/locale/sr@latin/LC_MESSAGES/plasmashell.mo share/locale/sr@latin/LC_MESSAGES/plasmashellprivateplugin.mo share/locale/sr@latin/LC_MESSAGES/soliduiserver5.mo share/locale/sr@latin/LC_MESSAGES/systemmonitor.mo +share/locale/sv/LC_MESSAGES/freespacenotifier.mo +share/locale/sv/LC_MESSAGES/kcm5_icons.mo +share/locale/sv/LC_MESSAGES/kcm_colors.mo +share/locale/sv/LC_MESSAGES/kcm_cursortheme.mo +share/locale/sv/LC_MESSAGES/kcm_desktoptheme.mo +share/locale/sv/LC_MESSAGES/kcm_feedback.mo +share/locale/sv/LC_MESSAGES/kcm_fonts.mo +share/locale/sv/LC_MESSAGES/kcm_lookandfeel.mo +share/locale/sv/LC_MESSAGES/kcm_style.mo +share/locale/sv/LC_MESSAGES/kcm_translations.mo +share/locale/sv/LC_MESSAGES/kcminit.mo +share/locale/sv/LC_MESSAGES/kfontinst.mo +share/locale/sv/LC_MESSAGES/kholidays_calendar_plugin.mo +share/locale/sv/LC_MESSAGES/kio5_applications.mo +share/locale/sv/LC_MESSAGES/kio_desktop.mo +share/locale/sv/LC_MESSAGES/klipper.mo +share/locale/sv/LC_MESSAGES/krdb.mo +share/locale/sv/LC_MESSAGES/krunner.mo +share/locale/sv/LC_MESSAGES/ksmserver.mo +share/locale/sv/LC_MESSAGES/libkicker.mo +share/locale/sv/LC_MESSAGES/libkworkspace.mo +share/locale/sv/LC_MESSAGES/libnotificationmanager.mo +share/locale/sv/LC_MESSAGES/phonon_kde_plugin.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo +share/locale/sv/LC_MESSAGES/plasma_containmentactions_applauncher.mo +share/locale/sv/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/sv/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/sv/LC_MESSAGES/plasma_engine_applicationjobs.mo +share/locale/sv/LC_MESSAGES/plasma_engine_devicenotifications.mo +share/locale/sv/LC_MESSAGES/plasma_engine_dict.mo +share/locale/sv/LC_MESSAGES/plasma_engine_hotplug.mo +share/locale/sv/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/sv/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/sv/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/sv/LC_MESSAGES/plasma_engine_powermanagement.mo +share/locale/sv/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/sv/LC_MESSAGES/plasma_engine_time.mo +share/locale/sv/LC_MESSAGES/plasma_engine_weather.mo +share/locale/sv/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo +share/locale/sv/LC_MESSAGES/plasma_package_plasmashell.mo +share/locale/sv/LC_MESSAGES/plasma_runner_activities.mo +share/locale/sv/LC_MESSAGES/plasma_runner_appstream.mo +share/locale/sv/LC_MESSAGES/plasma_runner_baloosearch5.mo +share/locale/sv/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/sv/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/sv/LC_MESSAGES/plasma_runner_kill.mo +share/locale/sv/LC_MESSAGES/plasma_runner_locations.mo +share/locale/sv/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/sv/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/sv/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/sv/LC_MESSAGES/plasma_runner_services.mo +share/locale/sv/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/sv/LC_MESSAGES/plasma_runner_shell.mo +share/locale/sv/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/sv/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/sv/LC_MESSAGES/plasma_runner_windows.mo +share/locale/sv/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo +share/locale/sv/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo +share/locale/sv/LC_MESSAGES/plasmashell.mo +share/locale/sv/LC_MESSAGES/plasmashellprivateplugin.mo +share/locale/sv/LC_MESSAGES/soliduiserver5.mo +share/locale/sv/LC_MESSAGES/systemmonitor.mo share/locale/ta/LC_MESSAGES/kcm5_icons.mo share/locale/ta/LC_MESSAGES/kcm_colors.mo share/locale/ta/LC_MESSAGES/kcm_cursortheme.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011111716.0ABHGmgK072430>