1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

KDE: Update KDE Gear to 23.04.0

Thursday, 20 April 2023

New apps join KDE Gear ⚙️ 23.04 and unlock access to fledgling social
media platforms, online video streaming services, podcasts, and much
more. This new generation of apps are designed to work both on your
computer and mobile phone right out of the box.

But, of course, if you are also looking forward to new versions of the
KDE tools you already know and trust, those are here too! Classics like
Spectacle, Dolphin, Kdenlive, Kate, and Okular all boast shiny new
features, code optimizations, and performance improvements.

Read on to find out what's new and what has been improved in KDE Gear ⚙️
23.04:

Announcement:		https://kde.org/announcements/gear/23.04.0/
Changelog:		https://kde.org/announcements/changelogs/gear/23.04.0/
This commit is contained in:
Tobias C. Berner 2023-04-20 06:04:59 +02:00
parent 73f4b5a38c
commit 24f9930043
339 changed files with 3945 additions and 3578 deletions

View File

@ -83,10 +83,10 @@ KDE_FRAMEWORKS_VERSION?= 5.105.0
KDE_FRAMEWORKS_BRANCH?= stable KDE_FRAMEWORKS_BRANCH?= stable
# Current KDE applications. # Current KDE applications.
KDE_APPLICATIONS_VERSION?= 22.12.3 KDE_APPLICATIONS_VERSION?= 23.04.0
KDE_APPLICATIONS_SHLIB_VER?= 5.22.3 KDE_APPLICATIONS_SHLIB_VER?= 5.23.0
# G as in KDE Gear, and as in "don't make the variable name longer than required" # G as in KDE Gear, and as in "don't make the variable name longer than required"
KDE_APPLICATIONS_SHLIB_G_VER?= 22.12.3 KDE_APPLICATIONS_SHLIB_G_VER?= 23.4.0
KDE_APPLICATIONS_BRANCH?= stable KDE_APPLICATIONS_BRANCH?= stable
# Extended KDE universe applications. # Extended KDE universe applications.
@ -242,7 +242,7 @@ _USE_FRAMEWORKS_TIER2= auth completion crash doctools \
_USE_FRAMEWORKS_TIER3= activities activities-stats baloo5 bookmarks configwidgets \ _USE_FRAMEWORKS_TIER3= activities activities-stats baloo5 bookmarks configwidgets \
designerplugin emoticons globalaccel guiaddons \ designerplugin emoticons globalaccel guiaddons \
iconthemes init kcmutils kdav kdeclarative \ iconthemes init kcmutils kdav kdeclarative \
kded kdesu kdewebkit kio newstuff notifyconfig parts \ kded kdesu kdewebkit kio kpipewire newstuff notifyconfig parts \
people plasma-framework purpose runner service texteditor \ people plasma-framework purpose runner service texteditor \
textwidgets wallet xmlgui xmlrpcclient textwidgets wallet xmlgui xmlrpcclient
@ -289,7 +289,7 @@ _USE_KDEPIM5_ALL= akonadicontacts akonadiimportwizard akonadimime akonadinotes \
kalarm kontact kmail mbox-importer \ kalarm kontact kmail mbox-importer \
akonadiconsole akregator grantlee-editor kaddressbook \ akonadiconsole akregator grantlee-editor kaddressbook \
kalarm kmail-account-wizard kmail knotes kontact \ kalarm kmail-account-wizard kmail knotes kontact \
korganizer pim-data-exporter korganizer pim-data-exporter ktextaddons
_USE_KDE5_ALL= ${_USE_FRAMEWORKS_ALL} \ _USE_KDE5_ALL= ${_USE_FRAMEWORKS_ALL} \
${_USE_PLASMA_ALL} \ ${_USE_PLASMA_ALL} \
@ -538,9 +538,21 @@ kde-xmlgui_LIB= libKF5XmlGui.so
kde-xmlrpcclient_PORT= net/kf5-kxmlrpcclient kde-xmlrpcclient_PORT= net/kf5-kxmlrpcclient
kde-xmlrpcclient_LIB= libKF5XmlRpcClient.so kde-xmlrpcclient_LIB= libKF5XmlRpcClient.so
kde-calendarcore_PORT= net/kf5-kcalendarcore
kde-calendarcore_LIB= libKF5CalendarCore.so
kde-contacts_PORT= net/kf5-kcontacts
kde-contacts_LIB= libKF5Contacts.so
kde-kdav_PORT= net/kf5-kdav
kde-kdav_LIB= libKF5DAV.so
# ====================== end of frameworks components ========================== # ====================== end of frameworks components ==========================
# ====================== plasma components ===================================== # ====================== plasma components =====================================
kde-kpipewire_PORT= audio/plasma5-kpipewire
kde-kpipewire_LIB= libKPipeWire.so
kde-activitymanagerd_PORT= x11/plasma5-kactivitymanagerd kde-activitymanagerd_PORT= x11/plasma5-kactivitymanagerd
kde-activitymanagerd_LIB= libkactivitymanagerd_plugin.so kde-activitymanagerd_LIB= libkactivitymanagerd_plugin.so
@ -658,58 +670,49 @@ kde-xdg-desktop-portal-kde_PORT= deskutils/plasma5-xdg-desktop-portal-kde
# ====================== pim5 components ======================================= # ====================== pim5 components =======================================
kde-akonadicontacts_PORT= net/akonadi-contacts kde-akonadicontacts_PORT= net/akonadi-contacts
kde-akonadicontacts_LIB= libKF5AkonadiContact.so kde-akonadicontacts_LIB= libKPim5AkonadiContact.so
kde-akonadiimportwizard_PORT= deskutils/akonadi-import-wizard kde-akonadiimportwizard_PORT= deskutils/akonadi-import-wizard
kde-akonadiimportwizard_LIB= libKPimImportWizard.so kde-akonadiimportwizard_LIB= libKPim5ImportWizard.so
kde-akonadimime_PORT= net/akonadi-mime kde-akonadimime_PORT= net/akonadi-mime
kde-akonadimime_LIB= libKF5AkonadiMime.so kde-akonadimime_LIB= libKPim5AkonadiMime.so
kde-akonadinotes_PORT= net/akonadi-notes kde-akonadinotes_PORT= net/akonadi-notes
kde-akonadinotes_LIB= libKF5AkonadiNotes.so kde-akonadinotes_LIB= libKPim5AkonadiNotes.so
kde-akonadicalendar_PORT= net/akonadi-calendar kde-akonadicalendar_PORT= net/akonadi-calendar
kde-akonadicalendar_LIB= libKF5AkonadiCalendar.so kde-akonadicalendar_LIB= libKPim5AkonadiCalendar.so
kde-akonadisearch_PORT= net/akonadi-search kde-akonadisearch_PORT= net/akonadi-search
kde-akonadisearch_LIB= libKF5AkonadiSearchCore.so kde-akonadisearch_LIB= libKPim5AkonadiSearchCore.so
kde-calendarsupport_PORT= net/calendarsupport kde-calendarsupport_PORT= net/calendarsupport
kde-calendarsupport_LIB= libKF5CalendarSupport.so kde-calendarsupport_LIB= libKPim5CalendarSupport.so
kde-calendarcore_PORT= net/kf5-kcalendarcore
kde-calendarcore_LIB= libKF5CalendarCore.so
kde-calendarutils_PORT= net/kcalutils kde-calendarutils_PORT= net/kcalutils
kde-calendarutils_LIB= libKF5CalendarUtils.so kde-calendarutils_LIB= libKPim5CalendarUtils.so
kde-contacts_PORT= net/kf5-kcontacts
kde-contacts_LIB= libKF5Contacts.so
kde-eventviews_PORT= net/eventviews kde-eventviews_PORT= net/eventviews
kde-eventviews_LIB= libKF5EventViews.so kde-eventviews_LIB= libKPim5EventViews.so
kde-gapi_PORT= net/libkgapi kde-gapi_PORT= net/libkgapi
kde-gapi_LIB= libKPimGAPICore.so kde-gapi_LIB= libKPim5GAPIBlogger.so
kde-grantleetheme_PORT= deskutils/grantleetheme kde-grantleetheme_PORT= deskutils/grantleetheme
kde-grantleetheme_LIB= libKF5GrantleeTheme.so kde-grantleetheme_LIB= libKPim5GrantleeTheme.so
kde-gravatar_PORT= net/libgravatar kde-gravatar_PORT= net/libgravatar
kde-gravatar_LIB= libKF5Gravatar.so kde-gravatar_LIB= libKPim5Gravatar.so
kde-identitymanagement_PORT= net/kidentitymanagement kde-identitymanagement_PORT= net/kidentitymanagement
kde-identitymanagement_LIB= libKF5IdentityManagement.so kde-identitymanagement_LIB= libKPim5IdentityManagement.so
kde-imap_PORT= net/kimap kde-imap_PORT= net/kimap
kde-imap_LIB= libKF5IMAP.so kde-imap_LIB= libKPim5IMAP.so
kde-incidenceeditor_PORT= net/incidenceeditor kde-incidenceeditor_PORT= net/incidenceeditor
kde-incidenceeditor_LIB= libKF5IncidenceEditor.so kde-incidenceeditor_LIB= libKPim5IncidenceEditor.so
kde-kdav_PORT= net/kf5-kdav
kde-kdav_LIB= libKF5DAV.so
kde-kdepim-addons_PORT= deskutils/kdepim-addons kde-kdepim-addons_PORT= deskutils/kdepim-addons
kde-kdepim-addons_PATH= ${QT_PLUGINDIR}/pim5/contacteditor/editorpageplugins/cryptopageplugin.so kde-kdepim-addons_PATH= ${QT_PLUGINDIR}/pim5/contacteditor/editorpageplugins/cryptopageplugin.so
@ -718,55 +721,58 @@ kde-kdepim-runtime5_PORT= deskutils/kdepim-runtime
kde-kdepim-runtime5_PATH= ${KDE_PREFIX}/bin/gidmigrator kde-kdepim-runtime5_PATH= ${KDE_PREFIX}/bin/gidmigrator
kde-kitinerary_PORT= net/kitinerary kde-kitinerary_PORT= net/kitinerary
kde-kitinerary_LIB= libKPimItinerary.so kde-kitinerary_LIB= libKPim5Itinerary.so
kde-kontactinterface_PORT= net/kontactinterface kde-kontactinterface_PORT= net/kontactinterface
kde-kontactinterface_LIB= libKF5KontactInterface.so kde-kontactinterface_LIB= libKPim5KontactInterface.so
kde-kpkpass_PORT= security/kpkpass kde-kpkpass_PORT= security/kpkpass
kde-kpkpass_LIB= libKPimPkPass.so kde-kpkpass_LIB= libKPim5PkPass.so
kde-ksmtp_PORT= net/ksmtp kde-ksmtp_PORT= net/ksmtp
kde-ksmtp_LIB= libKPimSMTP.so kde-ksmtp_LIB= libKPim5SMTP.so
kde-ldap_PORT= net/kldap kde-ldap_PORT= net/kldap
kde-ldap_LIB= libKF5Ldap.so kde-ldap_LIB= libKPim5Ldap.so
kde-libkdepim_PORT= deskutils/libkdepim kde-libkdepim_PORT= deskutils/libkdepim
kde-libkdepim_LIB= libKF5Libkdepim.so kde-libkdepim_LIB= libKPim5Libkdepim.so
kde-libkleo_PORT= security/libkleo kde-libkleo_PORT= security/libkleo
kde-libkleo_LIB= libKF5Libkleo.so kde-libkleo_LIB= libKPim5Libkleo.so
kde-libksieve_PORT= net/libksieve kde-libksieve_PORT= net/libksieve
kde-libksieve_LIB= libKF5KSieve.so kde-libksieve_LIB= libKPim5KSieve.so
kde-mailcommon_PORT= net/mailcommon kde-mailcommon_PORT= net/mailcommon
kde-mailcommon_LIB= libKF5MailCommon.so kde-mailcommon_LIB= libKPim5MailCommon.so
kde-mailimporter_PORT= net/mailimporter kde-mailimporter_PORT= net/mailimporter
kde-mailimporter_LIB= libKF5MailImporter.so kde-mailimporter_LIB= libKPim5MailImporter.so
kde-mailtransport_PORT= net/kmailtransport kde-mailtransport_PORT= net/kmailtransport
kde-mailtransport_LIB= libKF5MailTransport.so kde-mailtransport_LIB= libKPim5MailTransport.so
kde-mbox_PORT= net/kmbox kde-mbox_PORT= net/kmbox
kde-mbox_LIB= libKF5Mbox.so kde-mbox_LIB= libKPim5Mbox.so
kde-messagelib_PORT= net/messagelib kde-messagelib_PORT= net/messagelib
kde-messagelib_LIB= libKF5MessageList.so kde-messagelib_LIB= libKPim5MessageList.so
kde-mime_PORT= net/kmime kde-mime_PORT= net/kmime
kde-mime_LIB= libKF5Mime.so kde-mime_LIB= libKPim5Mime.so
kde-pimcommon_PORT= net/pimcommon kde-pimcommon_PORT= net/pimcommon
kde-pimcommon_LIB= libKF5PimCommon.so kde-pimcommon_LIB= libKF5PimCommon.so
kde-pimtextedit_PORT= net/kpimtextedit kde-pimtextedit_PORT= net/kpimtextedit
kde-pimtextedit_LIB= libKF5PimTextEdit.so kde-pimtextedit_LIB= libKPim5TextEdit.so
kde-tnef_PORT= net/ktnef kde-tnef_PORT= net/ktnef
kde-tnef_LIB= libKF5Tnef.so kde-tnef_LIB= libKPim5Tnef.so
kde-ktextaddons_PORT= devel/ktextaddons
kde-ktextaddons_LIB= libKF5TextAutoCorrection.so
# PIM Applications # PIM Applications
kde-akonadiconsole_PORT= deskutils/akonadiconsole kde-akonadiconsole_PORT= deskutils/akonadiconsole
@ -808,7 +814,7 @@ kde-pim-data-exporter_PATH= ${KDE_PREFIX}/bin/pimdataexporter
# ====================== multiversion component ================================ # ====================== multiversion component ================================
kde-akonadi5_PORT= databases/akonadi kde-akonadi5_PORT= databases/akonadi
kde-akonadi5_LIB= libKF5AkonadiPrivate.so kde-akonadi5_LIB= libKPim5AkonadiPrivate.so
kde-baloo-widgets5_PORT= sysutils/baloo-widgets kde-baloo-widgets5_PORT= sysutils/baloo-widgets
kde-baloo-widgets5_LIB= libKF5BalooWidgets.so kde-baloo-widgets5_LIB= libKF5BalooWidgets.so

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828378 TIMESTAMP = 1681548296
SHA256 (KDE/release-service/22.12.3/kmag-22.12.3.tar.xz) = db4e4eb52372ee5723e4225553518abbd5a115bdf6ffe6d2e4406fc8227d4652 SHA256 (KDE/release-service/23.04.0/kmag-23.04.0.tar.xz) = 6fe6d8d119e987c928bff9db92bfec10628c7d38ddbecd5e7c45e5b6d7d1b207
SIZE (KDE/release-service/22.12.3/kmag-22.12.3.tar.xz) = 724064 SIZE (KDE/release-service/23.04.0/kmag-23.04.0.tar.xz) = 724308

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828380 TIMESTAMP = 1681548297
SHA256 (KDE/release-service/22.12.3/kmousetool-22.12.3.tar.xz) = da79c4fef4288302d121fd46856d6d38ef226b0b18f62dc165e8b89857c34fc8 SHA256 (KDE/release-service/23.04.0/kmousetool-23.04.0.tar.xz) = cd3d8a1b2412cbf837673f9b36d5174be50cbae91005dc547cf332fa2577a104
SIZE (KDE/release-service/22.12.3/kmousetool-22.12.3.tar.xz) = 129292 SIZE (KDE/release-service/23.04.0/kmousetool-23.04.0.tar.xz) = 129384

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828381 TIMESTAMP = 1681548295
SHA256 (KDE/release-service/22.12.3/kmouth-22.12.3.tar.xz) = 6905e14fe1622046e788cdab977c36bb360d0d1f906efc0f3868e203321ce0ce SHA256 (KDE/release-service/23.04.0/kmouth-23.04.0.tar.xz) = 2c9696212cca55c4ab00a902df9adc6843a9cf244852b162e7b684d782955d7c
SIZE (KDE/release-service/22.12.3/kmouth-22.12.3.tar.xz) = 2087716 SIZE (KDE/release-service/23.04.0/kmouth-23.04.0.tar.xz) = 2087804

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828188 TIMESTAMP = 1681548290
SHA256 (KDE/release-service/22.12.3/ark-22.12.3.tar.xz) = 82be97939e263d3d1188271cbefca0ab463f742f85b308b062ce7a9001357c1a SHA256 (KDE/release-service/23.04.0/ark-23.04.0.tar.xz) = ae6645060a5cc497fc196f695378fa6057e77222fb1874f6b31fafbf5a5330e5
SIZE (KDE/release-service/22.12.3/ark-22.12.3.tar.xz) = 2874976 SIZE (KDE/release-service/23.04.0/ark-23.04.0.tar.xz) = 3010692

View File

@ -1,6 +1,5 @@
bin/ark bin/ark
etc/xdg/arkrc etc/xdg/arkrc
man/sr@latin/man1/ark.1.gz
lib/libkerfuffle.so.%%KDE_APPLICATIONS_VERSION_SHORT%% lib/libkerfuffle.so.%%KDE_APPLICATIONS_VERSION_SHORT%%
lib/libkerfuffle.so.%%KDE_APPLICATIONS_SHLIB_VER%% lib/libkerfuffle.so.%%KDE_APPLICATIONS_SHLIB_VER%%
%%QT_PLUGINDIR%%/kerfuffle/kerfuffle_cli7z.so %%QT_PLUGINDIR%%/kerfuffle/kerfuffle_cli7z.so
@ -26,6 +25,7 @@ man/nl/man1/ark.1.gz
man/pt/man1/ark.1.gz man/pt/man1/ark.1.gz
man/pt_BR/man1/ark.1.gz man/pt_BR/man1/ark.1.gz
man/sr/man1/ark.1.gz man/sr/man1/ark.1.gz
man/sr@latin/man1/ark.1.gz
man/sv/man1/ark.1.gz man/sv/man1/ark.1.gz
man/uk/man1/ark.1.gz man/uk/man1/ark.1.gz
share/applications/org.kde.ark.desktop share/applications/org.kde.ark.desktop
@ -38,6 +38,7 @@ share/kconf_update/ark.upd
share/kconf_update/ark_add_hamburgermenu_to_toolbar.sh share/kconf_update/ark_add_hamburgermenu_to_toolbar.sh
share/locale/af/LC_MESSAGES/ark.mo share/locale/af/LC_MESSAGES/ark.mo
share/locale/ar/LC_MESSAGES/ark.mo share/locale/ar/LC_MESSAGES/ark.mo
share/locale/ast/LC_MESSAGES/ark.mo
share/locale/az/LC_MESSAGES/ark.mo share/locale/az/LC_MESSAGES/ark.mo
share/locale/be/LC_MESSAGES/ark.mo share/locale/be/LC_MESSAGES/ark.mo
share/locale/bg/LC_MESSAGES/ark.mo share/locale/bg/LC_MESSAGES/ark.mo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828357 TIMESTAMP = 1681548314
SHA256 (KDE/release-service/22.12.3/kosmindoormap-22.12.3.tar.xz) = f7af4b27f801e40035cb99e1263f85268e231c3afc9aaeb52339e41cc9f54cd4 SHA256 (KDE/release-service/23.04.0/kosmindoormap-23.04.0.tar.xz) = 6e053f4fa06e3f3c2b045a394fe55476a412c0cd1fa688b0e9d664a94325b1b4
SIZE (KDE/release-service/22.12.3/kosmindoormap-22.12.3.tar.xz) = 363564 SIZE (KDE/release-service/23.04.0/kosmindoormap-23.04.0.tar.xz) = 374760

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828356 TIMESTAMP = 1681548316
SHA256 (KDE/release-service/22.12.3/marble-22.12.3.tar.xz) = 88511d31b17bcbc389c7aabbf0ca64bfa01239c0d5763f2877c8c75837968d71 SHA256 (KDE/release-service/23.04.0/marble-23.04.0.tar.xz) = 195f7d921c16f494e2d1df4073bf45cd97044f207fc2db3181caeb838277ae54
SIZE (KDE/release-service/22.12.3/marble-22.12.3.tar.xz) = 53752524 SIZE (KDE/release-service/23.04.0/marble-23.04.0.tar.xz) = 53761616

View File

@ -267,7 +267,6 @@ share/icons/hicolor/22x22/apps/marble.png
share/icons/hicolor/32x32/apps/marble.png share/icons/hicolor/32x32/apps/marble.png
share/icons/hicolor/48x48/apps/marble.png share/icons/hicolor/48x48/apps/marble.png
share/icons/hicolor/64x64/apps/marble.png share/icons/hicolor/64x64/apps/marble.png
share/knsrcfiles/marble.knsrc
share/kservices5/marble_part.desktop share/kservices5/marble_part.desktop
share/kservices5/marble_thumbnail_geojson.desktop share/kservices5/marble_thumbnail_geojson.desktop
share/kservices5/marble_thumbnail_gpx.desktop share/kservices5/marble_thumbnail_gpx.desktop
@ -331,7 +330,9 @@ share/locale/en_GB/LC_MESSAGES/plasma_runner_marble.mo
share/locale/en_GB/LC_MESSAGES/plasma_wallpaper_org.kde.plasma.worldmap.mo share/locale/en_GB/LC_MESSAGES/plasma_wallpaper_org.kde.plasma.worldmap.mo
share/locale/eo/LC_MESSAGES/marble.mo share/locale/eo/LC_MESSAGES/marble.mo
share/locale/eo/LC_MESSAGES/marble_qt.qm share/locale/eo/LC_MESSAGES/marble_qt.qm
share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.worldclock.mo
share/locale/eo/LC_MESSAGES/plasma_runner_marble.mo share/locale/eo/LC_MESSAGES/plasma_runner_marble.mo
share/locale/eo/LC_MESSAGES/plasma_wallpaper_org.kde.plasma.worldmap.mo
share/locale/es/LC_MESSAGES/marble.mo share/locale/es/LC_MESSAGES/marble.mo
share/locale/es/LC_MESSAGES/marble_qt.qm share/locale/es/LC_MESSAGES/marble_qt.qm
share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.worldclock.mo share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.worldclock.mo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828196 TIMESTAMP = 1681548365
SHA256 (KDE/release-service/22.12.3/audiocd-kio-22.12.3.tar.xz) = b80e518d200d7c60a650ccf78ebeb4fe7f849f97e3555c8a15131698e005d1a5 SHA256 (KDE/release-service/23.04.0/audiocd-kio-23.04.0.tar.xz) = febf680b5419b57d805c255e3111a85fa7188c86f419dd703063c44e729be787
SIZE (KDE/release-service/22.12.3/audiocd-kio-22.12.3.tar.xz) = 561604 SIZE (KDE/release-service/23.04.0/audiocd-kio-23.04.0.tar.xz) = 562164

View File

@ -1,19 +1,20 @@
include/audiocdencoder.h include/audiocdplugins/audiocdencoder.h
include/audiocdplugins_export.h include/audiocdplugins/audiocdplugins_export.h
include/audiocdplugins/audiocdplugins_version.h
lib/libaudiocdplugins.so lib/libaudiocdplugins.so
lib/libaudiocdplugins.so.5 lib/libaudiocdplugins.so.5
lib/libaudiocdplugins.so.5.0.0 lib/libaudiocdplugins.so.5.1.0
%%QT_PLUGINDIR%%/kcm_audiocd.so
%%QT_PLUGINDIR%%/kf5/kio/audiocd.so %%QT_PLUGINDIR%%/kf5/kio/audiocd.so
%%QT_PLUGINDIR%%/libaudiocd_encoder_flac.so %%QT_PLUGINDIR%%/libaudiocd_encoder_flac.so
%%QT_PLUGINDIR%%/libaudiocd_encoder_lame.so %%QT_PLUGINDIR%%/libaudiocd_encoder_lame.so
%%QT_PLUGINDIR%%/libaudiocd_encoder_opus.so %%QT_PLUGINDIR%%/libaudiocd_encoder_opus.so
%%QT_PLUGINDIR%%/libaudiocd_encoder_wav.so %%QT_PLUGINDIR%%/libaudiocd_encoder_wav.so
%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_audiocd.so
share/applications/kcm_audiocd.desktop
share/config.kcfg/audiocd_flac_encoder.kcfg share/config.kcfg/audiocd_flac_encoder.kcfg
share/config.kcfg/audiocd_lame_encoder.kcfg share/config.kcfg/audiocd_lame_encoder.kcfg
share/config.kcfg/audiocd_opus_encoder.kcfg share/config.kcfg/audiocd_opus_encoder.kcfg
share/konqsidebartng/virtual_folders/services/audiocd.desktop share/konqsidebartng/virtual_folders/services/audiocd.desktop
share/kservices5/audiocd.desktop
share/locale/af/LC_MESSAGES/kcmaudiocd.mo share/locale/af/LC_MESSAGES/kcmaudiocd.mo
share/locale/af/LC_MESSAGES/kio_audiocd.mo share/locale/af/LC_MESSAGES/kio_audiocd.mo
share/locale/ar/LC_MESSAGES/audiocd_encoder_flac.mo share/locale/ar/LC_MESSAGES/audiocd_encoder_flac.mo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828191 TIMESTAMP = 1681548368
SHA256 (KDE/release-service/22.12.3/elisa-22.12.3.tar.xz) = 79b12f642efe07aacdd35ecec6c2adf702ae6b5fd16e81f91d5ff5be8bcbb23f SHA256 (KDE/release-service/23.04.0/elisa-23.04.0.tar.xz) = a086572cd0f721834a071a8748e7c1cc76ae01102f287a355a36507157784d63
SIZE (KDE/release-service/22.12.3/elisa-22.12.3.tar.xz) = 1798840 SIZE (KDE/release-service/23.04.0/elisa-23.04.0.tar.xz) = 1810040

View File

@ -15,6 +15,7 @@ share/icons/hicolor/64x64/apps/elisa.png
share/icons/hicolor/scalable/apps/elisa.svg share/icons/hicolor/scalable/apps/elisa.svg
share/locale/ar/LC_MESSAGES/elisa.mo share/locale/ar/LC_MESSAGES/elisa.mo
share/locale/az/LC_MESSAGES/elisa.mo share/locale/az/LC_MESSAGES/elisa.mo
share/locale/be/LC_MESSAGES/elisa.mo
share/locale/bg/LC_MESSAGES/elisa.mo share/locale/bg/LC_MESSAGES/elisa.mo
share/locale/bs/LC_MESSAGES/elisa.mo share/locale/bs/LC_MESSAGES/elisa.mo
share/locale/ca/LC_MESSAGES/elisa.mo share/locale/ca/LC_MESSAGES/elisa.mo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828198 TIMESTAMP = 1681548366
SHA256 (KDE/release-service/22.12.3/juk-22.12.3.tar.xz) = ace23a97d85adc73f7f87e32f659a9f741ed24a0cdaf9cec371c7445ca017b78 SHA256 (KDE/release-service/23.04.0/juk-23.04.0.tar.xz) = 982f2d58a13d7f2b8384eea8e938bbcff02c3d338b74957c63173d34a97a4846
SIZE (KDE/release-service/22.12.3/juk-22.12.3.tar.xz) = 2076288 SIZE (KDE/release-service/23.04.0/juk-23.04.0.tar.xz) = 2080380

View File

@ -44,6 +44,7 @@ share/locale/hr/LC_MESSAGES/juk.mo
share/locale/hu/LC_MESSAGES/juk.mo share/locale/hu/LC_MESSAGES/juk.mo
share/locale/ia/LC_MESSAGES/juk.mo share/locale/ia/LC_MESSAGES/juk.mo
share/locale/id/LC_MESSAGES/juk.mo share/locale/id/LC_MESSAGES/juk.mo
share/locale/ie/LC_MESSAGES/juk.mo
share/locale/is/LC_MESSAGES/juk.mo share/locale/is/LC_MESSAGES/juk.mo
share/locale/it/LC_MESSAGES/juk.mo share/locale/it/LC_MESSAGES/juk.mo
share/locale/ja/LC_MESSAGES/juk.mo share/locale/ja/LC_MESSAGES/juk.mo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828195 TIMESTAMP = 1681548369
SHA256 (KDE/release-service/22.12.3/kmix-22.12.3.tar.xz) = 5bdc13e3be34af8d6ba43ad84d25f171a5b07dfe308dbf41722f29d542720e69 SHA256 (KDE/release-service/23.04.0/kmix-23.04.0.tar.xz) = 523e0aa22cb3413b962d3eba2ba638fe6ecdfb7de4f019fa8bff03dbeee46fb8
SIZE (KDE/release-service/22.12.3/kmix-22.12.3.tar.xz) = 1196164 SIZE (KDE/release-service/23.04.0/kmix-23.04.0.tar.xz) = 1196680

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828189 TIMESTAMP = 1681548371
SHA256 (KDE/release-service/22.12.3/kwave-22.12.3.tar.xz) = 61afe5dce5e530d5958726a4fe1801116923217fd2e97fdfb88fccd66e69de37 SHA256 (KDE/release-service/23.04.0/kwave-23.04.0.tar.xz) = 88332d0fce6152ac7ac8f1e3f6c655449d361d179e232a6796776c31a08ad330
SIZE (KDE/release-service/22.12.3/kwave-22.12.3.tar.xz) = 6966024 SIZE (KDE/release-service/23.04.0/kwave-23.04.0.tar.xz) = 6964052

