Hi,

KDE Frameworks 6.4 tars are now available for packagers.

Cheers

Nico
attica:
 Gitignore: add VS Code dir. 

baloo:
 Revert "[Extractor] Change to QCoreApplication". Fixes bug 
https://bugs.kde.org/487628
 Port QML modules to declarative type registration. 
 CI: update clang-format image. 

bluez-qt:
 Add core/primary services for LE Audio: CSIS, MCS, BASS, PACS, CAS. 
 Add comments to improve readability and maintainability. 
 Bump TODO KF6 to TODO KF7. 
 Manager: Add list property for connectedDevices. 
 Manager: Sort out property shorthand in tests. 

breeze-icons:
 Use newly introduced ColorScheme-Accent. Fixes bug https://bugs.kde.org/446468
 Improve excalamation point placement in data-warning/dialog-warning icon. 
Fixes bug https://bugs.kde.org/487626
 Add generic translate icon, symlink crow-translate-tray. 
 Add non-symbolic base version of network-wireless-bluetooth icons. 
 Mark as non gui executables to have output on Windows. 

extra-cmake-modules:
 Avoid spurious message about appstreamtest. 

karchive:
 Don't accept tar files with sizes < 0. 
 Fix crash with malformed files. 

kauth:
 Move dbus dep to backend & tests. 
 Gitignore: add VS Code dir. 

kbookmarks:
 Gitignore: add VS Code dir. 

kcalendarcore:
 Add missing QtCore dependency to QML module. 
 Add QML bindings for CalendarListModel and CalendarPluginLoader. 
 Add CalendarListModel. 

kcmutils:
 Plugins: Use help-about icons instead of dialog-information. 
 SettingHighlighterPrivate: Optimize connections. 
 Plugins: Use symbolic versions of the icons. 
 Declare missing QML module dependency. 
 Properly declare KQuickConfigModule as having attached properties. 
 Support USE_DBUS option to enable/disable dbus use. 
 Gitignore: add VS Code dir. 
 Ensure KCM load function is called only once. Fixes bug 
https://bugs.kde.org/487388

kcodecs:
 Remove unused static tables. 

kcompletion:
 Gitignore: add VS Code dir. 

kconfig:
 Fix two cmakelint types of issue. 
 Fix KCONFIG_USE_QML=OFF by moving ECMQmlModule behind the conditional. 
 Kconfig_compiler: Don't generate .moc include. 
 Kconfig_compiler: Allow generating QML type registration macros. 
 Kconfig_compiler: Use automoc for GENERATE_MOC. 
 Avoid unused variable definition. 
 Allow desktop files to be a symbolic link. 
 Fix compile. 
 KStandardActions: Use C++11 for loop. 
 Fix compile dependencies for windows. 
 Register KCoreConfigSkeleton to QML. 
 Provide a generic named USE_DBUS option to allow to choose if to use it. 
 Don't warn if no dbus enabled. 

kconfigwidgets:
 Support USE_DBUS option to enable/disable dbus use. 

kcoreaddons:
 Rename deprecated argument CLASSNAME to CLASS_NAME in ecm_add_qml_module() for 
KCoreAddonsPlugin. 
 Kurlmimedata: warn about problems while retrieving files from portal. 
 Decode os-release as UTF-8. 
 Use REQUIRED_QT_VERSION for dbus, too. 
 Provide USE_DBUS option to allow to turn on/off dbus parts. 

kcrash:
 Add missing QtOpenGL dependency. 

kdbusaddons:
 Gitignore: add VS Code dir. 

kdeclarative:
 Add missing copyright to KeySequenceItem. 

kdoctools:
 Remove silly goose from template. 
 Gitignore: add VS Code dir. 

kglobalaccel:
 Fix cmakelint issues. 
 Gitignore: add VS Code dir. 

kguiaddons:
 KColorSchemeWatcherMac: update name in copyright. 
 Clipboard: Add roundtrip when setting clipboard. Fixes bug 
https://bugs.kde.org/466414
 Support USE_DBUS option to enable/disable dbus use. 

