diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk index 0d246b528d18..fcbe78ef86e8 100644 --- a/Mk/Uses/kde.mk +++ b/Mk/Uses/kde.mk @@ -1,906 +1,906 @@ # Provides support for KDE and KF5-based ports. # # Feature: kde # Valid ARGS: 5 # # 5: Depend on KDE Frameworks 5 components and variables. # # Variables that can be set by a port: # # USE_KDE List of KF5/Plasma5 components (other ports) that this # port depends on. # * foo_build Add a build-time dependency (BUILD_DEPENDS) # * foo_run Add a run-time dependency (RUN_DEPENDS) # * foo (default) Add both dependencies on component , or # a LIB_DEPENDS if applicable. # # To simplify the ports, also: # CATEGORIES If the port is part of one of the KDE Software distribution, # it can add, in addition to 'kde' one of the following: # kde-applications: part of applications release # kde-frameworks: part of frameworks release # kde-plasma: part of plasma release # this will then set default values for MASTER_SITES and DIST_SUBDIR # as well as CPE_VENDOR and LICENSE. # # option DOCS If the port is part of kde-applications (see CATEGORIES, # above) and has an option defined for DOCS then a dependency # for doctools_build is added. The option itself doesn't # have to do anything -- the dependency is always there. # # KDE_INVENT If the port does not have a regular release, and should # be fetched from KDE Invent (a GitLab instance) it can set # KDE_INVENT to 3 space-separated values: # * a full 40-character commit hash # * a category name inside KDE Invent # * a repository name inside KDE Invent # Default values for category and name are: # * the first item in CATEGORIES that is not "kde"; this # is useful when the FreeBSD ports category and the KDE # category are the same (which happens sometimes) # * PORTNAME, often the FreeBSD port name is the same # as the upstream name and it will not need to be specified. # Sometimes `KDE_INVENT=` will do and often # `KDE_INVENT= ` is enough. # # Setting KDE_INVENT is the equivalent of a handful of USE_GITLAB # and related settings. # # MAINTAINER: kde@FreeBSD.org .if !defined(_INCLUDE_USES_KDE_MK) _INCLUDE_USES_KDE_MK= yes _KDE_SUPPORTED= 5 . if empty(kde_ARGS) IGNORE= kde needs a version (${_KDE_SUPPORTED}) . endif . for ver in ${_KDE_SUPPORTED:O:u} . if ${kde_ARGS:M${ver}} . if !defined(_KDE_VERSION) _KDE_VERSION= ${ver} . else IGNORE?= cannot be installed: different KDE versions specified via kde:[${_KDE_SUPPORTED:S/ //g}] #' . endif . endif . endfor . if empty(_KDE_VERSION) IGNORE?= kde:[${_KDE_SUPPORTED:S/ //g}] needs an argument #' . else _KDE_RELNAME= KDE${_KDE_VERSION} # === VERSIONS OF THE DIFFERENT COMPONENTS ===================================== # Current KDE desktop. -KDE_PLASMA_VERSION?= 5.21.3 +KDE_PLASMA_VERSION?= 5.21.4 KDE_PLASMA_BRANCH?= stable # Current KDE frameworks. KDE_FRAMEWORKS_VERSION?= 5.81.0 KDE_FRAMEWORKS_BRANCH?= stable # Current KDE applications. KDE_APPLICATIONS_VERSION?= 21.04.0 KDE_APPLICATIONS_SHLIB_VER?= 5.17.0 KDE_APPLICATIONS_BRANCH?= stable # Extended KDE universe applications. CALLIGRA_VERSION?= 2.9.11 CALLIGRA_BRANCH?= stable # ============================================================================== # === INSTALLATION PREFIXES AND HEADER LOCATION ================================ # Define unversioned prefix variable. KDE_PREFIX= ${LOCALBASE} # ============================================================================== # === CATEGORIES HANDLING -- SETTING DEFAULT VALUES ============================ # Doing MASTER_SITES magic based on the category of the port _KDE_CATEGORIES_SUPPORTED= kde-applications kde-frameworks kde-plasma . for cat in ${_KDE_CATEGORIES_SUPPORTED} . if ${CATEGORIES:M${cat}} . if !defined(_KDE_CATEGORY) _KDE_CATEGORY= ${cat} . else IGNORE?= cannot be installed: multiple kde-<...> categories specified via CATEGORIES=${CATEGORIES} #' . endif . endif . endfor # Doing source-selection if the sources are on KDE invent . if defined(KDE_INVENT) _invent_hash= ${KDE_INVENT:[1]} _invent_category= ${KDE_INVENT:[2]} _invent_name= ${KDE_INVENT:[3]} # Fill in default values if bits are missing . if empty(_invent_category) _invent_category= ${CATEGORIES:Nkde:[1]} . endif . if empty(_invent_name) _invent_name= ${PORTNAME} . endif # If valid, use it for GitLab . if empty(_invent_hash) || empty(_invent_category) || empty(_invent_name) IGNORE?= invalid KDE_INVENT value '${KDE_INVENT}' . else USE_GITLAB= yes GL_SITE= https://invent.kde.org GL_ACCOUNT= ${_invent_category} GL_PROJECT= ${_invent_name} GL_COMMIT= ${_invent_hash} WRKSRC= ${WRKDIR}/${GL_PROJECT}-${GL_COMMIT}-${GL_COMMIT} . endif . endif . if defined(_KDE_CATEGORY) # KDE is normally licensed under the LGPL 2.0. LICENSE?= LGPL20 # Set CPE Vendor Information # As _KDE_CATEGORY is set we can assume it is port release by KDE and the # vendor is therefore kde. CPE_VENDOR?= kde . if ${_KDE_CATEGORY:Mkde-applications} PORTVERSION?= ${KDE_APPLICATIONS_VERSION} MASTER_SITES?= KDE/${KDE_APPLICATIONS_BRANCH}/release-service/${KDE_APPLICATIONS_VERSION}/src # Let bsd.port.mk create the plist-entries for the documentation. # KDE Applications ports install their documentation to # ${PREFIX}/share/doc. This is only done if the port # defines OPTION DOCS -- the _KDE_OPTIONS here is to # avoid make errors when there are no options defined at all. _KDE_OPTIONS= bogus ${OPTIONS_DEFINE} . if ${_KDE_OPTIONS:MDOCS} DOCSDIR= ${PREFIX}/share/doc PORTDOCS?= HTML/* USE_KDE+= doctools_build . endif # Further pass along a SHLIB_VER PLIST_SUB PLIST_SUB+= KDE_APPLICATIONS_SHLIB_VER=${KDE_APPLICATIONS_SHLIB_VER} \ KDE_APPLICATIONS_VERSION_SHORT="${KDE_APPLICATIONS_VERSION:R:R}" DIST_SUBDIR?= KDE/release-service/${KDE_APPLICATIONS_VERSION} . elif ${_KDE_CATEGORY:Mkde-plasma} PORTVERSION?= ${KDE_PLASMA_VERSION} PKGNAMEPREFIX?= plasma5- MASTER_SITES?= KDE/${KDE_PLASMA_BRANCH}/plasma/${KDE_PLASMA_VERSION} DIST_SUBDIR?= KDE/plasma/${KDE_PLASMA_VERSION} . elif ${_KDE_CATEGORY:Mkde-frameworks} PORTVERSION?= ${KDE_FRAMEWORKS_VERSION} PKGNAMEPREFIX?= kf5- # This is a slight duplication of _USE_FRAMEWORKS_PORTING -- it maybe would be # better to rely on ${_USE_FRAMEWORKS_PORTING:S/^/k/g} _PORTINGAIDS= kjs kjsembed kdelibs4support kdesignerplugin kdewebkit khtml kmediaplayer kross kxmlrpcclient . if ${_PORTINGAIDS:M*${PORTNAME}*} MASTER_SITES?= KDE/${KDE_FRAMEWORKS_BRANCH}/frameworks/${KDE_FRAMEWORKS_VERSION:R}/portingAids . else MASTER_SITES?= KDE/${KDE_FRAMEWORKS_BRANCH}/frameworks/${KDE_FRAMEWORKS_VERSION:R} . endif DIST_SUBDIR?= KDE/frameworks/${KDE_FRAMEWORKS_VERSION} . else IGNORE?= unknown CATEGORY value '${_KDE_CATEGORY}' #' . endif . endif #defined(_KDE_CATEGORY) # ============================================================================== # === SET UP CMAKE ENVIRONMENT ================================================= # Help cmake to find files when testing ports with non-default PREFIX. CMAKE_ARGS+= -DCMAKE_PREFIX_PATH="${LOCALBASE}" # We set KDE_INSTALL_USE_QT_SYS_PATHS to install mkspecs files, plugins and # imports to the Qt 5 install directory. CMAKE_ARGS+= -DCMAKE_MODULE_PATH="${LOCALBASE};${KDE_PREFIX}" \ -DCMAKE_INSTALL_PREFIX="${KDE_PREFIX}" \ -DKDE_INSTALL_USE_QT_SYS_PATHS:BOOL=true # Set man-page installation prefix. CMAKE_ARGS+= -DKDE_INSTALL_MANDIR:PATH="${KDE_PREFIX}/man" \ -DMAN_INSTALL_DIR:PATH="${KDE_PREFIX}/man" # Disable autotests unless TEST_TARGET is defined. . if !defined(TEST_TARGET) CMAKE_ARGS+= -DBUILD_TESTING:BOOL=false . endif # ============================================================================== # === SET UP PLIST_SUB ========================================================= # Prefix and include directory. PLIST_SUB+= KDE_PREFIX="${KDE_PREFIX}" # KDE Applications version. PLIST_SUB+= KDE_APPLICATIONS_VERSION="${KDE_APPLICATIONS_VERSION}" \ KDE_FRAMEWORKS_VERSION="${KDE_FRAMEWORKS_VERSION}" \ KDE_PLASMA_VERSION="${KDE_PLASMA_VERSION}" # ============================================================================== _USE_KDE_BOTH= akonadi attica libkcddb libkcompactdisc libkdcraw libkdegames \ libkeduvocdocument libkexiv2 libkipi libksane okular \ baloo baloo-widgets kate marble # List of components of the KDE Frameworks distribution. # The *_TIER variables are internal, primarily for checking # that our list of frameworks matches the structure offered upstream. _USE_FRAMEWORKS_TIER1= apidox archive attica5 breeze-icons codecs config \ coreaddons dbusaddons dnssd holidays i18n idletime itemmodels \ itemviews kirigami2 kquickcharts oxygen-icons5 plotting prison \ qqc2-desktop-style solid sonnet syntaxhighlighting \ threadweaver wayland widgetsaddons windowsystem # NOT LISTED TIER1: modemmanagerqt networkmanagerqt (not applicable) _USE_FRAMEWORKS_TIER2= auth completion crash doctools \ filemetadata kimageformats jobwidgets notifications \ package pty syndication unitconversion _USE_FRAMEWORKS_TIER3= activities activities-stats baloo5 bookmarks configwidgets \ designerplugin emoticons globalaccel guiaddons \ iconthemes init kcmutils kdav kdeclarative \ kded kdesu kdewebkit kio kwayland-server newstuff notifyconfig parts \ people plasma-framework purpose runner service texteditor \ textwidgets wallet xmlgui xmlrpcclient _USE_FRAMEWORKS_TIER4= frameworkintegration calendarcore contacts # Porting Aids frameworks provide code and utilities to ease the transition from # kdelibs 4 to KDE Frameworks 5. Code should aim to port away from this framework, # new projects should avoid using these libraries. _USE_FRAMEWORKS_PORTING=js jsembed kdelibs4support khtml mediaplayer kross _USE_FRAMEWORKS_ALL= ecm \ ${_USE_FRAMEWORKS_TIER1} \ ${_USE_FRAMEWORKS_TIER2} \ ${_USE_FRAMEWORKS_TIER3} \ ${_USE_FRAMEWORKS_TIER4} \ ${_USE_FRAMEWORKS_PORTING} \ ${_USE_FRAMEWORKS_EXTRA} \ kpublictransport kosm # List of components of the KDE Plasma distribution. _USE_PLASMA_ALL= activitymanagerd breeze breeze-gtk \ decoration discover drkonqi hotkeys \ infocenter kde-cli-tools kde-gtk-config \ kdeplasma-addons kgamma5 kmenuedit kscreen \ kscreenlocker ksshaskpass ksysguard kwallet-pam \ kwayland-integration kwin kwrited libkscreen \ libksysguard milou oxygen plasma-browser-integration \ plasma-desktop plasma-disks plasma-integration plasma-pa \ plasma-sdk plasma-workspace plasma-workspace-wallpapers \ polkit-kde-agent-1 powerdevil systemsettings # List of components of the KDE PIM distribution (part of applications). _USE_KDEPIM5_ALL= akonadicontacts akonadiimportwizard akonadimime akonadinotes \ akonadicalendar akonadisearch alarmcalendar \ calendarcore calendarsupport calendarutils \ contacts eventviews gapi grantleetheme \ gravatar identitymanagement imap \ incidenceeditor kdepim-addons \ kdepim-runtime5 kitinerary kontactinterface kpkpass \ ksmtp ldap libkdepim libkleo libksieve mailcommon \ mailimporter mailtransport mbox messagelib \ mime pimcommon pimtextedit tnef \ kalarm kontact kmail mbox-importer \ akonadiconsole akregator grantlee-editor kaddressbook \ kalarm kmail-account-wizard kmail knotes kontact \ korganizer pim-data-exporter _USE_KDE5_ALL= ${_USE_FRAMEWORKS_ALL} \ ${_USE_PLASMA_ALL} \ ${_USE_KDEPIM5_ALL} \ ${_USE_KDE_BOTH} # ====================== frameworks components ================================= kde-activities_PORT= x11/kf5-kactivities kde-activities_LIB= libKF5Activities.so kde-activities-stats_PORT= x11/kf5-kactivities-stats kde-activities-stats_LIB= libKF5ActivitiesStats.so kde-apidox_PORT= devel/kf5-kapidox kde-apidox_PATH= ${KDE_PREFIX}/bin/kapidox_generate kde-apidox_TYPE= run kde-archive_PORT= archivers/kf5-karchive kde-archive_LIB= libKF5Archive.so kde-attica5_PORT= x11-toolkits/kf5-attica kde-attica5_LIB= libKF5Attica.so kde-auth_PORT= devel/kf5-kauth kde-auth_LIB= libKF5Auth.so kde-baloo5_PORT= sysutils/kf5-baloo kde-baloo5_LIB= libKF5Baloo.so kde-bookmarks_PORT= devel/kf5-kbookmarks kde-bookmarks_LIB= libKF5Bookmarks.so kde-breeze-icons_PORT= x11-themes/kf5-breeze-icons kde-breeze-icons_PATH= ${KDE_PREFIX}/share/icons/breeze/index.theme kde-breeze-icons_TYPE= run kde-codecs_PORT= textproc/kf5-kcodecs kde-codecs_LIB= libKF5Codecs.so kde-completion_PORT= x11-toolkits/kf5-kcompletion kde-completion_LIB= libKF5Completion.so kde-config_PORT= devel/kf5-kconfig kde-config_LIB= libKF5ConfigCore.so kde-configwidgets_PORT= x11-toolkits/kf5-kconfigwidgets kde-configwidgets_LIB= libKF5ConfigWidgets.so kde-coreaddons_PORT= devel/kf5-kcoreaddons kde-coreaddons_LIB= libKF5CoreAddons.so kde-crash_PORT= devel/kf5-kcrash kde-crash_LIB= libKF5Crash.so kde-dbusaddons_PORT= devel/kf5-kdbusaddons kde-dbusaddons_LIB= libKF5DBusAddons.so kde-designerplugin_PORT= x11-toolkits/kf5-kdesignerplugin kde-designerplugin_PATH= ${KDE_PREFIX}/bin/kgendesignerplugin kde-designerplugin_TYPE= run kde-dnssd_PORT= dns/kf5-kdnssd kde-dnssd_LIB= libKF5DNSSD.so kde-doctools_PORT= devel/kf5-kdoctools kde-doctools_PATH= ${KDE_PREFIX}/bin/meinproc5 kde-ecm_PORT= devel/kf5-extra-cmake-modules kde-ecm_PATH= ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake kde-emoticons_PORT= x11-themes/kf5-kemoticons kde-emoticons_LIB= libKF5Emoticons.so kde-filemetadata_PORT= devel/kf5-kfilemetadata kde-filemetadata_LIB= libKF5FileMetaData.so kde-frameworkintegration_PORT= x11/kf5-frameworkintegration kde-frameworkintegration_LIB= libKF5Style.so kde-globalaccel_PORT= x11/kf5-kglobalaccel kde-globalaccel_LIB= libKF5GlobalAccel.so kde-guiaddons_PORT= x11-toolkits/kf5-kguiaddons kde-guiaddons_LIB= libKF5GuiAddons.so kde-holidays_PORT= net/kf5-kholidays kde-holidays_LIB= libKF5Holidays.so kde-i18n_PORT= devel/kf5-ki18n kde-i18n_LIB= libKF5I18n.so kde-iconthemes_PORT= x11-themes/kf5-kiconthemes kde-iconthemes_LIB= libKF5IconThemes.so kde-idletime_PORT= devel/kf5-kidletime kde-idletime_LIB= libKF5IdleTime.so kde-init_PORT= x11/kf5-kinit kde-init_PATH= ${KDE_PREFIX}/bin/kdeinit5 kde-itemmodels_PORT= devel/kf5-kitemmodels kde-itemmodels_LIB= libKF5ItemModels.so kde-itemviews_PORT= x11-toolkits/kf5-kitemviews kde-itemviews_LIB= libKF5ItemViews.so kde-jobwidgets_PORT= x11-toolkits/kf5-kjobwidgets kde-jobwidgets_LIB= libKF5JobWidgets.so kde-js_PORT= www/kf5-kjs kde-js_LIB= libKF5JS.so kde-jsembed_PORT= www/kf5-kjsembed kde-jsembed_LIB= libKF5JsEmbed.so kde-kcmutils_PORT= devel/kf5-kcmutils kde-kcmutils_LIB= libKF5KCMUtils.so kde-kdeclarative_PORT= devel/kf5-kdeclarative kde-kdeclarative_LIB= libKF5Declarative.so kde-kded_PORT= x11/kf5-kded kde-kded_PATH= ${KDE_PREFIX}/bin/kded5 kde-kdelibs4support_PORT= x11/kf5-kdelibs4support kde-kdelibs4support_LIB= libKF5KDELibs4Support.so kde-kdesu_PORT= security/kf5-kdesu kde-kdesu_LIB= libKF5Su.so kde-kdewebkit_PORT= www/kf5-kdewebkit kde-kdewebkit_LIB= libKF5WebKit.so kde-khtml_PORT= www/kf5-khtml kde-khtml_LIB= libKF5KHtml.so kde-kimageformats_PORT= graphics/kf5-kimageformats kde-kimageformats_PATH= ${QT_PLUGINDIR}/imageformats/kimg_xcf.so kde-kimageformats_TYPE= run kde-kio_PORT= devel/kf5-kio kde-kio_LIB= libKF5KIOCore.so kde-kirigami2_PORT= x11-toolkits/kf5-kirigami2 kde-kirigami2_PATH= ${QT_QMLDIR}/org/kde/kirigami.2/libkirigamiplugin.so kde-kquickcharts_PORT= graphics/kf5-kquickcharts kde-kquickcharts_PATH= ${QT_QMLDIR}/org/kde/quickcharts/controls/libchartscontrolsplugin.so kde-kross_PORT= lang/kf5-kross kde-kross_LIB= libKF5KrossCore.so kde-kwayland-protocols_PORT= x11/plasma-kwayland-protocols kde-kwayland-protocols_LIB= ${KDE_PREFIX}/lib/cmake/PlasmaWaylandProtocols/PlasmaWaylandProtocolsConfig.cmake kde-kwayland-server_PORT= x11/plasma5-kwayland-server kde-kwayland-server_LIB= libKWaylandServer.so kde-mediaplayer_PORT= multimedia/kf5-kmediaplayer kde-mediaplayer_LIB= libKF5MediaPlayer.so.5 kde-newstuff_PORT= devel/kf5-knewstuff kde-newstuff_LIB= libKF5NewStuff.so kde-notifications_PORT= devel/kf5-knotifications kde-notifications_LIB= libKF5Notifications.so kde-notifyconfig_PORT= devel/kf5-knotifyconfig kde-notifyconfig_LIB= libKF5NotifyConfig.so kde-oxygen-icons5_PORT= x11-themes/kf5-oxygen-icons5 kde-oxygen-icons5_PATH= ${KDE_PREFIX}/share/icons/oxygen/index.theme kde-oxygen-icons5_TYPE= run kde-package_PORT= devel/kf5-kpackage kde-package_LIB= libKF5Package.so kde-parts_PORT= devel/kf5-kparts kde-parts_LIB= libKF5Parts.so kde-people_PORT= devel/kf5-kpeople kde-people_LIB= libKF5People.so kde-plasma-framework_PORT= x11/kf5-plasma-framework kde-plasma-framework_LIB= libKF5Plasma.so kde-plotting_PORT= graphics/kf5-kplotting kde-plotting_LIB= libKF5Plotting.so kde-prison_PORT= graphics/kf5-prison kde-prison_LIB= libKF5Prison.so kde-pty_PORT= devel/kf5-kpty kde-pty_LIB= libKF5Pty.so kde-purpose_PORT= misc/kf5-purpose kde-purpose_LIB= libKF5Purpose.so kde-qqc2-desktop-style_PORT= x11-themes/kf5-qqc2-desktop-style kde-qqc2-desktop-style_PATH= ${QT_PLUGINDIR}/kf5/kirigami/org.kde.desktop.so kde-runner_PORT= x11/kf5-krunner kde-runner_LIB= libKF5Runner.so kde-service_PORT= devel/kf5-kservice kde-service_PATH= ${KDE_PREFIX}/bin/kbuildsycoca5 kde-solid_PORT= devel/kf5-solid kde-solid_LIB= libKF5Solid.so kde-sonnet_PORT= textproc/kf5-sonnet kde-sonnet_LIB= libKF5SonnetCore.so kde-syndication_PORT= net/kf5-syndication kde-syndication_LIB= libKF5Syndication.so kde-syntaxhighlighting_PORT= textproc/kf5-syntax-highlighting kde-syntaxhighlighting_LIB= libKF5SyntaxHighlighting.so kde-texteditor_PORT= devel/kf5-ktexteditor kde-texteditor_LIB= libKF5TextEditor.so kde-textwidgets_PORT= x11-toolkits/kf5-ktextwidgets kde-textwidgets_LIB= libKF5TextWidgets.so kde-threadweaver_PORT= devel/kf5-threadweaver kde-threadweaver_LIB= libKF5ThreadWeaver.so kde-unitconversion_PORT= devel/kf5-kunitconversion kde-unitconversion_LIB= libKF5UnitConversion.so kde-wallet_PORT= sysutils/kf5-kwallet kde-wallet_LIB= libKF5Wallet.so kde-wayland_PORT= x11/kf5-kwayland kde-wayland_LIB= libKF5WaylandClient.so kde-widgetsaddons_PORT= x11-toolkits/kf5-kwidgetsaddons kde-widgetsaddons_LIB= libKF5WidgetsAddons.so kde-windowsystem_PORT= x11/kf5-kwindowsystem kde-windowsystem_LIB= libKF5WindowSystem.so kde-xmlgui_PORT= x11-toolkits/kf5-kxmlgui kde-xmlgui_LIB= libKF5XmlGui.so kde-xmlrpcclient_PORT= net/kf5-kxmlrpcclient kde-xmlrpcclient_LIB= libKF5XmlRpcClient.so # ====================== end of frameworks components ========================== # ====================== plasma components ===================================== kde-activitymanagerd_PORT= x11/plasma5-kactivitymanagerd kde-activitymanagerd_LIB= libkactivitymanagerd_plugin.so kde-breeze_PORT= x11-themes/plasma5-breeze kde-breeze_PATH= ${KDE_PREFIX}/share/QtCurve/Breeze.qtcurve kde-breeze-gtk_PORT= x11-themes/plasma5-breeze-gtk kde-breeze-gtk_PATH= ${KDE_PREFIX}/share/themes/Breeze/gtk-2.0/gtkrc kde-decoration_PORT= x11-wm/plasma5-kdecoration kde-decoration_LIB= libkdecorations2.so kde-discover_PORT= sysutils/plasma5-discover kde-discover_PATH= ${KDE_PREFIX}/bin/plasma-discover kde-drkonqi_PORT= sysutils/plasma5-drkonqi kde-drkonqi_PATH= ${KDE_PREFIX}/lib/libexec/drkonqi kde-hotkeys_PORT= devel/plasma5-khotkeys kde-hotkeys_LIB= libkhotkeysprivate.so.5 kde-infocenter_PORT= sysutils/plasma5-kinfocenter kde-infocenter_PATH= ${KDE_PREFIX}/bin/kinfocenter kde-kde-cli-tools_PORT= sysutils/plasma5-kde-cli-tools kde-kde-cli-tools_PATH= ${KDE_PREFIX}/bin/kcmshell5 kde-kde-gtk-config_PORT= x11-themes/plasma5-kde-gtk-config kde-kde-gtk-config_PATH= ${KDE_PREFIX}/lib/kconf_update_bin/gtk_theme kde-kdeplasma-addons_PORT= x11-toolkits/plasma5-kdeplasma-addons kde-kdeplasma-addons_PATH= ${QT_PLUGINDIR}/kcm_krunner_dictionary.so kde-kgamma5_PORT= x11/plasma5-kgamma5 kde-kgamma5_PATH= ${QT_PLUGINDIR}/kcm_kgamma.so kde-kmenuedit_PORT= sysutils/plasma5-kmenuedit kde-kmenuedit_PATH= ${KDE_PREFIX}/bin/kmenuedit kde-kscreen_PORT= x11/plasma5-kscreen kde-kscreen_PATH= ${KDE_PREFIX}/bin/kscreen-console kde-kscreenlocker_PORT= security/plasma5-kscreenlocker kde-kscreenlocker_LIB= libKScreenLocker.so kde-ksshaskpass_PORT= security/plasma5-ksshaskpass kde-ksshaskpass_PATH= ${KDE_PREFIX}/bin/ksshaskpass kde-ksysguard_PORT= sysutils/plasma5-ksysguard kde-ksysguard_PATH= ${KDE_PREFIX}/bin/ksysguard kde-kwallet-pam_PORT= security/plasma5-kwallet-pam kde-kwallet-pam_PATH= ${KDE_PREFIX}/lib/pam_kwallet5.so kde-kwayland-integration_PORT= x11/plasma5-kwayland-integration kde-kwayland-integration_PATH= ${QT_PLUGINDIR}/kf5/org.kde.kidletime.platforms/KF5IdleTimeKWaylandPlugin.so kde-kwin_PORT= x11-wm/plasma5-kwin kde-kwin_PATH= ${KDE_PREFIX}/bin/kwin_x11 kde-kwrited_PORT= devel/plasma5-kwrited kde-kwrited_PATH= ${QT_PLUGINDIR}/kf5/kded/kwrited.so kde-libkscreen_PORT= x11/plasma5-libkscreen kde-libkscreen_LIB= libKF5Screen.so kde-libksysguard_PORT= sysutils/plasma5-libksysguard kde-libksysguard_LIB= libksgrd.so kde-milou_PORT= deskutils/plasma5-milou kde-milou_LIB= libmilou.so.5 kde-oxygen_PORT= x11-themes/plasma5-oxygen kde-oxygen_PATH= ${QT_PLUGINDIR}/styles/oxygen.so kde-plasma-browser-integration_PORT= www/plasma5-plasma-browser-integration kde-plasma-browser-integration_PATH= ${KDE_PREFIX}/bin/plasma-browser-integration-host kde-plasma-desktop_PORT= x11/plasma5-plasma-desktop kde-plasma-desktop_PATH= ${KDE_PREFIX}/bin/kaccess kde-plasma-disks_PORT= sysutils/plasma5-plasma-disks kde-plasma-disks_PATH= ${KDE_PREFIX}/lib/libexec/kauth/kded-smart-helper kde-plasma-integration_PORT= x11/plasma5-plasma-integration kde-plasma-integration_PATH= ${QT_PLUGINDIR}/platformthemes/KDEPlasmaPlatformTheme.so kde-plasma-pa_PORT= audio/plasma5-plasma-pa kde-plasma-pa_PATH= ${QT_PLUGINDIR}/kcms/kcm_pulseaudio.so kde-plasma-sdk_PORT= devel/plasma5-plasma-sdk kde-plasma-sdk_PATH= ${KDE_PREFIX}/bin/plasmoidviewer kde-plasma-workspace_PORT= x11/plasma5-plasma-workspace kde-plasma-workspace_LIB= libkdeinit5_kcminit.so kde-plasma-workspace-wallpapers_PORT= x11-themes/plasma5-plasma-workspace-wallpapers kde-plasma-workspace-wallpapers_PATH= ${KDE_PREFIX}/share/wallpapers/Autumn/contents/images/1280x1024.jpg kde-polkit-kde-agent-1_PORT= sysutils/plasma5-polkit-kde-agent-1 kde-polkit-kde-agent-1_PATH= ${KDE_PREFIX}/lib/libexec/polkit-kde-authentication-agent-1 kde-powerdevil_PORT= sysutils/plasma5-powerdevil kde-powerdevil_LIB= libpowerdevilcore.so kde-systemsettings_PORT= sysutils/plasma5-systemsettings kde-systemsettings_PATH= ${KDE_PREFIX}/bin/systemsettings5 # ====================== end of plasma components ============================== # ====================== pim5 components ======================================= kde-akonadicontacts_PORT= net/akonadi-contacts kde-akonadicontacts_LIB= libKF5AkonadiContact.so kde-akonadiimportwizard_PORT= deskutils/akonadi-import-wizard kde-akonadiimportwizard_LIB= libKPimImportWizard.so kde-akonadimime_PORT= net/akonadi-mime kde-akonadimime_LIB= libKF5AkonadiMime.so kde-akonadinotes_PORT= net/akonadi-notes kde-akonadinotes_LIB= libKF5AkonadiNotes.so kde-akonadicalendar_PORT= net/akonadi-calendar kde-akonadicalendar_LIB= libKF5AkonadiCalendar.so kde-akonadisearch_PORT= net/akonadi-search kde-akonadisearch_LIB= libKF5AkonadiSearchCore.so kde-alarmcalendar_PORT= net/kalarmcal kde-alarmcalendar_LIB= libKF5AlarmCalendar.so kde-calendarsupport_PORT= net/calendarsupport kde-calendarsupport_LIB= libKF5CalendarSupport.so kde-calendarcore_PORT= net/kf5-kcalendarcore kde-calendarcore_LIB= libKF5CalendarCore.so kde-calendarutils_PORT= net/kcalutils kde-calendarutils_LIB= libKF5CalendarUtils.so kde-contacts_PORT= net/kf5-kcontacts kde-contacts_LIB= libKF5Contacts.so kde-eventviews_PORT= net/eventviews kde-eventviews_LIB= libKF5EventViews.so kde-gapi_PORT= net/libkgapi kde-gapi_LIB= libKPimGAPICore.so kde-grantleetheme_PORT= deskutils/grantleetheme kde-grantleetheme_LIB= libKF5GrantleeTheme.so kde-gravatar_PORT= net/libgravatar kde-gravatar_LIB= libKF5Gravatar.so kde-identitymanagement_PORT= net/kidentitymanagement kde-identitymanagement_LIB= libKF5IdentityManagement.so kde-imap_PORT= net/kimap kde-imap_LIB= libKF5IMAP.so kde-incidenceeditor_PORT= net/incidenceeditor kde-incidenceeditor_LIB= libKF5IncidenceEditor.so kde-kdav_PORT= net/kf5-kdav kde-kdav_LIB= libKF5DAV.so kde-kdepim-addons_PORT= deskutils/kdepim-addons kde-kdepim-addons_PATH= ${KDE_PREFIX}/lib/contacteditor/editorpageplugins/cryptopageplugin.so kde-kdepim-runtime5_PORT= deskutils/kdepim-runtime kde-kdepim-runtime5_PATH= ${KDE_PREFIX}/bin/gidmigrator kde-kitinerary_PORT= net/kitinerary kde-kitinerary_LIB= libKPimItinerary.so kde-kontactinterface_PORT= net/kontactinterface kde-kontactinterface_LIB= libKF5KontactInterface.so kde-kpkpass_PORT= security/kpkpass kde-kpkpass_LIB= libKPimPkPass.so kde-ksmtp_PORT= net/ksmtp kde-ksmtp_LIB= libKPimSMTP.so kde-ldap_PORT= net/kldap kde-ldap_LIB= libKF5Ldap.so kde-libkdepim_PORT= deskutils/libkdepim kde-libkdepim_LIB= libKF5Libkdepim.so kde-libkleo_PORT= security/libkleo kde-libkleo_LIB= libKF5Libkleo.so kde-libksieve_PORT= net/libksieve kde-libksieve_LIB= libKF5KSieve.so kde-mailcommon_PORT= net/mailcommon kde-mailcommon_LIB= libKF5MailCommon.so kde-mailimporter_PORT= net/mailimporter kde-mailimporter_LIB= libKF5MailImporter.so kde-mailtransport_PORT= net/kmailtransport kde-mailtransport_LIB= libKF5MailTransport.so kde-mbox_PORT= net/kmbox kde-mbox_LIB= libKF5Mbox.so kde-messagelib_PORT= net/messagelib kde-messagelib_LIB= libKF5MessageList.so kde-mime_PORT= net/kmime kde-mime_LIB= libKF5Mime.so kde-pimcommon_PORT= net/pimcommon kde-pimcommon_LIB= libKF5PimCommon.so kde-pimtextedit_PORT= net/kpimtextedit kde-pimtextedit_LIB= libKF5PimTextEdit.so kde-tnef_PORT= net/ktnef kde-tnef_LIB= libKF5Tnef.so # PIM Applications kde-akonadiconsole_PORT= deskutils/akonadiconsole kde-akonadiconsole_PATH= ${KDE_PREFIX}/bin/akonadiconsole kde-akregator_PORT= deskutils/akregator kde-akregator_PATH= ${KDE_PREFIX}/bin/akregator kde-grantlee-editor_PORT= deskutils/grantlee-editor kde-grantlee-editor_PATH= ${KDE_PREFIX}/bin/contactthemeeditor kde-kaddressbook_PORT= deskutils/kaddressbook kde-kaddressbook_PATH= ${KDE_PREFIX}/bin/kaddressbook kde-kalarm_PORT= deskutils/kalarm kde-kalarm_PATH= ${KDE_PREFIX}/bin/kalarm kde-kmail_PORT= deskutils/kmail kde-kmail_PATH= ${KDE_PREFIX}/bin/kmail kde-kmail-account-wizard_PORT= deskutils/kmail-account-wizard kde-kmail-account-wizard_PATH= ${KDE_PREFIX}/bin/accountwizard kde-knotes_PORT= deskutils/knotes kde-knotex_PATH= ${KDE_PREFIX}/bin/knotes kde-kontact_PORT= deskutils/kontact kde-kontact_PATH= ${KDE_PREFIX}/bin/kontact kde-korganizer_PORT= deskutils/korganizer kde-korganizer_PATH= ${KDE_PREFIX}/bin/korganizer kde-mbox-importer_PORT= deskutils/mbox-importer kde-mbox-importer_PATH= ${KDE_PREFIX}/bin/mboximporter kde-pim-data-exporter_PORT= deskutils/pim-data-exporter kde-pim-data-exporter_PATH= ${KDE_PREFIX}/bin/pimdataexporter # ====================== end of pim5 components ================================ # ====================== multiversion component ================================ kde-akonadi5_PORT= databases/akonadi kde-akonadi5_LIB= libKF5AkonadiPrivate.so kde-baloo-widgets5_PORT= sysutils/baloo-widgets kde-baloo-widgets5_LIB= libKF5BalooWidgets.so kde-kate5_PORT= editors/kate kde-kate5_PATH= ${QT_PLUGINDIR}/ktexteditor/katebacktracebrowserplugin.so kde-libkcddb5_PORT= audio/libkcddb kde-libkcddb5_LIB= libKF5Cddb.so kde-libkcompactdisc5_PORT= audio/libkcompactdisc kde-libkcompactdisc5_LIB= libKF5CompactDisc.so kde-libkdcraw5_PORT= graphics/libkdcraw kde-libkdcraw5_LIB= libKF5KDcraw.so kde-libkdegames5_PORT= games/libkdegames kde-libkdegames5_LIB= libKF5KDEGames.so kde-libkeduvocdocument5_PORT= misc/libkeduvocdocument kde-libkeduvocdocument5_LIB= libKEduVocDocument.so kde-libkexiv25_PORT= graphics/libkexiv2 kde-libkexiv25_LIB= libKF5KExiv2.so kde-libkipi5_PORT= graphics/libkipi kde-libkipi5_LIB= libKF5Kipi.so kde-libksane5_PORT= graphics/libksane kde-libksane5_LIB= libKF5Sane.so kde-marble5_PORT= astro/marble kde-marble5_LIB= libmarblewidget-qt5.so kde-kpublictransport_PORT= devel/kpublictransport kde-kpublictransport_LIB= libKPublicTransport.so kde-kosm_PORT= astro/kosmindoormap kde-kosm_LIB= libKOSM.so kde-okular5_PORT= graphics/okular kde-okular5_LIB= libOkular5Core.so # ====================== end of multiversion components ======================== # ====================== select the proper multiversion component ============== . for comp in ${_USE_KDE_BOTH} kde-${comp}_PORT= ${kde-${comp}${_KDE_VERSION}_PORT} . if defined(kde-${comp}${_KDE_VERSION}_LIB) kde-${comp}_LIB= ${kde-${comp}${_KDE_VERSION}_LIB} . else . if defined(kde-${comp}${_KDE_VERSION}_PATH}) kde-${comp}_PATH= ${kde-${comp}${_KDE_VERSION}_LIB} . endif # If neither is defined, this gets caught below when checking components . endif . endfor #=============================================================================== # end of component list ######################################################## _USE_KDE_ALL= ${_USE_${_KDE_RELNAME}_ALL} # Iterate through components deprived of suffix. . for component in ${USE_KDE:O:u:C/_.+//} # Check that the component is valid. . if ${_USE_KDE_ALL:M${component}} != "" # Skip meta-components (currently none). . if defined(kde-${component}_PORT) && (defined(kde-${component}_PATH) || defined(kde-${component}_LIB)) # Check if a dependency type is explicitly requested. . if ${USE_KDE:M${component}_*} != "" && ${USE_KDE:M${component}} == "" kde-${component}_TYPE= # empty . if ${USE_KDE:M${component}_build} != "" kde-${component}_TYPE+= build . endif . if ${USE_KDE:M${component}_run} != "" kde-${component}_TYPE+= run . endif . endif # ${USE_KDE:M${component}_*} != "" && ${USE_KDE:M${component}} == "" # If no dependency type is set, default to full dependency. . if !defined(kde-${component}_TYPE) kde-${component}_TYPE= build run . endif # Set real dependencies. . if defined(kde-${component}_LIB) && ${kde-${component}_TYPE:Mbuild} && ${kde-${component}_TYPE:Mrun} LIB_DEPENDS+= ${kde-${component}_LIB}:${kde-${component}_PORT} . else kde-${component}_PATH?= ${KDE_PREFIX}/lib/${kde-${component}_LIB} kde-${component}_DEPENDS= ${kde-${component}_PATH}:${kde-${component}_PORT} . if ${kde-${component}_TYPE:Mbuild} != "" BUILD_DEPENDS+= ${kde-${component}_DEPENDS} . endif . if ${kde-${component}_TYPE:Mrun} != "" RUN_DEPENDS+= ${kde-${component}_DEPENDS} . endif . endif # ${kde-${component}_LIB} && ${kde-${component}_TYPE:Mbuild} && ${kde-${component}_TYPE:Mrun} . endif # defined(kde-${component}_PORT) && defined(kde-${component}_PATH) . else # ! ${_USE_KDE_ALL:M${component}} != "" IGNORE= cannot be installed: unknown USE_KDE component '${component}' . endif # ${_USE_KDE_ALL:M${component}} != "" . endfor . endif .endif diff --git a/audio/plasma5-plasma-pa/distinfo b/audio/plasma5-plasma-pa/distinfo index 6542ccd54ff0..23c17718c8b2 100644 --- a/audio/plasma5-plasma-pa/distinfo +++ b/audio/plasma5-plasma-pa/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771697 -SHA256 (KDE/plasma/5.21.3/plasma-pa-5.21.3.tar.xz) = 77453789506c489b36d8b23ba874834f240daf9c9ea2e60dfa3f735decefe99b -SIZE (KDE/plasma/5.21.3/plasma-pa-5.21.3.tar.xz) = 113384 +TIMESTAMP = 1619123185 +SHA256 (KDE/plasma/5.21.4/plasma-pa-5.21.4.tar.xz) = e9575c6bb4d73e3b45f9bdd256ed0cdc0e36014a1676abe2ad8d6ab5f1838fe5 +SIZE (KDE/plasma/5.21.4/plasma-pa-5.21.4.tar.xz) = 113496 diff --git a/deskutils/plasma5-milou/distinfo b/deskutils/plasma5-milou/distinfo index deb549b0a5e2..897eb716ebb6 100644 --- a/deskutils/plasma5-milou/distinfo +++ b/deskutils/plasma5-milou/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771699 -SHA256 (KDE/plasma/5.21.3/milou-5.21.3.tar.xz) = ce070712259d601915b327fbf2747d39d3e5b728a24f05e83deed8818e077361 -SIZE (KDE/plasma/5.21.3/milou-5.21.3.tar.xz) = 43764 +TIMESTAMP = 1619123186 +SHA256 (KDE/plasma/5.21.4/milou-5.21.4.tar.xz) = 6a72ab3cbadff8bb7999abc1fcdef30ec067cf0afb3ff18f0defe55bd8dfd578 +SIZE (KDE/plasma/5.21.4/milou-5.21.4.tar.xz) = 43840 diff --git a/deskutils/plasma5-sddm-kcm/distinfo b/deskutils/plasma5-sddm-kcm/distinfo index d16194719d65..a3a720cf2510 100644 --- a/deskutils/plasma5-sddm-kcm/distinfo +++ b/deskutils/plasma5-sddm-kcm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771701 -SHA256 (KDE/plasma/5.21.3/sddm-kcm-5.21.3.tar.xz) = 5f52bc7dd194f26c9f6fec8a0872026a1eb972fb25cdc0753bda981faf7b98ba -SIZE (KDE/plasma/5.21.3/sddm-kcm-5.21.3.tar.xz) = 64252 +TIMESTAMP = 1619123186 +SHA256 (KDE/plasma/5.21.4/sddm-kcm-5.21.4.tar.xz) = 3396f33e7ae12661fc9722d96a37ee274588212bae886538423a9e4ee2052401 +SIZE (KDE/plasma/5.21.4/sddm-kcm-5.21.4.tar.xz) = 64348 diff --git a/devel/plasma5-khotkeys/distinfo b/devel/plasma5-khotkeys/distinfo index 2af70da88be5..973f45ba0dca 100644 --- a/devel/plasma5-khotkeys/distinfo +++ b/devel/plasma5-khotkeys/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771702 -SHA256 (KDE/plasma/5.21.3/khotkeys-5.21.3.tar.xz) = 74051ad637ab49bab81391f8789253e1e0e275a0aa7971ca553dff5a56866ad8 -SIZE (KDE/plasma/5.21.3/khotkeys-5.21.3.tar.xz) = 1860500 +TIMESTAMP = 1619123187 +SHA256 (KDE/plasma/5.21.4/khotkeys-5.21.4.tar.xz) = a3f42777930145b2757eff95d468fd945c34db111d144d823e89521a3f5a6616 +SIZE (KDE/plasma/5.21.4/khotkeys-5.21.4.tar.xz) = 1860852 diff --git a/devel/plasma5-kwrited/distinfo b/devel/plasma5-kwrited/distinfo index 3918f63f0709..b1ddb12adeee 100644 --- a/devel/plasma5-kwrited/distinfo +++ b/devel/plasma5-kwrited/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771704 -SHA256 (KDE/plasma/5.21.3/kwrited-5.21.3.tar.xz) = ddccbb23c1ce510efc4f84cf4a59fc1aaa7f344e8d24b35b4603a3583149d606 -SIZE (KDE/plasma/5.21.3/kwrited-5.21.3.tar.xz) = 20532 +TIMESTAMP = 1619123188 +SHA256 (KDE/plasma/5.21.4/kwrited-5.21.4.tar.xz) = 8708c5f41dd32531a25bd9099cd15c39439769f7c17e4481b44f9f7572f03ac3 +SIZE (KDE/plasma/5.21.4/kwrited-5.21.4.tar.xz) = 20536 diff --git a/devel/plasma5-plasma-sdk/distinfo b/devel/plasma5-plasma-sdk/distinfo index afd2a35bb1cd..5ee6031f2699 100644 --- a/devel/plasma5-plasma-sdk/distinfo +++ b/devel/plasma5-plasma-sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771705 -SHA256 (KDE/plasma/5.21.3/plasma-sdk-5.21.3.tar.xz) = 9c20dec0545a5d1bb4e362b5778acbf2a1e65dabc7f9c07b9c84a155e4594b2b -SIZE (KDE/plasma/5.21.3/plasma-sdk-5.21.3.tar.xz) = 269100 +TIMESTAMP = 1619123189 +SHA256 (KDE/plasma/5.21.4/plasma-sdk-5.21.4.tar.xz) = 40037c485cb4bbd9afbd237d96b65cdef41b8b3e35ab2f27a7f5c6d206a6c0b2 +SIZE (KDE/plasma/5.21.4/plasma-sdk-5.21.4.tar.xz) = 269256 diff --git a/security/plasma5-kscreenlocker/distinfo b/security/plasma5-kscreenlocker/distinfo index f3f827024cc9..62c3ee3be9e4 100644 --- a/security/plasma5-kscreenlocker/distinfo +++ b/security/plasma5-kscreenlocker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771707 -SHA256 (KDE/plasma/5.21.3/kscreenlocker-5.21.3.tar.xz) = 0012c4f0394bc6cd522a8fc4ed78f02e641b55d1baf8a81f6fd926c538bf54c2 -SIZE (KDE/plasma/5.21.3/kscreenlocker-5.21.3.tar.xz) = 117304 +TIMESTAMP = 1619123190 +SHA256 (KDE/plasma/5.21.4/kscreenlocker-5.21.4.tar.xz) = 6492531abacf0078936247090d1c3038c44d5ae3a61593fe474b503847ba24fd +SIZE (KDE/plasma/5.21.4/kscreenlocker-5.21.4.tar.xz) = 117284 diff --git a/security/plasma5-ksshaskpass/distinfo b/security/plasma5-ksshaskpass/distinfo index abf6b94ccaaf..e68da0fa5b4c 100644 --- a/security/plasma5-ksshaskpass/distinfo +++ b/security/plasma5-ksshaskpass/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771709 -SHA256 (KDE/plasma/5.21.3/ksshaskpass-5.21.3.tar.xz) = da0e1b06673afb12789fd028f2d428d980b85912ceb5e715bc710f5edb9f8299 -SIZE (KDE/plasma/5.21.3/ksshaskpass-5.21.3.tar.xz) = 24044 +TIMESTAMP = 1619123191 +SHA256 (KDE/plasma/5.21.4/ksshaskpass-5.21.4.tar.xz) = c1b0479dc4ae0a183c41e4e546801df5332387026b101b735a8024dd8109447e +SIZE (KDE/plasma/5.21.4/ksshaskpass-5.21.4.tar.xz) = 24060 diff --git a/security/plasma5-kwallet-pam/distinfo b/security/plasma5-kwallet-pam/distinfo index ca06740bb910..cda79aea0db4 100644 --- a/security/plasma5-kwallet-pam/distinfo +++ b/security/plasma5-kwallet-pam/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771709 -SHA256 (KDE/plasma/5.21.3/kwallet-pam-5.21.3.tar.xz) = 4372d688ccc5e996e8bc1683939786f40dce3f21113067a5ab21f84ca688d6b6 -SIZE (KDE/plasma/5.21.3/kwallet-pam-5.21.3.tar.xz) = 19900 +TIMESTAMP = 1619123191 +SHA256 (KDE/plasma/5.21.4/kwallet-pam-5.21.4.tar.xz) = 6fce31384897e4913f03cffe6719c7f69618893676a2f44ca62bb21971f27c68 +SIZE (KDE/plasma/5.21.4/kwallet-pam-5.21.4.tar.xz) = 19904 diff --git a/sysutils/plasma5-discover/distinfo b/sysutils/plasma5-discover/distinfo index 76f54d1e29cb..a575605f998f 100644 --- a/sysutils/plasma5-discover/distinfo +++ b/sysutils/plasma5-discover/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771711 -SHA256 (KDE/plasma/5.21.3/discover-5.21.3.tar.xz) = ddea3878522968a8e6d923ea7749cee77ad7ba1edfb3f37091bb12c933ec139c -SIZE (KDE/plasma/5.21.3/discover-5.21.3.tar.xz) = 8425596 +TIMESTAMP = 1619123193 +SHA256 (KDE/plasma/5.21.4/discover-5.21.4.tar.xz) = 6064cffde175ca7aae3a709025aee94fbddecf505115cb7d506f0ae79dda70b8 +SIZE (KDE/plasma/5.21.4/discover-5.21.4.tar.xz) = 8425820 diff --git a/sysutils/plasma5-drkonqi/distinfo b/sysutils/plasma5-drkonqi/distinfo index 056432edfce1..3637ffaa551e 100644 --- a/sysutils/plasma5-drkonqi/distinfo +++ b/sysutils/plasma5-drkonqi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771712 -SHA256 (KDE/plasma/5.21.3/drkonqi-5.21.3.tar.xz) = 443759b6aae600fabbeb9ca482c90b9d45bacaa9572f458df1b0d90de23e03c3 -SIZE (KDE/plasma/5.21.3/drkonqi-5.21.3.tar.xz) = 769832 +TIMESTAMP = 1619123193 +SHA256 (KDE/plasma/5.21.4/drkonqi-5.21.4.tar.xz) = 5831bad85f1f253844747e5c257996ab0a277ce20887abd58e72eaef3d047488 +SIZE (KDE/plasma/5.21.4/drkonqi-5.21.4.tar.xz) = 770164 diff --git a/sysutils/plasma5-kde-cli-tools/distinfo b/sysutils/plasma5-kde-cli-tools/distinfo index c1e6c4292806..eca2b9e6b50d 100644 --- a/sysutils/plasma5-kde-cli-tools/distinfo +++ b/sysutils/plasma5-kde-cli-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771714 -SHA256 (KDE/plasma/5.21.3/kde-cli-tools-5.21.3.tar.xz) = f72ed4e939a85fc1643784f2fe413b743f3e9f8ce7c8a7ef0dd792d7ffc87542 -SIZE (KDE/plasma/5.21.3/kde-cli-tools-5.21.3.tar.xz) = 610236 +TIMESTAMP = 1619123194 +SHA256 (KDE/plasma/5.21.4/kde-cli-tools-5.21.4.tar.xz) = 01426b8c6be7cec804a44b74c3d79354f6f5509cbc176360f4ab43f330586ec3 +SIZE (KDE/plasma/5.21.4/kde-cli-tools-5.21.4.tar.xz) = 610380 diff --git a/sysutils/plasma5-kinfocenter/distinfo b/sysutils/plasma5-kinfocenter/distinfo index 1a1c2e579b14..b5b3e2fac9e9 100644 --- a/sysutils/plasma5-kinfocenter/distinfo +++ b/sysutils/plasma5-kinfocenter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771716 -SHA256 (KDE/plasma/5.21.3/kinfocenter-5.21.3.tar.xz) = e2cc48fdd873a16baea5e8b8c20e1e97a5c14acfae00458ff261f52abaad44c2 -SIZE (KDE/plasma/5.21.3/kinfocenter-5.21.3.tar.xz) = 1301136 +TIMESTAMP = 1619123195 +SHA256 (KDE/plasma/5.21.4/kinfocenter-5.21.4.tar.xz) = 3e5c3fed0156f3464bb30ebb9e0822c4141d71802dfa8995961f84c548771394 +SIZE (KDE/plasma/5.21.4/kinfocenter-5.21.4.tar.xz) = 1301188 diff --git a/sysutils/plasma5-kmenuedit/distinfo b/sysutils/plasma5-kmenuedit/distinfo index b2f8350e0817..d09357293c82 100644 --- a/sysutils/plasma5-kmenuedit/distinfo +++ b/sysutils/plasma5-kmenuedit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771717 -SHA256 (KDE/plasma/5.21.3/kmenuedit-5.21.3.tar.xz) = 524aeb87739b0320bcd38551b367cff017c26a830669de7c91aaaa10a8d28339 -SIZE (KDE/plasma/5.21.3/kmenuedit-5.21.3.tar.xz) = 899120 +TIMESTAMP = 1619123196 +SHA256 (KDE/plasma/5.21.4/kmenuedit-5.21.4.tar.xz) = d022bb6486663fd1db8b627794be5eb557fa0daa45b27bb69d834fa84494b8c2 +SIZE (KDE/plasma/5.21.4/kmenuedit-5.21.4.tar.xz) = 899124 diff --git a/sysutils/plasma5-ksysguard/distinfo b/sysutils/plasma5-ksysguard/distinfo index b9d73386c19d..7003e13fb193 100644 --- a/sysutils/plasma5-ksysguard/distinfo +++ b/sysutils/plasma5-ksysguard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771719 -SHA256 (KDE/plasma/5.21.3/ksysguard-5.21.3.tar.xz) = 4ee3595e30a932846dd2ad668231c2fdc7086135ba51d83e3bc6a685658b417b -SIZE (KDE/plasma/5.21.3/ksysguard-5.21.3.tar.xz) = 603504 +TIMESTAMP = 1619123196 +SHA256 (KDE/plasma/5.21.4/ksysguard-5.21.4.tar.xz) = cd1482653c35c5e04e6940346836fcd0655c213fc191da30685cb10cd05ae582 +SIZE (KDE/plasma/5.21.4/ksysguard-5.21.4.tar.xz) = 603960 diff --git a/sysutils/plasma5-libksysguard/distinfo b/sysutils/plasma5-libksysguard/distinfo index a0e6067d9184..7a17ba99e903 100644 --- a/sysutils/plasma5-libksysguard/distinfo +++ b/sysutils/plasma5-libksysguard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771721 -SHA256 (KDE/plasma/5.21.3/libksysguard-5.21.3.tar.xz) = c35218190c7af1e8cb144fbfdd9b15eb19479aef6e3182596cd2de8efc582742 -SIZE (KDE/plasma/5.21.3/libksysguard-5.21.3.tar.xz) = 706260 +TIMESTAMP = 1619123197 +SHA256 (KDE/plasma/5.21.4/libksysguard-5.21.4.tar.xz) = ec094b59a7e111359b550731dafe4d9b92f17ae2c4d663275d97332e1bc5f16b +SIZE (KDE/plasma/5.21.4/libksysguard-5.21.4.tar.xz) = 706288 diff --git a/sysutils/plasma5-plasma-disks/distinfo b/sysutils/plasma5-plasma-disks/distinfo index 774a98022fb6..827d08582dd1 100644 --- a/sysutils/plasma5-plasma-disks/distinfo +++ b/sysutils/plasma5-plasma-disks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771722 -SHA256 (KDE/plasma/5.21.3/plasma-disks-5.21.3.tar.xz) = 58850de94434f61925bb579fdf9eff54f66512f6ca42a7cfba5c2ce8ee6d47a1 -SIZE (KDE/plasma/5.21.3/plasma-disks-5.21.3.tar.xz) = 70096 +TIMESTAMP = 1619123197 +SHA256 (KDE/plasma/5.21.4/plasma-disks-5.21.4.tar.xz) = af186ba88170fe832f218a1438d142ed2ee6aff9ec967fe9003c6c84008451c2 +SIZE (KDE/plasma/5.21.4/plasma-disks-5.21.4.tar.xz) = 71000 diff --git a/sysutils/plasma5-plasma-systemmonitor/distinfo b/sysutils/plasma5-plasma-systemmonitor/distinfo index 7a5187da2288..b71778a7bd60 100644 --- a/sysutils/plasma5-plasma-systemmonitor/distinfo +++ b/sysutils/plasma5-plasma-systemmonitor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616183060 -SHA256 (KDE/plasma/5.21.3/plasma-systemmonitor-5.21.3.tar.xz) = 941e7a48d8c68ed072848110764e80e3596aea66a6fb99913301cc7f2bfe3df0 -SIZE (KDE/plasma/5.21.3/plasma-systemmonitor-5.21.3.tar.xz) = 122832 +TIMESTAMP = 1619123198 +SHA256 (KDE/plasma/5.21.4/plasma-systemmonitor-5.21.4.tar.xz) = 849407cf2b9333140cee9ca18ca34e1c4351a8597fea47a475eec68c8dc1b99a +SIZE (KDE/plasma/5.21.4/plasma-systemmonitor-5.21.4.tar.xz) = 124008 diff --git a/sysutils/plasma5-polkit-kde-agent-1/distinfo b/sysutils/plasma5-polkit-kde-agent-1/distinfo index e55ae6607ad1..22b1f53ef830 100644 --- a/sysutils/plasma5-polkit-kde-agent-1/distinfo +++ b/sysutils/plasma5-polkit-kde-agent-1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771725 -SHA256 (KDE/plasma/5.21.3/polkit-kde-agent-1-5.21.3.tar.xz) = 1b6802f688a8c0e83dc065503447a2e79967c67083799e4896b51813809b171b -SIZE (KDE/plasma/5.21.3/polkit-kde-agent-1-5.21.3.tar.xz) = 45704 +TIMESTAMP = 1619123199 +SHA256 (KDE/plasma/5.21.4/polkit-kde-agent-1-5.21.4.tar.xz) = b236f87213247a858acb9a7b82dba71f579c3febb3cee189b96584e588a6e251 +SIZE (KDE/plasma/5.21.4/polkit-kde-agent-1-5.21.4.tar.xz) = 45728 diff --git a/sysutils/plasma5-powerdevil/distinfo b/sysutils/plasma5-powerdevil/distinfo index 1536d3375e29..5ba766d3dcd3 100644 --- a/sysutils/plasma5-powerdevil/distinfo +++ b/sysutils/plasma5-powerdevil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771727 -SHA256 (KDE/plasma/5.21.3/powerdevil-5.21.3.tar.xz) = ffcbc2ca715377e6652f65744601c95ba0babbde7a15d4f4e8a3fa0ad85e6652 -SIZE (KDE/plasma/5.21.3/powerdevil-5.21.3.tar.xz) = 614332 +TIMESTAMP = 1619123200 +SHA256 (KDE/plasma/5.21.4/powerdevil-5.21.4.tar.xz) = c6f1729dff9ce611c2094d930067fb4f364f6f3d4d78ea2ee07c5bb4db990445 +SIZE (KDE/plasma/5.21.4/powerdevil-5.21.4.tar.xz) = 614552 diff --git a/sysutils/plasma5-systemsettings/distinfo b/sysutils/plasma5-systemsettings/distinfo index 5a7ac9aacd13..1174b21f948e 100644 --- a/sysutils/plasma5-systemsettings/distinfo +++ b/sysutils/plasma5-systemsettings/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771728 -SHA256 (KDE/plasma/5.21.3/systemsettings-5.21.3.tar.xz) = 1d9518fa792970859d49965209138ee9944a9e1db00ed2eea3337481c4a3d623 -SIZE (KDE/plasma/5.21.3/systemsettings-5.21.3.tar.xz) = 198240 +TIMESTAMP = 1619123200 +SHA256 (KDE/plasma/5.21.4/systemsettings-5.21.4.tar.xz) = 034b0c384cdbf38d126daf4dced6f2d42995b76f9b9268b30eb6a1d59c20ed04 +SIZE (KDE/plasma/5.21.4/systemsettings-5.21.4.tar.xz) = 198236 diff --git a/www/plasma5-plasma-browser-integration/distinfo b/www/plasma5-plasma-browser-integration/distinfo index 0c49aa113805..8f4dc61d4b7b 100644 --- a/www/plasma5-plasma-browser-integration/distinfo +++ b/www/plasma5-plasma-browser-integration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771730 -SHA256 (KDE/plasma/5.21.3/plasma-browser-integration-5.21.3.tar.xz) = deb4e4de2b821942b4d3096f2193d92459bb6b4b6bdedfe80f77efb1a949e9c3 -SIZE (KDE/plasma/5.21.3/plasma-browser-integration-5.21.3.tar.xz) = 203108 +TIMESTAMP = 1619123201 +SHA256 (KDE/plasma/5.21.4/plasma-browser-integration-5.21.4.tar.xz) = 76f815739ffc133d82c578248302f26a1cd3262e8cf878824248b9e90b51d693 +SIZE (KDE/plasma/5.21.4/plasma-browser-integration-5.21.4.tar.xz) = 203948 diff --git a/x11-themes/plasma5-breeze-gtk/distinfo b/x11-themes/plasma5-breeze-gtk/distinfo index 04bc350e2acd..141b026e789b 100644 --- a/x11-themes/plasma5-breeze-gtk/distinfo +++ b/x11-themes/plasma5-breeze-gtk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771734 -SHA256 (KDE/plasma/5.21.3/breeze-gtk-5.21.3.tar.xz) = ac45fe545269a70aba4878fdae306d7c6a621e9f7478981f9c0b3a5a42f2abf4 -SIZE (KDE/plasma/5.21.3/breeze-gtk-5.21.3.tar.xz) = 47180 +TIMESTAMP = 1619123207 +SHA256 (KDE/plasma/5.21.4/breeze-gtk-5.21.4.tar.xz) = 912c425f9b9c39af02458c63f93704b274f0324c4b4b23ea30461a027b46520d +SIZE (KDE/plasma/5.21.4/breeze-gtk-5.21.4.tar.xz) = 47160 diff --git a/x11-themes/plasma5-breeze/distinfo b/x11-themes/plasma5-breeze/distinfo index df1524caba4a..dd7634db9702 100644 --- a/x11-themes/plasma5-breeze/distinfo +++ b/x11-themes/plasma5-breeze/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771732 -SHA256 (KDE/plasma/5.21.3/breeze-5.21.3.tar.xz) = 838ad341c16a32331574d6c2588c48cba54033dd95ff33e56f17d880911b353b -SIZE (KDE/plasma/5.21.3/breeze-5.21.3.tar.xz) = 26283352 +TIMESTAMP = 1619123206 +SHA256 (KDE/plasma/5.21.4/breeze-5.21.4.tar.xz) = d52db46df07302ea3f139ae88dd3b3b15aaab7d632b9910b87c3dac5eee5d0d8 +SIZE (KDE/plasma/5.21.4/breeze-5.21.4.tar.xz) = 26283596 diff --git a/x11-themes/plasma5-kde-gtk-config/distinfo b/x11-themes/plasma5-kde-gtk-config/distinfo index 7bf73591ce3f..a2586008d576 100644 --- a/x11-themes/plasma5-kde-gtk-config/distinfo +++ b/x11-themes/plasma5-kde-gtk-config/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771735 -SHA256 (KDE/plasma/5.21.3/kde-gtk-config-5.21.3.tar.xz) = 30e88dded1de4f5d096afa20c6ce148da800123c5e8318e44c0540258555de9d -SIZE (KDE/plasma/5.21.3/kde-gtk-config-5.21.3.tar.xz) = 68712 +TIMESTAMP = 1619123207 +SHA256 (KDE/plasma/5.21.4/kde-gtk-config-5.21.4.tar.xz) = c8034212a9a10877e61917084003bece052e3b65aac0197014b1c1840b0df03c +SIZE (KDE/plasma/5.21.4/kde-gtk-config-5.21.4.tar.xz) = 68712 diff --git a/x11-themes/plasma5-oxygen/distinfo b/x11-themes/plasma5-oxygen/distinfo index 5e6e15a8c7a9..e39bb6e16ed6 100644 --- a/x11-themes/plasma5-oxygen/distinfo +++ b/x11-themes/plasma5-oxygen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771737 -SHA256 (KDE/plasma/5.21.3/oxygen-5.21.3.tar.xz) = 0afcd178aaaedba660603f1177055db395af4d6693233bf31226ae4a3a0ed29b -SIZE (KDE/plasma/5.21.3/oxygen-5.21.3.tar.xz) = 4477328 +TIMESTAMP = 1619123208 +SHA256 (KDE/plasma/5.21.4/oxygen-5.21.4.tar.xz) = f2039dd6ccd251c12651f3da77ed890b62360e115f1a6be678fe9f39fc6decb4 +SIZE (KDE/plasma/5.21.4/oxygen-5.21.4.tar.xz) = 4475612 diff --git a/x11-themes/plasma5-plasma-workspace-wallpapers/distinfo b/x11-themes/plasma5-plasma-workspace-wallpapers/distinfo index fabe8d720877..e168077e0d5a 100644 --- a/x11-themes/plasma5-plasma-workspace-wallpapers/distinfo +++ b/x11-themes/plasma5-plasma-workspace-wallpapers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771738 -SHA256 (KDE/plasma/5.21.3/plasma-workspace-wallpapers-5.21.3.tar.xz) = 95a6e9da0a652e6584f3727227813fe79a9c4defa7d789126a31fceff09853e2 -SIZE (KDE/plasma/5.21.3/plasma-workspace-wallpapers-5.21.3.tar.xz) = 48098692 +TIMESTAMP = 1619123215 +SHA256 (KDE/plasma/5.21.4/plasma-workspace-wallpapers-5.21.4.tar.xz) = c706e4293b3c0552503abc55eaa0d971203b23ad252804f0fb95b9b040fad8d7 +SIZE (KDE/plasma/5.21.4/plasma-workspace-wallpapers-5.21.4.tar.xz) = 48099124 diff --git a/x11-toolkits/plasma5-kdeplasma-addons/distinfo b/x11-toolkits/plasma5-kdeplasma-addons/distinfo index 4310a28eb7e9..33ba97baed2b 100644 --- a/x11-toolkits/plasma5-kdeplasma-addons/distinfo +++ b/x11-toolkits/plasma5-kdeplasma-addons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771739 -SHA256 (KDE/plasma/5.21.3/kdeplasma-addons-5.21.3.tar.xz) = 6121ed8b1ad433cdb531aaf8658b41f4b4744c869bae72c109c46a6652570185 -SIZE (KDE/plasma/5.21.3/kdeplasma-addons-5.21.3.tar.xz) = 626340 +TIMESTAMP = 1619123216 +SHA256 (KDE/plasma/5.21.4/kdeplasma-addons-5.21.4.tar.xz) = 2de617d0a750224d73a6a2d91d99508a6d725fab0f2be7b0b3c47dc3cdf056a2 +SIZE (KDE/plasma/5.21.4/kdeplasma-addons-5.21.4.tar.xz) = 626504 diff --git a/x11-wm/plasma5-kdecoration/distinfo b/x11-wm/plasma5-kdecoration/distinfo index 05666b8d2d95..cb935d954f7a 100644 --- a/x11-wm/plasma5-kdecoration/distinfo +++ b/x11-wm/plasma5-kdecoration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771741 -SHA256 (KDE/plasma/5.21.3/kdecoration-5.21.3.tar.xz) = c5d14b8dd6983f22cbf4d34461e912fd38cd49114d01fb25635d7a1a9c7e4319 -SIZE (KDE/plasma/5.21.3/kdecoration-5.21.3.tar.xz) = 45916 +TIMESTAMP = 1619123217 +SHA256 (KDE/plasma/5.21.4/kdecoration-5.21.4.tar.xz) = 0a5db022018b958934dd678bf47eceb4233808808b06be2cfd5adb3700ba7e00 +SIZE (KDE/plasma/5.21.4/kdecoration-5.21.4.tar.xz) = 45892 diff --git a/x11-wm/plasma5-kwin/distinfo b/x11-wm/plasma5-kwin/distinfo index 5068da5088b9..5ebe9aca0a0e 100644 --- a/x11-wm/plasma5-kwin/distinfo +++ b/x11-wm/plasma5-kwin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771743 -SHA256 (KDE/plasma/5.21.3/kwin-5.21.3.tar.xz) = 7c38049930f63875719c4405991c13ab436d2a2d2ad401b006e94250dd8d205a -SIZE (KDE/plasma/5.21.3/kwin-5.21.3.tar.xz) = 6393736 +TIMESTAMP = 1619123218 +SHA256 (KDE/plasma/5.21.4/kwin-5.21.4.tar.xz) = a9cbcf293c58bef10650399a7fe15c08b54fd009a0d9d859f75b54bc6c87232f +SIZE (KDE/plasma/5.21.4/kwin-5.21.4.tar.xz) = 6394596 diff --git a/x11/plasma5-kactivitymanagerd/distinfo b/x11/plasma5-kactivitymanagerd/distinfo index c2f59d8a5d65..05ba2be22858 100644 --- a/x11/plasma5-kactivitymanagerd/distinfo +++ b/x11/plasma5-kactivitymanagerd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771744 -SHA256 (KDE/plasma/5.21.3/kactivitymanagerd-5.21.3.tar.xz) = 83a1241edd4b3fb50545eb62d4dd2a73bfb8367d71e65af2017f26275736b7f4 -SIZE (KDE/plasma/5.21.3/kactivitymanagerd-5.21.3.tar.xz) = 99360 +TIMESTAMP = 1619123219 +SHA256 (KDE/plasma/5.21.4/kactivitymanagerd-5.21.4.tar.xz) = 2684b61713223f7d8f1e064689fef13e54f2ade6b767a6229294e25bfce54a71 +SIZE (KDE/plasma/5.21.4/kactivitymanagerd-5.21.4.tar.xz) = 99360 diff --git a/x11/plasma5-kgamma5/distinfo b/x11/plasma5-kgamma5/distinfo index 9c3d015e691b..b789bd941bea 100644 --- a/x11/plasma5-kgamma5/distinfo +++ b/x11/plasma5-kgamma5/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771746 -SHA256 (KDE/plasma/5.21.3/kgamma5-5.21.3.tar.xz) = 892c0cf1cc988c8291da4ef080d70df3211920a5dbe99275afdf796a1ae71941 -SIZE (KDE/plasma/5.21.3/kgamma5-5.21.3.tar.xz) = 82644 +TIMESTAMP = 1619123219 +SHA256 (KDE/plasma/5.21.4/kgamma5-5.21.4.tar.xz) = 544387a3ab1fa630c979f8b447d3779f1f86e5d6ab7967935a8b44114f1bf6e7 +SIZE (KDE/plasma/5.21.4/kgamma5-5.21.4.tar.xz) = 82676 diff --git a/x11/plasma5-kscreen/distinfo b/x11/plasma5-kscreen/distinfo index 481605201681..d9b94782e6ec 100644 --- a/x11/plasma5-kscreen/distinfo +++ b/x11/plasma5-kscreen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771748 -SHA256 (KDE/plasma/5.21.3/kscreen-5.21.3.tar.xz) = 95e20c0967c1dcb5521dddcd6444f3a51a8b6ab5a1bd1e586d6d202469eb2fb9 -SIZE (KDE/plasma/5.21.3/kscreen-5.21.3.tar.xz) = 114568 +TIMESTAMP = 1619123220 +SHA256 (KDE/plasma/5.21.4/kscreen-5.21.4.tar.xz) = d9d1225d5e4d5e062275c88bb879b96bde0167783d1a3722e737baa67dad3ed9 +SIZE (KDE/plasma/5.21.4/kscreen-5.21.4.tar.xz) = 114640 diff --git a/x11/plasma5-kwayland-integration/distinfo b/x11/plasma5-kwayland-integration/distinfo index f248e518519c..ffa276231e9e 100644 --- a/x11/plasma5-kwayland-integration/distinfo +++ b/x11/plasma5-kwayland-integration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771749 -SHA256 (KDE/plasma/5.21.3/kwayland-integration-5.21.3.tar.xz) = 0c7641e27a38094077a204ca10c410b2f4f92c0a077b32a22bb5d5ae572b1c4f -SIZE (KDE/plasma/5.21.3/kwayland-integration-5.21.3.tar.xz) = 23276 +TIMESTAMP = 1619123220 +SHA256 (KDE/plasma/5.21.4/kwayland-integration-5.21.4.tar.xz) = 139cefb81cb852a699b15e77724cf4fb17adf9d8724b0d4955cdf9567fad6ee4 +SIZE (KDE/plasma/5.21.4/kwayland-integration-5.21.4.tar.xz) = 23276 diff --git a/x11/plasma5-kwayland-server/distinfo b/x11/plasma5-kwayland-server/distinfo index adca32c00403..9ad962b61bdc 100644 --- a/x11/plasma5-kwayland-server/distinfo +++ b/x11/plasma5-kwayland-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771751 -SHA256 (KDE/plasma/5.21.3/kwayland-server-5.21.3.tar.xz) = 4409119a0e8c6dae5295490f965b26c1160b8df863cce6e46287a5ffe9d26a34 -SIZE (KDE/plasma/5.21.3/kwayland-server-5.21.3.tar.xz) = 219288 +TIMESTAMP = 1619123221 +SHA256 (KDE/plasma/5.21.4/kwayland-server-5.21.4.tar.xz) = ff32f4e6b92fc900db41780cb2f2645c472e6ec5d3999aa17fb0fba807df71d6 +SIZE (KDE/plasma/5.21.4/kwayland-server-5.21.4.tar.xz) = 219340 diff --git a/x11/plasma5-libkscreen/distinfo b/x11/plasma5-libkscreen/distinfo index e513f10110da..d2f19ae2a9a6 100644 --- a/x11/plasma5-libkscreen/distinfo +++ b/x11/plasma5-libkscreen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771752 -SHA256 (KDE/plasma/5.21.3/libkscreen-5.21.3.tar.xz) = 6a6809a3db3a8c0b86869eae8df37b80ad017292dbee9d26077a22626f0f4dc8 -SIZE (KDE/plasma/5.21.3/libkscreen-5.21.3.tar.xz) = 84668 +TIMESTAMP = 1619123222 +SHA256 (KDE/plasma/5.21.4/libkscreen-5.21.4.tar.xz) = ac09ad2e30920f4fbbb44d061cae5114d75ef0d1a765a4fbbf73b94f03a3152c +SIZE (KDE/plasma/5.21.4/libkscreen-5.21.4.tar.xz) = 84652 diff --git a/x11/plasma5-plasma-desktop/distinfo b/x11/plasma5-plasma-desktop/distinfo index 9cb37e1ee1cd..eeae8d54d283 100644 --- a/x11/plasma5-plasma-desktop/distinfo +++ b/x11/plasma5-plasma-desktop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771755 -SHA256 (KDE/plasma/5.21.3/plasma-desktop-5.21.3.tar.xz) = de4f62f6e4612fd796387825cd755edde4784c0386c0d0552deb3b3c44993e2f -SIZE (KDE/plasma/5.21.3/plasma-desktop-5.21.3.tar.xz) = 15912448 +TIMESTAMP = 1619123224 +SHA256 (KDE/plasma/5.21.4/plasma-desktop-5.21.4.tar.xz) = c9635c82ffa8fa9b22aa474e8aa2e8f9d912615137f039f5ee6080000c283bb7 +SIZE (KDE/plasma/5.21.4/plasma-desktop-5.21.4.tar.xz) = 15914768 diff --git a/x11/plasma5-plasma-integration/distinfo b/x11/plasma5-plasma-integration/distinfo index 7d1ce08dc142..d5e4a217aae6 100644 --- a/x11/plasma5-plasma-integration/distinfo +++ b/x11/plasma5-plasma-integration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771756 -SHA256 (KDE/plasma/5.21.3/plasma-integration-5.21.3.tar.xz) = c1e34f98af9e17062cc10897d49b62867a4957f40469bd2ca01cb546a35bb425 -SIZE (KDE/plasma/5.21.3/plasma-integration-5.21.3.tar.xz) = 60952 +TIMESTAMP = 1619123225 +SHA256 (KDE/plasma/5.21.4/plasma-integration-5.21.4.tar.xz) = 1cc280a93fab2c9c461deb172ee22da34a5100c3cd31ad8ebf0a9c405899422e +SIZE (KDE/plasma/5.21.4/plasma-integration-5.21.4.tar.xz) = 60944 diff --git a/x11/plasma5-plasma-workspace/distinfo b/x11/plasma5-plasma-workspace/distinfo index 3e7c8abaf31e..5c67c76a0d9a 100644 --- a/x11/plasma5-plasma-workspace/distinfo +++ b/x11/plasma5-plasma-workspace/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617771758 -SHA256 (KDE/plasma/5.21.3/plasma-workspace-5.21.3.tar.xz) = 80602e458ebabbf1685c918485bff4cb30eaae71cfd2bf2c4c9cea7a58b74ab6 -SIZE (KDE/plasma/5.21.3/plasma-workspace-5.21.3.tar.xz) = 9713648 +TIMESTAMP = 1619123227 +SHA256 (KDE/plasma/5.21.4/plasma-workspace-5.21.4.tar.xz) = ba0b184570b62be84be2f8108fccadd08de8f3abf8a0f615a6f06f829bd628d5 +SIZE (KDE/plasma/5.21.4/plasma-workspace-5.21.4.tar.xz) = 9714792