View File

@ -10,7 +10,7 @@ LIB_DEPENDS= libmusicbrainz5.so:audio/libmusicbrainz5
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg
USE_KDE= auth codecs completion config configwidgets \ USE_KDE= auth codecs completion config configwidgets \
coreaddons i18n jobwidgets kio service solid \ coreaddons i18n jobwidgets kcmutils kio service solid \
widgetsaddons windowsystem \ widgetsaddons windowsystem \
ecm:build ecm:build
USE_QT= concurrent core dbus gui network widgets xml \ USE_QT= concurrent core dbus gui network widgets xml \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828192 TIMESTAMP = 1681548364
SHA256 (KDE/release-service/22.12.3/libkcddb-22.12.3.tar.xz) = 530a5e377bd55409c8fe789b8efb71510d49fe38a23241189235aaf51e057a1a SHA256 (KDE/release-service/23.04.0/libkcddb-23.04.0.tar.xz) = 980574e013adc7f305ae4c4a84b067aeb801888d5e128d712253c4105be45914
SIZE (KDE/release-service/22.12.3/libkcddb-22.12.3.tar.xz) = 458760 SIZE (KDE/release-service/23.04.0/libkcddb-23.04.0.tar.xz) = 458588

View File

@ -12,6 +12,7 @@ include/KCddb5/kcddb/configbase.h
include/KCddb5/kcddb/genres.h include/KCddb5/kcddb/genres.h
include/KCddb5/kcddb/kcddb.h include/KCddb5/kcddb/kcddb.h
include/KCddb5/kcddb/kcddb_export.h include/KCddb5/kcddb/kcddb_export.h
include/KCddb5/kcddb_version.h
include/KF5/KCddb/Categories include/KF5/KCddb/Categories
include/KF5/KCddb/Cdinfo include/KF5/KCddb/Cdinfo
include/KF5/KCddb/Client include/KF5/KCddb/Client
@ -24,7 +25,6 @@ include/KF5/KCddb/client.h
include/KF5/KCddb/genres.h include/KF5/KCddb/genres.h
include/KF5/KCddb/kcddb.h include/KF5/KCddb/kcddb.h
include/KF5/KCddb/kcddbconfig.h include/KF5/KCddb/kcddbconfig.h
include/KF5/kcddb_version.h
lib/cmake/KF5Cddb/KF5CddbConfig.cmake lib/cmake/KF5Cddb/KF5CddbConfig.cmake
lib/cmake/KF5Cddb/KF5CddbConfigVersion.cmake lib/cmake/KF5Cddb/KF5CddbConfigVersion.cmake
lib/cmake/KF5Cddb/KF5CddbTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KF5Cddb/KF5CddbTargets-%%CMAKE_BUILD_TYPE%%.cmake
@ -33,9 +33,9 @@ lib/libKF5Cddb.so
lib/libKF5Cddb.so.5 lib/libKF5Cddb.so.5
lib/libKF5Cddb.so.5.1.0 lib/libKF5Cddb.so.5.1.0
%%QT_MKSPECDIR%%/modules/qt_KCddb.pri %%QT_MKSPECDIR%%/modules/qt_KCddb.pri
%%QT_PLUGINDIR%%/kcm_cddb.so %%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_cddb.so
share/applications/kcm_cddb.desktop
share/config.kcfg/libkcddb5.kcfg share/config.kcfg/libkcddb5.kcfg
share/kservices5/libkcddb.desktop
share/locale/ar/LC_MESSAGES/kcmcddb.mo share/locale/ar/LC_MESSAGES/kcmcddb.mo
share/locale/ar/LC_MESSAGES/libkcddb.mo share/locale/ar/LC_MESSAGES/libkcddb.mo
share/locale/be/LC_MESSAGES/kcmcddb.mo share/locale/be/LC_MESSAGES/kcmcddb.mo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828194 TIMESTAMP = 1681548367
SHA256 (KDE/release-service/22.12.3/libkcompactdisc-22.12.3.tar.xz) = b0f800e2b7c5b949f57e6893b6c057759d459d3a8bbcbb92a7db0147054e0872 SHA256 (KDE/release-service/23.04.0/libkcompactdisc-23.04.0.tar.xz) = 1b208c7ce0e78bd0cd629780822886c7f5c476fa70ed87cf16c908f58522a215
SIZE (KDE/release-service/22.12.3/libkcompactdisc-22.12.3.tar.xz) = 98692 SIZE (KDE/release-service/23.04.0/libkcompactdisc-23.04.0.tar.xz) = 99148

View File

@ -1,7 +1,7 @@
include/KF5/KCompactDisc/KCompactDisc include/KF5/KCompactDisc/KCompactDisc
include/KF5/KCompactDisc/kcompactdisc.h include/KF5/KCompactDisc/kcompactdisc.h
include/KF5/KCompactDisc/kcompactdisc_export.h include/KF5/KCompactDisc/kcompactdisc_export.h
include/KF5/kcompactdisc_version.h include/KF5/KCompactDisc/kcompactdisc_version.h
lib/cmake/KF5CompactDisc/KF5CompactDiscConfig.cmake lib/cmake/KF5CompactDisc/KF5CompactDiscConfig.cmake
lib/cmake/KF5CompactDisc/KF5CompactDiscConfigVersion.cmake lib/cmake/KF5CompactDisc/KF5CompactDiscConfigVersion.cmake
lib/cmake/KF5CompactDisc/KF5CompactDiscTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KF5CompactDisc/KF5CompactDiscTargets-%%CMAKE_BUILD_TYPE%%.cmake
@ -66,6 +66,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/libkcompactdisc.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/libkcompactdisc.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkcompactdisc.mo
share/locale/sr@latin/LC_MESSAGES/libkcompactdisc.mo share/locale/sr@latin/LC_MESSAGES/libkcompactdisc.mo
share/locale/sv/LC_MESSAGES/libkcompactdisc.mo share/locale/sv/LC_MESSAGES/libkcompactdisc.mo
share/locale/ta/LC_MESSAGES/libkcompactdisc.mo
share/locale/th/LC_MESSAGES/libkcompactdisc.mo share/locale/th/LC_MESSAGES/libkcompactdisc.mo
share/locale/tr/LC_MESSAGES/libkcompactdisc.mo share/locale/tr/LC_MESSAGES/libkcompactdisc.mo
share/locale/ug/LC_MESSAGES/libkcompactdisc.mo share/locale/ug/LC_MESSAGES/libkcompactdisc.mo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828205 TIMESTAMP = 1681548475
SHA256 (KDE/release-service/22.12.3/akonadi-22.12.3.tar.xz) = b79e332628e1e8041a39aaa3821f1b9235c0a2332ea9b1ff7fba73855bce80a3 SHA256 (KDE/release-service/23.04.0/akonadi-23.04.0.tar.xz) = e528c3d737c742b2e359345b71f18f65d7973761714716d64b58d35e11094ece
SIZE (KDE/release-service/22.12.3/akonadi-22.12.3.tar.xz) = 1661668 SIZE (KDE/release-service/23.04.0/akonadi-23.04.0.tar.xz) = 1667996

View File