kholidays:
 Add holidays for Germany, Bremen and Germany, Hamburg. 
 Add public holidays for Uzbekistan. 
 Holiday_pe_es - add Peru holidays per "Decreto Legislativo 713". Fixes bug 
https://bugs.kde.org/488513
 Update russian holidays substitution for 2021, 2022, 2023, 2024. 
 Update holiday_ph_en - fix syntax error "of august" should be "in august". 
 Change optional name to Philippines. 
 Introduce a holidays file for Philippines. 

ki18n:
 Make country name detection substring matching more strict. 

kiconthemes:
 Flip logic when to use Accent/HighlightedText. 
 Support USE_DBUS option to enable/disable dbus use. 

kidletime:
 Port towards QNativeInterface::QWaylandApplication. 
 Gitignore: add VS Code dir. 

kimageformats:
 Fixed wrong plugin options behaviour. 
 EXR: Full support for gray image/colorspace. 
 Disable JXR plugin due to crashes in JXRLIB. 
 PFM: Portable FloatMap read only support. 
 PXR: Pixar raster read only support. 
 Sanity checks (fuzzer). 
 XCF: fixed wrong composite on Grayscale images. See bug 
https://bugs.kde.org/476755
 Fix compilation. 
 Use of metadata macro definitions. 
 JXR: added CMYK image to read test. 
 XCF: Increased maximum property size. See bug https://bugs.kde.org/426222
 JXR support. See bug https://bugs.kde.org/451584
 PSD: support native CMYK introduced by Qt 6.8. 

kio:
 Core: use QString to format number. 
 Remove unnecessary space character in empty text file template. Fixes bug 
https://bugs.kde.org/487768
 Port DropJob to KJobWidgets::windowHandle(). See bug 
https://bugs.kde.org/488515
 Use resolved executable in KProcessRunner::fromExecutable. 
 Handle using parent environment correctly in SystemdProcessRunner. 
 Prepare environment for systemd in SystemdProcessRunner. 
 Enable CommandLauncherJob tests (modulo _KDE_APPLICATIONS_AS_SERVICE on CI). 
 Kmountpoint: use advised call params when possible for libmount. 
 Remove unused includes. 
 Drop unused modifiers support from user agent code. 
 [kprotocolmanager] Remove unused http_config.
 Remove unused includes. 
 Don't pass proxy config to workers. 
 Drop protocol proxying. 
 Deprecate KProtocolInfo::proxiedBy. 
 [ftp] Drop ProxiedBy=http. 
 Kfileitem.cpp: If fileMode is not unknown, set InitCalled to true in 
readUDSEntry. Fixes bug https://bugs.kde.org/485771
 Support USE_DBUS option to enable/disable dbus use. 
 [webdav] emit ERR_UNSUPPORTED_ACTION when performing fileSystemFreeSpace on a 
file. 
 Add desktop file for kiod. Fixes bug https://bugs.kde.org/459054
 Gitignore: add VS Code dir. 
 Kfileitemtest: testBasicDirectory relax size assertion. 
 Commandlauncherjob: emit error when no executable. 

kirigami:
 Add Kirigmai.Action unit tests. 
 Fix static build. 
 Allow initializing a Kirigami.Action from a QAction. 
 NavigationTabButton: improve text legibility. Fixes bug 
https://bugs.kde.org/489573
 Dialog: Add horizontal padding to prevent content from leaking onto borders. 
 ActionTextField: de-duplicate action icon code. 
 Dialogs/Dialog.qml: removed colorSet. 
 ActionTextField: fix QML errors. 
 Update build.gradle in application template to Qt 6. 
 Remove unused KItemModels import. 
 Fix: The issue of abnormal touch events. 
 Relax property types to QtQuick.Templates counterparts. See bug 
https://bugs.kde.org/487904
 Units: decouple grid unit from font metrics. 
 Fix typo. 
 Support USE_DBUS option to enable/disable dbus use. 
 PlaceholderMessage: Announce the text and description to a11y. Fixes bug 
https://bugs.kde.org/482753

kitemmodels:
 Kdescendantsproxymodel: fix nested signals on source model reset. 
 Kdescendantsproxymodeltest: use model tester in the tests where it passes. 
 Port kdescendantsproxymodeltest to std::unique_ptr. 