@ -15,335 +15,340 @@ etc/apparmor.d/postgresql_akonadi
etc/apparmor.d/usr.bin.akonadiserver etc/apparmor.d/usr.bin.akonadiserver
etc/xdg/akonadi/mysql-global-mobile.conf etc/xdg/akonadi/mysql-global-mobile.conf
etc/xdg/akonadi/mysql-global.conf etc/xdg/akonadi/mysql-global.conf
include/KF5/Akonadi/akonadi/private/akonadiprivate_export.h include/KPim5/Akonadi/akonadi/private/akonadiprivate_export.h
include/KF5/Akonadi/akonadi/private/capabilities_p.h include/KPim5/Akonadi/akonadi/private/capabilities_p.h
include/KF5/Akonadi/akonadi/private/compressionstream_p.h include/KPim5/Akonadi/akonadi/private/compressionstream_p.h
include/KF5/Akonadi/akonadi/private/dbus_p.h include/KPim5/Akonadi/akonadi/private/dbus_p.h
include/KF5/Akonadi/akonadi/private/externalpartstorage_p.h include/KPim5/Akonadi/akonadi/private/externalpartstorage_p.h
include/KF5/Akonadi/akonadi/private/imapparser_p.h include/KPim5/Akonadi/akonadi/private/imapparser_p.h
include/KF5/Akonadi/akonadi/private/imapset_p.h include/KPim5/Akonadi/akonadi/private/imapset_p.h
include/KF5/Akonadi/akonadi/private/instance_p.h include/KPim5/Akonadi/akonadi/private/instance_p.h
include/KF5/Akonadi/akonadi/private/protocol_exception_p.h include/KPim5/Akonadi/akonadi/private/protocol_exception_p.h
include/KF5/Akonadi/akonadi/private/protocol_gen.h include/KPim5/Akonadi/akonadi/private/protocol_gen.h
include/KF5/Akonadi/akonadi/private/protocol_p.h include/KPim5/Akonadi/akonadi/private/protocol_p.h
include/KF5/Akonadi/akonadi/private/scope_p.h include/KPim5/Akonadi/akonadi/private/scope_p.h
include/KF5/Akonadi/akonadi/private/standarddirs_p.h include/KPim5/Akonadi/akonadi/private/standarddirs_p.h
include/KF5/Akonadi/akonadi/private/tristate_p.h include/KPim5/Akonadi/akonadi/private/tristate_p.h
include/KF5/AkonadiAgentBase/Akonadi/AccountsIntegration include/KPim5/AkonadiAgentBase/Akonadi/AccountsIntegration
include/KF5/AkonadiAgentBase/Akonadi/AgentBase include/KPim5/AkonadiAgentBase/Akonadi/AgentBase
include/KF5/AkonadiAgentBase/Akonadi/AgentSearchInterface include/KPim5/AkonadiAgentBase/Akonadi/AgentSearchInterface
include/KF5/AkonadiAgentBase/Akonadi/PreprocessorBase include/KPim5/AkonadiAgentBase/Akonadi/PreprocessorBase
include/KF5/AkonadiAgentBase/Akonadi/ResourceBase include/KPim5/AkonadiAgentBase/Akonadi/ResourceBase
include/KF5/AkonadiAgentBase/Akonadi/ResourceSettings include/KPim5/AkonadiAgentBase/Akonadi/ResourceSettings
include/KF5/AkonadiAgentBase/Akonadi/TransportResourceBase include/KPim5/AkonadiAgentBase/Akonadi/TransportResourceBase
include/KF5/AkonadiAgentBase/akonadi/accountsintegration.h include/KPim5/AkonadiAgentBase/akonadi/accountsintegration.h
include/KF5/AkonadiAgentBase/akonadi/agentbase.h include/KPim5/AkonadiAgentBase/akonadi/agentbase.h
include/KF5/AkonadiAgentBase/akonadi/agentsearchinterface.h include/KPim5/AkonadiAgentBase/akonadi/agentsearchinterface.h
include/KF5/AkonadiAgentBase/akonadi/akonadiagentbase_export.h include/KPim5/AkonadiAgentBase/akonadi/akonadiagentbase_export.h
include/KF5/AkonadiAgentBase/akonadi/preprocessorbase.h include/KPim5/AkonadiAgentBase/akonadi/preprocessorbase.h
include/KF5/AkonadiAgentBase/akonadi/resourcebase.h include/KPim5/AkonadiAgentBase/akonadi/resourcebase.h
include/KF5/AkonadiAgentBase/akonadi/resourcebasesettings.h include/KPim5/AkonadiAgentBase/akonadi/resourcebasesettings.h
include/KF5/AkonadiAgentBase/akonadi/resourcesettings.h include/KPim5/AkonadiAgentBase/akonadi/resourcesettings.h
include/KF5/AkonadiAgentBase/akonadi/transportresourcebase.h include/KPim5/AkonadiAgentBase/akonadi/transportresourcebase.h
include/KF5/AkonadiCore/Akonadi/AbstractDifferencesReporter include/KPim5/AkonadiCore/Akonadi/AbstractDifferencesReporter
include/KF5/AkonadiCore/Akonadi/AgentConfigurationBase include/KPim5/AkonadiCore/Akonadi/AgentConfigurationBase
include/KF5/AkonadiCore/Akonadi/AgentConfigurationFactoryBase include/KPim5/AkonadiCore/Akonadi/AgentConfigurationFactoryBase
include/KF5/AkonadiCore/Akonadi/AgentFilterProxyModel include/KPim5/AkonadiCore/Akonadi/AgentFilterProxyModel
include/KF5/AkonadiCore/Akonadi/AgentInstance include/KPim5/AkonadiCore/Akonadi/AgentInstance
include/KF5/AkonadiCore/Akonadi/AgentInstanceCreateJob include/KPim5/AkonadiCore/Akonadi/AgentInstanceCreateJob
include/KF5/AkonadiCore/Akonadi/AgentInstanceModel include/KPim5/AkonadiCore/Akonadi/AgentInstanceModel
include/KF5/AkonadiCore/Akonadi/AgentManager include/KPim5/AkonadiCore/Akonadi/AgentManager
include/KF5/AkonadiCore/Akonadi/AgentType include/KPim5/AkonadiCore/Akonadi/AgentType
include/KF5/AkonadiCore/Akonadi/AgentTypeModel include/KPim5/AkonadiCore/Akonadi/AgentTypeModel
include/KF5/AkonadiCore/Akonadi/Attribute include/KPim5/AkonadiCore/Akonadi/Attribute
include/KF5/AkonadiCore/Akonadi/AttributeFactory include/KPim5/AkonadiCore/Akonadi/AttributeFactory
include/KF5/AkonadiCore/Akonadi/CachePolicy include/KPim5/AkonadiCore/Akonadi/CachePolicy
include/KF5/AkonadiCore/Akonadi/ChangeNotification include/KPim5/AkonadiCore/Akonadi/ChangeNotification
include/KF5/AkonadiCore/Akonadi/ChangeRecorder include/KPim5/AkonadiCore/Akonadi/ChangeRecorder
include/KF5/AkonadiCore/Akonadi/Collection include/KPim5/AkonadiCore/Akonadi/Collection
include/KF5/AkonadiCore/Akonadi/CollectionAttributesSynchronizationJob include/KPim5/AkonadiCore/Akonadi/CollectionAttributesSynchronizationJob
include/KF5/AkonadiCore/Akonadi/CollectionColorAttribute include/KPim5/AkonadiCore/Akonadi/CollectionColorAttribute
include/KF5/AkonadiCore/Akonadi/CollectionCopyJob include/KPim5/AkonadiCore/Akonadi/CollectionCopyJob
include/KF5/AkonadiCore/Akonadi/CollectionCreateJob include/KPim5/AkonadiCore/Akonadi/CollectionCreateJob
include/KF5/AkonadiCore/Akonadi/CollectionDeleteJob include/KPim5/AkonadiCore/Akonadi/CollectionDeleteJob
include/KF5/AkonadiCore/Akonadi/CollectionFetchJob include/KPim5/AkonadiCore/Akonadi/CollectionFetchJob
include/KF5/AkonadiCore/Akonadi/CollectionFetchScope include/KPim5/AkonadiCore/Akonadi/CollectionFetchScope
include/KF5/AkonadiCore/Akonadi/CollectionFilterProxyModel include/KPim5/AkonadiCore/Akonadi/CollectionFilterProxyModel
include/KF5/AkonadiCore/Akonadi/CollectionIdentificationAttribute include/KPim5/AkonadiCore/Akonadi/CollectionIdentificationAttribute
include/KF5/AkonadiCore/Akonadi/CollectionModifyJob include/KPim5/AkonadiCore/Akonadi/CollectionModifyJob
include/KF5/AkonadiCore/Akonadi/CollectionMoveJob include/KPim5/AkonadiCore/Akonadi/CollectionMoveJob
include/KF5/AkonadiCore/Akonadi/CollectionPathResolver include/KPim5/AkonadiCore/Akonadi/CollectionPathResolver
include/KF5/AkonadiCore/Akonadi/CollectionQuotaAttribute include/KPim5/AkonadiCore/Akonadi/CollectionQuotaAttribute
include/KF5/AkonadiCore/Akonadi/CollectionStatistics include/KPim5/AkonadiCore/Akonadi/CollectionStatistics
include/KF5/AkonadiCore/Akonadi/CollectionStatisticsJob include/KPim5/AkonadiCore/Akonadi/CollectionStatisticsJob
include/KF5/AkonadiCore/Akonadi/CollectionUtils include/KPim5/AkonadiCore/Akonadi/CollectionUtils
include/KF5/AkonadiCore/Akonadi/Control include/KPim5/AkonadiCore/Akonadi/Control
include/KF5/AkonadiCore/Akonadi/DifferencesAlgorithmInterface include/KPim5/AkonadiCore/Akonadi/DifferencesAlgorithmInterface
include/KF5/AkonadiCore/Akonadi/EntityAnnotationsAttribute include/KPim5/AkonadiCore/Akonadi/EntityAnnotationsAttribute
include/KF5/AkonadiCore/Akonadi/EntityDeletedAttribute include/KPim5/AkonadiCore/Akonadi/EntityDeletedAttribute
include/KF5/AkonadiCore/Akonadi/EntityDisplayAttribute include/KPim5/AkonadiCore/Akonadi/EntityDisplayAttribute
include/KF5/AkonadiCore/Akonadi/EntityHiddenAttribute include/KPim5/AkonadiCore/Akonadi/EntityHiddenAttribute
include/KF5/AkonadiCore/Akonadi/EntityMimeTypeFilterModel include/KPim5/AkonadiCore/Akonadi/EntityMimeTypeFilterModel
include/KF5/AkonadiCore/Akonadi/EntityOrderProxyModel include/KPim5/AkonadiCore/Akonadi/EntityOrderProxyModel
include/KF5/AkonadiCore/Akonadi/EntityRightsFilterModel include/KPim5/AkonadiCore/Akonadi/EntityRightsFilterModel
include/KF5/AkonadiCore/Akonadi/EntityTreeModel include/KPim5/AkonadiCore/Akonadi/EntityTreeModel
include/KF5/AkonadiCore/Akonadi/ExceptionBase include/KPim5/AkonadiCore/Akonadi/ExceptionBase
include/KF5/AkonadiCore/Akonadi/FavoriteCollectionAttribute include/KPim5/AkonadiCore/Akonadi/FavoriteCollectionAttribute
include/KF5/AkonadiCore/Akonadi/FavoriteCollectionsModel include/KPim5/AkonadiCore/Akonadi/FavoriteCollectionsModel
include/KF5/AkonadiCore/Akonadi/GidExtractorInterface include/KPim5/AkonadiCore/Akonadi/GidExtractorInterface
include/KF5/AkonadiCore/Akonadi/IndexPolicyAttribute include/KPim5/AkonadiCore/Akonadi/IndexPolicyAttribute
include/KF5/AkonadiCore/Akonadi/Item include/KPim5/AkonadiCore/Akonadi/Item
include/KF5/AkonadiCore/Akonadi/ItemCopyJob include/KPim5/AkonadiCore/Akonadi/ItemCopyJob
include/KF5/AkonadiCore/Akonadi/ItemCreateJob include/KPim5/AkonadiCore/Akonadi/ItemCreateJob
include/KF5/AkonadiCore/Akonadi/ItemDeleteJob include/KPim5/AkonadiCore/Akonadi/ItemDeleteJob
include/KF5/AkonadiCore/Akonadi/ItemFetchJob include/KPim5/AkonadiCore/Akonadi/ItemFetchJob
include/KF5/AkonadiCore/Akonadi/ItemFetchScope include/KPim5/AkonadiCore/Akonadi/ItemFetchScope
include/KF5/AkonadiCore/Akonadi/ItemModifyJob include/KPim5/AkonadiCore/Akonadi/ItemModifyJob
include/KF5/AkonadiCore/Akonadi/ItemMonitor include/KPim5/AkonadiCore/Akonadi/ItemMonitor
include/KF5/AkonadiCore/Akonadi/ItemMoveJob include/KPim5/AkonadiCore/Akonadi/ItemMoveJob
include/KF5/AkonadiCore/Akonadi/ItemSearchJob include/KPim5/AkonadiCore/Akonadi/ItemSearchJob
include/KF5/AkonadiCore/Akonadi/ItemSerializerPlugin include/KPim5/AkonadiCore/Akonadi/ItemSerializerPlugin
include/KF5/AkonadiCore/Akonadi/ItemSync include/KPim5/AkonadiCore/Akonadi/ItemSync
include/KF5/AkonadiCore/Akonadi/Job include/KPim5/AkonadiCore/Akonadi/Job
include/KF5/AkonadiCore/Akonadi/LinkJob include/KPim5/AkonadiCore/Akonadi/LinkJob
include/KF5/AkonadiCore/Akonadi/MimeTypeChecker include/KPim5/AkonadiCore/Akonadi/MimeTypeChecker
include/KF5/AkonadiCore/Akonadi/Monitor include/KPim5/AkonadiCore/Akonadi/Monitor
include/KF5/AkonadiCore/Akonadi/NotificationSubscriber include/KPim5/AkonadiCore/Akonadi/NotificationSubscriber
include/KF5/AkonadiCore/Akonadi/PartFetcher include/KPim5/AkonadiCore/Akonadi/PartFetcher
include/KF5/AkonadiCore/Akonadi/PersistentSearchAttribute include/KPim5/AkonadiCore/Akonadi/PersistentSearchAttribute
include/KF5/AkonadiCore/Akonadi/RecursiveCollectionFilterProxyModel include/KPim5/AkonadiCore/Akonadi/RecursiveCollectionFilterProxyModel
include/KF5/AkonadiCore/Akonadi/RecursiveItemFetchJob include/KPim5/AkonadiCore/Akonadi/RecursiveItemFetchJob
include/KF5/AkonadiCore/Akonadi/Relation include/KPim5/AkonadiCore/Akonadi/Relation
include/KF5/AkonadiCore/Akonadi/RelationCreateJob include/KPim5/AkonadiCore/Akonadi/RelationCreateJob
include/KF5/AkonadiCore/Akonadi/RelationDeleteJob include/KPim5/AkonadiCore/Akonadi/RelationDeleteJob
include/KF5/AkonadiCore/Akonadi/RelationFetchJob include/KPim5/AkonadiCore/Akonadi/RelationFetchJob
include/KF5/AkonadiCore/Akonadi/ResourceSynchronizationJob include/KPim5/AkonadiCore/Akonadi/ResourceSynchronizationJob
include/KF5/AkonadiCore/Akonadi/SearchCreateJob include/KPim5/AkonadiCore/Akonadi/SearchCreateJob
include/KF5/AkonadiCore/Akonadi/SearchQuery include/KPim5/AkonadiCore/Akonadi/SearchQuery
include/KF5/AkonadiCore/Akonadi/SelectionProxyModel include/KPim5/AkonadiCore/Akonadi/SelectionProxyModel
include/KF5/AkonadiCore/Akonadi/ServerManager include/KPim5/AkonadiCore/Akonadi/ServerManager
include/KF5/AkonadiCore/Akonadi/Session include/KPim5/AkonadiCore/Akonadi/Session
include/KF5/AkonadiCore/Akonadi/SpecialCollectionAttribute include/KPim5/AkonadiCore/Akonadi/SpecialCollectionAttribute
include/KF5/AkonadiCore/Akonadi/SpecialCollections include/KPim5/AkonadiCore/Akonadi/SpecialCollections
include/KF5/AkonadiCore/Akonadi/SpecialCollectionsDiscoveryJob include/KPim5/AkonadiCore/Akonadi/SpecialCollectionsDiscoveryJob
include/KF5/AkonadiCore/Akonadi/SpecialCollectionsRequestJob include/KPim5/AkonadiCore/Akonadi/SpecialCollectionsRequestJob
include/KF5/AkonadiCore/Akonadi/StatisticsProxyModel include/KPim5/AkonadiCore/Akonadi/StatisticsProxyModel
include/KF5/AkonadiCore/Akonadi/Supertrait include/KPim5/AkonadiCore/Akonadi/Supertrait
include/KF5/AkonadiCore/Akonadi/Tag include/KPim5/AkonadiCore/Akonadi/Tag
include/KF5/AkonadiCore/Akonadi/TagAttribute include/KPim5/AkonadiCore/Akonadi/TagAttribute
include/KF5/AkonadiCore/Akonadi/TagCache include/KPim5/AkonadiCore/Akonadi/TagCache
include/KF5/AkonadiCore/Akonadi/TagCreateJob include/KPim5/AkonadiCore/Akonadi/TagCreateJob
include/KF5/AkonadiCore/Akonadi/TagDeleteJob include/KPim5/AkonadiCore/Akonadi/TagDeleteJob
include/KF5/AkonadiCore/Akonadi/TagFetchJob include/KPim5/AkonadiCore/Akonadi/TagFetchJob
include/KF5/AkonadiCore/Akonadi/TagFetchScope include/KPim5/AkonadiCore/Akonadi/TagFetchScope
include/KF5/AkonadiCore/Akonadi/TagModel include/KPim5/AkonadiCore/Akonadi/TagModel
include/KF5/AkonadiCore/Akonadi/TagModifyJob include/KPim5/AkonadiCore/Akonadi/TagModifyJob
include/KF5/AkonadiCore/Akonadi/TransactionJobs include/KPim5/AkonadiCore/Akonadi/TransactionJobs
include/KF5/AkonadiCore/Akonadi/TransactionSequence include/KPim5/AkonadiCore/Akonadi/TransactionSequence
include/KF5/AkonadiCore/Akonadi/TrashFilterProxyModel include/KPim5/AkonadiCore/Akonadi/TrashFilterProxyModel
include/KF5/AkonadiCore/Akonadi/TrashJob include/KPim5/AkonadiCore/Akonadi/TrashJob
include/KF5/AkonadiCore/Akonadi/TrashRestoreJob include/KPim5/AkonadiCore/Akonadi/TrashRestoreJob
include/KF5/AkonadiCore/Akonadi/TrashSettings include/KPim5/AkonadiCore/Akonadi/TrashSettings
include/KF5/AkonadiCore/Akonadi/UnlinkJob include/KPim5/AkonadiCore/Akonadi/UnlinkJob
include/KF5/AkonadiCore/Akonadi/VectorHelper include/KPim5/AkonadiCore/Akonadi/VectorHelper
include/KF5/AkonadiCore/akonadi/abstractdifferencesreporter.h include/KPim5/AkonadiCore/akonadi/abstractdifferencesreporter.h
include/KF5/AkonadiCore/akonadi/abstractsearchplugin.h include/KPim5/AkonadiCore/akonadi/abstractsearchplugin.h
include/KF5/AkonadiCore/akonadi/agentconfigurationbase.h include/KPim5/AkonadiCore/akonadi/agentconfigurationbase.h
include/KF5/AkonadiCore/akonadi/agentconfigurationfactorybase.h include/KPim5/AkonadiCore/akonadi/agentconfigurationfactorybase.h
include/KF5/AkonadiCore/akonadi/agentfilterproxymodel.h include/KPim5/AkonadiCore/akonadi/agentfilterproxymodel.h
include/KF5/AkonadiCore/akonadi/agentinstance.h include/KPim5/AkonadiCore/akonadi/agentinstance.h
include/KF5/AkonadiCore/akonadi/agentinstancecreatejob.h include/KPim5/AkonadiCore/akonadi/agentinstancecreatejob.h
include/KF5/AkonadiCore/akonadi/agentinstancemodel.h include/KPim5/AkonadiCore/akonadi/agentinstancemodel.h
include/KF5/AkonadiCore/akonadi/agentmanager.h include/KPim5/AkonadiCore/akonadi/agentmanager.h
include/KF5/AkonadiCore/akonadi/agenttype.h include/KPim5/AkonadiCore/akonadi/agenttype.h
include/KF5/AkonadiCore/akonadi/agenttypemodel.h include/KPim5/AkonadiCore/akonadi/agenttypemodel.h
include/KF5/AkonadiCore/akonadi/akonadicore_export.h include/KPim5/AkonadiCore/akonadi/akonadicore_export.h
include/KF5/AkonadiCore/akonadi/attribute.h include/KPim5/AkonadiCore/akonadi/attribute.h
include/KF5/AkonadiCore/akonadi/attributefactory.h include/KPim5/AkonadiCore/akonadi/attributefactory.h
include/KF5/AkonadiCore/akonadi/cachepolicy.h include/KPim5/AkonadiCore/akonadi/cachepolicy.h
include/KF5/AkonadiCore/akonadi/changenotification.h include/KPim5/AkonadiCore/akonadi/changenotification.h
include/KF5/AkonadiCore/akonadi/changerecorder.h include/KPim5/AkonadiCore/akonadi/changerecorder.h
include/KF5/AkonadiCore/akonadi/collection.h include/KPim5/AkonadiCore/akonadi/collection.h
include/KF5/AkonadiCore/akonadi/collectionattributessynchronizationjob.h include/KPim5/AkonadiCore/akonadi/collectionattributessynchronizationjob.h
include/KF5/AkonadiCore/akonadi/collectioncolorattribute.h include/KPim5/AkonadiCore/akonadi/collectioncolorattribute.h
include/KF5/AkonadiCore/akonadi/collectioncopyjob.h include/KPim5/AkonadiCore/akonadi/collectioncopyjob.h
include/KF5/AkonadiCore/akonadi/collectioncreatejob.h include/KPim5/AkonadiCore/akonadi/collectioncreatejob.h
include/KF5/AkonadiCore/akonadi/collectiondeletejob.h include/KPim5/AkonadiCore/akonadi/collectiondeletejob.h
include/KF5/AkonadiCore/akonadi/collectionfetchjob.h include/KPim5/AkonadiCore/akonadi/collectionfetchjob.h
include/KF5/AkonadiCore/akonadi/collectionfetchscope.h include/KPim5/AkonadiCore/akonadi/collectionfetchscope.h
include/KF5/AkonadiCore/akonadi/collectionfilterproxymodel.h include/KPim5/AkonadiCore/akonadi/collectionfilterproxymodel.h
include/KF5/AkonadiCore/akonadi/collectionidentificationattribute.h include/KPim5/AkonadiCore/akonadi/collectionidentificationattribute.h
include/KF5/AkonadiCore/akonadi/collectionmodifyjob.h include/KPim5/AkonadiCore/akonadi/collectionmodifyjob.h
include/KF5/AkonadiCore/akonadi/collectionmovejob.h include/KPim5/AkonadiCore/akonadi/collectionmovejob.h
include/KF5/AkonadiCore/akonadi/collectionpathresolver.h include/KPim5/AkonadiCore/akonadi/collectionpathresolver.h
include/KF5/AkonadiCore/akonadi/collectionquotaattribute.h include/KPim5/AkonadiCore/akonadi/collectionquotaattribute.h
include/KF5/AkonadiCore/akonadi/collectionstatistics.h include/KPim5/AkonadiCore/akonadi/collectionstatistics.h
include/KF5/AkonadiCore/akonadi/collectionstatisticsjob.h include/KPim5/AkonadiCore/akonadi/collectionstatisticsjob.h
include/KF5/AkonadiCore/akonadi/collectionutils.h include/KPim5/AkonadiCore/akonadi/collectionutils.h
include/KF5/AkonadiCore/akonadi/config-akonadi.h include/KPim5/AkonadiCore/akonadi/config-akonadi.h
include/KF5/AkonadiCore/akonadi/control.h include/KPim5/AkonadiCore/akonadi/control.h
include/KF5/AkonadiCore/akonadi/differencesalgorithminterface.h include/KPim5/AkonadiCore/akonadi/differencesalgorithminterface.h
include/KF5/AkonadiCore/akonadi/entityannotationsattribute.h include/KPim5/AkonadiCore/akonadi/entityannotationsattribute.h
include/KF5/AkonadiCore/akonadi/entitydeletedattribute.h include/KPim5/AkonadiCore/akonadi/entitydeletedattribute.h
include/KF5/AkonadiCore/akonadi/entitydisplayattribute.h include/KPim5/AkonadiCore/akonadi/entitydisplayattribute.h
include/KF5/AkonadiCore/akonadi/entityhiddenattribute.h include/KPim5/AkonadiCore/akonadi/entityhiddenattribute.h
include/KF5/AkonadiCore/akonadi/entitymimetypefiltermodel.h include/KPim5/AkonadiCore/akonadi/entitymimetypefiltermodel.h
include/KF5/AkonadiCore/akonadi/entityorderproxymodel.h include/KPim5/AkonadiCore/akonadi/entityorderproxymodel.h
include/KF5/AkonadiCore/akonadi/entityrightsfiltermodel.h include/KPim5/AkonadiCore/akonadi/entityrightsfiltermodel.h
include/KF5/AkonadiCore/akonadi/entitytreemodel.h include/KPim5/AkonadiCore/akonadi/entitytreemodel.h
include/KF5/AkonadiCore/akonadi/exceptionbase.h include/KPim5/AkonadiCore/akonadi/exceptionbase.h
include/KF5/AkonadiCore/akonadi/favoritecollectionattribute.h include/KPim5/AkonadiCore/akonadi/favoritecollectionattribute.h
include/KF5/AkonadiCore/akonadi/favoritecollectionsmodel.h include/KPim5/AkonadiCore/akonadi/favoritecollectionsmodel.h
include/KF5/AkonadiCore/akonadi/gidextractorinterface.h include/KPim5/AkonadiCore/akonadi/gidextractorinterface.h
include/KF5/AkonadiCore/akonadi/indexpolicyattribute.h include/KPim5/AkonadiCore/akonadi/indexpolicyattribute.h
include/KF5/AkonadiCore/akonadi/item.h include/KPim5/AkonadiCore/akonadi/item.h
include/KF5/AkonadiCore/akonadi/itemcopyjob.h include/KPim5/AkonadiCore/akonadi/itemcopyjob.h
include/KF5/AkonadiCore/akonadi/itemcreatejob.h include/KPim5/AkonadiCore/akonadi/itemcreatejob.h
include/KF5/AkonadiCore/akonadi/itemdeletejob.h include/KPim5/AkonadiCore/akonadi/itemdeletejob.h
include/KF5/AkonadiCore/akonadi/itemfetchjob.h include/KPim5/AkonadiCore/akonadi/itemfetchjob.h
include/KF5/AkonadiCore/akonadi/itemfetchscope.h include/KPim5/AkonadiCore/akonadi/itemfetchscope.h
include/KF5/AkonadiCore/akonadi/itemmodifyjob.h include/KPim5/AkonadiCore/akonadi/itemmodifyjob.h
include/KF5/AkonadiCore/akonadi/itemmonitor.h include/KPim5/AkonadiCore/akonadi/itemmonitor.h
include/KF5/AkonadiCore/akonadi/itemmovejob.h include/KPim5/AkonadiCore/akonadi/itemmovejob.h
include/KF5/AkonadiCore/akonadi/itempayloadinternals_p.h include/KPim5/AkonadiCore/akonadi/itempayloadinternals_p.h
include/KF5/AkonadiCore/akonadi/itemsearchjob.h include/KPim5/AkonadiCore/akonadi/itemsearchjob.h
include/KF5/AkonadiCore/akonadi/itemserializerplugin.h include/KPim5/AkonadiCore/akonadi/itemserializerplugin.h
include/KF5/AkonadiCore/akonadi/itemsync.h include/KPim5/AkonadiCore/akonadi/itemsync.h
include/KF5/AkonadiCore/akonadi/job.h include/KPim5/AkonadiCore/akonadi/job.h
include/KF5/AkonadiCore/akonadi/linkjob.h include/KPim5/AkonadiCore/akonadi/linkjob.h
include/KF5/AkonadiCore/akonadi/mimetypechecker.h include/KPim5/AkonadiCore/akonadi/mimetypechecker.h
include/KF5/AkonadiCore/akonadi/monitor.h include/KPim5/AkonadiCore/akonadi/monitor.h
include/KF5/AkonadiCore/akonadi/notificationsubscriber.h include/KPim5/AkonadiCore/akonadi/notificationsubscriber.h
include/KF5/AkonadiCore/akonadi/partfetcher.h include/KPim5/AkonadiCore/akonadi/partfetcher.h
include/KF5/AkonadiCore/akonadi/persistentsearchattribute.h include/KPim5/AkonadiCore/akonadi/persistentsearchattribute.h
include/KF5/AkonadiCore/akonadi/qtest_akonadi.h include/KPim5/AkonadiCore/akonadi/qtest_akonadi.h
include/KF5/AkonadiCore/akonadi/recursivecollectionfilterproxymodel.h include/KPim5/AkonadiCore/akonadi/recursivecollectionfilterproxymodel.h
include/KF5/AkonadiCore/akonadi/recursiveitemfetchjob.h include/KPim5/AkonadiCore/akonadi/recursiveitemfetchjob.h
include/KF5/AkonadiCore/akonadi/relation.h include/KPim5/AkonadiCore/akonadi/relation.h
include/KF5/AkonadiCore/akonadi/relationcreatejob.h include/KPim5/AkonadiCore/akonadi/relationcreatejob.h
include/KF5/AkonadiCore/akonadi/relationdeletejob.h include/KPim5/AkonadiCore/akonadi/relationdeletejob.h
include/KF5/AkonadiCore/akonadi/relationfetchjob.h include/KPim5/AkonadiCore/akonadi/relationfetchjob.h
include/KF5/AkonadiCore/akonadi/resourcesynchronizationjob.h include/KPim5/AkonadiCore/akonadi/resourcesynchronizationjob.h
include/KF5/AkonadiCore/akonadi/searchcreatejob.h include/KPim5/AkonadiCore/akonadi/searchcreatejob.h
include/KF5/AkonadiCore/akonadi/searchquery.h include/KPim5/AkonadiCore/akonadi/searchquery.h
include/KF5/AkonadiCore/akonadi/selectionproxymodel.h include/KPim5/AkonadiCore/akonadi/selectionproxymodel.h
include/KF5/AkonadiCore/akonadi/servermanager.h include/KPim5/AkonadiCore/akonadi/servermanager.h
include/KF5/AkonadiCore/akonadi/session.h include/KPim5/AkonadiCore/akonadi/session.h
include/KF5/AkonadiCore/akonadi/specialcollectionattribute.h include/KPim5/AkonadiCore/akonadi/specialcollectionattribute.h
include/KF5/AkonadiCore/akonadi/specialcollections.h include/KPim5/AkonadiCore/akonadi/specialcollections.h
include/KF5/AkonadiCore/akonadi/specialcollectionsdiscoveryjob.h include/KPim5/AkonadiCore/akonadi/specialcollectionsdiscoveryjob.h
include/KF5/AkonadiCore/akonadi/specialcollectionsrequestjob.h include/KPim5/AkonadiCore/akonadi/specialcollectionsrequestjob.h
include/KF5/AkonadiCore/akonadi/statisticsproxymodel.h include/KPim5/AkonadiCore/akonadi/statisticsproxymodel.h
include/KF5/AkonadiCore/akonadi/supertrait.h include/KPim5/AkonadiCore/akonadi/supertrait.h
include/KF5/AkonadiCore/akonadi/tag.h include/KPim5/AkonadiCore/akonadi/tag.h
include/KF5/AkonadiCore/akonadi/tagattribute.h include/KPim5/AkonadiCore/akonadi/tagattribute.h
include/KF5/AkonadiCore/akonadi/tagcache.h include/KPim5/AkonadiCore/akonadi/tagcache.h
include/KF5/AkonadiCore/akonadi/tagcreatejob.h include/KPim5/AkonadiCore/akonadi/tagcreatejob.h
include/KF5/AkonadiCore/akonadi/tagdeletejob.h include/KPim5/AkonadiCore/akonadi/tagdeletejob.h
include/KF5/AkonadiCore/akonadi/tagfetchjob.h include/KPim5/AkonadiCore/akonadi/tagfetchjob.h
include/KF5/AkonadiCore/akonadi/tagfetchscope.h include/KPim5/AkonadiCore/akonadi/tagfetchscope.h
include/KF5/AkonadiCore/akonadi/tagmodel.h include/KPim5/AkonadiCore/akonadi/tagmodel.h
include/KF5/AkonadiCore/akonadi/tagmodifyjob.h include/KPim5/AkonadiCore/akonadi/tagmodifyjob.h
include/KF5/AkonadiCore/akonadi/transactionjobs.h include/KPim5/AkonadiCore/akonadi/transactionjobs.h
include/KF5/AkonadiCore/akonadi/transactionsequence.h include/KPim5/AkonadiCore/akonadi/transactionsequence.h
include/KF5/AkonadiCore/akonadi/trashfilterproxymodel.h include/KPim5/AkonadiCore/akonadi/trashfilterproxymodel.h
include/KF5/AkonadiCore/akonadi/trashjob.h include/KPim5/AkonadiCore/akonadi/trashjob.h
include/KF5/AkonadiCore/akonadi/trashrestorejob.h include/KPim5/AkonadiCore/akonadi/trashrestorejob.h
include/KF5/AkonadiCore/akonadi/trashsettings.h include/KPim5/AkonadiCore/akonadi/trashsettings.h
include/KF5/AkonadiCore/akonadi/unlinkjob.h include/KPim5/AkonadiCore/akonadi/unlinkjob.h
include/KF5/AkonadiCore/akonadi/vectorhelper.h include/KPim5/AkonadiCore/akonadi/vectorhelper.h
include/KF5/AkonadiCore/akonadi_version.h include/KPim5/AkonadiCore/akonadi_version.h
include/KF5/AkonadiWidgets/Akonadi/AgentActionManager include/KPim5/AkonadiWidgets/Akonadi/AgentActionManager
include/KF5/AkonadiWidgets/Akonadi/AgentConfigurationDialog include/KPim5/AkonadiWidgets/Akonadi/AgentConfigurationDialog
include/KF5/AkonadiWidgets/Akonadi/AgentConfigurationWidget include/KPim5/AkonadiWidgets/Akonadi/AgentConfigurationWidget
include/KF5/AkonadiWidgets/Akonadi/AgentInstanceWidget include/KPim5/AkonadiWidgets/Akonadi/AgentInstanceWidget
include/KF5/AkonadiWidgets/Akonadi/AgentTypeDialog include/KPim5/AkonadiWidgets/Akonadi/AgentTypeDialog
include/KF5/AkonadiWidgets/Akonadi/AgentTypeWidget include/KPim5/AkonadiWidgets/Akonadi/AgentTypeWidget
include/KF5/AkonadiWidgets/Akonadi/ClearCacheJob include/KPim5/AkonadiWidgets/Akonadi/ClearCacheJob
include/KF5/AkonadiWidgets/Akonadi/CollectionComboBox include/KPim5/AkonadiWidgets/Akonadi/CollectionComboBox
include/KF5/AkonadiWidgets/Akonadi/CollectionDialog include/KPim5/AkonadiWidgets/Akonadi/CollectionDialog
include/KF5/AkonadiWidgets/Akonadi/CollectionMaintenancePage include/KPim5/AkonadiWidgets/Akonadi/CollectionMaintenancePage
include/KF5/AkonadiWidgets/Akonadi/CollectionPropertiesDialog include/KPim5/AkonadiWidgets/Akonadi/CollectionPropertiesDialog
include/KF5/AkonadiWidgets/Akonadi/CollectionPropertiesPage include/KPim5/AkonadiWidgets/Akonadi/CollectionPropertiesPage
include/KF5/AkonadiWidgets/Akonadi/CollectionRequester include/KPim5/AkonadiWidgets/Akonadi/CollectionRequester
include/KF5/AkonadiWidgets/Akonadi/CollectionStatisticsDelegate include/KPim5/AkonadiWidgets/Akonadi/CollectionStatisticsDelegate
include/KF5/AkonadiWidgets/Akonadi/ControlGui include/KPim5/AkonadiWidgets/Akonadi/ControlGui
include/KF5/AkonadiWidgets/Akonadi/DbAccess include/KPim5/AkonadiWidgets/Akonadi/DbAccess
include/KF5/AkonadiWidgets/Akonadi/ETMViewStateSaver include/KPim5/AkonadiWidgets/Akonadi/ETMViewStateSaver
include/KF5/AkonadiWidgets/Akonadi/EntityListView include/KPim5/AkonadiWidgets/Akonadi/EntityListView
include/KF5/AkonadiWidgets/Akonadi/EntityTreeView include/KPim5/AkonadiWidgets/Akonadi/EntityTreeView
include/KF5/AkonadiWidgets/Akonadi/ManageAccountWidget include/KPim5/AkonadiWidgets/Akonadi/ManageAccountWidget
include/KF5/AkonadiWidgets/Akonadi/StandardActionManager include/KPim5/AkonadiWidgets/Akonadi/StandardActionManager
include/KF5/AkonadiWidgets/Akonadi/SubscriptionDialog include/KPim5/AkonadiWidgets/Akonadi/SubscriptionDialog
include/KF5/AkonadiWidgets/Akonadi/TagEditWidget include/KPim5/AkonadiWidgets/Akonadi/TagEditWidget
include/KF5/AkonadiWidgets/Akonadi/TagManagementDialog include/KPim5/AkonadiWidgets/Akonadi/TagManagementDialog
include/KF5/AkonadiWidgets/Akonadi/TagSelectWidget include/KPim5/AkonadiWidgets/Akonadi/TagSelectWidget
include/KF5/AkonadiWidgets/Akonadi/TagSelectionComboBox include/KPim5/AkonadiWidgets/Akonadi/TagSelectionComboBox
include/KF5/AkonadiWidgets/Akonadi/TagSelectionDialog include/KPim5/AkonadiWidgets/Akonadi/TagSelectionDialog
include/KF5/AkonadiWidgets/Akonadi/TagWidget include/KPim5/AkonadiWidgets/Akonadi/TagWidget
include/KF5/AkonadiWidgets/akonadi/agentactionmanager.h include/KPim5/AkonadiWidgets/akonadi/agentactionmanager.h
include/KF5/AkonadiWidgets/akonadi/agentconfigurationdialog.h include/KPim5/AkonadiWidgets/akonadi/agentconfigurationdialog.h
include/KF5/AkonadiWidgets/akonadi/agentconfigurationwidget.h include/KPim5/AkonadiWidgets/akonadi/agentconfigurationwidget.h
include/KF5/AkonadiWidgets/akonadi/agentinstancewidget.h include/KPim5/AkonadiWidgets/akonadi/agentinstancewidget.h
include/KF5/AkonadiWidgets/akonadi/agenttypedialog.h include/KPim5/AkonadiWidgets/akonadi/agenttypedialog.h
include/KF5/AkonadiWidgets/akonadi/agenttypewidget.h include/KPim5/AkonadiWidgets/akonadi/agenttypewidget.h
include/KF5/AkonadiWidgets/akonadi/akonadiwidgets_export.h include/KPim5/AkonadiWidgets/akonadi/akonadiwidgets_export.h
include/KF5/AkonadiWidgets/akonadi/clearcachejob.h include/KPim5/AkonadiWidgets/akonadi/clearcachejob.h
include/KF5/AkonadiWidgets/akonadi/collectioncombobox.h include/KPim5/AkonadiWidgets/akonadi/collectioncombobox.h
include/KF5/AkonadiWidgets/akonadi/collectiondialog.h include/KPim5/AkonadiWidgets/akonadi/collectiondialog.h
include/KF5/AkonadiWidgets/akonadi/collectionmaintenancepage.h include/KPim5/AkonadiWidgets/akonadi/collectionmaintenancepage.h
include/KF5/AkonadiWidgets/akonadi/collectionpropertiesdialog.h include/KPim5/AkonadiWidgets/akonadi/collectionpropertiesdialog.h
include/KF5/AkonadiWidgets/akonadi/collectionpropertiespage.h include/KPim5/AkonadiWidgets/akonadi/collectionpropertiespage.h
include/KF5/AkonadiWidgets/akonadi/collectionrequester.h include/KPim5/AkonadiWidgets/akonadi/collectionrequester.h
include/KF5/AkonadiWidgets/akonadi/collectionstatisticsdelegate.h include/KPim5/AkonadiWidgets/akonadi/collectionstatisticsdelegate.h
include/KF5/AkonadiWidgets/akonadi/controlgui.h include/KPim5/AkonadiWidgets/akonadi/controlgui.h
include/KF5/AkonadiWidgets/akonadi/dbaccess.h include/KPim5/AkonadiWidgets/akonadi/dbaccess.h
include/KF5/AkonadiWidgets/akonadi/entitylistview.h include/KPim5/AkonadiWidgets/akonadi/entitylistview.h
include/KF5/AkonadiWidgets/akonadi/entitytreeview.h include/KPim5/AkonadiWidgets/akonadi/entitytreeview.h
include/KF5/AkonadiWidgets/akonadi/etmviewstatesaver.h include/KPim5/AkonadiWidgets/akonadi/etmviewstatesaver.h
include/KF5/AkonadiWidgets/akonadi/manageaccountwidget.h include/KPim5/AkonadiWidgets/akonadi/manageaccountwidget.h
include/KF5/AkonadiWidgets/akonadi/standardactionmanager.h include/KPim5/AkonadiWidgets/akonadi/standardactionmanager.h
include/KF5/AkonadiWidgets/akonadi/subscriptiondialog.h include/KPim5/AkonadiWidgets/akonadi/subscriptiondialog.h
include/KF5/AkonadiWidgets/akonadi/tageditwidget.h include/KPim5/AkonadiWidgets/akonadi/tageditwidget.h
include/KF5/AkonadiWidgets/akonadi/tagmanagementdialog.h include/KPim5/AkonadiWidgets/akonadi/tagmanagementdialog.h
include/KF5/AkonadiWidgets/akonadi/tagselectioncombobox.h include/KPim5/AkonadiWidgets/akonadi/tagselectioncombobox.h
include/KF5/AkonadiWidgets/akonadi/tagselectiondialog.h include/KPim5/AkonadiWidgets/akonadi/tagselectiondialog.h
include/KF5/AkonadiWidgets/akonadi/tagselectwidget.h include/KPim5/AkonadiWidgets/akonadi/tagselectwidget.h
include/KF5/AkonadiWidgets/akonadi/tagwidget.h include/KPim5/AkonadiWidgets/akonadi/tagwidget.h
include/KF5/AkonadiXml/Akonadi/XmlDocument include/KPim5/AkonadiXml/Akonadi/XmlDocument
include/KF5/AkonadiXml/Akonadi/XmlReader include/KPim5/AkonadiXml/Akonadi/XmlReader
include/KF5/AkonadiXml/Akonadi/XmlWriteJob include/KPim5/AkonadiXml/Akonadi/XmlWriteJob
include/KF5/AkonadiXml/Akonadi/XmlWriter include/KPim5/AkonadiXml/Akonadi/XmlWriter
include/KF5/AkonadiXml/akonadi/akonadi-xml_export.h include/KPim5/AkonadiXml/akonadi/akonadi-xml_export.h
include/KF5/AkonadiXml/akonadi/xmldocument.h include/KPim5/AkonadiXml/akonadi/xmldocument.h
include/KF5/AkonadiXml/akonadi/xmlreader.h include/KPim5/AkonadiXml/akonadi/xmlreader.h
include/KF5/AkonadiXml/akonadi/xmlwritejob.h include/KPim5/AkonadiXml/akonadi/xmlwritejob.h
include/KF5/AkonadiXml/akonadi/xmlwriter.h include/KPim5/AkonadiXml/akonadi/xmlwriter.h
lib/cmake/KF5Akonadi/KF5AkonadiConfig.cmake lib/cmake/KF5Akonadi/KF5AkonadiConfig.cmake
lib/cmake/KF5Akonadi/KF5AkonadiConfigVersion.cmake lib/cmake/KF5Akonadi/KF5AkonadiConfigVersion.cmake
lib/cmake/KF5Akonadi/KF5AkonadiMacros.cmake lib/cmake/KF5Akonadi/KPim5AkonadiTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5Akonadi/KF5AkonadiTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KF5Akonadi/KPim5AkonadiTargets.cmake
lib/cmake/KF5Akonadi/KF5AkonadiTargets.cmake lib/cmake/KF5Akonadi/KPimAkonadiMacros.cmake
lib/libKF5AkonadiAgentBase.so lib/cmake/KPim5Akonadi/KPim5AkonadiConfig.cmake
lib/libKF5AkonadiAgentBase.so.5 lib/cmake/KPim5Akonadi/KPim5AkonadiConfigVersion.cmake
lib/libKF5AkonadiAgentBase.so.%%KDE_APPLICATIONS_SHLIB_VER%% lib/cmake/KPim5Akonadi/KPim5AkonadiTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/libKF5AkonadiCore.so lib/cmake/KPim5Akonadi/KPim5AkonadiTargets.cmake
lib/libKF5AkonadiCore.so.5 lib/cmake/KPim5Akonadi/KPimAkonadiMacros.cmake
lib/libKF5AkonadiCore.so.%%KDE_APPLICATIONS_SHLIB_VER%% lib/libKPim5AkonadiAgentBase.so
lib/libKF5AkonadiPrivate.so lib/libKPim5AkonadiAgentBase.so.5
lib/libKF5AkonadiPrivate.so.5 lib/libKPim5AkonadiAgentBase.so.%%KDE_APPLICATIONS_SHLIB_VER%%
lib/libKF5AkonadiPrivate.so.%%KDE_APPLICATIONS_SHLIB_VER%% lib/libKPim5AkonadiCore.so
lib/libKF5AkonadiWidgets.so lib/libKPim5AkonadiCore.so.5
lib/libKF5AkonadiWidgets.so.5 lib/libKPim5AkonadiCore.so.%%KDE_APPLICATIONS_SHLIB_VER%%
lib/libKF5AkonadiWidgets.so.%%KDE_APPLICATIONS_SHLIB_VER%% lib/libKPim5AkonadiPrivate.so
lib/libKF5AkonadiXml.so lib/libKPim5AkonadiPrivate.so.5
lib/libKF5AkonadiXml.so.5 lib/libKPim5AkonadiPrivate.so.%%KDE_APPLICATIONS_SHLIB_VER%%
lib/libKF5AkonadiXml.so.%%KDE_APPLICATIONS_SHLIB_VER%% lib/libKPim5AkonadiWidgets.so
lib/libKPim5AkonadiWidgets.so.5
lib/libKPim5AkonadiWidgets.so.%%KDE_APPLICATIONS_SHLIB_VER%%
lib/libKPim5AkonadiXml.so
lib/libKPim5AkonadiXml.so.5
lib/libKPim5AkonadiXml.so.%%KDE_APPLICATIONS_SHLIB_VER%%
%%QT_MKSPECDIR%%/modules/qt_AkonadiAgentBase.pri %%QT_MKSPECDIR%%/modules/qt_AkonadiAgentBase.pri
%%QT_MKSPECDIR%%/modules/qt_AkonadiCore.pri %%QT_MKSPECDIR%%/modules/qt_AkonadiCore.pri
%%QT_MKSPECDIR%%/modules/qt_AkonadiWidgets.pri %%QT_MKSPECDIR%%/modules/qt_AkonadiWidgets.pri
%%QT_MKSPECDIR%%/modules/qt_AkonadiXml.pri %%QT_MKSPECDIR%%/modules/qt_AkonadiXml.pri
%%QT_PLUGINDIR%%/designer/akonadiwidgets.so %%QT_PLUGINDIR%%/designer/akonadi5widgets.so
%%QT_PLUGINDIR%%/pim5/akonadi/akonadi_test_searchplugin.so %%QT_PLUGINDIR%%/pim5/akonadi/akonadi_test_searchplugin.so
%%QT_PLUGINDIR%%/sqldrivers/libqsqlite3.so %%QT_PLUGINDIR%%/sqldrivers/libqsqlite3.so
%%DATADIR%%/agents/knutresource.desktop %%DATADIR%%/agents/knutresource.desktop

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828341 TIMESTAMP = 1681548345
SHA256 (KDE/release-service/22.12.3/akonadi-calendar-tools-22.12.3.tar.xz) = 96555917165a30410a122d4cc6534c4d472b7f2a0cdeef838dc98b04db36293a SHA256 (KDE/release-service/23.04.0/akonadi-calendar-tools-23.04.0.tar.xz) = ab81391b5c7be8f7e34618822cf1d49e2151ce36090c0e904eb0c3f43e225bf1
SIZE (KDE/release-service/22.12.3/akonadi-calendar-tools-22.12.3.tar.xz) = 254132 SIZE (KDE/release-service/23.04.0/akonadi-calendar-tools-23.04.0.tar.xz) = 254396

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828313 TIMESTAMP = 1681548354
SHA256 (KDE/release-service/22.12.3/akonadi-import-wizard-22.12.3.tar.xz) = 62c0ba2721b98716ae22c965c938eaeff0ddd28d57f50839970a566fc756f248 SHA256 (KDE/release-service/23.04.0/akonadi-import-wizard-23.04.0.tar.xz) = 0969c6d87f027af12af96243c1af124a7a03b511067c95d5e82ae7bc7503d59b
SIZE (KDE/release-service/22.12.3/akonadi-import-wizard-22.12.3.tar.xz) = 514460 SIZE (KDE/release-service/23.04.0/akonadi-import-wizard-23.04.0.tar.xz) = 514904

View File

@ -1,27 +1,31 @@
bin/akonadiimportwizard bin/akonadiimportwizard
include/KF5/KPim/ImportWizard/AbstractAddressBook include/KPim5/ImportWizard/AbstractAddressBook
include/KF5/KPim/ImportWizard/AbstractBase include/KPim5/ImportWizard/AbstractBase
include/KF5/KPim/ImportWizard/AbstractCalendar include/KPim5/ImportWizard/AbstractCalendar
include/KF5/KPim/ImportWizard/AbstractDisplayInfo include/KPim5/ImportWizard/AbstractDisplayInfo
include/KF5/KPim/ImportWizard/AbstractImporter include/KPim5/ImportWizard/AbstractImporter
include/KF5/KPim/ImportWizard/AbstractSettings include/KPim5/ImportWizard/AbstractSettings
include/KF5/KPim/ImportWizard/ImportWizardUtil include/KPim5/ImportWizard/ImportWizardUtil
include/KF5/KPim/importwizard/abstractaddressbook.h include/KPim5/importwizard/abstractaddressbook.h
include/KF5/KPim/importwizard/abstractbase.h include/KPim5/importwizard/abstractbase.h
include/KF5/KPim/importwizard/abstractcalendar.h include/KPim5/importwizard/abstractcalendar.h
include/KF5/KPim/importwizard/abstractdisplayinfo.h include/KPim5/importwizard/abstractdisplayinfo.h
include/KF5/KPim/importwizard/abstractimporter.h include/KPim5/importwizard/abstractimporter.h
include/KF5/KPim/importwizard/abstractsettings.h include/KPim5/importwizard/abstractsettings.h
include/KF5/KPim/importwizard/importwizardutil.h include/KPim5/importwizard/importwizardutil.h
include/KF5/KPim/importwizard/libimportwizard_export.h include/KPim5/importwizard/libimportwizard_export.h
include/KPim/importwizard_version.h include/KPim5/importwizard_version.h
lib/cmake/KPim5ImportWizard/KPim5ImportWizardConfig.cmake
lib/cmake/KPim5ImportWizard/KPim5ImportWizardConfigVersion.cmake
lib/cmake/KPim5ImportWizard/KPim5ImportWizardTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KPim5ImportWizard/KPim5ImportWizardTargets.cmake
lib/cmake/KPimImportWizard/KPim5ImportWizardTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KPimImportWizard/KPim5ImportWizardTargets.cmake
lib/cmake/KPimImportWizard/KPimImportWizardConfig.cmake lib/cmake/KPimImportWizard/KPimImportWizardConfig.cmake
lib/cmake/KPimImportWizard/KPimImportWizardConfigVersion.cmake lib/cmake/KPimImportWizard/KPimImportWizardConfigVersion.cmake
lib/cmake/KPimImportWizard/KPimImportWizardTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/libKPim5ImportWizard.so
lib/cmake/KPimImportWizard/KPimImportWizardTargets.cmake lib/libKPim5ImportWizard.so.5
lib/libKPimImportWizard.so lib/libKPim5ImportWizard.so.%%KDE_APPLICATIONS_SHLIB_VER%%
lib/libKPimImportWizard.so.5
lib/libKPimImportWizard.so.%%KDE_APPLICATIONS_SHLIB_VER%%
%%QT_PLUGINDIR%%/pim5/importwizard/balsaimporterplugin.so %%QT_PLUGINDIR%%/pim5/importwizard/balsaimporterplugin.so
%%QT_PLUGINDIR%%/pim5/importwizard/clawsmailimporterplugin.so %%QT_PLUGINDIR%%/pim5/importwizard/clawsmailimporterplugin.so
%%QT_PLUGINDIR%%/pim5/importwizard/evolutionv3importerplugin.so %%QT_PLUGINDIR%%/pim5/importwizard/evolutionv3importerplugin.so

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828333 TIMESTAMP = 1681548361
SHA256 (KDE/release-service/22.12.3/akonadiconsole-22.12.3.tar.xz) = 19266aeaa0ed9befb244bd87c81649c4c3d581d40966fdbd49f749d5ca1b0932 SHA256 (KDE/release-service/23.04.0/akonadiconsole-23.04.0.tar.xz) = a0dc55f300b3a8f1baf2e7f6fec8fe6fa8275049ebaad5984c8a5d67da6c1a05
SIZE (KDE/release-service/22.12.3/akonadiconsole-22.12.3.tar.xz) = 200348 SIZE (KDE/release-service/23.04.0/akonadiconsole-23.04.0.tar.xz) = 270700

View File

@ -2,12 +2,34 @@ bin/akonadiconsole
lib/libakonadiconsole.so.5 lib/libakonadiconsole.so.5
lib/libakonadiconsole.so.%%KDE_APPLICATIONS_SHLIB_VER%% lib/libakonadiconsole.so.%%KDE_APPLICATIONS_SHLIB_VER%%
share/applications/org.kde.akonadiconsole.desktop share/applications/org.kde.akonadiconsole.desktop
share/icons/hicolor/128x128/apps/akonadiconsole.png
share/icons/hicolor/16x16/apps/akonadiconsole.png share/icons/hicolor/16x16/apps/akonadiconsole.png
share/icons/hicolor/22x22/apps/akonadiconsole.png share/icons/hicolor/22x22/apps/akonadiconsole.png
share/icons/hicolor/256x256/apps/akonadiconsole.png
share/icons/hicolor/32x32/apps/akonadiconsole.png share/icons/hicolor/32x32/apps/akonadiconsole.png
share/icons/hicolor/48x48/apps/akonadiconsole.png share/icons/hicolor/48x48/apps/akonadiconsole.png
share/icons/hicolor/64x64/apps/akonadiconsole.png share/icons/hicolor/64x64/apps/akonadiconsole.png
share/icons/hicolor/128x128/apps/akonadiconsole.png share/locale/ca/LC_MESSAGES/akonadiconsole.mo
share/icons/hicolor/256x256/apps/akonadiconsole.png share/locale/ca@valencia/LC_MESSAGES/akonadiconsole.mo
share/locale/cs/LC_MESSAGES/akonadiconsole.mo
share/locale/de/LC_MESSAGES/akonadiconsole.mo
share/locale/en_GB/LC_MESSAGES/akonadiconsole.mo
share/locale/es/LC_MESSAGES/akonadiconsole.mo
share/locale/eu/LC_MESSAGES/akonadiconsole.mo
share/locale/fi/LC_MESSAGES/akonadiconsole.mo
share/locale/fr/LC_MESSAGES/akonadiconsole.mo
share/locale/ia/LC_MESSAGES/akonadiconsole.mo
share/locale/it/LC_MESSAGES/akonadiconsole.mo
share/locale/ka/LC_MESSAGES/akonadiconsole.mo
share/locale/lt/LC_MESSAGES/akonadiconsole.mo
share/locale/nl/LC_MESSAGES/akonadiconsole.mo
share/locale/pl/LC_MESSAGES/akonadiconsole.mo
share/locale/pt/LC_MESSAGES/akonadiconsole.mo
share/locale/ru/LC_MESSAGES/akonadiconsole.mo
share/locale/sk/LC_MESSAGES/akonadiconsole.mo
share/locale/sl/LC_MESSAGES/akonadiconsole.mo
share/locale/tr/LC_MESSAGES/akonadiconsole.mo
share/locale/uk/LC_MESSAGES/akonadiconsole.mo
share/locale/zh_CN/LC_MESSAGES/akonadiconsole.mo
share/qlogging-categories5/akonadiconsole.categories share/qlogging-categories5/akonadiconsole.categories
share/qlogging-categories5/akonadiconsole.renamecategories share/qlogging-categories5/akonadiconsole.renamecategories

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828339 TIMESTAMP = 1681548357
SHA256 (KDE/release-service/22.12.3/akregator-22.12.3.tar.xz) = b5b1b41e546518cc1cde0baded09c3ef2356c978177475d4aa995e0413772cff SHA256 (KDE/release-service/23.04.0/akregator-23.04.0.tar.xz) = 2eed09ad088397d8bda426b556c818d9d4420850dbeacc5d92a93095d72e007e
SIZE (KDE/release-service/22.12.3/akregator-22.12.3.tar.xz) = 2323788 SIZE (KDE/release-service/23.04.0/akregator-23.04.0.tar.xz) = 2324352

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828351 TIMESTAMP = 1681548359
SHA256 (KDE/release-service/22.12.3/grantlee-editor-22.12.3.tar.xz) = 137c0d2aec67a52f8738738a92fe04b5b9c547ede32e82e806838429397e3927 SHA256 (KDE/release-service/23.04.0/grantlee-editor-23.04.0.tar.xz) = 22bd7b7f3329d699d3c909773d2dbc3a2346020037c421f4d04bb9101170c255
SIZE (KDE/release-service/22.12.3/grantlee-editor-22.12.3.tar.xz) = 117688 SIZE (KDE/release-service/23.04.0/grantlee-editor-23.04.0.tar.xz) = 117564

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828336 TIMESTAMP = 1681548344
SHA256 (KDE/release-service/22.12.3/grantleetheme-22.12.3.tar.xz) = e4aba61a3d9ef709fe5050afc3e43c00ce577598fa262c625a00b7319194fa52 SHA256 (KDE/release-service/23.04.0/grantleetheme-23.04.0.tar.xz) = 5c6462d4cb4857460a61db4919081804e2451bc28f43a0b655ea8a37e7ab7395
SIZE (KDE/release-service/22.12.3/grantleetheme-22.12.3.tar.xz) = 62424 SIZE (KDE/release-service/23.04.0/grantleetheme-23.04.0.tar.xz) = 62952

View File

@ -1,31 +1,35 @@
include/KF5/GrantleeTheme/GrantleeTheme/GenericFormatter include/KPim5/GrantleeTheme/GrantleeTheme/GenericFormatter
include/KF5/GrantleeTheme/GrantleeTheme/GrantleeKi18nLocalizer include/KPim5/GrantleeTheme/GrantleeTheme/GrantleeKi18nLocalizer
include/KF5/GrantleeTheme/GrantleeTheme/GrantleeTheme include/KPim5/GrantleeTheme/GrantleeTheme/GrantleeTheme
include/KF5/GrantleeTheme/GrantleeTheme/GrantleeThemeEngine include/KPim5/GrantleeTheme/GrantleeTheme/GrantleeThemeEngine
include/KF5/GrantleeTheme/GrantleeTheme/GrantleeThemeManager include/KPim5/GrantleeTheme/GrantleeTheme/GrantleeThemeManager
include/KF5/GrantleeTheme/GrantleeTheme/QtResourceTemplateLoader include/KPim5/GrantleeTheme/GrantleeTheme/QtResourceTemplateLoader
include/KF5/GrantleeTheme/grantleetheme/GenericFormatter include/KPim5/GrantleeTheme/grantleetheme/GenericFormatter
include/KF5/GrantleeTheme/grantleetheme/GrantleeKi18nLocalizer include/KPim5/GrantleeTheme/grantleetheme/GrantleeKi18nLocalizer
include/KF5/GrantleeTheme/grantleetheme/GrantleeTheme include/KPim5/GrantleeTheme/grantleetheme/GrantleeTheme
include/KF5/GrantleeTheme/grantleetheme/GrantleeThemeEngine include/KPim5/GrantleeTheme/grantleetheme/GrantleeThemeEngine
include/KF5/GrantleeTheme/grantleetheme/GrantleeThemeManager include/KPim5/GrantleeTheme/grantleetheme/GrantleeThemeManager
include/KF5/GrantleeTheme/grantleetheme/QtResourceTemplateLoader include/KPim5/GrantleeTheme/grantleetheme/QtResourceTemplateLoader
include/KF5/GrantleeTheme/grantleetheme/genericformatter.h include/KPim5/GrantleeTheme/grantleetheme/genericformatter.h
include/KF5/GrantleeTheme/grantleetheme/grantleeki18nlocalizer.h include/KPim5/GrantleeTheme/grantleetheme/grantleeki18nlocalizer.h
include/KF5/GrantleeTheme/grantleetheme/grantleetheme.h include/KPim5/GrantleeTheme/grantleetheme/grantleetheme.h
include/KF5/GrantleeTheme/grantleetheme/grantleetheme_export.h include/KPim5/GrantleeTheme/grantleetheme/grantleetheme_export.h
include/KF5/GrantleeTheme/grantleetheme/grantleethemeengine.h include/KPim5/GrantleeTheme/grantleetheme/grantleethemeengine.h
include/KF5/GrantleeTheme/grantleetheme/grantleethememanager.h include/KPim5/GrantleeTheme/grantleetheme/grantleethememanager.h
include/KF5/GrantleeTheme/grantleetheme/qtresourcetemplateloader.h include/KPim5/GrantleeTheme/grantleetheme/qtresourcetemplateloader.h
include/KF5/GrantleeTheme/grantleetheme_version.h include/KPim5/GrantleeTheme/grantleetheme_version.h
lib/cmake/KF5GrantleeTheme/KF5GrantleeThemeConfig.cmake lib/cmake/KF5GrantleeTheme/KF5GrantleeThemeConfig.cmake
lib/cmake/KF5GrantleeTheme/KF5GrantleeThemeConfigVersion.cmake lib/cmake/KF5GrantleeTheme/KF5GrantleeThemeConfigVersion.cmake
lib/cmake/KF5GrantleeTheme/KF5GrantleeThemeTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KF5GrantleeTheme/KPim5GrantleeThemeTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5GrantleeTheme/KF5GrantleeThemeTargets.cmake lib/cmake/KF5GrantleeTheme/KPim5GrantleeThemeTargets.cmake
lib/cmake/KPim5GrantleeTheme/KPim5GrantleeThemeConfig.cmake
lib/cmake/KPim5GrantleeTheme/KPim5GrantleeThemeConfigVersion.cmake
lib/cmake/KPim5GrantleeTheme/KPim5GrantleeThemeTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KPim5GrantleeTheme/KPim5GrantleeThemeTargets.cmake
lib/grantlee/%%GRANTLEE_VERSION_SHORT%%/kde_grantlee_plugin.so lib/grantlee/%%GRANTLEE_VERSION_SHORT%%/kde_grantlee_plugin.so
lib/libKF5GrantleeTheme.so lib/libKPim5GrantleeTheme.so
lib/libKF5GrantleeTheme.so.5 lib/libKPim5GrantleeTheme.so.5
lib/libKF5GrantleeTheme.so.%%KDE_APPLICATIONS_SHLIB_VER%% lib/libKPim5GrantleeTheme.so.%%KDE_APPLICATIONS_SHLIB_VER%%
%%QT_MKSPECDIR%%/modules/qt_GrantleeTheme.pri %%QT_MKSPECDIR%%/modules/qt_GrantleeTheme.pri
share/locale/ar/LC_MESSAGES/libgrantleetheme.mo share/locale/ar/LC_MESSAGES/libgrantleetheme.mo
share/locale/bg/LC_MESSAGES/libgrantleetheme.mo share/locale/bg/LC_MESSAGES/libgrantleetheme.mo

View File

@ -6,6 +6,9 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Digital travel assistant for KDE COMMENT= Digital travel assistant for KDE
WWW= https://apps.kde.org/en/itinerary WWW= https://apps.kde.org/en/itinerary
BUILD_DEPENDS= kirigami-addons>=0:x11-toolkits/kirigami-addons
RUN_DEPENDS= kirigami-addons>=0:x11-toolkits/kirigami-addons
USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 qt:5 \ USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 qt:5 \
tar:xz xorg tar:xz xorg
USE_KDE= calendarcore completion config contacts coreaddons crash \ USE_KDE= calendarcore completion config contacts coreaddons crash \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828314 TIMESTAMP = 1681548346
SHA256 (KDE/release-service/22.12.3/itinerary-22.12.3.tar.xz) = 80d636afebe43776b9d7e676f5a7a4e270b6f8a97f5fcf1a34b01bbe03209de2 SHA256 (KDE/release-service/23.04.0/itinerary-23.04.0.tar.xz) = 438af1c36e3846c2578d857919d51c6b038b87e2d16c2841f27599e20062ea7e
SIZE (KDE/release-service/22.12.3/itinerary-22.12.3.tar.xz) = 580608 SIZE (KDE/release-service/23.04.0/itinerary-23.04.0.tar.xz) = 579220

View File

@ -1,19 +1,6 @@
bin/itinerary bin/itinerary
lib/libSolidExtras.so lib/libSolidExtras.so
%%QT_PLUGINDIR%%/kf5/thumbcreator/itinerarythumbnail.so %%QT_PLUGINDIR%%/kf5/thumbcreator/itinerarythumbnail.so
%%QT_QMLDIR%%/org/kde/itinerary/kirigamiaddons/dateandtime/ClockFace.qml
%%QT_QMLDIR%%/org/kde/itinerary/kirigamiaddons/dateandtime/DateInput.qml
%%QT_QMLDIR%%/org/kde/itinerary/kirigamiaddons/dateandtime/DatePicker.qml
%%QT_QMLDIR%%/org/kde/itinerary/kirigamiaddons/dateandtime/DatePopup.qml
%%QT_QMLDIR%%/org/kde/itinerary/kirigamiaddons/dateandtime/TimeInput.qml
%%QT_QMLDIR%%/org/kde/itinerary/kirigamiaddons/dateandtime/TimeLabel.qml
%%QT_QMLDIR%%/org/kde/itinerary/kirigamiaddons/dateandtime/TimePicker.qml
%%QT_QMLDIR%%/org/kde/itinerary/kirigamiaddons/dateandtime/libitinerary-dateandtimeplugin.so
%%QT_QMLDIR%%/org/kde/itinerary/kirigamiaddons/dateandtime/private/ClockElement.qml
%%QT_QMLDIR%%/org/kde/itinerary/kirigamiaddons/dateandtime/private/DesktopDateInput.qml
%%QT_QMLDIR%%/org/kde/itinerary/kirigamiaddons/dateandtime/private/Hand.qml
%%QT_QMLDIR%%/org/kde/itinerary/kirigamiaddons/dateandtime/private/MobileDateInput.qml
%%QT_QMLDIR%%/org/kde/itinerary/kirigamiaddons/dateandtime/qmldir
%%QT_QMLDIR%%/org/kde/solidextras/libsolidextrasqmlplugin.so %%QT_QMLDIR%%/org/kde/solidextras/libsolidextrasqmlplugin.so
%%QT_QMLDIR%%/org/kde/solidextras/qmldir %%QT_QMLDIR%%/org/kde/solidextras/qmldir
share/applications/org.kde.itinerary.desktop share/applications/org.kde.itinerary.desktop

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828337 TIMESTAMP = 1681548353
SHA256 (KDE/release-service/22.12.3/kaddressbook-22.12.3.tar.xz) = 7eb5d5a70d48c4a2fedfcbd08351762e97f9248b3dfd43b2820097509b8b0cb6 SHA256 (KDE/release-service/23.04.0/kaddressbook-23.04.0.tar.xz) = 3c91736c0d98a5df94031b080d6c2b4efabf16123a533e5dcc98f31d74c0c96c
SIZE (KDE/release-service/22.12.3/kaddressbook-22.12.3.tar.xz) = 3458876 SIZE (KDE/release-service/23.04.0/kaddressbook-23.04.0.tar.xz) = 3457560

View File

@ -1,31 +1,35 @@
bin/kaddressbook bin/kaddressbook
include/KPim/KAddressBookImportExport/ContactFields include/KPim5/KAddressBookImportExport/ContactFields
include/KPim/KAddressBookImportExport/ContactList include/KPim5/KAddressBookImportExport/ContactList
include/KPim/KAddressBookImportExport/ContactSelectionDialog include/KPim5/KAddressBookImportExport/ContactSelectionDialog
include/KPim/KAddressBookImportExport/ContactSelectionWidget include/KPim5/KAddressBookImportExport/ContactSelectionWidget
include/KPim/KAddressBookImportExport/ExportSelectionWidget include/KPim5/KAddressBookImportExport/ExportSelectionWidget
include/KPim/KAddressBookImportExport/ImportExportEngine include/KPim5/KAddressBookImportExport/ImportExportEngine
include/KPim/KAddressBookImportExport/Plugin include/KPim5/KAddressBookImportExport/Plugin
include/KPim/KAddressBookImportExport/PluginInterface include/KPim5/KAddressBookImportExport/PluginInterface
include/KPim/KAddressBookImportExport/PluginManager include/KPim5/KAddressBookImportExport/PluginManager
include/KPim/kaddressbookimportexport/contactfields.h include/KPim5/kaddressbookimportexport/contactfields.h
include/KPim/kaddressbookimportexport/contactlist.h include/KPim5/kaddressbookimportexport/contactlist.h
include/KPim/kaddressbookimportexport/contactselectiondialog.h include/KPim5/kaddressbookimportexport/contactselectiondialog.h
include/KPim/kaddressbookimportexport/contactselectionwidget.h include/KPim5/kaddressbookimportexport/contactselectionwidget.h
include/KPim/kaddressbookimportexport/exportselectionwidget.h include/KPim5/kaddressbookimportexport/exportselectionwidget.h
include/KPim/kaddressbookimportexport/importexportengine.h include/KPim5/kaddressbookimportexport/importexportengine.h
include/KPim/kaddressbookimportexport/kaddressbook_importexport_export.h include/KPim5/kaddressbookimportexport/kaddressbook_importexport_export.h
include/KPim/kaddressbookimportexport/plugin.h include/KPim5/kaddressbookimportexport/plugin.h
include/KPim/kaddressbookimportexport/plugininterface.h include/KPim5/kaddressbookimportexport/plugininterface.h
include/KPim/kaddressbookimportexport/pluginmanager.h include/KPim5/kaddressbookimportexport/pluginmanager.h
include/KPim/kaddressbookimportexport_version.h include/KPim5/kaddressbookimportexport_version.h
lib/cmake/KPim5AddressbookImportExport/KPim5AddressbookImportExportConfig.cmake
lib/cmake/KPim5AddressbookImportExport/KPim5AddressbookImportExportConfigVersion.cmake
lib/cmake/KPim5AddressbookImportExport/KPim5AddressbookImportExportTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KPim5AddressbookImportExport/KPim5AddressbookImportExportTargets.cmake
lib/cmake/KPimAddressbookImportExport/KPimAddressbookImportExportConfig.cmake lib/cmake/KPimAddressbookImportExport/KPimAddressbookImportExportConfig.cmake
lib/cmake/KPimAddressbookImportExport/KPimAddressbookImportExportConfigVersion.cmake lib/cmake/KPimAddressbookImportExport/KPimAddressbookImportExportConfigVersion.cmake
lib/cmake/KPimAddressbookImportExport/KPimAddressbookImportExportTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KPimAddressbookImportExport/KPimAddressbookImportExportTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KPimAddressbookImportExport/KPimAddressbookImportExportTargets.cmake lib/cmake/KPimAddressbookImportExport/KPimAddressbookImportExportTargets.cmake
lib/libKPimAddressbookImportExport.so lib/libKPim5AddressbookImportExport.so
lib/libKPimAddressbookImportExport.so.5 lib/libKPim5AddressbookImportExport.so.5
lib/libKPimAddressbookImportExport.so.%%KDE_APPLICATIONS_SHLIB_VER%% lib/libKPim5AddressbookImportExport.so.%%KDE_APPLICATIONS_SHLIB_VER%%
lib/libkaddressbookprivate.so.5 lib/libkaddressbookprivate.so.5
lib/libkaddressbookprivate.so.%%KDE_APPLICATIONS_SHLIB_VER%% lib/libkaddressbookprivate.so.%%KDE_APPLICATIONS_SHLIB_VER%%
%%QT_MKSPECDIR%%/modules/qt_KAddressbookImportExport.pri %%QT_MKSPECDIR%%/modules/qt_KAddressbookImportExport.pri

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828346 TIMESTAMP = 1681548336
SHA256 (KDE/release-service/22.12.3/kalarm-22.12.3.tar.xz) = 05523ebb3cb4f9b87461219fdd9443ca39560261d2d4fbe8dc5c4163554a8c1c SHA256 (KDE/release-service/23.04.0/kalarm-23.04.0.tar.xz) = 3aad46389998c50e587f2fa467b143ca978c3e04ed9de37d923f4e0b255aa131
SIZE (KDE/release-service/22.12.3/kalarm-22.12.3.tar.xz) = 2579824 SIZE (KDE/release-service/23.04.0/kalarm-23.04.0.tar.xz) = 2588220

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828320 TIMESTAMP = 1681548356
SHA256 (KDE/release-service/22.12.3/kalendar-22.12.3.tar.xz) = 56c574a760e678d0570e892c160c1c22c2a0079c279e04aeebf166da8e8602b5 SHA256 (KDE/release-service/23.04.0/kalendar-23.04.0.tar.xz) = ee6331fb4b44c757f1d892961bbb8779b0d8dac3f667e208b037ae6d67f68766
SIZE (KDE/release-service/22.12.3/kalendar-22.12.3.tar.xz) = 803604 SIZE (KDE/release-service/23.04.0/kalendar-23.04.0.tar.xz) = 823108

View File

@ -1,9 +1,35 @@
bin/kalendar bin/kalendar
%%QT_QMLDIR%%/org/kde/akonadi/AgentConfigurationForm.qml %%QT_QMLDIR%%/org/kde/akonadi/AgentConfigurationForm.qml
%%QT_QMLDIR%%/org/kde/akonadi/CollectionComboBox.qml %%QT_QMLDIR%%/org/kde/akonadi/CollectionComboBox.qml
%%QT_QMLDIR%%/org/kde/akonadi/MobileCollectionComboBox.qml
%%QT_QMLDIR%%/org/kde/akonadi/libakonadi_quick_plugin.so %%QT_QMLDIR%%/org/kde/akonadi/libakonadi_quick_plugin.so
%%QT_QMLDIR%%/org/kde/akonadi/qmldir %%QT_QMLDIR%%/org/kde/akonadi/qmldir
%%QT_QMLDIR%%/org/kde/kalendar/calendar/CalendarApplication.qml
%%QT_QMLDIR%%/org/kde/kalendar/calendar/ReminderDelegate.qml
%%QT_QMLDIR%%/org/kde/kalendar/calendar/libkalendar_calendar_plugin.so
%%QT_QMLDIR%%/org/kde/kalendar/calendar/private/GlobalMenuBar.qml
%%QT_QMLDIR%%/org/kde/kalendar/calendar/private/MenuBar.qml
%%QT_QMLDIR%%/org/kde/kalendar/calendar/qmldir
%%QT_QMLDIR%%/org/kde/kalendar/components/BottomToolBar.qml
%%QT_QMLDIR%%/org/kde/kalendar/components/EditMenu.qml
%%QT_QMLDIR%%/org/kde/kalendar/components/FileMenu.qml
%%QT_QMLDIR%%/org/kde/kalendar/components/HelpMenu.qml
%%QT_QMLDIR%%/org/kde/kalendar/components/KActionFromAction.qml
%%QT_QMLDIR%%/org/kde/kalendar/components/KalendarApp.qml
%%QT_QMLDIR%%/org/kde/kalendar/components/NativeEditMenu.qml
%%QT_QMLDIR%%/org/kde/kalendar/components/NativeFileMenu.qml
%%QT_QMLDIR%%/org/kde/kalendar/components/NativeHelpMenu.qml
%%QT_QMLDIR%%/org/kde/kalendar/components/NativeMenuItemFromAction.qml
%%QT_QMLDIR%%/org/kde/kalendar/components/NativeSettingsMenu.qml
%%QT_QMLDIR%%/org/kde/kalendar/components/NativeViewMenu.qml
%%QT_QMLDIR%%/org/kde/kalendar/components/NativeWindowMenu.qml
%%QT_QMLDIR%%/org/kde/kalendar/components/SettingsMenu.qml
%%QT_QMLDIR%%/org/kde/kalendar/components/ViewMenu.qml
%%QT_QMLDIR%%/org/kde/kalendar/components/WindowMenu.qml
%%QT_QMLDIR%%/org/kde/kalendar/components/libkalendar_components_plugin.so
%%QT_QMLDIR%%/org/kde/kalendar/components/qmldir
%%QT_QMLDIR%%/org/kde/kalendar/contact/AddressBookCollectionHandler.qml %%QT_QMLDIR%%/org/kde/kalendar/contact/AddressBookCollectionHandler.qml
%%QT_QMLDIR%%/org/kde/kalendar/contact/ContactApplication.qml
%%QT_QMLDIR%%/org/kde/kalendar/contact/ContactChooserPage.qml %%QT_QMLDIR%%/org/kde/kalendar/contact/ContactChooserPage.qml
%%QT_QMLDIR%%/org/kde/kalendar/contact/ContactView.qml %%QT_QMLDIR%%/org/kde/kalendar/contact/ContactView.qml
%%QT_QMLDIR%%/org/kde/kalendar/contact/libkalendar_contact_plugin.so %%QT_QMLDIR%%/org/kde/kalendar/contact/libkalendar_contact_plugin.so
@ -15,12 +41,15 @@ bin/kalendar
%%QT_QMLDIR%%/org/kde/kalendar/contact/private/ContactPage.qml %%QT_QMLDIR%%/org/kde/kalendar/contact/private/ContactPage.qml
%%QT_QMLDIR%%/org/kde/kalendar/contact/private/ContactsPage.qml %%QT_QMLDIR%%/org/kde/kalendar/contact/private/ContactsPage.qml
%%QT_QMLDIR%%/org/kde/kalendar/contact/private/DeleteContactAction.qml %%QT_QMLDIR%%/org/kde/kalendar/contact/private/DeleteContactAction.qml
%%QT_QMLDIR%%/org/kde/kalendar/contact/private/GlobalMenuBar.qml
%%QT_QMLDIR%%/org/kde/kalendar/contact/private/Header.qml %%QT_QMLDIR%%/org/kde/kalendar/contact/private/Header.qml
%%QT_QMLDIR%%/org/kde/kalendar/contact/private/MenuBar.qml
%%QT_QMLDIR%%/org/kde/kalendar/contact/private/PhoneNumberDialog.qml %%QT_QMLDIR%%/org/kde/kalendar/contact/private/PhoneNumberDialog.qml
%%QT_QMLDIR%%/org/kde/kalendar/contact/private/QrCodePage.qml %%QT_QMLDIR%%/org/kde/kalendar/contact/private/QrCodePage.qml
%%QT_QMLDIR%%/org/kde/kalendar/contact/qmldir %%QT_QMLDIR%%/org/kde/kalendar/contact/qmldir
%%QT_QMLDIR%%/org/kde/kalendar/mail/ConversationViewer.qml %%QT_QMLDIR%%/org/kde/kalendar/mail/ConversationViewer.qml
%%QT_QMLDIR%%/org/kde/kalendar/mail/FolderView.qml %%QT_QMLDIR%%/org/kde/kalendar/mail/FolderView.qml
%%QT_QMLDIR%%/org/kde/kalendar/mail/MailApplication.qml
%%QT_QMLDIR%%/org/kde/kalendar/mail/MailSidebar.qml %%QT_QMLDIR%%/org/kde/kalendar/mail/MailSidebar.qml
%%QT_QMLDIR%%/org/kde/kalendar/mail/MailViewer.qml %%QT_QMLDIR%%/org/kde/kalendar/mail/MailViewer.qml
%%QT_QMLDIR%%/org/kde/kalendar/mail/libkalendar_mail_plugin.so %%QT_QMLDIR%%/org/kde/kalendar/mail/libkalendar_mail_plugin.so
@ -33,7 +62,10 @@ bin/kalendar
%%QT_QMLDIR%%/org/kde/kalendar/mail/mailpartview/MailPartView.qml %%QT_QMLDIR%%/org/kde/kalendar/mail/mailpartview/MailPartView.qml
%%QT_QMLDIR%%/org/kde/kalendar/mail/mailpartview/TextPart.qml %%QT_QMLDIR%%/org/kde/kalendar/mail/mailpartview/TextPart.qml
%%QT_QMLDIR%%/org/kde/kalendar/mail/private/AttachmentDelegate.qml %%QT_QMLDIR%%/org/kde/kalendar/mail/private/AttachmentDelegate.qml
%%QT_QMLDIR%%/org/kde/kalendar/mail/private/EditMenu.qml
%%QT_QMLDIR%%/org/kde/kalendar/mail/private/GlobalMenuBar.qml
%%QT_QMLDIR%%/org/kde/kalendar/mail/private/MailDelegate.qml %%QT_QMLDIR%%/org/kde/kalendar/mail/private/MailDelegate.qml
%%QT_QMLDIR%%/org/kde/kalendar/mail/private/MenuBar.qml
%%QT_QMLDIR%%/org/kde/kalendar/mail/qmldir %%QT_QMLDIR%%/org/kde/kalendar/mail/qmldir
share/applications/org.kde.kalendar.desktop share/applications/org.kde.kalendar.desktop
share/icons/hicolor/scalable/apps/org.kde.kalendar.svg share/icons/hicolor/scalable/apps/org.kde.kalendar.svg
@ -61,6 +93,8 @@ share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.kalendar.contact.mo
share/locale/fr/LC_MESSAGES/kalendar.mo share/locale/fr/LC_MESSAGES/kalendar.mo
share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.kalendar.contact.mo share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.kalendar.contact.mo
share/locale/hu/LC_MESSAGES/kalendar.mo share/locale/hu/LC_MESSAGES/kalendar.mo
share/locale/id/LC_MESSAGES/kalendar.mo
share/locale/id/LC_MESSAGES/plasma_applet_org.kde.kalendar.contact.mo
share/locale/it/LC_MESSAGES/kalendar.mo share/locale/it/LC_MESSAGES/kalendar.mo
share/locale/it/LC_MESSAGES/plasma_applet_org.kde.kalendar.contact.mo share/locale/it/LC_MESSAGES/plasma_applet_org.kde.kalendar.contact.mo
share/locale/ja/LC_MESSAGES/kalendar.mo share/locale/ja/LC_MESSAGES/kalendar.mo
@ -68,6 +102,8 @@ share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.kalendar.contact.mo
share/locale/ka/LC_MESSAGES/kalendar.mo share/locale/ka/LC_MESSAGES/kalendar.mo
share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.kalendar.contact.mo share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.kalendar.contact.mo
share/locale/ko/LC_MESSAGES/kalendar.mo share/locale/ko/LC_MESSAGES/kalendar.mo
share/locale/lt/LC_MESSAGES/kalendar.mo
share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.kalendar.contact.mo
share/locale/lv/LC_MESSAGES/kalendar.mo share/locale/lv/LC_MESSAGES/kalendar.mo
share/locale/nl/LC_MESSAGES/kalendar.mo share/locale/nl/LC_MESSAGES/kalendar.mo
share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.kalendar.contact.mo share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.kalendar.contact.mo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828332 TIMESTAMP = 1681548362
SHA256 (KDE/release-service/22.12.3/kcharselect-22.12.3.tar.xz) = 3440f571017835b03326a0c3dddb6d130e2cb79e4d8d1f6d76b839c97672a3dd SHA256 (KDE/release-service/23.04.0/kcharselect-23.04.0.tar.xz) = 474b65e34258bb05e496220ef49930b6906a883266ee491d96c3de6d5fb24d22
SIZE (KDE/release-service/22.12.3/kcharselect-22.12.3.tar.xz) = 381308 SIZE (KDE/release-service/23.04.0/kcharselect-23.04.0.tar.xz) = 382916