kitemviews:
 Relicense files from LGPL-2.0-only to LGPL-2.0-or-later. 
 Gitignore: add VS Code dir. 
 KWidgetItemDelegateEventListener: remove useless destroy event sending. 

kjobwidgets:
 Support USE_DBUS option to enable/disable dbus use. 
 Gitignore: add VS Code dir. 

knewstuff:
 Remove Icons view. 
 Remove user-facing view switcher. 
 Use Tiles view by default. 
 Add punctuation to warning. 
 BigPreviewDelegate: Fix "Update" action. 
 Action: Remove dead code. 
 Gitignore: add VS Code dir. 

knotifications:
 Fix missing HAVE_DBUS usages. 
 Support USE_DBUS option to enable/disable dbus use. 
 Adapt Android default notifications and documentations to KF6 search path. 

knotifyconfig:
 Support USE_DBUS option to enable/disable dbus use. 
 Port to KStandardActions. 

kpackage:
 Remove stray lib. 
 Support USE_DBUS option to enable/disable dbus use. 
 Gitignore: add VS Code dir. 

kparts:
 PartLoader: Allow reading of InitialPreference from KParts object. 
 PartLoader: Add mechanism to provide capabilities standardized in JSON 
metadata. 

kpeople:
 Add missing send. 
 Remove no longer used var. 
 Fix non-dbus path. 
 Support USE_DBUS option to enable/disable dbus use. 

kplotting:
 Fix cmakelint issues. 

kpty:
 Fix "Connecting from COMPAT signal" warning. 

kquickcharts:
 Controls: Don't use visible for hiding text in LegendDelegate. 
 Controls/legenddelegate: Always hide name if its width is 0. 

krunner:
 Fix build with `QT_NO_CAST_FROM_ASCII`. 

kservice:
 Gitignore: add VS Code dir. 
 Fix description in metainfo. 
 Fix tier information. 

kstatusnotifieritem:
 Support USE_DBUS option to enable/disable dbus use. 
 Gitignore: add VS Code dir. 

ksvg:
 Fix masks of completely black mask frames. 
 Restore proper devicepixelratio when extracting from cache. Fixes bug 
https://bugs.kde.org/488295
 Fix description in metainfo. 
 Remove explicit maintainer from metainfo. 

ktexteditor:
 Add a tool to test javascript scripts. 
 Fix JS API result of view.executeCommand(). 
 Kateregexpsearch: fix FAST_DEBUG. 
 API documentation: fix typo on kte_design page. 
 Add action to popy the current file name and line. Fixes bug 
https://bugs.kde.org/488027
 Prefer even indent sizes. Fixes bug https://bugs.kde.org/474505
 Try different way to read file for digest. See bug https://bugs.kde.org/482800
 Remove gradient, looks ugly. 
 Add missing :, are there for all other entries. 
 Don't remember encoding if known to be broken. Fixes bug 
https://bugs.kde.org/445015
 Ensure we don't keep old session config keys. Fixes bug 
https://bugs.kde.org/486648

ktextwidgets:
 Gitignore: add VS Code dir. 

kuserfeedback:
 Gitignore: add VS Code dir. 

kwallet:
 Gitignore: add VS Code dir. 

kwidgetsaddons:
 Fix the since version of KJobWidgets::windowHandle,setWindowHandle. 
 Kjobwidgets: Force setWindow() creating a window handle. See bug 
https://bugs.kde.org/488515
 Kjobwidgets: Add functions to associate QWindow with a KJob. See bug 
https://bugs.kde.org/488515
 KTitleWidget: restore size policies to Preferred & vertical centering. Fixes 
bug https://bugs.kde.org/488319
 KTitleWidget: do not autoFillBackground by default, drop StyledPanel frame. 
Fixes bug https://bugs.kde.org/475898
 Make compile fine without qt6.7 deprecated methods. 

kwindowsystem:
 Fix compiler error when memfd is absent. 
 Gitignore: add VS Code dir. 

kxmlgui:
 Remove old dead code from KDE4. 
 Use static constexpr for global int value definitions instead of enums. 
 Revert "Avoid a crash in broken Konsole code for now, waiting for fix 