View File

@ -12,7 +12,8 @@ LIB_DEPENDS= libfakekey.so:x11/libfakekey \
libwayland-client.so:graphics/wayland \ libwayland-client.so:graphics/wayland \
libKF5PulseAudioQt.so:audio/pulseaudio-qt libKF5PulseAudioQt.so:audio/pulseaudio-qt
BUILD_DEPENDS= kpeoplevcard>0:net/kpeoplevcard \ BUILD_DEPENDS= kpeoplevcard>0:net/kpeoplevcard \
${LOCALBASE}/include/linux/input.h:devel/evdev-proto ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \
wayland-protocols>=0:graphics/wayland-protocols
RUN_DEPENDS= sshpass:security/sshpass \ RUN_DEPENDS= sshpass:security/sshpass \
sshfs:sysutils/fusefs-sshfs \ sshfs:sysutils/fusefs-sshfs \
kpeoplevcard>0:net/kpeoplevcard kpeoplevcard>0:net/kpeoplevcard

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828323 TIMESTAMP = 1681548338
SHA256 (KDE/release-service/22.12.3/kdeconnect-kde-22.12.3.tar.xz) = 2bdadee8765b01697c8a7190981c3948fbbbf8643fe0cfbc29bc221c29ba8099 SHA256 (KDE/release-service/23.04.0/kdeconnect-kde-23.04.0.tar.xz) = 80bae0d03fd688ee30b7872e2ea04af690346a6d86ca2db17de9253f781a019d
SIZE (KDE/release-service/22.12.3/kdeconnect-kde-22.12.3.tar.xz) = 638472 SIZE (KDE/release-service/23.04.0/kdeconnect-kde-23.04.0.tar.xz) = 649120

View File

@ -12,7 +12,6 @@ lib/libkdeconnectinterfaces.so.%%KDE_APPLICATIONS_VERSION_SHORT%%
lib/libkdeconnectinterfaces.so.%%KDE_APPLICATIONS_SHLIB_VER%% lib/libkdeconnectinterfaces.so.%%KDE_APPLICATIONS_SHLIB_VER%%
lib/libkdeconnectpluginkcm.so.%%KDE_APPLICATIONS_VERSION_SHORT%% lib/libkdeconnectpluginkcm.so.%%KDE_APPLICATIONS_VERSION_SHORT%%
lib/libkdeconnectpluginkcm.so.%%KDE_APPLICATIONS_SHLIB_VER%% lib/libkdeconnectpluginkcm.so.%%KDE_APPLICATIONS_SHLIB_VER%%
%%QT_PLUGINDIR%%/kcm_kdeconnect.so
%%QT_PLUGINDIR%%/kdeconnect/kcms/kdeconnect_clipboard_config.so %%QT_PLUGINDIR%%/kdeconnect/kcms/kdeconnect_clipboard_config.so
%%QT_PLUGINDIR%%/kdeconnect/kcms/kdeconnect_findthisdevice_config.so %%QT_PLUGINDIR%%/kdeconnect/kcms/kdeconnect_findthisdevice_config.so
%%QT_PLUGINDIR%%/kdeconnect/kcms/kdeconnect_pausemusic_config.so %%QT_PLUGINDIR%%/kdeconnect/kcms/kdeconnect_pausemusic_config.so
@ -50,12 +49,14 @@ lib/libkdeconnectpluginkcm.so.%%KDE_APPLICATIONS_SHLIB_VER%%
%%QT_PLUGINDIR%%/kdeconnect/kdeconnect_virtualmonitor.so %%QT_PLUGINDIR%%/kdeconnect/kdeconnect_virtualmonitor.so
%%QT_PLUGINDIR%%/kf5/kfileitemaction/kdeconnectfileitemaction.so %%QT_PLUGINDIR%%/kf5/kfileitemaction/kdeconnectfileitemaction.so
%%QT_PLUGINDIR%%/kf5/kio/kdeconnect.so %%QT_PLUGINDIR%%/kf5/kio/kdeconnect.so
%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_kdeconnect.so
%%QT_QMLDIR%%/org/kde/kdeconnect/DBusProperty.qml %%QT_QMLDIR%%/org/kde/kdeconnect/DBusProperty.qml
%%QT_QMLDIR%%/org/kde/kdeconnect/PluginChecker.qml %%QT_QMLDIR%%/org/kde/kdeconnect/PluginChecker.qml
%%QT_QMLDIR%%/org/kde/kdeconnect/RemoteKeyboard.qml %%QT_QMLDIR%%/org/kde/kdeconnect/RemoteKeyboard.qml
%%QT_QMLDIR%%/org/kde/kdeconnect/libkdeconnectdeclarativeplugin.so %%QT_QMLDIR%%/org/kde/kdeconnect/libkdeconnectdeclarativeplugin.so
%%QT_QMLDIR%%/org/kde/kdeconnect/qmldir %%QT_QMLDIR%%/org/kde/kdeconnect/qmldir
share/Thunar/sendto/kdeconnect-thunar.desktop share/Thunar/sendto/kdeconnect-thunar.desktop
share/applications/kcm_kdeconnect.desktop
share/applications/org.kde.kdeconnect-settings.desktop share/applications/org.kde.kdeconnect-settings.desktop
share/applications/org.kde.kdeconnect.app.desktop share/applications/org.kde.kdeconnect.app.desktop
share/applications/org.kde.kdeconnect.daemon.desktop share/applications/org.kde.kdeconnect.daemon.desktop
@ -112,7 +113,6 @@ share/kdeconnect/kdeconnect_runcommand_config.qml
share/kdeconnect/kdeconnect_sendnotifications_config.qml share/kdeconnect/kdeconnect_sendnotifications_config.qml
share/kdeconnect/kdeconnect_share_config.qml share/kdeconnect/kdeconnect_share_config.qml
share/knotifications5/kdeconnect.notifyrc share/knotifications5/kdeconnect.notifyrc
share/kservices5/kcm_kdeconnect.desktop
share/kservices5/plasma-kdeconnect.desktop share/kservices5/plasma-kdeconnect.desktop
share/locale/ar/LC_MESSAGES/kdeconnect-app.mo share/locale/ar/LC_MESSAGES/kdeconnect-app.mo
share/locale/ar/LC_MESSAGES/kdeconnect-cli.mo share/locale/ar/LC_MESSAGES/kdeconnect-cli.mo
@ -412,6 +412,16 @@ share/locale/id/LC_MESSAGES/kdeconnect-settings.mo
share/locale/id/LC_MESSAGES/kdeconnect-sms.mo share/locale/id/LC_MESSAGES/kdeconnect-sms.mo
share/locale/id/LC_MESSAGES/kdeconnect-urlhandler.mo share/locale/id/LC_MESSAGES/kdeconnect-urlhandler.mo
share/locale/id/LC_MESSAGES/plasma_applet_org.kde.kdeconnect.mo share/locale/id/LC_MESSAGES/plasma_applet_org.kde.kdeconnect.mo
share/locale/ie/LC_MESSAGES/kdeconnect-app.mo
share/locale/ie/LC_MESSAGES/kdeconnect-core.mo
share/locale/ie/LC_MESSAGES/kdeconnect-fileitemaction.mo
share/locale/ie/LC_MESSAGES/kdeconnect-indicator.mo
share/locale/ie/LC_MESSAGES/kdeconnect-interfaces.mo
share/locale/ie/LC_MESSAGES/kdeconnect-kcm.mo
share/locale/ie/LC_MESSAGES/kdeconnect-kio.mo
share/locale/ie/LC_MESSAGES/kdeconnect-nautilus-extension.mo
share/locale/ie/LC_MESSAGES/kdeconnect-settings.mo
share/locale/ie/LC_MESSAGES/plasma_applet_org.kde.kdeconnect.mo
share/locale/is/LC_MESSAGES/kdeconnect-app.mo share/locale/is/LC_MESSAGES/kdeconnect-app.mo
share/locale/is/LC_MESSAGES/kdeconnect-cli.mo share/locale/is/LC_MESSAGES/kdeconnect-cli.mo
share/locale/is/LC_MESSAGES/kdeconnect-core.mo share/locale/is/LC_MESSAGES/kdeconnect-core.mo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828335 TIMESTAMP = 1681548332
SHA256 (KDE/release-service/22.12.3/kdepim-addons-22.12.3.tar.xz) = 6d95b4900006ec92da14f9244811b8aad3967724baa4d8b4bf66ca82ab585779 SHA256 (KDE/release-service/23.04.0/kdepim-addons-23.04.0.tar.xz) = 9fb406498ce57505a7bea5b156fc10cab010f7312c25322aa9dcd1e3614127d5
SIZE (KDE/release-service/22.12.3/kdepim-addons-22.12.3.tar.xz) = 2670804 SIZE (KDE/release-service/23.04.0/kdepim-addons-23.04.0.tar.xz) = 2648720

View File

@ -14,16 +14,10 @@ lib/libexpireaccounttrashfolderconfig.so.5
lib/libexpireaccounttrashfolderconfig.so.%%KDE_APPLICATIONS_SHLIB_VER%% lib/libexpireaccounttrashfolderconfig.so.%%KDE_APPLICATIONS_SHLIB_VER%%
lib/libfolderconfiguresettings.so.5 lib/libfolderconfiguresettings.so.5
lib/libfolderconfiguresettings.so.%%KDE_APPLICATIONS_SHLIB_VER%% lib/libfolderconfiguresettings.so.%%KDE_APPLICATIONS_SHLIB_VER%%
lib/libgrammarcommon.so.5
lib/libgrammarcommon.so.%%KDE_APPLICATIONS_SHLIB_VER%%
lib/libkaddressbookmergelibprivate.so.5 lib/libkaddressbookmergelibprivate.so.5
lib/libkaddressbookmergelibprivate.so.%%KDE_APPLICATIONS_SHLIB_VER%% lib/libkaddressbookmergelibprivate.so.%%KDE_APPLICATIONS_SHLIB_VER%%
lib/libkmailconfirmbeforedeleting.so.5 lib/libkmailconfirmbeforedeleting.so.5
lib/libkmailconfirmbeforedeleting.so.%%KDE_APPLICATIONS_SHLIB_VER%% lib/libkmailconfirmbeforedeleting.so.%%KDE_APPLICATIONS_SHLIB_VER%%
lib/libkmailgrammalecte.so.5
lib/libkmailgrammalecte.so.%%KDE_APPLICATIONS_SHLIB_VER%%
lib/libkmaillanguagetool.so.5
lib/libkmaillanguagetool.so.%%KDE_APPLICATIONS_SHLIB_VER%%
lib/libkmailmarkdown.so.5 lib/libkmailmarkdown.so.5
lib/libkmailmarkdown.so.%%KDE_APPLICATIONS_SHLIB_VER%% lib/libkmailmarkdown.so.%%KDE_APPLICATIONS_SHLIB_VER%%
lib/libkmailquicktextpluginprivate.so.5 lib/libkmailquicktextpluginprivate.so.5
@ -120,7 +114,6 @@ share/icons/hicolor/scalable/status/moon-phase-first-quarter.svg
share/icons/hicolor/scalable/status/moon-phase-full.svg share/icons/hicolor/scalable/status/moon-phase-full.svg
share/icons/hicolor/scalable/status/moon-phase-last-quarter.svg share/icons/hicolor/scalable/status/moon-phase-last-quarter.svg
share/icons/hicolor/scalable/status/moon-phase-new.svg share/icons/hicolor/scalable/status/moon-phase-new.svg
share/kconf_update/languagetool_kmail.upd
share/kconf_update/webengineurlinterceptoradblock.upd share/kconf_update/webengineurlinterceptoradblock.upd
share/locale/af/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/af/LC_MESSAGES/kaddressbook_importexportplugins.mo
share/locale/af/LC_MESSAGES/korganizer_plugins.mo share/locale/af/LC_MESSAGES/korganizer_plugins.mo
@ -724,6 +717,7 @@ share/locale/lt/LC_MESSAGES/customtoolsplugin.mo
share/locale/lt/LC_MESSAGES/importwizard_plugins.mo share/locale/lt/LC_MESSAGES/importwizard_plugins.mo
share/locale/lt/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/lt/LC_MESSAGES/kaddressbook_importexportplugins.mo
share/locale/lt/LC_MESSAGES/kaddressbook_plugins.mo share/locale/lt/LC_MESSAGES/kaddressbook_plugins.mo
share/locale/lt/LC_MESSAGES/kmail_checkbeforedeleting_plugins.mo
share/locale/lt/LC_MESSAGES/kmail_editor_plugins.mo share/locale/lt/LC_MESSAGES/kmail_editor_plugins.mo
share/locale/lt/LC_MESSAGES/kmail_editorconvertertext_plugins.mo share/locale/lt/LC_MESSAGES/kmail_editorconvertertext_plugins.mo
share/locale/lt/LC_MESSAGES/kmail_editorgrammar_plugins.mo share/locale/lt/LC_MESSAGES/kmail_editorgrammar_plugins.mo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828327 TIMESTAMP = 1681548337
SHA256 (KDE/release-service/22.12.3/kdepim-runtime-22.12.3.tar.xz) = 7db07507649a94b01bf788415610ef5e3d0324442a9b474ad64d94ceecb77257 SHA256 (KDE/release-service/23.04.0/kdepim-runtime-23.04.0.tar.xz) = 6ecb39a4235155471c58971b4ad79601bd16c454183b5a435f782592c0797949
SIZE (KDE/release-service/22.12.3/kdepim-runtime-22.12.3.tar.xz) = 1855800 SIZE (KDE/release-service/23.04.0/kdepim-runtime-23.04.0.tar.xz) = 1863524

View File

@ -133,6 +133,7 @@ share/knotifications5/akonadi_pop3_resource.notifyrc
share/kservices5/akonadi/davgroupware-providers/citadel.desktop share/kservices5/akonadi/davgroupware-providers/citadel.desktop
share/kservices5/akonadi/davgroupware-providers/davical.desktop share/kservices5/akonadi/davgroupware-providers/davical.desktop
share/kservices5/akonadi/davgroupware-providers/egroupware.desktop share/kservices5/akonadi/davgroupware-providers/egroupware.desktop
share/kservices5/akonadi/davgroupware-providers/mailbox-org.desktop
share/kservices5/akonadi/davgroupware-providers/nextcloud.desktop share/kservices5/akonadi/davgroupware-providers/nextcloud.desktop
share/kservices5/akonadi/davgroupware-providers/opengroupware.desktop share/kservices5/akonadi/davgroupware-providers/opengroupware.desktop
share/kservices5/akonadi/davgroupware-providers/owncloud-pre5.desktop share/kservices5/akonadi/davgroupware-providers/owncloud-pre5.desktop

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828319 TIMESTAMP = 1681548342
SHA256 (KDE/release-service/22.12.3/keditbookmarks-22.12.3.tar.xz) = a647b069bf1607f366d549a148c785894b03f5b3ea5fad91319eece114be2b2c SHA256 (KDE/release-service/23.04.0/keditbookmarks-23.04.0.tar.xz) = dd0296cc85ac8de39eebb96ff2322598acb6ab3fec0dddabb033489419c3558a
SIZE (KDE/release-service/22.12.3/keditbookmarks-22.12.3.tar.xz) = 236572 SIZE (KDE/release-service/23.04.0/keditbookmarks-23.04.0.tar.xz) = 238820

View File

@ -21,6 +21,7 @@ man/ru/man1/kbookmarkmerger.1.gz
man/sr/man1/kbookmarkmerger.1.gz man/sr/man1/kbookmarkmerger.1.gz
man/sr@latin/man1/kbookmarkmerger.1.gz man/sr@latin/man1/kbookmarkmerger.1.gz
man/sv/man1/kbookmarkmerger.1.gz man/sv/man1/kbookmarkmerger.1.gz
man/tr/man1/kbookmarkmerger.1.gz
man/uk/man1/kbookmarkmerger.1.gz man/uk/man1/kbookmarkmerger.1.gz
man/zh_CN/man1/kbookmarkmerger.1.gz man/zh_CN/man1/kbookmarkmerger.1.gz
share/applications/org.kde.keditbookmarks.desktop share/applications/org.kde.keditbookmarks.desktop

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828330 TIMESTAMP = 1681548347
SHA256 (KDE/release-service/22.12.3/kfind-22.12.3.tar.xz) = fd4cae69f08f00f49d6ec603ae746ffab6f64305cc6d8381b803af6f99d115a8 SHA256 (KDE/release-service/23.04.0/kfind-23.04.0.tar.xz) = e806f337e8ed689a7bdd0066360a81dfe38dd1d1fc79ec1637a5294cf5364ceb
SIZE (KDE/release-service/22.12.3/kfind-22.12.3.tar.xz) = 340372 SIZE (KDE/release-service/23.04.0/kfind-23.04.0.tar.xz) = 342804

View File

@ -15,6 +15,7 @@ man/ru/man1/kfind.1.gz
man/sr/man1/kfind.1.gz man/sr/man1/kfind.1.gz
man/sr@latin/man1/kfind.1.gz man/sr@latin/man1/kfind.1.gz
man/sv/man1/kfind.1.gz man/sv/man1/kfind.1.gz
man/tr/man1/kfind.1.gz
man/uk/man1/kfind.1.gz man/uk/man1/kfind.1.gz
share/applications/org.kde.kfind.desktop share/applications/org.kde.kfind.desktop
share/icons/hicolor/128x128/apps/kfind.png share/icons/hicolor/128x128/apps/kfind.png

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828325 TIMESTAMP = 1681548339
SHA256 (KDE/release-service/22.12.3/kmail-account-wizard-22.12.3.tar.xz) = 88cb050c87ae796628e881804a69b098a0257b7273f0ef5eb7e753767a274546 SHA256 (KDE/release-service/23.04.0/kmail-account-wizard-23.04.0.tar.xz) = 1f1ac3bf9070d5f78270e4c00ba936ca6212295facba205251999eefe63518c4
SIZE (KDE/release-service/22.12.3/kmail-account-wizard-22.12.3.tar.xz) = 184268 SIZE (KDE/release-service/23.04.0/kmail-account-wizard-23.04.0.tar.xz) = 184560

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828316 TIMESTAMP = 1681548341
SHA256 (KDE/release-service/22.12.3/kmail-22.12.3.tar.xz) = 786d2a02596cdf3252403a9de2c4b37f08b50cbbbbc758086beb57bdd0d1028e SHA256 (KDE/release-service/23.04.0/kmail-23.04.0.tar.xz) = 4a06cd4bddef1d507898f42203b334aed8e3bc50759fd46f2095dec00c1fd9bb
SIZE (KDE/release-service/22.12.3/kmail-22.12.3.tar.xz) = 7659560 SIZE (KDE/release-service/23.04.0/kmail-23.04.0.tar.xz) = 7645140

View File

@ -184,7 +184,15 @@ share/locale/en_GB/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo
share/locale/en_GB/LC_MESSAGES/kmail-refresh-settings.mo share/locale/en_GB/LC_MESSAGES/kmail-refresh-settings.mo
share/locale/en_GB/LC_MESSAGES/kmail.mo share/locale/en_GB/LC_MESSAGES/kmail.mo
share/locale/en_GB/LC_MESSAGES/ktnef.mo share/locale/en_GB/LC_MESSAGES/ktnef.mo
share/locale/eo/LC_MESSAGES/akonadi_archivemail_agent.mo
share/locale/eo/LC_MESSAGES/akonadi_followupreminder_agent.mo
share/locale/eo/LC_MESSAGES/akonadi_mailfilter_agent.mo
share/locale/eo/LC_MESSAGES/akonadi_mailmerge_agent.mo
share/locale/eo/LC_MESSAGES/akonadi_sendlater_agent.mo
share/locale/eo/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo
share/locale/eo/LC_MESSAGES/kmail-refresh-settings.mo
share/locale/eo/LC_MESSAGES/kmail.mo share/locale/eo/LC_MESSAGES/kmail.mo
share/locale/eo/LC_MESSAGES/ktnef.mo
share/locale/es/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/es/LC_MESSAGES/akonadi_archivemail_agent.mo
share/locale/es/LC_MESSAGES/akonadi_followupreminder_agent.mo share/locale/es/LC_MESSAGES/akonadi_followupreminder_agent.mo
share/locale/es/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/es/LC_MESSAGES/akonadi_mailfilter_agent.mo
@ -313,6 +321,7 @@ share/locale/ko/LC_MESSAGES/ktnef.mo
share/locale/lt/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/lt/LC_MESSAGES/akonadi_archivemail_agent.mo
share/locale/lt/LC_MESSAGES/akonadi_followupreminder_agent.mo share/locale/lt/LC_MESSAGES/akonadi_followupreminder_agent.mo
share/locale/lt/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/lt/LC_MESSAGES/akonadi_mailfilter_agent.mo
share/locale/lt/LC_MESSAGES/akonadi_mailmerge_agent.mo
share/locale/lt/LC_MESSAGES/akonadi_sendlater_agent.mo share/locale/lt/LC_MESSAGES/akonadi_sendlater_agent.mo
share/locale/lt/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo share/locale/lt/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo
share/locale/lt/LC_MESSAGES/kmail-refresh-settings.mo share/locale/lt/LC_MESSAGES/kmail-refresh-settings.mo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828347 TIMESTAMP = 1681548351
SHA256 (KDE/release-service/22.12.3/knotes-22.12.3.tar.xz) = 82f5b444c4c412c1ab771f3c5fc8afe47638a32d5260cfb3fec31583030b5bd9 SHA256 (KDE/release-service/23.04.0/knotes-23.04.0.tar.xz) = 680370dc3232eed63397d6cba2f5c9a0b6623ff13266ae4182da9c2aaed41c91
SIZE (KDE/release-service/22.12.3/knotes-22.12.3.tar.xz) = 375376 SIZE (KDE/release-service/23.04.0/knotes-23.04.0.tar.xz) = 375252

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828329 TIMESTAMP = 1681548333
SHA256 (KDE/release-service/22.12.3/kontact-22.12.3.tar.xz) = 215d78b011c4f1d7c5cb48fcf1e1dadf298e528000f05285d23c4d4aae8520c8 SHA256 (KDE/release-service/23.04.0/kontact-23.04.0.tar.xz) = 15db268cebae16524329d9058575fedc39d3766580552a57204992ec07f9006e
SIZE (KDE/release-service/22.12.3/kontact-22.12.3.tar.xz) = 871356 SIZE (KDE/release-service/23.04.0/kontact-23.04.0.tar.xz) = 871632

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828344 TIMESTAMP = 1681548350
SHA256 (KDE/release-service/22.12.3/korganizer-22.12.3.tar.xz) = ac4287ba706695034d0383042d1cd0e2f4bdd2d78a75627e17a16e69cfabad42 SHA256 (KDE/release-service/23.04.0/korganizer-23.04.0.tar.xz) = 46b608dfd51e1b251ad6ca841ae2cc3181089921536222f191991919bc582b3a
SIZE (KDE/release-service/22.12.3/korganizer-22.12.3.tar.xz) = 2571952 SIZE (KDE/release-service/23.04.0/korganizer-23.04.0.tar.xz) = 2537076

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828321 TIMESTAMP = 1681548360
SHA256 (KDE/release-service/22.12.3/kruler-22.12.3.tar.xz) = 6fac6ad67712654848b0d30cf02fe42348b49cbe7ecb9e11636422b65fae186d SHA256 (KDE/release-service/23.04.0/kruler-23.04.0.tar.xz) = 67d80e608003d698623cbce5ee2048d44d89349a074349d884f784d08f2f0b49
SIZE (KDE/release-service/22.12.3/kruler-22.12.3.tar.xz) = 285792 SIZE (KDE/release-service/23.04.0/kruler-23.04.0.tar.xz) = 287540

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828317 TIMESTAMP = 1681548335
SHA256 (KDE/release-service/22.12.3/libkdepim-22.12.3.tar.xz) = fb24959661d870bf2d682e87a539e79189f2370d629dbd3b84e26530f790e68e SHA256 (KDE/release-service/23.04.0/libkdepim-23.04.0.tar.xz) = 605b1725c2dc656016ff3ea16e3119354caeb9e555e7de79dd752883d440ebcb
SIZE (KDE/release-service/22.12.3/libkdepim-22.12.3.tar.xz) = 286196 SIZE (KDE/release-service/23.04.0/libkdepim-23.04.0.tar.xz) = 286568

View File

@ -1,35 +1,40 @@
include/KF5/Libkdepim/Libkdepim/KCheckComboBox include/KPim5/Libkdepim/Libkdepim/KCheckComboBox
include/KF5/Libkdepim/Libkdepim/KWidgetLister include/KPim5/Libkdepim/Libkdepim/KWidgetLister
include/KF5/Libkdepim/Libkdepim/LineEditCatchReturnKey include/KPim5/Libkdepim/Libkdepim/LineEditCatchReturnKey
include/KF5/Libkdepim/Libkdepim/MultiplyingLine include/KPim5/Libkdepim/Libkdepim/MultiplyingLine
include/KF5/Libkdepim/Libkdepim/MultiplyingLineEditor include/KPim5/Libkdepim/Libkdepim/MultiplyingLineEditor
include/KF5/Libkdepim/Libkdepim/ProgressDialog include/KPim5/Libkdepim/Libkdepim/ProgressDialog
include/KF5/Libkdepim/Libkdepim/ProgressIndicatorLabel include/KPim5/Libkdepim/Libkdepim/ProgressIndicatorLabel
include/KF5/Libkdepim/Libkdepim/ProgressManager include/KPim5/Libkdepim/Libkdepim/ProgressManager
include/KF5/Libkdepim/Libkdepim/ProgressStatusBarWidget include/KPim5/Libkdepim/Libkdepim/ProgressStatusBarWidget
include/KF5/Libkdepim/Libkdepim/StatusbarProgressWidget include/KPim5/Libkdepim/Libkdepim/StatusbarProgressWidget
include/KF5/Libkdepim/libkdepim/kcheckcombobox.h include/KPim5/Libkdepim/libkdepim/kcheckcombobox.h
include/KF5/Libkdepim/libkdepim/kdepim_export.h include/KPim5/Libkdepim/libkdepim/kdepim_export.h
include/KF5/Libkdepim/libkdepim/kwidgetlister.h include/KPim5/Libkdepim/libkdepim/kwidgetlister.h
include/KF5/Libkdepim/libkdepim/lineeditcatchreturnkey.h include/KPim5/Libkdepim/libkdepim/lineeditcatchreturnkey.h
include/KF5/Libkdepim/libkdepim/multiplyingline.h include/KPim5/Libkdepim/libkdepim/multiplyingline.h
include/KF5/Libkdepim/libkdepim/multiplyinglineeditor.h include/KPim5/Libkdepim/libkdepim/multiplyinglineeditor.h
include/KF5/Libkdepim/libkdepim/progressdialog.h include/KPim5/Libkdepim/libkdepim/progressdialog.h
include/KF5/Libkdepim/libkdepim/progressindicatorlabel.h include/KPim5/Libkdepim/libkdepim/progressindicatorlabel.h
include/KF5/Libkdepim/libkdepim/progressmanager.h include/KPim5/Libkdepim/libkdepim/progressmanager.h
include/KF5/Libkdepim/libkdepim/progressstatusbarwidget.h include/KPim5/Libkdepim/libkdepim/progressstatusbarwidget.h
include/KF5/Libkdepim/libkdepim/statusbarprogresswidget.h include/KPim5/Libkdepim/libkdepim/statusbarprogresswidget.h
include/KF5/Libkdepim/libkdepim_version.h include/KPim5/Libkdepim/libkdepim_version.h
lib/cmake/KF5Libkdepim/KF5LibkdepimConfig.cmake lib/cmake/KF5Libkdepim/KF5LibkdepimConfig.cmake
lib/cmake/KF5Libkdepim/KF5LibkdepimConfigVersion.cmake lib/cmake/KF5Libkdepim/KF5LibkdepimConfigVersion.cmake
lib/cmake/KF5Libkdepim/KF5LibkdepimTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KF5Libkdepim/KPim5LibkdepimTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5Libkdepim/KF5LibkdepimTargets.cmake lib/cmake/KF5Libkdepim/KPim5LibkdepimTargets.cmake
lib/cmake/KPim5Libkdepim/KPim5LibkdepimConfig.cmake
lib/cmake/KPim5Libkdepim/KPim5LibkdepimConfigVersion.cmake
lib/cmake/KPim5Libkdepim/KPim5LibkdepimTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KPim5Libkdepim/KPim5LibkdepimTargets.cmake
lib/cmake/KPim5MailTransportDBusService/KPim5MailTransportDBusServiceConfig.cmake
lib/cmake/MailTransportDBusService/MailTransportDBusServiceConfig.cmake lib/cmake/MailTransportDBusService/MailTransportDBusServiceConfig.cmake
lib/libKF5Libkdepim.so lib/libKPim5Libkdepim.so
lib/libKF5Libkdepim.so.5 lib/libKPim5Libkdepim.so.5
lib/libKF5Libkdepim.so.%%KDE_APPLICATIONS_SHLIB_VER%% lib/libKPim5Libkdepim.so.%%KDE_APPLICATIONS_SHLIB_VER%%
%%QT_MKSPECDIR%%/modules/qt_Libkdepim.pri %%QT_MKSPECDIR%%/modules/qt_Libkdepim.pri
%%QT_PLUGINDIR%%/designer/kdepimwidgets.so %%QT_PLUGINDIR%%/designer/kdepim5widgets.so
share/dbus-1/interfaces/org.kde.addressbook.service.xml share/dbus-1/interfaces/org.kde.addressbook.service.xml
share/dbus-1/interfaces/org.kde.mailtransport.service.xml share/dbus-1/interfaces/org.kde.mailtransport.service.xml
share/locale/af/LC_MESSAGES/libkdepim.mo share/locale/af/LC_MESSAGES/libkdepim.mo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828349 TIMESTAMP = 1681548349
SHA256 (KDE/release-service/22.12.3/mbox-importer-22.12.3.tar.xz) = bd40e6681fded3a1cf413ddda37e9c90623dbc9265428facacb1c8a2bda54f25 SHA256 (KDE/release-service/23.04.0/mbox-importer-23.04.0.tar.xz) = 53d5795d190101d550f83d15ecd21435a14843793a295538ed35ba7c5e8a43f5
SIZE (KDE/release-service/22.12.3/mbox-importer-22.12.3.tar.xz) = 29864 SIZE (KDE/release-service/23.04.0/mbox-importer-23.04.0.tar.xz) = 30016

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828324 TIMESTAMP = 1681548358
SHA256 (KDE/release-service/22.12.3/pim-data-exporter-22.12.3.tar.xz) = 0b90864bba6028b526e94a59705ba428fc55e0af9833fbeb224b71647e767e84 SHA256 (KDE/release-service/23.04.0/pim-data-exporter-23.04.0.tar.xz) = 4121db2bff1190090b4d63e2e9ad6a99e2953f3da0cb1b72051bafaee12bae9f
SIZE (KDE/release-service/22.12.3/pim-data-exporter-22.12.3.tar.xz) = 426068 SIZE (KDE/release-service/23.04.0/pim-data-exporter-23.04.0.tar.xz) = 425236

View File

@ -24,7 +24,6 @@ share/locale/ga/LC_MESSAGES/pimdataexporter.mo
share/locale/gl/LC_MESSAGES/pimdataexporter.mo share/locale/gl/LC_MESSAGES/pimdataexporter.mo
share/locale/hu/LC_MESSAGES/pimdataexporter.mo share/locale/hu/LC_MESSAGES/pimdataexporter.mo
share/locale/ia/LC_MESSAGES/pimdataexporter.mo share/locale/ia/LC_MESSAGES/pimdataexporter.mo
share/locale/is/LC_MESSAGES/pimdataexporter.mo
share/locale/it/LC_MESSAGES/pimdataexporter.mo share/locale/it/LC_MESSAGES/pimdataexporter.mo
share/locale/ja/LC_MESSAGES/pimdataexporter.mo share/locale/ja/LC_MESSAGES/pimdataexporter.mo
share/locale/ka/LC_MESSAGES/pimdataexporter.mo share/locale/ka/LC_MESSAGES/pimdataexporter.mo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828311 TIMESTAMP = 1681548343
SHA256 (KDE/release-service/22.12.3/pim-sieve-editor-22.12.3.tar.xz) = 56fb9416150d2805404dd3931bc7fa9c74d9a51b54ed44449dcadd5affbb8fa7 SHA256 (KDE/release-service/23.04.0/pim-sieve-editor-23.04.0.tar.xz) = 2d88ea0370cd7254e9dbae54fe582b3fed89316007efde7d0e182b7d54f02c9d
SIZE (KDE/release-service/22.12.3/pim-sieve-editor-22.12.3.tar.xz) = 464296 SIZE (KDE/release-service/23.04.0/pim-sieve-editor-23.04.0.tar.xz) = 464472

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828350 TIMESTAMP = 1681548352
SHA256 (KDE/release-service/22.12.3/zanshin-22.12.3.tar.xz) = f253464c2be0c34fef5eb148a3db8b6e7bd245f6d595f7a8e0ca5c4cbfe2a457 SHA256 (KDE/release-service/23.04.0/zanshin-23.04.0.tar.xz) = 76ef11d4b61ea5034971667e57a1b37d8af7a6c5c809b61f479cd23ef8b30bbd
SIZE (KDE/release-service/22.12.3/zanshin-22.12.3.tar.xz) = 354340 SIZE (KDE/release-service/23.04.0/zanshin-23.04.0.tar.xz) = 349332

View File

@ -1,6 +1,6 @@
bin/zanshin bin/zanshin
bin/zanshin-migrator bin/zanshin-migrator
%%QT_PLUGINDIR%%/krunner_zanshin.so %%QT_PLUGINDIR%%/kf5/krunner/org.kde.zanshin.so
%%QT_PLUGINDIR%%/pim5/kontact/kontact_zanshinplugin.so %%QT_PLUGINDIR%%/pim5/kontact/kontact_zanshinplugin.so
%%QT_PLUGINDIR%%/zanshin_part.so %%QT_PLUGINDIR%%/zanshin_part.so
share/applications/org.kde.zanshin.desktop share/applications/org.kde.zanshin.desktop
@ -9,8 +9,6 @@ share/icons/hicolor/256x256/apps/zanshin.png
share/icons/hicolor/48x48/apps/zanshin.png share/icons/hicolor/48x48/apps/zanshin.png
share/icons/hicolor/64x64/apps/zanshin.png share/icons/hicolor/64x64/apps/zanshin.png
share/icons/hicolor/scalable/apps/zanshin.svgz share/icons/hicolor/scalable/apps/zanshin.svgz
share/kservices5/plasma-runner-zanshin.desktop
share/kservices5/zanshin_part.desktop
share/kxmlgui5/zanshin/zanshin_part.rc share/kxmlgui5/zanshin/zanshin_part.rc
share/locale/bg/LC_MESSAGES/zanshin.mo share/locale/bg/LC_MESSAGES/zanshin.mo
share/locale/bs/LC_MESSAGES/zanshin.mo share/locale/bs/LC_MESSAGES/zanshin.mo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828150 TIMESTAMP = 1681548267
SHA256 (KDE/release-service/22.12.3/cervisia-22.12.3.tar.xz) = c28bcab18a7e0a40afee8c3021004ebd8cb27df1b985ac1e3a867dbb758b5b4f SHA256 (KDE/release-service/23.04.0/cervisia-23.04.0.tar.xz) = b26d27890e6d56cf5a498123164b57e31338a2024d5ef39595d6c0fc91e9e402
SIZE (KDE/release-service/22.12.3/cervisia-22.12.3.tar.xz) = 1944304 SIZE (KDE/release-service/23.04.0/cervisia-23.04.0.tar.xz) = 1944496

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828140 TIMESTAMP = 1681548266
SHA256 (KDE/release-service/22.12.3/dolphin-plugins-22.12.3.tar.xz) = cbbb141f8c610e2c0a2e6cb5b0eb33fdd7de1be16b40b2b2c594f4f892fef439 SHA256 (KDE/release-service/23.04.0/dolphin-plugins-23.04.0.tar.xz) = 68a4d8129c6740c487c77a8bd1025e1a3a75646d9a3303b44551d9fccfaed0d6
SIZE (KDE/release-service/22.12.3/dolphin-plugins-22.12.3.tar.xz) = 272276 SIZE (KDE/release-service/23.04.0/dolphin-plugins-23.04.0.tar.xz) = 272516

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828129 TIMESTAMP = 1681548257
SHA256 (KDE/release-service/22.12.3/kapptemplate-22.12.3.tar.xz) = 3074e9eefc394a58d098c7eb0dc69a1fdb1a0e87d86fe296101481b0442e216c SHA256 (KDE/release-service/23.04.0/kapptemplate-23.04.0.tar.xz) = 5389ba974991dc2cc0aebffe90d918b0eb93e7b7c0a5c2090c2b44e52afa037b
SIZE (KDE/release-service/22.12.3/kapptemplate-22.12.3.tar.xz) = 338632 SIZE (KDE/release-service/23.04.0/kapptemplate-23.04.0.tar.xz) = 338692

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828128 TIMESTAMP = 1681548256
SHA256 (KDE/release-service/22.12.3/kcachegrind-22.12.3.tar.xz) = 27437664de267524da34d03d8b21507b09e55cc2c3ad41d51ec3761348fd4ab0 SHA256 (KDE/release-service/23.04.0/kcachegrind-23.04.0.tar.xz) = e721f45994ca756876914008951191b54ca21a01c4019e3bcfe64058232028c4
SIZE (KDE/release-service/22.12.3/kcachegrind-22.12.3.tar.xz) = 909476 SIZE (KDE/release-service/23.04.0/kcachegrind-23.04.0.tar.xz) = 918328

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828147 TIMESTAMP = 1681548268
SHA256 (KDE/release-service/22.12.3/kde-dev-scripts-22.12.3.tar.xz) = 2c9db85cfff2a89a31bc638bc071778f3a7301c2f713ac0c9e63d5b658871279 SHA256 (KDE/release-service/23.04.0/kde-dev-scripts-23.04.0.tar.xz) = 96808cf7071ef85e7635f337aabd7f299fcd31a76acfbe58b27a851238ad2880
SIZE (KDE/release-service/22.12.3/kde-dev-scripts-22.12.3.tar.xz) = 372844 SIZE (KDE/release-service/23.04.0/kde-dev-scripts-23.04.0.tar.xz) = 372704

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828148 TIMESTAMP = 1681548263
SHA256 (KDE/release-service/22.12.3/kde-dev-utils-22.12.3.tar.xz) = 207840873cb0f0cca82a169c5de22bbcc7860d609445eb36af13d90ecae85b08 SHA256 (KDE/release-service/23.04.0/kde-dev-utils-23.04.0.tar.xz) = e23d36937f26636b6d1a5c43baeb8178f855f507565f31bd00ce25874fcf1cc3
SIZE (KDE/release-service/22.12.3/kde-dev-utils-22.12.3.tar.xz) = 71832 SIZE (KDE/release-service/23.04.0/kde-dev-utils-23.04.0.tar.xz) = 71844

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828126 TIMESTAMP = 1681548264
SHA256 (KDE/release-service/22.12.3/kdesdk-kio-22.12.3.tar.xz) = 6b619ea81447249aa4af004f00a6e905a912e2288cecb1f45652f4d7db816b48 SHA256 (KDE/release-service/23.04.0/kdesdk-kio-23.04.0.tar.xz) = 3fa2b6c659f22d216caee91be61b0e4c3eecec6d784058c672ddcfed3f8079ad
SIZE (KDE/release-service/22.12.3/kdesdk-kio-22.12.3.tar.xz) = 40180 SIZE (KDE/release-service/23.04.0/kdesdk-kio-23.04.0.tar.xz) = 40052

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828125 TIMESTAMP = 1681548261
SHA256 (KDE/release-service/22.12.3/kdesdk-thumbnailers-22.12.3.tar.xz) = e6cd59ac33d5790fb7ac5bc67bb1de067da463f0806ece7b4e97e1dd9e873050 SHA256 (KDE/release-service/23.04.0/kdesdk-thumbnailers-23.04.0.tar.xz) = dee033b1456ecd56f70526cfb3a131b1a535536ec1be45de2284a8cc6b2063fd
SIZE (KDE/release-service/22.12.3/kdesdk-thumbnailers-22.12.3.tar.xz) = 26944 SIZE (KDE/release-service/23.04.0/kdesdk-thumbnailers-23.04.0.tar.xz) = 27128

View File

@ -19,6 +19,7 @@ share/locale/ga/LC_MESSAGES/pothumbnail.mo
share/locale/gl/LC_MESSAGES/pothumbnail.mo share/locale/gl/LC_MESSAGES/pothumbnail.mo
share/locale/hi/LC_MESSAGES/pothumbnail.mo share/locale/hi/LC_MESSAGES/pothumbnail.mo
share/locale/hu/LC_MESSAGES/pothumbnail.mo share/locale/hu/LC_MESSAGES/pothumbnail.mo
share/locale/is/LC_MESSAGES/pothumbnail.mo
share/locale/it/LC_MESSAGES/pothumbnail.mo share/locale/it/LC_MESSAGES/pothumbnail.mo
share/locale/ja/LC_MESSAGES/pothumbnail.mo share/locale/ja/LC_MESSAGES/pothumbnail.mo
share/locale/ka/LC_MESSAGES/pothumbnail.mo share/locale/ka/LC_MESSAGES/pothumbnail.mo

View File

@ -21,7 +21,7 @@ USE_QT= concurrent core dbus gui network webkit widgets xml \
USE_XORG= x11 USE_XORG= x11
# Versioning values, to reduce plist churn (match with devel/kdevelop) # Versioning values, to reduce plist churn (match with devel/kdevelop)
PLATFORM_VER= 510 PLATFORM_VER= 511
PRIVATE_VER= 5.7 PRIVATE_VER= 5.7
PLIST_SUB+= PLATFORM_VER=${PLATFORM_VER} PRIVATE_VER=${PRIVATE_VER} PLIST_SUB+= PLATFORM_VER=${PLATFORM_VER} PRIVATE_VER=${PRIVATE_VER}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828146 TIMESTAMP = 1681548270
SHA256 (KDE/release-service/22.12.3/kdev-php-22.12.3.tar.xz) = a8e6efda3af1a4d689b5c977c5327ebd5987ddb0cc6f7b364fe61745e44771c6 SHA256 (KDE/release-service/23.04.0/kdev-php-23.04.0.tar.xz) = be52ddf3f39baa0d7b6f214d510d43c906824995261f1959053f39c4c6d84b7e
SIZE (KDE/release-service/22.12.3/kdev-php-22.12.3.tar.xz) = 1086004 SIZE (KDE/release-service/23.04.0/kdev-php-23.04.0.tar.xz) = 1086172

View File

@ -21,7 +21,7 @@ USE_QT= concurrent core dbus gui network widgets xml \
USE_XORG= x11 USE_XORG= x11
# Versioning values, to reduce plist churn (match with devel/kdevelop) # Versioning values, to reduce plist churn (match with devel/kdevelop)
PLATFORM_VER= 510 PLATFORM_VER= 511
PLIST_SUB+= PLATFORM_VER=${PLATFORM_VER} PLIST_SUB+= PLATFORM_VER=${PLATFORM_VER}
# Does not build with jobs. # Does not build with jobs.

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828135 TIMESTAMP = 1681548260
SHA256 (KDE/release-service/22.12.3/kdev-python-22.12.3.tar.xz) = fa6640519f23c275a75b7969bf4cc3f3ff41e7cf2f400137846972b7da936e79 SHA256 (KDE/release-service/23.04.0/kdev-python-23.04.0.tar.xz) = 65db2d79007c47fc59bc83f61262ffc4508636ae6a8144b2b86ba7003ac08d66
SIZE (KDE/release-service/22.12.3/kdev-python-22.12.3.tar.xz) = 1095932 SIZE (KDE/release-service/23.04.0/kdev-python-23.04.0.tar.xz) = 1096352

View File

@ -21,17 +21,18 @@ LIB_DEPENDS= libKasten4Controllers.so:devel/okteta \
RUN_DEPENDS= gmake:devel/gmake RUN_DEPENDS= gmake:devel/gmake
USES= cmake compiler:c++11-lib desktop-file-utils gettext grantlee:5 \ USES= cmake compiler:c++11-lib desktop-file-utils gettext grantlee:5 \
kde:5 llvm:build,run qt:5 shared-mime-info shebangfix tar:xz xorg kde:5 llvm:build,run pkgconfig qt:5 shared-mime-info \
USE_KDE= archive attica auth bookmarks codecs completion config configwidgets \ shebangfix tar:xz xorg
coreaddons crash guiaddons emoticons i18n iconthemes init \ USE_KDE= archive attica auth bookmarks codecs completion config \
itemmodels itemviews jobwidgets kcmutils kdeclarative \ configwidgets coreaddons crash emoticons guiaddons i18n \
kio libksysguard newstuff notifications \ iconthemes init itemmodels itemviews jobwidgets kcmutils \
notifyconfig package parts plasma-framework purpose \ kdeclarative kio libksysguard newstuff notifications \
runner service solid sonnet syntaxhighlighting texteditor \ notifyconfig package parts plasma-framework purpose runner \
textwidgets threadweaver \ service solid sonnet syntaxhighlighting texteditor textwidgets \
widgetsaddons windowsystem xmlgui threadweaver widgetsaddons windowsystem xmlgui
USE_QT= concurrent core dbus declarative gui help network printsupport \ USE_QT= concurrent core dbus declarative gui help network printsupport \
script sql widgets xml buildtools:build qmake:build script sql widgets xml \
buildtools:build qmake:build
USE_XORG= x11 USE_XORG= x11
SHEBANG_FILES= kdevplatform/util/kdevplatform_shell_environment.sh \ SHEBANG_FILES= kdevplatform/util/kdevplatform_shell_environment.sh \
kdevplatform/util/.zshrc kdevplatform/util/.zshrc
@ -42,11 +43,12 @@ SHEBANG_FILES= kdevplatform/util/kdevplatform_shell_environment.sh \
USE_KDE+= ecm USE_KDE+= ecm
USE_QT+= testlib USE_QT+= testlib
CMAKE_ARGS= -DCMAKE_POLICY_DEFAULT_CMP0074=NEW -DLLVM_ROOT=${LLVM_PREFIX} CMAKE_ARGS= -DCMAKE_POLICY_DEFAULT_CMP0074=NEW \
-DClang_DIR=${LLVM_PREFIX}/lib/cmake/clang
# Versioning values, to reduce plist churn # Versioning values, to reduce plist churn
SO_VER= 510 SO_VER= 511
SO_VER_LONG= 5.10.221203 SO_VER_LONG= 5.11.230400
PLIST_SUB+= SO_VER=${SO_VER} SO_VER_LONG=${SO_VER_LONG} PLIST_SUB+= SO_VER=${SO_VER} SO_VER_LONG=${SO_VER_LONG}
OPTIONS_DEFINE= WEBENGINE OPTIONS_DEFINE= WEBENGINE

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828139 TIMESTAMP = 1681548269
SHA256 (KDE/release-service/22.12.3/kdevelop-22.12.3.tar.xz) = cae5da92a1ad2866b6e02f74784a43e0b68ebb3c93c0e23ad64e9ce230f00643 SHA256 (KDE/release-service/23.04.0/kdevelop-23.04.0.tar.xz) = 8d1fd187ec68bdf2e2ff3432e421141b1256bb1bb7ba4a328065013c5abdb4d0
SIZE (KDE/release-service/22.12.3/kdevelop-22.12.3.tar.xz) = 8652864 SIZE (KDE/release-service/23.04.0/kdevelop-23.04.0.tar.xz) = 8656872

View File

@ -574,7 +574,7 @@ share/icons/hicolor/16x16/apps/github-repo.png
share/icons/hicolor/16x16/apps/kdevelop.png share/icons/hicolor/16x16/apps/kdevelop.png
share/icons/hicolor/16x16/apps/kdevgh.png share/icons/hicolor/16x16/apps/kdevgh.png
share/icons/hicolor/16x16/apps/subversion.png share/icons/hicolor/16x16/apps/subversion.png
share/icons/hicolor/%%KDE_APPLICATIONS_VERSION_SHORT%%x%%KDE_APPLICATIONS_VERSION_SHORT%%/actions/breakpoint.png share/icons/hicolor/22x22/actions/breakpoint.png
share/icons/hicolor/256x256/apps/kdevelop.png share/icons/hicolor/256x256/apps/kdevelop.png
share/icons/hicolor/32x32/actions/breakpoint.png share/icons/hicolor/32x32/actions/breakpoint.png
share/icons/hicolor/32x32/apps/cmake.png share/icons/hicolor/32x32/apps/cmake.png
@ -650,7 +650,7 @@ share/kdevcodeutils/templates/rest_python.txt
%%DATADIR%%/icons/hicolor/16x16/actions/dirsync.png %%DATADIR%%/icons/hicolor/16x16/actions/dirsync.png
%%DATADIR%%/icons/hicolor/16x16/actions/methodnew.png %%DATADIR%%/icons/hicolor/16x16/actions/methodnew.png
%%DATADIR%%/icons/hicolor/16x16/actions/variablenew.png %%DATADIR%%/icons/hicolor/16x16/actions/variablenew.png
%%DATADIR%%/icons/hicolor/%%KDE_APPLICATIONS_VERSION_SHORT%%x%%KDE_APPLICATIONS_VERSION_SHORT%%/actions/classnew.png %%DATADIR%%/icons/hicolor/22x22/actions/classnew.png
%%DATADIR%%/icons/hicolor/32x32/actions/classnew.png %%DATADIR%%/icons/hicolor/32x32/actions/classnew.png
%%DATADIR%%/kdevflatpak/replicate.sh %%DATADIR%%/kdevflatpak/replicate.sh
%%DATADIR%%/pics/CTchildren.png %%DATADIR%%/pics/CTchildren.png
@ -2684,6 +2684,7 @@ share/locale/ru/LC_MESSAGES/kdevclazy.mo
share/locale/ru/LC_MESSAGES/kdevcmake.mo share/locale/ru/LC_MESSAGES/kdevcmake.mo
share/locale/ru/LC_MESSAGES/kdevcmakebuilder.mo share/locale/ru/LC_MESSAGES/kdevcmakebuilder.mo
share/locale/ru/LC_MESSAGES/kdevcodeutils.mo share/locale/ru/LC_MESSAGES/kdevcodeutils.mo
share/locale/ru/LC_MESSAGES/kdevcompileanalyzercommon.mo
share/locale/ru/LC_MESSAGES/kdevcontextbrowser.mo share/locale/ru/LC_MESSAGES/kdevcontextbrowser.mo
share/locale/ru/LC_MESSAGES/kdevcppcheck.mo share/locale/ru/LC_MESSAGES/kdevcppcheck.mo
share/locale/ru/LC_MESSAGES/kdevcustombuildsystem.mo share/locale/ru/LC_MESSAGES/kdevcustombuildsystem.mo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828143 TIMESTAMP = 1681548253
SHA256 (KDE/release-service/22.12.3/kio-extras-22.12.3.tar.xz) = 65437554095aa0ca2bb1a59dbb81d271bb5da3944c2cba991e4386ea0c171097 SHA256 (KDE/release-service/23.04.0/kio-extras-23.04.0.tar.xz) = 0db97164276d609c2c03acbe3f9c24000f0330e8e4f5bf7b3fad68ecbd7b60d1
SIZE (KDE/release-service/22.12.3/kio-extras-22.12.3.tar.xz) = 1398412 SIZE (KDE/release-service/23.04.0/kio-extras-23.04.0.tar.xz) = 1426036

View File