release". 
 Port away from deprecated signal QCheckBox::stateChanged. 
 Support USE_DBUS option to enable/disable dbus use. 
 Gitignore: add VS Code dir. 

networkmanager-qt:
 Add missing find_dependency call on Qt6Network. Fixes bug 
https://bugs.kde.org/489094
 Fixed occasional lag issue with ActiveConnection. 
 Recognize OWE in AP capabilities and connection security. See bug 
https://bugs.kde.org/464615
 Add VRF and loopback device types. 
 Recognize the "loopback" connection type. 
 Fix check for device and AP cipher compatibility. 

prison:
 Adjust scanner-qt6.qml for newer QtMultimedia. 

purpose:
 JobView: Fix switch-case: add default branch. 
 Plugins/barcode: Fix up QML. 
 Widgets: Rework type registration and property initialization, improve QML. 
 Don't let the Heading overflow. 
 AlternativesModel: Use logging category. 
 AlternativesModel: Drop unused header. 
 Tests: Rework testing share tool. 
 Tests: Set initial properties instead of introspecting objects later. 
 Tests: Correctly check for additional positional arguments. 
 Tests: Remove duplicating calls to add help and version CLI options. 
 Tests: Add missing translation domain. 
 Drop QML import versions. 
 Fix some QML and C++ code style. 
 Use ellipses instead of triple period. 
 AlternativesModel: Use correct role for a tooltip. 
 Kdeconnect: Don't let the Heading overflow. 
 Namespace embedded resources. 
 Support USE_DBUS option to enable/disable dbus use. 
 Gitignore: add VS Code dir. 

qqc2-desktop-style:
 Combobox: Set focus on text field within combobox. 
 Delegates: Use inset to control spacing around hover/selection highlight. 
 Limit focus workaround to affected versions. 
 Itembranchindicators: Store QPersistentModelIndex instead of QModelIndex. 
 Itemindicators: Don't access thread-unsafe data from the render thread. Fixes 
bug https://bugs.kde.org/487850
 Implement baselineOffset for more controls. 
 KQuickStyleItem: Mark baselineOffset method as const. 
 Implement SplitView with splitter handles. 
 Support USE_DBUS option to enable/disable dbus use. 

solid:
 Fix "Connecting from COMPAT signal" warning. 
 Support USE_DBUS option to enable/disable dbus use. 
 Narrow down types of backend objects to Ifaces::DeviceManager. 
 Doc: Port 0 to nullptr. 
 Drop a reference to non-existent interface class. 
 Add missing forward declaration. 
 Gitignore: add VS Code dir. 

syndication:
 Dublincore.h "organisation" -> "organization" (prefer en_US). 
 Gitignore: add VS Code dir. 

syntax-highlighting:
 Add CustomType highlighting and improve import highlighting. 
 Corrected Gleam syntax. 
 Add Gleam syntax. 
 OrgMode: add header-item folding, properties folding, more todo keywords. 
 Avoid that we try to open files without name. 
 [dracula.theme] Fix "ISO/Delphi Extended" for Pascal. 
 Nginx: update for new directives and variables. 
 Systemd unit: update to systemd v256. 
 Add basic syntax highlighting rules for opsi-script. 
 [dracula.theme] Fix "Special Variable" for PHP. 
 Add Typst highlighter. 