@ -61,6 +61,7 @@ share/locale/af/LC_MESSAGES/kio5_smb.mo
share/locale/af/LC_MESSAGES/kio5_thumbnail.mo share/locale/af/LC_MESSAGES/kio5_thumbnail.mo
share/locale/ar/LC_MESSAGES/kfileaudiopreview5.mo share/locale/ar/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/ar/LC_MESSAGES/kio5_activities.mo share/locale/ar/LC_MESSAGES/kio5_activities.mo
share/locale/ar/LC_MESSAGES/kio5_afc.mo
share/locale/ar/LC_MESSAGES/kio5_archive.mo share/locale/ar/LC_MESSAGES/kio5_archive.mo
share/locale/ar/LC_MESSAGES/kio5_bookmarks.mo share/locale/ar/LC_MESSAGES/kio5_bookmarks.mo
share/locale/ar/LC_MESSAGES/kio5_fish.mo share/locale/ar/LC_MESSAGES/kio5_fish.mo
@ -73,10 +74,16 @@ share/locale/ar/LC_MESSAGES/kio5_sftp.mo
share/locale/ar/LC_MESSAGES/kio5_smb.mo share/locale/ar/LC_MESSAGES/kio5_smb.mo
share/locale/ar/LC_MESSAGES/kio5_thumbnail.mo share/locale/ar/LC_MESSAGES/kio5_thumbnail.mo
share/locale/be/LC_MESSAGES/kfileaudiopreview5.mo share/locale/be/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/be/LC_MESSAGES/kio5_activities.mo
share/locale/be/LC_MESSAGES/kio5_afc.mo
share/locale/be/LC_MESSAGES/kio5_archive.mo share/locale/be/LC_MESSAGES/kio5_archive.mo
share/locale/be/LC_MESSAGES/kio5_bookmarks.mo
share/locale/be/LC_MESSAGES/kio5_fish.mo share/locale/be/LC_MESSAGES/kio5_fish.mo
share/locale/be/LC_MESSAGES/kio5_info.mo
share/locale/be/LC_MESSAGES/kio5_man.mo share/locale/be/LC_MESSAGES/kio5_man.mo
share/locale/be/LC_MESSAGES/kio5_mtp.mo
share/locale/be/LC_MESSAGES/kio5_nfs.mo share/locale/be/LC_MESSAGES/kio5_nfs.mo
share/locale/be/LC_MESSAGES/kio5_recentdocuments.mo
share/locale/be/LC_MESSAGES/kio5_sftp.mo share/locale/be/LC_MESSAGES/kio5_sftp.mo
share/locale/be/LC_MESSAGES/kio5_smb.mo share/locale/be/LC_MESSAGES/kio5_smb.mo
share/locale/be/LC_MESSAGES/kio5_thumbnail.mo share/locale/be/LC_MESSAGES/kio5_thumbnail.mo
@ -89,6 +96,7 @@ share/locale/be@latin/LC_MESSAGES/kio5_smb.mo
share/locale/be@latin/LC_MESSAGES/kio5_thumbnail.mo share/locale/be@latin/LC_MESSAGES/kio5_thumbnail.mo
share/locale/bg/LC_MESSAGES/kfileaudiopreview5.mo share/locale/bg/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/bg/LC_MESSAGES/kio5_activities.mo share/locale/bg/LC_MESSAGES/kio5_activities.mo
share/locale/bg/LC_MESSAGES/kio5_afc.mo
share/locale/bg/LC_MESSAGES/kio5_archive.mo share/locale/bg/LC_MESSAGES/kio5_archive.mo
share/locale/bg/LC_MESSAGES/kio5_bookmarks.mo share/locale/bg/LC_MESSAGES/kio5_bookmarks.mo
share/locale/bg/LC_MESSAGES/kio5_fish.mo share/locale/bg/LC_MESSAGES/kio5_fish.mo
@ -134,6 +142,7 @@ share/locale/bs/LC_MESSAGES/kio5_smb.mo
share/locale/bs/LC_MESSAGES/kio5_thumbnail.mo share/locale/bs/LC_MESSAGES/kio5_thumbnail.mo
share/locale/ca/LC_MESSAGES/kfileaudiopreview5.mo share/locale/ca/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/ca/LC_MESSAGES/kio5_activities.mo share/locale/ca/LC_MESSAGES/kio5_activities.mo
share/locale/ca/LC_MESSAGES/kio5_afc.mo
share/locale/ca/LC_MESSAGES/kio5_archive.mo share/locale/ca/LC_MESSAGES/kio5_archive.mo
share/locale/ca/LC_MESSAGES/kio5_bookmarks.mo share/locale/ca/LC_MESSAGES/kio5_bookmarks.mo
share/locale/ca/LC_MESSAGES/kio5_fish.mo share/locale/ca/LC_MESSAGES/kio5_fish.mo
@ -147,6 +156,7 @@ share/locale/ca/LC_MESSAGES/kio5_smb.mo
share/locale/ca/LC_MESSAGES/kio5_thumbnail.mo share/locale/ca/LC_MESSAGES/kio5_thumbnail.mo
share/locale/ca@valencia/LC_MESSAGES/kfileaudiopreview5.mo share/locale/ca@valencia/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/ca@valencia/LC_MESSAGES/kio5_activities.mo share/locale/ca@valencia/LC_MESSAGES/kio5_activities.mo
share/locale/ca@valencia/LC_MESSAGES/kio5_afc.mo
share/locale/ca@valencia/LC_MESSAGES/kio5_archive.mo share/locale/ca@valencia/LC_MESSAGES/kio5_archive.mo
share/locale/ca@valencia/LC_MESSAGES/kio5_bookmarks.mo share/locale/ca@valencia/LC_MESSAGES/kio5_bookmarks.mo
share/locale/ca@valencia/LC_MESSAGES/kio5_fish.mo share/locale/ca@valencia/LC_MESSAGES/kio5_fish.mo
@ -160,6 +170,7 @@ share/locale/ca@valencia/LC_MESSAGES/kio5_smb.mo
share/locale/ca@valencia/LC_MESSAGES/kio5_thumbnail.mo share/locale/ca@valencia/LC_MESSAGES/kio5_thumbnail.mo
share/locale/cs/LC_MESSAGES/kfileaudiopreview5.mo share/locale/cs/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/cs/LC_MESSAGES/kio5_activities.mo share/locale/cs/LC_MESSAGES/kio5_activities.mo
share/locale/cs/LC_MESSAGES/kio5_afc.mo
share/locale/cs/LC_MESSAGES/kio5_archive.mo share/locale/cs/LC_MESSAGES/kio5_archive.mo
share/locale/cs/LC_MESSAGES/kio5_bookmarks.mo share/locale/cs/LC_MESSAGES/kio5_bookmarks.mo
share/locale/cs/LC_MESSAGES/kio5_fish.mo share/locale/cs/LC_MESSAGES/kio5_fish.mo
@ -200,6 +211,7 @@ share/locale/da/LC_MESSAGES/kio5_smb.mo
share/locale/da/LC_MESSAGES/kio5_thumbnail.mo share/locale/da/LC_MESSAGES/kio5_thumbnail.mo
share/locale/de/LC_MESSAGES/kfileaudiopreview5.mo share/locale/de/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/de/LC_MESSAGES/kio5_activities.mo share/locale/de/LC_MESSAGES/kio5_activities.mo
share/locale/de/LC_MESSAGES/kio5_afc.mo
share/locale/de/LC_MESSAGES/kio5_archive.mo share/locale/de/LC_MESSAGES/kio5_archive.mo
share/locale/de/LC_MESSAGES/kio5_bookmarks.mo share/locale/de/LC_MESSAGES/kio5_bookmarks.mo
share/locale/de/LC_MESSAGES/kio5_fish.mo share/locale/de/LC_MESSAGES/kio5_fish.mo
@ -226,6 +238,7 @@ share/locale/el/LC_MESSAGES/kio5_smb.mo
share/locale/el/LC_MESSAGES/kio5_thumbnail.mo share/locale/el/LC_MESSAGES/kio5_thumbnail.mo
share/locale/en_GB/LC_MESSAGES/kfileaudiopreview5.mo share/locale/en_GB/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/en_GB/LC_MESSAGES/kio5_activities.mo share/locale/en_GB/LC_MESSAGES/kio5_activities.mo
share/locale/en_GB/LC_MESSAGES/kio5_afc.mo
share/locale/en_GB/LC_MESSAGES/kio5_archive.mo share/locale/en_GB/LC_MESSAGES/kio5_archive.mo
share/locale/en_GB/LC_MESSAGES/kio5_bookmarks.mo share/locale/en_GB/LC_MESSAGES/kio5_bookmarks.mo
share/locale/en_GB/LC_MESSAGES/kio5_fish.mo share/locale/en_GB/LC_MESSAGES/kio5_fish.mo
@ -249,6 +262,7 @@ share/locale/eo/LC_MESSAGES/kio5_smb.mo
share/locale/eo/LC_MESSAGES/kio5_thumbnail.mo share/locale/eo/LC_MESSAGES/kio5_thumbnail.mo
share/locale/es/LC_MESSAGES/kfileaudiopreview5.mo share/locale/es/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/es/LC_MESSAGES/kio5_activities.mo share/locale/es/LC_MESSAGES/kio5_activities.mo
share/locale/es/LC_MESSAGES/kio5_afc.mo
share/locale/es/LC_MESSAGES/kio5_archive.mo share/locale/es/LC_MESSAGES/kio5_archive.mo
share/locale/es/LC_MESSAGES/kio5_bookmarks.mo share/locale/es/LC_MESSAGES/kio5_bookmarks.mo
share/locale/es/LC_MESSAGES/kio5_fish.mo share/locale/es/LC_MESSAGES/kio5_fish.mo
@ -275,6 +289,7 @@ share/locale/et/LC_MESSAGES/kio5_smb.mo
share/locale/et/LC_MESSAGES/kio5_thumbnail.mo share/locale/et/LC_MESSAGES/kio5_thumbnail.mo
share/locale/eu/LC_MESSAGES/kfileaudiopreview5.mo share/locale/eu/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/eu/LC_MESSAGES/kio5_activities.mo share/locale/eu/LC_MESSAGES/kio5_activities.mo
share/locale/eu/LC_MESSAGES/kio5_afc.mo
share/locale/eu/LC_MESSAGES/kio5_archive.mo share/locale/eu/LC_MESSAGES/kio5_archive.mo
share/locale/eu/LC_MESSAGES/kio5_bookmarks.mo share/locale/eu/LC_MESSAGES/kio5_bookmarks.mo
share/locale/eu/LC_MESSAGES/kio5_fish.mo share/locale/eu/LC_MESSAGES/kio5_fish.mo
@ -299,6 +314,7 @@ share/locale/fa/LC_MESSAGES/kio5_smb.mo
share/locale/fa/LC_MESSAGES/kio5_thumbnail.mo share/locale/fa/LC_MESSAGES/kio5_thumbnail.mo
share/locale/fi/LC_MESSAGES/kfileaudiopreview5.mo share/locale/fi/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/fi/LC_MESSAGES/kio5_activities.mo share/locale/fi/LC_MESSAGES/kio5_activities.mo
share/locale/fi/LC_MESSAGES/kio5_afc.mo
share/locale/fi/LC_MESSAGES/kio5_archive.mo share/locale/fi/LC_MESSAGES/kio5_archive.mo
share/locale/fi/LC_MESSAGES/kio5_bookmarks.mo share/locale/fi/LC_MESSAGES/kio5_bookmarks.mo
share/locale/fi/LC_MESSAGES/kio5_fish.mo share/locale/fi/LC_MESSAGES/kio5_fish.mo
@ -312,6 +328,7 @@ share/locale/fi/LC_MESSAGES/kio5_smb.mo
share/locale/fi/LC_MESSAGES/kio5_thumbnail.mo share/locale/fi/LC_MESSAGES/kio5_thumbnail.mo
share/locale/fr/LC_MESSAGES/kfileaudiopreview5.mo share/locale/fr/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/fr/LC_MESSAGES/kio5_activities.mo share/locale/fr/LC_MESSAGES/kio5_activities.mo
share/locale/fr/LC_MESSAGES/kio5_afc.mo
share/locale/fr/LC_MESSAGES/kio5_archive.mo share/locale/fr/LC_MESSAGES/kio5_archive.mo
share/locale/fr/LC_MESSAGES/kio5_bookmarks.mo share/locale/fr/LC_MESSAGES/kio5_bookmarks.mo
share/locale/fr/LC_MESSAGES/kio5_fish.mo share/locale/fr/LC_MESSAGES/kio5_fish.mo
@ -438,6 +455,7 @@ share/locale/hy/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/hy/LC_MESSAGES/kio5_fish.mo share/locale/hy/LC_MESSAGES/kio5_fish.mo
share/locale/ia/LC_MESSAGES/kfileaudiopreview5.mo share/locale/ia/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/ia/LC_MESSAGES/kio5_activities.mo share/locale/ia/LC_MESSAGES/kio5_activities.mo
share/locale/ia/LC_MESSAGES/kio5_afc.mo
share/locale/ia/LC_MESSAGES/kio5_archive.mo share/locale/ia/LC_MESSAGES/kio5_archive.mo
share/locale/ia/LC_MESSAGES/kio5_bookmarks.mo share/locale/ia/LC_MESSAGES/kio5_bookmarks.mo
share/locale/ia/LC_MESSAGES/kio5_fish.mo share/locale/ia/LC_MESSAGES/kio5_fish.mo
@ -479,6 +497,7 @@ share/locale/is/LC_MESSAGES/kio5_smb.mo
share/locale/is/LC_MESSAGES/kio5_thumbnail.mo share/locale/is/LC_MESSAGES/kio5_thumbnail.mo
share/locale/it/LC_MESSAGES/kfileaudiopreview5.mo share/locale/it/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/it/LC_MESSAGES/kio5_activities.mo share/locale/it/LC_MESSAGES/kio5_activities.mo
share/locale/it/LC_MESSAGES/kio5_afc.mo
share/locale/it/LC_MESSAGES/kio5_archive.mo share/locale/it/LC_MESSAGES/kio5_archive.mo
share/locale/it/LC_MESSAGES/kio5_bookmarks.mo share/locale/it/LC_MESSAGES/kio5_bookmarks.mo
share/locale/it/LC_MESSAGES/kio5_fish.mo share/locale/it/LC_MESSAGES/kio5_fish.mo
@ -492,6 +511,7 @@ share/locale/it/LC_MESSAGES/kio5_smb.mo
share/locale/it/LC_MESSAGES/kio5_thumbnail.mo share/locale/it/LC_MESSAGES/kio5_thumbnail.mo
share/locale/ja/LC_MESSAGES/kfileaudiopreview5.mo share/locale/ja/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/ja/LC_MESSAGES/kio5_activities.mo share/locale/ja/LC_MESSAGES/kio5_activities.mo
share/locale/ja/LC_MESSAGES/kio5_afc.mo
share/locale/ja/LC_MESSAGES/kio5_archive.mo share/locale/ja/LC_MESSAGES/kio5_archive.mo
share/locale/ja/LC_MESSAGES/kio5_bookmarks.mo share/locale/ja/LC_MESSAGES/kio5_bookmarks.mo
share/locale/ja/LC_MESSAGES/kio5_fish.mo share/locale/ja/LC_MESSAGES/kio5_fish.mo
@ -505,6 +525,7 @@ share/locale/ja/LC_MESSAGES/kio5_smb.mo
share/locale/ja/LC_MESSAGES/kio5_thumbnail.mo share/locale/ja/LC_MESSAGES/kio5_thumbnail.mo
share/locale/ka/LC_MESSAGES/kfileaudiopreview5.mo share/locale/ka/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/ka/LC_MESSAGES/kio5_activities.mo share/locale/ka/LC_MESSAGES/kio5_activities.mo
share/locale/ka/LC_MESSAGES/kio5_afc.mo
share/locale/ka/LC_MESSAGES/kio5_archive.mo share/locale/ka/LC_MESSAGES/kio5_archive.mo
share/locale/ka/LC_MESSAGES/kio5_bookmarks.mo share/locale/ka/LC_MESSAGES/kio5_bookmarks.mo
share/locale/ka/LC_MESSAGES/kio5_fish.mo share/locale/ka/LC_MESSAGES/kio5_fish.mo
@ -578,6 +599,7 @@ share/locale/lb/LC_MESSAGES/kio5_archive.mo
share/locale/lb/LC_MESSAGES/kio5_nfs.mo share/locale/lb/LC_MESSAGES/kio5_nfs.mo
share/locale/lt/LC_MESSAGES/kfileaudiopreview5.mo share/locale/lt/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/lt/LC_MESSAGES/kio5_activities.mo share/locale/lt/LC_MESSAGES/kio5_activities.mo
share/locale/lt/LC_MESSAGES/kio5_afc.mo
share/locale/lt/LC_MESSAGES/kio5_archive.mo share/locale/lt/LC_MESSAGES/kio5_archive.mo
share/locale/lt/LC_MESSAGES/kio5_bookmarks.mo share/locale/lt/LC_MESSAGES/kio5_bookmarks.mo
share/locale/lt/LC_MESSAGES/kio5_fish.mo share/locale/lt/LC_MESSAGES/kio5_fish.mo
@ -687,6 +709,7 @@ share/locale/ne/LC_MESSAGES/kio5_smb.mo
share/locale/ne/LC_MESSAGES/kio5_thumbnail.mo share/locale/ne/LC_MESSAGES/kio5_thumbnail.mo
share/locale/nl/LC_MESSAGES/kfileaudiopreview5.mo share/locale/nl/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/nl/LC_MESSAGES/kio5_activities.mo share/locale/nl/LC_MESSAGES/kio5_activities.mo
share/locale/nl/LC_MESSAGES/kio5_afc.mo
share/locale/nl/LC_MESSAGES/kio5_archive.mo share/locale/nl/LC_MESSAGES/kio5_archive.mo
share/locale/nl/LC_MESSAGES/kio5_bookmarks.mo share/locale/nl/LC_MESSAGES/kio5_bookmarks.mo
share/locale/nl/LC_MESSAGES/kio5_fish.mo share/locale/nl/LC_MESSAGES/kio5_fish.mo
@ -741,6 +764,7 @@ share/locale/pa/LC_MESSAGES/kio5_smb.mo
share/locale/pa/LC_MESSAGES/kio5_thumbnail.mo share/locale/pa/LC_MESSAGES/kio5_thumbnail.mo
share/locale/pl/LC_MESSAGES/kfileaudiopreview5.mo share/locale/pl/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/pl/LC_MESSAGES/kio5_activities.mo share/locale/pl/LC_MESSAGES/kio5_activities.mo
share/locale/pl/LC_MESSAGES/kio5_afc.mo
share/locale/pl/LC_MESSAGES/kio5_archive.mo share/locale/pl/LC_MESSAGES/kio5_archive.mo
share/locale/pl/LC_MESSAGES/kio5_bookmarks.mo share/locale/pl/LC_MESSAGES/kio5_bookmarks.mo
share/locale/pl/LC_MESSAGES/kio5_fish.mo share/locale/pl/LC_MESSAGES/kio5_fish.mo
@ -754,6 +778,7 @@ share/locale/pl/LC_MESSAGES/kio5_smb.mo
share/locale/pl/LC_MESSAGES/kio5_thumbnail.mo share/locale/pl/LC_MESSAGES/kio5_thumbnail.mo
share/locale/pt/LC_MESSAGES/kfileaudiopreview5.mo share/locale/pt/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/pt/LC_MESSAGES/kio5_activities.mo share/locale/pt/LC_MESSAGES/kio5_activities.mo
share/locale/pt/LC_MESSAGES/kio5_afc.mo
share/locale/pt/LC_MESSAGES/kio5_archive.mo share/locale/pt/LC_MESSAGES/kio5_archive.mo
share/locale/pt/LC_MESSAGES/kio5_bookmarks.mo share/locale/pt/LC_MESSAGES/kio5_bookmarks.mo
share/locale/pt/LC_MESSAGES/kio5_fish.mo share/locale/pt/LC_MESSAGES/kio5_fish.mo
@ -767,6 +792,7 @@ share/locale/pt/LC_MESSAGES/kio5_smb.mo
share/locale/pt/LC_MESSAGES/kio5_thumbnail.mo share/locale/pt/LC_MESSAGES/kio5_thumbnail.mo
share/locale/pt_BR/LC_MESSAGES/kfileaudiopreview5.mo share/locale/pt_BR/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/pt_BR/LC_MESSAGES/kio5_activities.mo share/locale/pt_BR/LC_MESSAGES/kio5_activities.mo
share/locale/pt_BR/LC_MESSAGES/kio5_afc.mo
share/locale/pt_BR/LC_MESSAGES/kio5_archive.mo share/locale/pt_BR/LC_MESSAGES/kio5_archive.mo
share/locale/pt_BR/LC_MESSAGES/kio5_bookmarks.mo share/locale/pt_BR/LC_MESSAGES/kio5_bookmarks.mo
share/locale/pt_BR/LC_MESSAGES/kio5_fish.mo share/locale/pt_BR/LC_MESSAGES/kio5_fish.mo
@ -793,6 +819,7 @@ share/locale/ro/LC_MESSAGES/kio5_smb.mo
share/locale/ro/LC_MESSAGES/kio5_thumbnail.mo share/locale/ro/LC_MESSAGES/kio5_thumbnail.mo
share/locale/ru/LC_MESSAGES/kfileaudiopreview5.mo share/locale/ru/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/ru/LC_MESSAGES/kio5_activities.mo share/locale/ru/LC_MESSAGES/kio5_activities.mo
share/locale/ru/LC_MESSAGES/kio5_afc.mo
share/locale/ru/LC_MESSAGES/kio5_archive.mo share/locale/ru/LC_MESSAGES/kio5_archive.mo
share/locale/ru/LC_MESSAGES/kio5_bookmarks.mo share/locale/ru/LC_MESSAGES/kio5_bookmarks.mo
share/locale/ru/LC_MESSAGES/kio5_fish.mo share/locale/ru/LC_MESSAGES/kio5_fish.mo
@ -823,6 +850,7 @@ share/locale/si/LC_MESSAGES/kio5_smb.mo
share/locale/si/LC_MESSAGES/kio5_thumbnail.mo share/locale/si/LC_MESSAGES/kio5_thumbnail.mo
share/locale/sk/LC_MESSAGES/kfileaudiopreview5.mo share/locale/sk/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/sk/LC_MESSAGES/kio5_activities.mo share/locale/sk/LC_MESSAGES/kio5_activities.mo
share/locale/sk/LC_MESSAGES/kio5_afc.mo
share/locale/sk/LC_MESSAGES/kio5_archive.mo share/locale/sk/LC_MESSAGES/kio5_archive.mo
share/locale/sk/LC_MESSAGES/kio5_bookmarks.mo share/locale/sk/LC_MESSAGES/kio5_bookmarks.mo
share/locale/sk/LC_MESSAGES/kio5_fish.mo share/locale/sk/LC_MESSAGES/kio5_fish.mo
@ -836,6 +864,7 @@ share/locale/sk/LC_MESSAGES/kio5_smb.mo
share/locale/sk/LC_MESSAGES/kio5_thumbnail.mo share/locale/sk/LC_MESSAGES/kio5_thumbnail.mo
share/locale/sl/LC_MESSAGES/kfileaudiopreview5.mo share/locale/sl/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/sl/LC_MESSAGES/kio5_activities.mo share/locale/sl/LC_MESSAGES/kio5_activities.mo
share/locale/sl/LC_MESSAGES/kio5_afc.mo
share/locale/sl/LC_MESSAGES/kio5_archive.mo share/locale/sl/LC_MESSAGES/kio5_archive.mo
share/locale/sl/LC_MESSAGES/kio5_bookmarks.mo share/locale/sl/LC_MESSAGES/kio5_bookmarks.mo
share/locale/sl/LC_MESSAGES/kio5_fish.mo share/locale/sl/LC_MESSAGES/kio5_fish.mo
@ -968,6 +997,7 @@ share/locale/th/LC_MESSAGES/kio5_smb.mo
share/locale/th/LC_MESSAGES/kio5_thumbnail.mo share/locale/th/LC_MESSAGES/kio5_thumbnail.mo
share/locale/tr/LC_MESSAGES/kfileaudiopreview5.mo share/locale/tr/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/tr/LC_MESSAGES/kio5_activities.mo share/locale/tr/LC_MESSAGES/kio5_activities.mo
share/locale/tr/LC_MESSAGES/kio5_afc.mo
share/locale/tr/LC_MESSAGES/kio5_archive.mo share/locale/tr/LC_MESSAGES/kio5_archive.mo
share/locale/tr/LC_MESSAGES/kio5_bookmarks.mo share/locale/tr/LC_MESSAGES/kio5_bookmarks.mo
share/locale/tr/LC_MESSAGES/kio5_fish.mo share/locale/tr/LC_MESSAGES/kio5_fish.mo
@ -993,6 +1023,7 @@ share/locale/ug/LC_MESSAGES/kio5_smb.mo
share/locale/ug/LC_MESSAGES/kio5_thumbnail.mo share/locale/ug/LC_MESSAGES/kio5_thumbnail.mo
share/locale/uk/LC_MESSAGES/kfileaudiopreview5.mo share/locale/uk/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/uk/LC_MESSAGES/kio5_activities.mo share/locale/uk/LC_MESSAGES/kio5_activities.mo
share/locale/uk/LC_MESSAGES/kio5_afc.mo
share/locale/uk/LC_MESSAGES/kio5_archive.mo share/locale/uk/LC_MESSAGES/kio5_archive.mo
share/locale/uk/LC_MESSAGES/kio5_bookmarks.mo share/locale/uk/LC_MESSAGES/kio5_bookmarks.mo
share/locale/uk/LC_MESSAGES/kio5_fish.mo share/locale/uk/LC_MESSAGES/kio5_fish.mo
@ -1022,6 +1053,7 @@ share/locale/uz@cyrillic/LC_MESSAGES/kio5_smb.mo
share/locale/uz@cyrillic/LC_MESSAGES/kio5_thumbnail.mo share/locale/uz@cyrillic/LC_MESSAGES/kio5_thumbnail.mo
share/locale/vi/LC_MESSAGES/kfileaudiopreview5.mo share/locale/vi/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/vi/LC_MESSAGES/kio5_activities.mo share/locale/vi/LC_MESSAGES/kio5_activities.mo
share/locale/vi/LC_MESSAGES/kio5_afc.mo
share/locale/vi/LC_MESSAGES/kio5_archive.mo share/locale/vi/LC_MESSAGES/kio5_archive.mo
share/locale/vi/LC_MESSAGES/kio5_bookmarks.mo share/locale/vi/LC_MESSAGES/kio5_bookmarks.mo
share/locale/vi/LC_MESSAGES/kio5_fish.mo share/locale/vi/LC_MESSAGES/kio5_fish.mo
@ -1050,6 +1082,7 @@ share/locale/xh/LC_MESSAGES/kio5_sftp.mo
share/locale/xh/LC_MESSAGES/kio5_smb.mo share/locale/xh/LC_MESSAGES/kio5_smb.mo
share/locale/zh_CN/LC_MESSAGES/kfileaudiopreview5.mo share/locale/zh_CN/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/zh_CN/LC_MESSAGES/kio5_activities.mo share/locale/zh_CN/LC_MESSAGES/kio5_activities.mo
share/locale/zh_CN/LC_MESSAGES/kio5_afc.mo
share/locale/zh_CN/LC_MESSAGES/kio5_archive.mo share/locale/zh_CN/LC_MESSAGES/kio5_archive.mo
share/locale/zh_CN/LC_MESSAGES/kio5_bookmarks.mo share/locale/zh_CN/LC_MESSAGES/kio5_bookmarks.mo
share/locale/zh_CN/LC_MESSAGES/kio5_fish.mo share/locale/zh_CN/LC_MESSAGES/kio5_fish.mo
@ -1064,6 +1097,7 @@ share/locale/zh_CN/LC_MESSAGES/kio5_thumbnail.mo
share/locale/zh_HK/LC_MESSAGES/kfileaudiopreview5.mo share/locale/zh_HK/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/zh_TW/LC_MESSAGES/kfileaudiopreview5.mo share/locale/zh_TW/LC_MESSAGES/kfileaudiopreview5.mo
share/locale/zh_TW/LC_MESSAGES/kio5_activities.mo share/locale/zh_TW/LC_MESSAGES/kio5_activities.mo
share/locale/zh_TW/LC_MESSAGES/kio5_afc.mo
share/locale/zh_TW/LC_MESSAGES/kio5_archive.mo share/locale/zh_TW/LC_MESSAGES/kio5_archive.mo
share/locale/zh_TW/LC_MESSAGES/kio5_bookmarks.mo share/locale/zh_TW/LC_MESSAGES/kio5_bookmarks.mo
share/locale/zh_TW/LC_MESSAGES/kio5_fish.mo share/locale/zh_TW/LC_MESSAGES/kio5_fish.mo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828132 TIMESTAMP = 1681548254
SHA256 (KDE/release-service/22.12.3/kirigami-gallery-22.12.3.tar.xz) = 9a960d0e94cc13102ecdaacb46c1721ffeeb598bc7ca09b1e313db22b4b37afd SHA256 (KDE/release-service/23.04.0/kirigami-gallery-23.04.0.tar.xz) = 1020f81c6376b194e678484bc6e565f09e5601a546d75a4d1065cad2ad37d0ad
SIZE (KDE/release-service/22.12.3/kirigami-gallery-22.12.3.tar.xz) = 350212 SIZE (KDE/release-service/23.04.0/kirigami-gallery-23.04.0.tar.xz) = 350224

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828145 TIMESTAMP = 1681548272
SHA256 (KDE/release-service/22.12.3/kpublictransport-22.12.3.tar.xz) = 8c5f79f4672965defe3db8e0a0bc6755b2a0e9b7906219ea6af366425bf95dd2 SHA256 (KDE/release-service/23.04.0/kpublictransport-23.04.0.tar.xz) = 1f1030bbd5520a574e9d426cc12d88d68c5f08864031f26327ce49d664650603
SIZE (KDE/release-service/22.12.3/kpublictransport-22.12.3.tar.xz) = 490936 SIZE (KDE/release-service/23.04.0/kpublictransport-23.04.0.tar.xz) = 533660

View File