attica;master;b790a816b7ed0ad9797d741cefe0587f7c5b27b9;attica-6.4.0.tar.xz;c3f66e2c02ef313fa240f5aabfbcad3969fdfc788c9604d1cf7e4e0893fb5740
baloo;master;abfa628aa0cc59f54bfbd03a972959cb37c622cc;baloo-6.4.0.tar.xz;07474aea2c407a4fb01cd2640589a93e8baadb04f8ba19ae6d8f40293c4c4699
bluez-qt;master;1da4b8d0eb58bdb634614be42c8c73789ea31340;bluez-qt-6.4.0.tar.xz;d2d0aee9f42b501c00711565c2ebe87c608ae4c0786d901386fc55c65039b16b
breeze-icons;master;99222b73ef91a662fd8273b001b11d14d6c31056;breeze-icons-6.4.0.tar.xz;6b6c0c82e1bda2023aeeae235976522a4209ef76181928b052948a76be1f1a00
extra-cmake-modules;master;ad895935515dc45121b86bb54eff4269e0cdce21;extra-cmake-modules-6.4.0.tar.xz;ced3f20741ddad24185dc1280a0c0d9171ba2508f84762417d74808561295add
frameworkintegration;master;d2312c25b7ac390cc9e48c0214f8477c97b4eee5;frameworkintegration-6.4.0.tar.xz;4682d15c3a2e49785eda8f6c309e5f30d82ff6a5bcc39228544374c64199ef71
kapidox;master;710703b29601d54d62062007c05f24b27aa05756;kapidox-6.4.0.tar.xz;1c60d1278a5a8c7fd4b654550a94733378e92dc0ab1250fafdfa23202684fb23
karchive;master;e0d4f1acb9c8d5d9cb053e357fa8003d5ab35386;karchive-6.4.0.tar.xz;bce4d06384960c6c7c18c86908b2d74c18d8600816c6f15c2920303a4806dabb
kauth;master;fae4d069339b4df1a811aeff06dccca5234791ad;kauth-6.4.0.tar.xz;0598e205dedc670af3a077ba02110a44db2f9d5e55df5003b0fc2490ac2ff1ce
kbookmarks;master;6edee861465274b2f14bd0eabee261cc9089eafe;kbookmarks-6.4.0.tar.xz;13c72b0c47e333ada60a4665af7829910f5c83dd6ed57789fa3229ca68ad3280
kcalendarcore;master;54f202bbdabde9fcbccad42734467a1001d66885;kcalendarcore-6.4.0.tar.xz;60359b1ed3316113ff0398c3fffc844939807597f7d1ab3317b634b985bdaa57
kcmutils;master;7e9265266bdab57ce6dc7080483f2e3b8473336e;kcmutils-6.4.0.tar.xz;59b1293ffe67134ceba30fb7ce741889c54f85ad0c90d155688bdd0dfc8f31be
kcodecs;master;ab762471c622ee19d2036d75a160225ce21b2047;kcodecs-6.4.0.tar.xz;2ca3e70634e8116dd32601c551e092cf9941ea1d19ae501eed9e5477e298bfd4
kcolorscheme;master;9bb2e80f0a91e0cc6ab5615588cf899d53754f50;kcolorscheme-6.4.0.tar.xz;5c74af476b36fc99b246d17fa30f8c9b9480f79277fa077908e75a8fc171828c
kcompletion;master;56d8ee3897ce8cbb19c2ab8dcb21e4fca95fef5b;kcompletion-6.4.0.tar.xz;f08e2af5046a7ba5a324e475a9f107294b3b83e45e14d70e422f99dda1459d51
kconfig;master;deaea00e541e07757f3f26bab41cd3baaaf29c62;kconfig-6.4.0.tar.xz;fbb3d06fde4ea19955cfdbcbcec03de78a46f8c228f41d4e7aa6ceb88dc116dd
kconfigwidgets;master;30a62692969e0caaf0305a024f1d4292e51af2fe;kconfigwidgets-6.4.0.tar.xz;98f7e9e11557d2d1db59711052a3b4cb4f8572316eff6421459b90b5d4393983
kcontacts;master;2852d3c8ad414b5e76df26563db5120e00a80aa3;kcontacts-6.4.0.tar.xz;b9b72d3bd1a64c0016b7122e79e657358226d239faf31699d6700d95e52bd59d
kcoreaddons;master;718bfaf25d13fd3805c6a9e52dad0988da06a1bd;kcoreaddons-6.4.0.tar.xz;c5cd321350bca1193d0ce86c8ede70c6902a2ba03c577637b4aa537fcd8ce2b8
kcrash;master;d393707c1db38371907ae2bd89ea7457389199be;kcrash-6.4.0.tar.xz;011215bc952a430c1d093b0bf5cdad7057c9a9098d86116e69c6dd1000567697
kdav;master;d58a463995b6bccdbc645b2065296057d6f2f125;kdav-6.4.0.tar.xz;cf428935158984443fc0736252cf2e717065b76a72e6a42864c0dbe7581038ec
kdbusaddons;master;c92e8f25619cf2aa8eb39e2f22f5e87e7d43023b;kdbusaddons-6.4.0.tar.xz;212fa6be4194a819f0fb48f3c6fd2b58846ba911612b73e97dc7e90f6104c987
kdeclarative;master;49be16bc6041e7730c77991da0a86058212fd7ba;kdeclarative-6.4.0.tar.xz;bb47b521a4c843f6b3de78d46fe430de15886598c6d89d39bd91c767f40f6a85
kded;master;c511910facd382c52fc1bcaa56a78b9198190127;kded-6.4.0.tar.xz;be5ae21cf9b436eafe49ca8be750259899dc803501c47ee436d8dad6d33bfb9c
kdesu;master;41bdaf31d0a259aeb42c73252cb9beb3d576f43d;kdesu-6.4.0.tar.xz;f27ae587eb5f93bb1890b414ee3eb63b25404f96f6dbd0048426b60e0acacb5a
kdnssd;master;4aee629b55df0f40a1d89015de60a33784a094bb;kdnssd-6.4.0.tar.xz;0bc639a41b3beedecd0900caa757ff864e29357e3582f9150092be0e5558cc12
kdoctools;master;75c3f878f62f1b339c528a39fa002fd27d5fb499;kdoctools-6.4.0.tar.xz;63e112f907118cafd4584ce8eb3149d3557a7f9e9a4005d10c40cccf46d24dc2
kfilemetadata;master;9c14a84a9f77c563672d7fb8b0a27a13cc7ba922;kfilemetadata-6.4.0.tar.xz;45ff433054be4c5ef14a2aa842373c0679d632aacfdb78dfba989f7388c4c5ed
kglobalaccel;master;9a5c7798fc242a920f616d45dc22bfa843fddfbf;kglobalaccel-6.4.0.tar.xz;0d6a274be3891b9cadf65e3c1fc7c9575b6e68b5373888f54f9d89df91cda8a6
kguiaddons;master;7f8b0b7f8f5c37ac0efe977dfda690a52e1fdc8a;kguiaddons-6.4.0.tar.xz;e1c25df0b8095be2497d2041e71cc843eaf75a6707f65b1cd74386fe3262cf11
kholidays;master;ce7947a7eb56775c051dd3a44b6cd117026434fa;kholidays-6.4.0.tar.xz;1200fab6bd1546f016688597eef6c10c948f999d4eeab1e8eaaca345ccd2adcd
ki18n;master;8548119b051f1731b421ca0d4f4e3bc4858c7a8c;ki18n-6.4.0.tar.xz;c069e559e3a311bf977f136d77732c5f3e4253752deff9ba999a6a8d7b4ae255
kiconthemes;master;ae8a66022bbf92f755859095597e9ba9a748590c;kiconthemes-6.4.0.tar.xz;d5a52c338ec3f7a91ed8c552830dd688bdf040651ad2c4a794c18eee4b161f47
kidletime;master;1f117224130527e40ca19e0348cdfa0639292e00;kidletime-6.4.0.tar.xz;4e2e0455a803ded2bee74d573701d2d95359eaed2f7964f230a40e3058a84c2c
kimageformats;master;bb17f7bf841b090278d4f1fd2e0e17b15f30f67f;kimageformats-6.4.0.tar.xz;fd7bdab88e7bcccb333879eb28dedf35842c110c057ff4c7d3fa77708e541296
kio;master;210cda68130fbf629b5dbf44ec43118b984926db;kio-6.4.0.tar.xz;5fa031f3b97e96ed228b7c42c9625e9f3e5477e4ca2d5a6ba2ff1d2d8d74075d
kirigami;master;87fdff7032de615849c8a6e7299aa1ecbcd792a1;kirigami-6.4.0.tar.xz;9b956065b192c582d8782caf8ae72f93777fee91b1004e4c838a8494e00ba871
kitemmodels;master;40bf8eb1ece227db1bf7d9694701b6cffd6dec9a;kitemmodels-6.4.0.tar.xz;9608312c5564279b624c4965fbe198bfb2d26804a915cf51a468e31bb9982d61
kitemviews;master;b60c0aba76f2054a1631314ff6b59db922ab9b67;kitemviews-6.4.0.tar.xz;4280b9bcdc527979b364ed122d152e75951ff78fd801d46ccce2de6608d56440
kjobwidgets;master;5a2d8fa4e95c8271db7f4d98489674d5a22f9e97;kjobwidgets-6.4.0.tar.xz;22621a52cc69532a5495c7e8549d26af1ddd3b8532e9aa0d3c108950114dd565
knewstuff;master;085579dc77b8c68d095579da23b8a5368e0acf57;knewstuff-6.4.0.tar.xz;aef6f5085adec31dc09f073f3884935156f7f9276cc8e7a1b1d846c39cd8126f
knotifications;master;abf4b657a2ca4d680c784aa0ac0c703a028c66bb;knotifications-6.4.0.tar.xz;77e9b680066dc49c8d5e23ac6291fbba05328dda327d5c34ca3141e1ffeb25dc
knotifyconfig;master;486d9dc6fb9e5db2eadc48e4c6cab67508da8fd0;knotifyconfig-6.4.0.tar.xz;d8ef414b68c09a649f2f89d42d142b07967ce597b66fbb3f85dd02223c3cf278
kpackage;master;f10e4a6638b379fd0c1ce9af606d5c6ed958c753;kpackage-6.4.0.tar.xz;ba4a16abb7bd527c42d12c57631e5178b8fd0ffbf01ccf7758a0eb6ab1adc008
kparts;master;08e63efc4ff63077db5da623a768d9096e4481e6;kparts-6.4.0.tar.xz;ff30c51d3b7c63f95420faaf7c9a61ad3a6b5937328a4cbd56ad525b021e998d
kpeople;master;991da98a5d3ad4f3d8972da57860a25029d1b393;kpeople-6.4.0.tar.xz;4a1385b7fca2fa804ed7a0111f9c6c5a25ba98c7bf811e75c1bf1dd3fb472964
kplotting;master;445c92cea69179582e4cc8ae8322ad39d538ea17;kplotting-6.4.0.tar.xz;4f9c770c814748f97a1d14e0ec9c452f2e406574fb51a85e71824ee81a71fc77
kpty;master;29aad7c9ded7423d6061644d52bbe03ee9f6a1b4;kpty-6.4.0.tar.xz;68626789dcb79d9fd1b3a4c55016747260085ba4c68f7b408a5f1d190cca4623
kquickcharts;master;76b78ce3b66212a1f4b7ab3d4887c9729338b1c4;kquickcharts-6.4.0.tar.xz;a41629caef3877ce03c739c0950f094890f5b2a20a041dd338bdeb240c6401de
krunner;master;8da46e975483531ea2892008d4b71418406ca6e1;krunner-6.4.0.tar.xz;aac498f1d313bfc1a8388ff47617e68c50413da15a744a38a05c473378316fbc
kservice;master;67e6ecaa1f306217aad65ec05807649b0302ec06;kservice-6.4.0.tar.xz;cdb9d7e3c6ffa3f7da8ff33a7b3ecb95ef8451bdefb97bcb79452fa03e7d8a1f
kstatusnotifieritem;master;957321cfd3122f3067f5a80f236137c050055f40;kstatusnotifieritem-6.4.0.tar.xz;32790111741482844ae1901c37db568346efc2ae68f712cecc6b9a5c1cba81b9
ksvg;master;53f46abd4b92b98c09677e5a2ac28552c7d5c3be;ksvg-6.4.0.tar.xz;3391c74fc31526e7ff2659622d00e93b5cd8667397611d5676062e4b32d86530
ktexteditor;master;f3ca8e1013b6706bf3449fbedc97be8ea389a2a4;ktexteditor-6.4.0.tar.xz;825e1a79549d66f204d50869f1dfbbc8a14ab96e76b3e8c3e899b236edccd6d4
ktexttemplate;master;52d0cbced6b1803bad9593cd075b2063b519b89c;ktexttemplate-6.4.0.tar.xz;74300fe80fd7d0e8724b381d8f885345d91f47ae341003d4655e82b0dab6bf90
ktextwidgets;master;40b12d3e82ca2d729843ed9b367000f66f0753a9;ktextwidgets-6.4.0.tar.xz;08bc69461ade9944d35e5055f7bddd5313774d7a6c6727f12a68e58d1d3fce70
kunitconversion;master;c2360f55a7542c0f955fbf43356bbb4f953c2bee;kunitconversion-6.4.0.tar.xz;30e969467cb6f20c97e263e5381371ead458517758128022141d52272a660474
kuserfeedback;master;482378de2d96984dbc6670d8e557a5ead85f1caf;kuserfeedback-6.4.0.tar.xz;4cc42c4433c80441aec21883899816e812518e8f2c8c10c8d8add9e774538257
kwallet;master;5d3bf6da3457814cfc0387d589044b93680c7053;kwallet-6.4.0.tar.xz;b2885a088e5f70754511cc1ddb0a434c1a6d7939d9c77ffc36e95483491f9e40
kwidgetsaddons;master;19ecd5da3f84beb0b47400d1be62830303fea952;kwidgetsaddons-6.4.0.tar.xz;fda7e2e813a2dcf3a391652994499079c0b222c01f62778979287c602a3f0dbf
kwindowsystem;master;7a7fc1d2542ce9f8c31b008c35780ac8e02d6418;kwindowsystem-6.4.0.tar.xz;c4e8742cbdd294d56a689d66a73b03a660702037ac46242f17cc01b24f014a59
kxmlgui;master;87cdbbfe38b250e04ecf99b924d76a8fa8598b88;kxmlgui-6.4.0.tar.xz;04952bc7f9eaefc7a55c762d77e65888a2a71e638d3fc7126576dfe645564b0b
modemmanager-qt;master;33ecbef1404094ce1b6a889741b56f02e0a2498d;modemmanager-qt-6.4.0.tar.xz;f2bc2aa916bce3ea58c38def984c35fada25e8756add400131782bfc62deee9d
networkmanager-qt;master;b64f1dc5a24690132cb96740e37f9c0f07371d05;networkmanager-qt-6.4.0.tar.xz;3d2c905dd9c7445c44023ecf0646dd1b6fcdc83968f56dfa762296b0d15e9498
prison;master;e3a285133bc7729046fa5d3b0128ae24b4ed41d5;prison-6.4.0.tar.xz;dd6eb0b640e02636a876e69f8e2dba4043c8e444a6630eb20488754f5f57ea8d
purpose;master;20b7e24d8e0dc2f03a5ff4bb6853a7d359d7c427;purpose-6.4.0.tar.xz;318169f201548eaa3c8a76e6eb00d9b10f51872d7f91c7f9749fcb518699e50e
qqc2-desktop-style;master;ed7a4b788e1cf5ace777958eed30a81adc1b6cff;qqc2-desktop-style-6.4.0.tar.xz;9b133056638a11b998883edff0d9078e868c09725868bdaee8e733fde308f0fb
solid;master;966721b195db56f133ed8a48ecd91c64ecad1690;solid-6.4.0.tar.xz;56793b71d4fb9f4af8ec8af9293b777eccafdc1af757f5962429f0b1f93595c3
sonnet;master;981b348d91fa7a0677128980aca79ecca80f225f;sonnet-6.4.0.tar.xz;954205989da5d3443bfc256f8b31e05e23effb836f1810894d6fb9cc9d0cdda9
syndication;master;e3a1a53909d71923fef7d545d33db732ac4af1f2;syndication-6.4.0.tar.xz;d5637eaf255c4d3e110765d2ed5aba06c994560801e4e6c4b0698acc53954dcb
syntax-highlighting;master;68127da54346809159488a706e9752e39c0076b4;syntax-highlighting-6.4.0.tar.xz;1f825afa7ca094937f1b8d357ae6b2cd37e58accf009290341ebada288c51505
threadweaver;master;6978aad6e319fd15cfc34f3b9fe87c73c8ff1246;threadweaver-6.4.0.tar.xz;a317ad5b4e0ae8dee7fd95026a3df3f5fc1c2e53aec6d5ccbadddfc753c29598

Reply via email to