@ -4,10 +4,6 @@ include/KPublicTransport/KPublicTransport/Backend
include/KPublicTransport/KPublicTransport/BackendModel include/KPublicTransport/KPublicTransport/BackendModel
include/KPublicTransport/KPublicTransport/CoverageArea include/KPublicTransport/KPublicTransport/CoverageArea
include/KPublicTransport/KPublicTransport/Datatypes include/KPublicTransport/KPublicTransport/Datatypes
include/KPublicTransport/KPublicTransport/Departure
include/KPublicTransport/KPublicTransport/DepartureQueryModel
include/KPublicTransport/KPublicTransport/DepartureReply
include/KPublicTransport/KPublicTransport/DepartureRequest
include/KPublicTransport/KPublicTransport/Disruption include/KPublicTransport/KPublicTransport/Disruption
include/KPublicTransport/KPublicTransport/Equipment include/KPublicTransport/KPublicTransport/Equipment
include/KPublicTransport/KPublicTransport/IndividualTransport include/KPublicTransport/KPublicTransport/IndividualTransport
@ -23,6 +19,7 @@ include/KPublicTransport/KPublicTransport/LocationQueryModel
include/KPublicTransport/KPublicTransport/LocationReply include/KPublicTransport/KPublicTransport/LocationReply
include/KPublicTransport/KPublicTransport/LocationRequest include/KPublicTransport/KPublicTransport/LocationRequest
include/KPublicTransport/KPublicTransport/Manager include/KPublicTransport/KPublicTransport/Manager
include/KPublicTransport/KPublicTransport/OnboardStatus
include/KPublicTransport/KPublicTransport/Path include/KPublicTransport/KPublicTransport/Path
include/KPublicTransport/KPublicTransport/PathModel include/KPublicTransport/KPublicTransport/PathModel
include/KPublicTransport/KPublicTransport/Platform include/KPublicTransport/KPublicTransport/Platform
@ -42,10 +39,6 @@ include/KPublicTransport/kpublictransport/backend.h
include/KPublicTransport/kpublictransport/backendmodel.h include/KPublicTransport/kpublictransport/backendmodel.h
include/KPublicTransport/kpublictransport/coveragearea.h include/KPublicTransport/kpublictransport/coveragearea.h
include/KPublicTransport/kpublictransport/datatypes.h include/KPublicTransport/kpublictransport/datatypes.h
include/KPublicTransport/kpublictransport/departure.h
include/KPublicTransport/kpublictransport/departurequerymodel.h
include/KPublicTransport/kpublictransport/departurereply.h
include/KPublicTransport/kpublictransport/departurerequest.h
include/KPublicTransport/kpublictransport/disruption.h include/KPublicTransport/kpublictransport/disruption.h
include/KPublicTransport/kpublictransport/equipment.h include/KPublicTransport/kpublictransport/equipment.h
include/KPublicTransport/kpublictransport/individualtransport.h include/KPublicTransport/kpublictransport/individualtransport.h
@ -54,6 +47,7 @@ include/KPublicTransport/kpublictransport/journeyquerymodel.h
include/KPublicTransport/kpublictransport/journeyreply.h include/KPublicTransport/kpublictransport/journeyreply.h
include/KPublicTransport/kpublictransport/journeyrequest.h include/KPublicTransport/kpublictransport/journeyrequest.h
include/KPublicTransport/kpublictransport/kpublictransport_export.h include/KPublicTransport/kpublictransport/kpublictransport_export.h
include/KPublicTransport/kpublictransport/kpublictransportonboard_export.h
include/KPublicTransport/kpublictransport/line.h include/KPublicTransport/kpublictransport/line.h
include/KPublicTransport/kpublictransport/load.h include/KPublicTransport/kpublictransport/load.h
include/KPublicTransport/kpublictransport/location.h include/KPublicTransport/kpublictransport/location.h
@ -83,9 +77,15 @@ lib/cmake/KPublicTransport/KPublicTransportTargets.cmake
lib/libKPublicTransport.so lib/libKPublicTransport.so
lib/libKPublicTransport.so.1 lib/libKPublicTransport.so.1
lib/libKPublicTransport.so.%%KDE_APPLICATIONS_SHLIB_VER%% lib/libKPublicTransport.so.%%KDE_APPLICATIONS_SHLIB_VER%%
lib/libKPublicTransportOnboard.so
lib/libKPublicTransportOnboard.so.1
lib/libKPublicTransportOnboard.so.%%KDE_APPLICATIONS_VERSION%%
%%QT_QMLDIR%%/org/kde/kpublictransport/libkpublictransportqmlplugin.so %%QT_QMLDIR%%/org/kde/kpublictransport/libkpublictransportqmlplugin.so
%%QT_QMLDIR%%/org/kde/kpublictransport/onboard/libkpublictransportonboardqmlplugin.so
%%QT_QMLDIR%%/org/kde/kpublictransport/onboard/qmldir
%%QT_QMLDIR%%/org/kde/kpublictransport/qmldir %%QT_QMLDIR%%/org/kde/kpublictransport/qmldir
%%QT_QMLDIR%%/org/kde/kpublictransport/ui/VehicleSectionItem.qml %%QT_QMLDIR%%/org/kde/kpublictransport/ui/VehicleSectionItem.qml
%%QT_QMLDIR%%/org/kde/kpublictransport/ui/libkpublictransportquickplugin.so %%QT_QMLDIR%%/org/kde/kpublictransport/ui/libkpublictransportquickplugin.so
%%QT_QMLDIR%%/org/kde/kpublictransport/ui/qmldir %%QT_QMLDIR%%/org/kde/kpublictransport/ui/qmldir
share/qlogging-categories5/org_kde_kpublictransport.categories share/qlogging-categories5/org_kde_kpublictransport.categories
share/qlogging-categories5/org_kde_kpublictransport_onboard.categories

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828142 TIMESTAMP = 1681548271
SHA256 (KDE/release-service/22.12.3/lokalize-22.12.3.tar.xz) = c141f4a26d402a392f2a589e0e29be3b91e061c18cb688b412ffd662fa8c1733 SHA256 (KDE/release-service/23.04.0/lokalize-23.04.0.tar.xz) = fb6501c258f2132dfa9c3fe17b4f75eb3ab3b363746dd22d9408504f2ac90707
SIZE (KDE/release-service/22.12.3/lokalize-22.12.3.tar.xz) = 2115776 SIZE (KDE/release-service/23.04.0/lokalize-23.04.0.tar.xz) = 2116400

View File

@ -106,9 +106,9 @@ share/locale/zh_TW/LC_MESSAGES/lokalize.mo
%%DATADIR%%/icons/hicolor/22x22/actions/insert_arg.png %%DATADIR%%/icons/hicolor/22x22/actions/insert_arg.png
%%DATADIR%%/icons/hicolor/22x22/actions/insert_tag.png %%DATADIR%%/icons/hicolor/22x22/actions/insert_tag.png
%%DATADIR%%/icons/hicolor/22x22/actions/l10n/sr/approved.png %%DATADIR%%/icons/hicolor/22x22/actions/l10n/sr/approved.png
%%DATADIR%%/icons/hicolor/%%KDE_APPLICATIONS_VERSION_SHORT%%x%%KDE_APPLICATIONS_VERSION_SHORT%%/actions/l10n/sr@ijekavian/approved.png %%DATADIR%%/icons/hicolor/22x22/actions/l10n/sr@ijekavian/approved.png
%%DATADIR%%/icons/hicolor/%%KDE_APPLICATIONS_VERSION_SHORT%%x%%KDE_APPLICATIONS_VERSION_SHORT%%/actions/l10n/sr@ijekavianlatin/approved.png %%DATADIR%%/icons/hicolor/22x22/actions/l10n/sr@ijekavianlatin/approved.png
%%DATADIR%%/icons/hicolor/%%KDE_APPLICATIONS_VERSION_SHORT%%x%%KDE_APPLICATIONS_VERSION_SHORT%%/actions/l10n/sr@latin/approved.png %%DATADIR%%/icons/hicolor/22x22/actions/l10n/sr@latin/approved.png
%%DATADIR%%/icons/hicolor/22x22/actions/msgid2msgstr.png %%DATADIR%%/icons/hicolor/22x22/actions/msgid2msgstr.png
%%DATADIR%%/icons/hicolor/22x22/actions/nexterror.png %%DATADIR%%/icons/hicolor/22x22/actions/nexterror.png
%%DATADIR%%/icons/hicolor/22x22/actions/nextfuzzy.png %%DATADIR%%/icons/hicolor/22x22/actions/nextfuzzy.png

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1681373447 TIMESTAMP = 1681548259
SHA256 (KDE/release-service/22.12.3/kde-massif-visualizer-0.7.0-v0.7.0_GH0.tar.gz) = 922c1c4e4ece49ba270fdf67c665a63fd6dd171208dc0ed292199320497ac65d SHA256 (KDE/release-service/23.04.0/kde-massif-visualizer-0.7.0-v0.7.0_GH0.tar.gz) = 922c1c4e4ece49ba270fdf67c665a63fd6dd171208dc0ed292199320497ac65d
SIZE (KDE/release-service/22.12.3/kde-massif-visualizer-0.7.0-v0.7.0_GH0.tar.gz) = 543854 SIZE (KDE/release-service/23.04.0/kde-massif-visualizer-0.7.0-v0.7.0_GH0.tar.gz) = 543854

View File

@ -6,6 +6,6 @@ share/kxmlgui5/massif-visualizer/callgraphtabui.rc
share/kxmlgui5/massif-visualizer/charttabui.rc share/kxmlgui5/massif-visualizer/charttabui.rc
share/kxmlgui5/massif-visualizer/documentwidgetui.rc share/kxmlgui5/massif-visualizer/documentwidgetui.rc
share/kxmlgui5/massif-visualizer/massif-visualizerui.rc share/kxmlgui5/massif-visualizer/massif-visualizerui.rc
%%DATADIR%%/icons/hicolor/%%KDE_APPLICATIONS_VERSION_SHORT%%x%%KDE_APPLICATIONS_VERSION_SHORT%%/actions/shortentemplates.png %%DATADIR%%/icons/hicolor/22x22/actions/shortentemplates.png
share/metainfo/org.kde.massif-visualizer.appdata.xml share/metainfo/org.kde.massif-visualizer.appdata.xml
share/mime/packages/massif.xml share/mime/packages/massif.xml

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828130 TIMESTAMP = 1681548265
SHA256 (KDE/release-service/22.12.3/poxml-22.12.3.tar.xz) = 20797933138c613ddaa55c3aa56766b2a282ff4017e70502b3557b74f1ccd50f SHA256 (KDE/release-service/23.04.0/poxml-23.04.0.tar.xz) = 6a484959cf9b32feb3927fb08cc09b99bf866462aec425788782512c99b113f9
SIZE (KDE/release-service/22.12.3/poxml-22.12.3.tar.xz) = 44100 SIZE (KDE/release-service/23.04.0/poxml-23.04.0.tar.xz) = 44276

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828134 TIMESTAMP = 1681548255
SHA256 (KDE/release-service/22.12.3/umbrello-22.12.3.tar.xz) = ab100ca227b8fe67343e9ffab8f135aef8c1c9ccbd1fef3c040631499d4df044 SHA256 (KDE/release-service/23.04.0/umbrello-23.04.0.tar.xz) = e8209ed8579e983016e1f4dae3a961a0a7a81892d6be00922c0bb07bb464a445
SIZE (KDE/release-service/22.12.3/umbrello-22.12.3.tar.xz) = 5801500 SIZE (KDE/release-service/23.04.0/umbrello-23.04.0.tar.xz) = 5774008

View File

@ -14,79 +14,60 @@ share/icons/hicolor/scalable/apps/umbrello.svgz
share/locale/ar/LC_MESSAGES/umbrello.mo share/locale/ar/LC_MESSAGES/umbrello.mo
share/locale/be/LC_MESSAGES/umbrello.mo share/locale/be/LC_MESSAGES/umbrello.mo
share/locale/bg/LC_MESSAGES/umbrello.mo share/locale/bg/LC_MESSAGES/umbrello.mo
share/locale/bg/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/bg/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/bg/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/br/LC_MESSAGES/umbrello.mo share/locale/br/LC_MESSAGES/umbrello.mo
share/locale/bs/LC_MESSAGES/umbrello.mo share/locale/bs/LC_MESSAGES/umbrello.mo
share/locale/bs/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/bs/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/ca/LC_MESSAGES/umbrello.mo share/locale/ca/LC_MESSAGES/umbrello.mo
share/locale/ca/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/ca/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/ca/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/ca@valencia/LC_MESSAGES/umbrello.mo share/locale/ca@valencia/LC_MESSAGES/umbrello.mo
share/locale/ca@valencia/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/ca@valencia/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/ca@valencia/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/cs/LC_MESSAGES/umbrello.mo share/locale/cs/LC_MESSAGES/umbrello.mo
share/locale/cs/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/cs/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/cs/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/cy/LC_MESSAGES/umbrello.mo share/locale/cy/LC_MESSAGES/umbrello.mo
share/locale/da/LC_MESSAGES/umbrello.mo share/locale/da/LC_MESSAGES/umbrello.mo
share/locale/da/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/da/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/da/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/de/LC_MESSAGES/umbrello.mo share/locale/de/LC_MESSAGES/umbrello.mo
share/locale/de/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/de/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/de/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/el/LC_MESSAGES/umbrello.mo share/locale/el/LC_MESSAGES/umbrello.mo
share/locale/el/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/el/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/el/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/en_GB/LC_MESSAGES/umbrello.mo share/locale/en_GB/LC_MESSAGES/umbrello.mo
share/locale/en_GB/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/en_GB/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/en_GB/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/eo/LC_MESSAGES/umbrello.mo share/locale/eo/LC_MESSAGES/umbrello.mo
share/locale/eo/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/eo/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/es/LC_MESSAGES/umbrello.mo share/locale/es/LC_MESSAGES/umbrello.mo
share/locale/es/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/es/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/es/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/et/LC_MESSAGES/umbrello.mo share/locale/et/LC_MESSAGES/umbrello.mo
share/locale/et/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/et/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/et/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/eu/LC_MESSAGES/umbrello.mo share/locale/eu/LC_MESSAGES/umbrello.mo
share/locale/fa/LC_MESSAGES/umbrello.mo share/locale/fa/LC_MESSAGES/umbrello.mo
share/locale/fi/LC_MESSAGES/umbrello.mo share/locale/fi/LC_MESSAGES/umbrello.mo
share/locale/fi/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/fi/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/fi/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/fr/LC_MESSAGES/umbrello.mo share/locale/fr/LC_MESSAGES/umbrello.mo
share/locale/fr/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/fr/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/fr/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/ga/LC_MESSAGES/umbrello.mo share/locale/ga/LC_MESSAGES/umbrello.mo
share/locale/ga/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/ga/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/gl/LC_MESSAGES/umbrello.mo share/locale/gl/LC_MESSAGES/umbrello.mo
share/locale/gl/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/gl/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/gl/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/hi/LC_MESSAGES/umbrello.mo share/locale/hi/LC_MESSAGES/umbrello.mo
share/locale/hne/LC_MESSAGES/umbrello.mo share/locale/hne/LC_MESSAGES/umbrello.mo
share/locale/hr/LC_MESSAGES/umbrello.mo share/locale/hr/LC_MESSAGES/umbrello.mo
share/locale/hr/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/hr/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/hu/LC_MESSAGES/umbrello.mo share/locale/hu/LC_MESSAGES/umbrello.mo
share/locale/hu/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/hu/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/hu/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/ia/LC_MESSAGES/umbrello.mo share/locale/ia/LC_MESSAGES/umbrello.mo
share/locale/it/LC_MESSAGES/umbrello.mo share/locale/it/LC_MESSAGES/umbrello.mo
share/locale/it/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/it/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/it/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/ja/LC_MESSAGES/umbrello.mo share/locale/ja/LC_MESSAGES/umbrello.mo
share/locale/ja/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/ja/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/ja/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/ka/LC_MESSAGES/umbrello.mo share/locale/ka/LC_MESSAGES/umbrello.mo
share/locale/ka/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/ka/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/ka/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/kk/LC_MESSAGES/umbrello.mo share/locale/kk/LC_MESSAGES/umbrello.mo
share/locale/kk/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/kk/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/km/LC_MESSAGES/umbrello.mo share/locale/km/LC_MESSAGES/umbrello.mo
share/locale/ko/LC_MESSAGES/umbrello.mo share/locale/ko/LC_MESSAGES/umbrello.mo
share/locale/ko/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/ko/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/ko/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/lt/LC_MESSAGES/umbrello.mo share/locale/lt/LC_MESSAGES/umbrello.mo
share/locale/lt/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/lt/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/lt/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/mai/LC_MESSAGES/umbrello.mo share/locale/mai/LC_MESSAGES/umbrello.mo
share/locale/mk/LC_MESSAGES/umbrello.mo share/locale/mk/LC_MESSAGES/umbrello.mo
@ -94,60 +75,45 @@ share/locale/mr/LC_MESSAGES/umbrello.mo
share/locale/mr/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/mr/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/ms/LC_MESSAGES/umbrello.mo share/locale/ms/LC_MESSAGES/umbrello.mo
share/locale/nb/LC_MESSAGES/umbrello.mo share/locale/nb/LC_MESSAGES/umbrello.mo
share/locale/nb/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/nb/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/nb/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/nds/LC_MESSAGES/umbrello.mo share/locale/nds/LC_MESSAGES/umbrello.mo
share/locale/nds/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/nds/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/ne/LC_MESSAGES/umbrello.mo share/locale/ne/LC_MESSAGES/umbrello.mo
share/locale/nl/LC_MESSAGES/umbrello.mo share/locale/nl/LC_MESSAGES/umbrello.mo
share/locale/nl/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/nl/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/nl/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/nn/LC_MESSAGES/umbrello.mo share/locale/nn/LC_MESSAGES/umbrello.mo
share/locale/nn/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/nn/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/nn/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/oc/LC_MESSAGES/umbrello.mo share/locale/oc/LC_MESSAGES/umbrello.mo
share/locale/pl/LC_MESSAGES/umbrello.mo share/locale/pl/LC_MESSAGES/umbrello.mo
share/locale/pl/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/pl/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/pl/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/pt/LC_MESSAGES/umbrello.mo share/locale/pt/LC_MESSAGES/umbrello.mo
share/locale/pt/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/pt/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/pt/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/pt_BR/LC_MESSAGES/umbrello.mo share/locale/pt_BR/LC_MESSAGES/umbrello.mo
share/locale/pt_BR/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/pt_BR/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/pt_BR/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/ro/LC_MESSAGES/umbrello.mo share/locale/ro/LC_MESSAGES/umbrello.mo
share/locale/ro/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/ro/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/ro/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/ru/LC_MESSAGES/umbrello.mo share/locale/ru/LC_MESSAGES/umbrello.mo
share/locale/ru/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/ru/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/ru/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/se/LC_MESSAGES/umbrello.mo share/locale/se/LC_MESSAGES/umbrello.mo
share/locale/sk/LC_MESSAGES/umbrello.mo share/locale/sk/LC_MESSAGES/umbrello.mo
share/locale/sk/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/sk/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/sk/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/sl/LC_MESSAGES/umbrello.mo share/locale/sl/LC_MESSAGES/umbrello.mo
share/locale/sl/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/sl/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/sl/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/sq/LC_MESSAGES/umbrello.mo share/locale/sq/LC_MESSAGES/umbrello.mo
share/locale/sv/LC_MESSAGES/umbrello.mo share/locale/sv/LC_MESSAGES/umbrello.mo
share/locale/sv/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/sv/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/sv/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/ta/LC_MESSAGES/umbrello.mo share/locale/ta/LC_MESSAGES/umbrello.mo
share/locale/tg/LC_MESSAGES/umbrello.mo share/locale/tg/LC_MESSAGES/umbrello.mo
share/locale/th/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/th/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/tr/LC_MESSAGES/umbrello.mo share/locale/tr/LC_MESSAGES/umbrello.mo
share/locale/tr/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/tr/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/tr/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/ug/LC_MESSAGES/umbrello.mo share/locale/ug/LC_MESSAGES/umbrello.mo
share/locale/ug/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/ug/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/uk/LC_MESSAGES/umbrello.mo share/locale/uk/LC_MESSAGES/umbrello.mo
share/locale/uk/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/uk/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/uk/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/zh_CN/LC_MESSAGES/umbrello.mo share/locale/zh_CN/LC_MESSAGES/umbrello.mo
share/locale/zh_CN/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/zh_CN/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/zh_CN/LC_MESSAGES/umbrello_kdevphp5.mo
share/locale/zh_TW/LC_MESSAGES/umbrello.mo share/locale/zh_TW/LC_MESSAGES/umbrello.mo
share/locale/zh_TW/LC_MESSAGES/umbrello_kdevphp.mo
share/locale/zh_TW/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/zh_TW/LC_MESSAGES/umbrello_kdevphp5.mo
share/metainfo/org.kde.umbrello.appdata.xml share/metainfo/org.kde.umbrello.appdata.xml
share/umbrello5/common.ent share/umbrello5/common.ent

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828172 TIMESTAMP = 1681548449
SHA256 (KDE/release-service/22.12.3/kate-22.12.3.tar.xz) = 5bfb05b8dad0c3c7301da0a1998d41de7acf0ec18f40912a59b3e855188f443e SHA256 (KDE/release-service/23.04.0/kate-23.04.0.tar.xz) = 589c33501f98fa7937a7e3075c155e22a31f746ce4e5f15022b509c5fc1c1c0d
SIZE (KDE/release-service/22.12.3/kate-22.12.3.tar.xz) = 7888764 SIZE (KDE/release-service/23.04.0/kate-23.04.0.tar.xz) = 7984356

View File

@ -3,7 +3,9 @@ bin/kwrite
lib/libkateprivate.so.%%KDE_APPLICATIONS_VERSION%% lib/libkateprivate.so.%%KDE_APPLICATIONS_VERSION%%
%%QT_PLUGINDIR%%/ktexteditor/cmaketoolsplugin.so %%QT_PLUGINDIR%%/ktexteditor/cmaketoolsplugin.so
%%QT_PLUGINDIR%%/ktexteditor/compilerexplorer.so %%QT_PLUGINDIR%%/ktexteditor/compilerexplorer.so
%%QT_PLUGINDIR%%/ktexteditor/eslintplugin.so
%%QT_PLUGINDIR%%/ktexteditor/externaltoolsplugin.so %%QT_PLUGINDIR%%/ktexteditor/externaltoolsplugin.so
%%QT_PLUGINDIR%%/ktexteditor/formatplugin.so
%%QT_PLUGINDIR%%/ktexteditor/katebacktracebrowserplugin.so %%QT_PLUGINDIR%%/ktexteditor/katebacktracebrowserplugin.so
%%QT_PLUGINDIR%%/ktexteditor/katebuildplugin.so %%QT_PLUGINDIR%%/ktexteditor/katebuildplugin.so
%%QT_PLUGINDIR%%/ktexteditor/katecloseexceptplugin.so %%QT_PLUGINDIR%%/ktexteditor/katecloseexceptplugin.so
@ -147,6 +149,7 @@ share/locale/bg/LC_MESSAGES/katefilebrowserplugin.mo
share/locale/bg/LC_MESSAGES/katefiletree.mo share/locale/bg/LC_MESSAGES/katefiletree.mo
share/locale/bg/LC_MESSAGES/kategdbplugin.mo share/locale/bg/LC_MESSAGES/kategdbplugin.mo
share/locale/bg/LC_MESSAGES/kategitblameplugin.mo share/locale/bg/LC_MESSAGES/kategitblameplugin.mo
share/locale/bg/LC_MESSAGES/katekeyboardmacros.mo
share/locale/bg/LC_MESSAGES/katekonsoleplugin.mo share/locale/bg/LC_MESSAGES/katekonsoleplugin.mo
share/locale/bg/LC_MESSAGES/kateproject.mo share/locale/bg/LC_MESSAGES/kateproject.mo
share/locale/bg/LC_MESSAGES/katesearch.mo share/locale/bg/LC_MESSAGES/katesearch.mo
@ -358,14 +361,30 @@ share/locale/en_GB/LC_MESSAGES/ktexteditorpreviewplugin.mo
share/locale/en_GB/LC_MESSAGES/lspclient.mo share/locale/en_GB/LC_MESSAGES/lspclient.mo
share/locale/en_GB/LC_MESSAGES/tabswitcherplugin.mo share/locale/en_GB/LC_MESSAGES/tabswitcherplugin.mo
share/locale/eo/LC_MESSAGES/kate-ctags-plugin.mo share/locale/eo/LC_MESSAGES/kate-ctags-plugin.mo
share/locale/eo/LC_MESSAGES/kate-replicode-plugin.mo
share/locale/eo/LC_MESSAGES/kate.mo share/locale/eo/LC_MESSAGES/kate.mo
share/locale/eo/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/eo/LC_MESSAGES/katebacktracebrowserplugin.mo
share/locale/eo/LC_MESSAGES/katebuild-plugin.mo share/locale/eo/LC_MESSAGES/katebuild-plugin.mo
share/locale/eo/LC_MESSAGES/katecloseexceptplugin.mo
share/locale/eo/LC_MESSAGES/katecolorpickerplugin.mo
share/locale/eo/LC_MESSAGES/kateexternaltoolsplugin.mo
share/locale/eo/LC_MESSAGES/katefilebrowserplugin.mo share/locale/eo/LC_MESSAGES/katefilebrowserplugin.mo
share/locale/eo/LC_MESSAGES/katefiletree.mo
share/locale/eo/LC_MESSAGES/kategdbplugin.mo
share/locale/eo/LC_MESSAGES/kategitblameplugin.mo
share/locale/eo/LC_MESSAGES/katekeyboardmacros.mo
share/locale/eo/LC_MESSAGES/katekonsoleplugin.mo share/locale/eo/LC_MESSAGES/katekonsoleplugin.mo
share/locale/eo/LC_MESSAGES/kateproject.mo
share/locale/eo/LC_MESSAGES/katesearch.mo
share/locale/eo/LC_MESSAGES/katesnippetsplugin.mo
share/locale/eo/LC_MESSAGES/katesql.mo
share/locale/eo/LC_MESSAGES/katesymbolviewer.mo share/locale/eo/LC_MESSAGES/katesymbolviewer.mo
share/locale/eo/LC_MESSAGES/katetextfilter.mo share/locale/eo/LC_MESSAGES/katetextfilter.mo
share/locale/eo/LC_MESSAGES/katexmlcheck.mo
share/locale/eo/LC_MESSAGES/katexmltools.mo share/locale/eo/LC_MESSAGES/katexmltools.mo
share/locale/eo/LC_MESSAGES/ktexteditorpreviewplugin.mo
share/locale/eo/LC_MESSAGES/lspclient.mo
share/locale/eo/LC_MESSAGES/tabswitcherplugin.mo
share/locale/es/LC_MESSAGES/kate-ctags-plugin.mo share/locale/es/LC_MESSAGES/kate-ctags-plugin.mo
share/locale/es/LC_MESSAGES/kate-replicode-plugin.mo share/locale/es/LC_MESSAGES/kate-replicode-plugin.mo
share/locale/es/LC_MESSAGES/kate.mo share/locale/es/LC_MESSAGES/kate.mo
@ -789,10 +808,13 @@ share/locale/lt/LC_MESSAGES/kate.mo
share/locale/lt/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/lt/LC_MESSAGES/katebacktracebrowserplugin.mo
share/locale/lt/LC_MESSAGES/katebuild-plugin.mo share/locale/lt/LC_MESSAGES/katebuild-plugin.mo
share/locale/lt/LC_MESSAGES/katecloseexceptplugin.mo share/locale/lt/LC_MESSAGES/katecloseexceptplugin.mo
share/locale/lt/LC_MESSAGES/katecolorpickerplugin.mo
share/locale/lt/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/lt/LC_MESSAGES/kateexternaltoolsplugin.mo
share/locale/lt/LC_MESSAGES/katefilebrowserplugin.mo share/locale/lt/LC_MESSAGES/katefilebrowserplugin.mo
share/locale/lt/LC_MESSAGES/katefiletree.mo share/locale/lt/LC_MESSAGES/katefiletree.mo
share/locale/lt/LC_MESSAGES/kategdbplugin.mo share/locale/lt/LC_MESSAGES/kategdbplugin.mo
share/locale/lt/LC_MESSAGES/kategitblameplugin.mo
share/locale/lt/LC_MESSAGES/katekeyboardmacros.mo
share/locale/lt/LC_MESSAGES/katekonsoleplugin.mo share/locale/lt/LC_MESSAGES/katekonsoleplugin.mo
share/locale/lt/LC_MESSAGES/kateproject.mo share/locale/lt/LC_MESSAGES/kateproject.mo
share/locale/lt/LC_MESSAGES/katesearch.mo share/locale/lt/LC_MESSAGES/katesearch.mo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828210 TIMESTAMP = 1681548422
SHA256 (KDE/release-service/22.12.3/blinken-22.12.3.tar.xz) = 06a06d4654869e8c7044daf546bcf2517120a86c89954383bdb325fe5424c04e SHA256 (KDE/release-service/23.04.0/blinken-23.04.0.tar.xz) = 5ddcd6f04997beb4cb1703e30b67da6f71682d2c54ae228a7a92e1c60ab4560f
SIZE (KDE/release-service/22.12.3/blinken-22.12.3.tar.xz) = 2723364 SIZE (KDE/release-service/23.04.0/blinken-23.04.0.tar.xz) = 2723596

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677828265 TIMESTAMP = 1681548425
SHA256 (KDE/release-service/22.12.3/bomber-22.12.3.tar.xz) = 4d8ea1f717f01871e31603d6c98e31e8030d0808418839057972602a14cb8f4b SHA256 (KDE/release-service/23.04.0/bomber-23.04.0.tar.xz) = 1e3761129189b15de12abe34e7d51e87f995f71e5eb4f8a4eba0f6399f2a2f53
SIZE (KDE/release-service/22.12.3/bomber-22.12.3.tar.xz) = 838116 SIZE (KDE/release-service/23.04.0/bomber-23.04.0.tar.xz) = 838404

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