Hi,

tars for Frameworks 6.7 are now available in the usual place.

Cheers

Nico
breeze-icons:
 Delete 32px colorful folder action icon symlink. Fixes bug https://bugs.kde.org/478493
 Add new knotes-symbolic.svg icon (22/32/48). Fixes bug https://bugs.kde.org/398901
 Format system-suspend-inhibited, system-suspend-uninhibited. 
 Redesign system-suspend-inhibited, system-suspend-uninhibited. 
 Fix recoloring in applications-multimedia-symbolic and applications-engineering-symbolic. Fixes bug https://bugs.kde.org/492879
 Add show-background icon. See bug https://bugs.kde.org/472863

extra-cmake-modules:
 Merge output targets from multiple qt6_target_qml_sources() calls. 
 Don't install QML files on Android. 
 Propagate OUTPUT_TARGETS of qt6_target_qml_sources to the caller. 
 Port Qt doc generation to qhelpgenerator. 
 Correctly forward the OUTPUT_TARGETS argument of qt6_add_qml_module(). 
 Set install destination for object files. 
 Upstream FindGLIB2.cmake changes from Qt. 
 KDEClangFormat: Ignore source files being in _install folder. 
 Add individual targets for clang-format to enable better status reporting an parallelization. 

karchive:
 K7zip: prevent crash when archive has no modification times for files. 

kauth:
 Silence false positive clazy checks. 

kcmutils:
 Drop obsolete includes and HAVE_X11. 
 Always show title and caption in tooltip if truncated. 

kcolorscheme:
 Follow system color scheme on Linux. 
 Fix build against a static Qt. 

kconfig:
 Make unit tests work with a static Qt build. 

kconfigwidgets:
 General/widgetStyle -> KDE/widgetStyle. 

kcoreaddons:
 Make unit tests work with a static Qt build. 
 Kcoreaddonsplugin: Link against Qt6::Network. 
 Fix build on ios. 

kdbusaddons:
 Kdbusservice: Don't unregister service name slightly before exit. Fixes bug https://bugs.kde.org/492300

kdeclarative:
 QPixmapItem: prevent a crash when there are no window yet. 

kdoctools:
 Provide option to enable relocatable docbook files on non WIN32 platforms. 

kguiaddons:
 KCountryFlagEmoji: Improve fitting to the icon's bounding box. 
 KCountryFlagEmoji: Fix emoji representation for non-country codes. 
 KCountryFlagEmoji: Add test and demo cases for non-coutry codes. 
 Fix window insets foreground coloring on older Android versions. 
 Fix build with Qt < 6.7. 
 Fix color luma computation for Android window insets. 
 WaylandClipboard: fix QMimeData::urls() not working. 
 Update version for window insets API to match reality. 
 Add QML bindings for KWindowInsetsControllert. 
 Add KWindowInsetsController. 
 WaylandClipboard: make sure format list doesn't have duplicate items. 

kholidays:
 Holiday_si_sl: added missing Slovenian commemoration day. 

ki18n:
 Make KTranscript work in static builds. 
 Make QML API unit test work with static Qt builds. 

kimageformats:
 Fix endianness bug in PCX reader on big endian architectures. 
 Fixed read of BGR32 and RGB555 formats. 
 FIxed comparison of unsigned expression. 
 Raw: Getting the image size does not need unpacking. 

kio:
 [OpenFileManagerWindowJob] Fix crash when falling back to KRunStrategy. Fixes bug https://bugs.kde.org/486494
 Previewjob: Use .cache as temp folder, delete temp file after use. Fixes bug https://bugs.kde.org/494096. See bug https://bugs.kde.org/494061
 KFileItemActions: Try reading X-KDE-Show-In-Submenu as bool instead of string. 
 KFilePlacesView: have setUrl() handle trailing slashes in place URLs. 
 KFilePlacesItem: Use Solid to find home mount point. 
 Fileitem,file_unix: simplify types for stat. 
 Remove one level of three nesting in kdevtemplate. 
 Knewfilemenutest: cleanup. 
 Knewfilemenutest: test files and folders in ~/Templates. 
 ConnectionBackenp: fix passing errorString. 
 Knewfilemenu: Make ~/Templates work by simply placing files and folders there. Fixes bug https://bugs.kde.org/191632
 KFilePlacesItem: Cache groupType. 
 Previewjob: avoid calling mkdir for path with two slashs. 

kirigami:
 Add since info for new API. 
 Re-enable cachegen on Android. 
 Create CMake config file only once all build parameters are known. 
 Fix unit tests when using a static build. 
 PlatformTheme: fix crash when item is being destroyed. 
 OverlaySheet: make default title vertically center aligned. Fixes bug https://bugs.kde.org/489357
 Fix clang-format version imcompatibilities and avoid turning formatting of. 
 Dialog: Take header width into account, small fix for footerToolbar width. 
 Workaround on incorrect palette update. Fixes bug https://bugs.kde.org/493654
 Platform: Check if weak pointer is expired in PlatformThemeChangeTracker ctor. Fixes bug https://bugs.kde.org/493652
 Dialog: Use footer buttons width if its wider than content. 
 Fix sidebar text color in systemsettings. 
 Use disabled text colors also for inherit-ing Theme instances. Fixes bug https://bugs.kde.org/433256
 Autotests/tst_theme: Add a test that verifies only one signal emission happens. 
 Autotests/tst_theme: Remove waiting for events. 
 Autotests/tst_theme: Explicitly mark root test objects as not inheriting. 
 Add PlatformThemeChangeTracker to BasicTheme::sync(). 
 Platform: Replace PlatformTheme::queueChildUpdate with ChangeTracker::Data flag. 
 Platform: Don't use queued signals for batching change signals in PlatformTheme. 
 Fix NavigationTabBar sizing on mobile. 
 ContextualHelpButton: Clip to avoid text overflow. 
 ContextualHelpButton: Fix flickering when the popup covers the button. Fixes bug https://bugs.kde.org/489688
 ColumnView currently allows having a QObject item inside its children list. 
 ToolBarLayout: Add support for actions that are separators. 

knewstuff:
 Don't emit twice slotEntryChanged. See bug https://bugs.kde.org/492557
 Qtquick: make sort/filter buttons like Discover/kcms. 

knotifications:
 Fix Android notification permission check. 
 Ensure notification permission request callback is run on the right thread. 

knotifyconfig:
 Port to Qt Multimedia. 
 Knotifyeventlist: Set the config paths in the right order. 

kpackage:
 Don't double emit emitResult(). Fixes bug https://bugs.kde.org/492557

krunner:
 Add querying property to RunnerManager. 
 Convert to newer REUSE.toml format. 

kstatusnotifieritem:
 Document flatpak manifest requirements. 

ksvg:
 Fix typo in docs. 

ktexteditor:
 Port away from deprecated KPluralHandlingSpinBox. 
 Fix unexpected space indentation in Go var group. Fixes bug https://bugs.kde.org/487054
 Read dir kateconfig on view creation. Fixes bug https://bugs.kde.org/489600
 Fix pressing <ENTER> on } inserts two lines instead of one. Fixes bug https://bugs.kde.org/479717
 Dont remove trailing spaces in markdown by default. Fixes bug https://bugs.kde.org/451648
 Multicursors: Avoid indenting the sameline twice. 
 Blockmode: repair indent when the cursor is in the first column. 
 Multicursor: Fix indent with multiple cursors. 
 With latest syntax definition, more tests pass for ruby. 
 Use more views. 
 Avoid double signal emission. 
 Less deprecated calls, works locally. 
 Store multiline ranges spanning multiple blocks in TextBuffer. 
 Remove MovingRange caching in TextBlock. 
 Add hint the file might got moved. Fixes bug https://bugs.kde.org/476071
 Dont create selection highlights with multiple selections. 
 Optimize killLine for multiple cursors. 
 Completion: Allow async population of documentation. 
 More const to avoid wrong use of these members. 
 Ensure modify the renderer that is used for printing. Fixes bug https://bugs.kde.org/465526. Fixes bug https://bugs.kde.org/488605. Fixes bug https://bugs.kde.org/487081. Fixes bug https://bugs.kde.org/483550
 Fix text insertion with multiple cursors at same position. Fixes bug https://bugs.kde.org/492869
 Add command names for "Remove Spaces" and "Keep Extra Spaces". 
 Minimap now follows the theme also for search matches. 
 Run clang-format. 
 Fix merging of selections in opposite directions. See bug https://bugs.kde.org/492869
 Fix secondary cursor at boundary of selection doesn't get removed. See bug https://bugs.kde.org/492869
 Fix warnings. 

ktextwidgets:
 Use static regex for reusable objects. 
 Remove unused Q_D macro. 

kuserfeedback:
 Build master ECM as part of the Flatpak build. 

kwidgetsaddons:
 Fix crash with older Qt. Fixes bug https://bugs.kde.org/493060
 Fix build against a static Qt. 
 KDateComboBox: emit dateEntered() on FocusOut. 

networkmanager-qt:
 Correctly read manually-specified ipv6 addresses from Networkmanager. Fixes bug https://bugs.kde.org/476008. Fixes bug https://bugs.kde.org/453453
 Simplify loops and avoid creating iterator on temporary. 
 Use static regex for reusable objects. 

purpose:
 [imgur] Restrict to actually supported MIME types. 
 Add extraJsonTranslationPaths.txt file for purpose specific translations. 
 Ensure KPlugin object contains no unstandardized keys. 

qqc2-desktop-style:
 Kquickstyleitem: Don't crash if colors changed and style option is null. 
 Kirigamiintegration: Track changes to PlatformTheme where needed. 
 TextFieldContextMenu: Open menu by keyPressed at TextField.cursorRectangle position. 

solid:
 Fstab: add missing signal override. 
 Fstab: Emit accessibilityChanged only when actually changed. 
 Get rid of implicit QString and QChar conversions. 
 Get rid of implicit QByteArray to const char* conversions. 
 [Fstab] Minor cleanups (new style connect, extraneous include). 
 [Fstab] Remove mntent wrapper macros. 
 [Fstab] Remove remnants of Solaris support. 

sonnet:
 Fail if none of the plugins can be build. 

syndication:
 Search for private link dependencies in static builds. 

syntax-highlighting:
 Upload the uncompressed files. 
 Odin: add missing items, fix attribute, add directive. 
 Swift: fix detection of end of protocol method declaration. Fixes bug https://bugs.kde.org/493459
 Indexer: treats 1-character StringDetect as a DetectChar for unreachable rules and the merge suggestion. 
 Indexer: check that WordDetect does not contain spaces at the beginning and end of text. 
 Simplify installed xml syntax files to speed up reading. 
 Indexer: replace some QString with QStringView and QLatin1Char with char16_t literal. 
 Indexer: fix default value for char with LineContinuation. 
 Orgmode.xml: Fix orgmode syntax highlighting not ending properly. 
 Jira, Markdown, Org Mode: use rhtml syntax with erb language. 
 Haml: complete the syntax and fix the highlighting of Ruby line following the change in ruby.xml. 
 Ruby: fix %W, dot member, some parenthesis ; add ?c, escape char, etc. Fixes bug https://bugs.kde.org/488014
 Gleam: Minor modifications to syntax and example file. 
 Remove truncase from Common Lisp. 

attica;master;3412a02294e757856d072c98c7bc891a49604759;attica-6.7.0.tar.xz;daa5c07b474899e16b42710e03d0590936bce0f54800239d633d48caa3be0d7d
baloo;master;5114ac86f9ed1baac09318766b93888569c33ca8;baloo-6.7.0.tar.xz;ce8c18a21ed7acd5912c7d273cac5f6cb1adb524a0415d56c6fdde2e967f67cc
bluez-qt;master;7af56403aca64df844e0a822380491cb55eebfdf;bluez-qt-6.7.0.tar.xz;b0640106986213e1b28f2cba13d9cc22ee3d259755f27521f2e861634338f93b
breeze-icons;master;eb19cd4b0226ca2949697bf3eff117fb0efbe299;breeze-icons-6.7.0.tar.xz;39037e3fcbbb7a65011685c498cae31ff496a5f2493269c955bb29c94a688b74
extra-cmake-modules;master;8f6acc46a49c626c5276b7d1965ffe3c407ae1ad;extra-cmake-modules-6.7.0.tar.xz;d81de82692d3d2bb77110332a65c8266252becc2c3f307ce814990ce5607b8dc
frameworkintegration;master;975b91bb3218f3f63f00fba8482fcdb5af949adc;frameworkintegration-6.7.0.tar.xz;890101854bbbb3937d321f2ac35b2a0a8f3ce833422297ddda59bda8c8cac69d
kapidox;master;a8da6308b8e196518c84305d8e3f48df3ea2ac02;kapidox-6.7.0.tar.xz;7338f1e318eb2d24cb95b56d5306a61d0a192e90977bead60517741c8305e240
karchive;master;f33b3679d6e5b140a855e07b89bed5b901c1df6a;karchive-6.7.0.tar.xz;eb4243e627f51f1224a99af5d0a6f8e309f9e5dbb7478f7a78e34e2b8541398a
kauth;master;929f80f91432cd6d0ff5320c92141a302c2b24cc;kauth-6.7.0.tar.xz;173654eee2891acd41538d31ace8b9d7ae60863bc7faef1cacec7e21c7eb1223
kbookmarks;master;895b86945e40473a8a580cc1ea1d47494db995af;kbookmarks-6.7.0.tar.xz;bd41a39df76515ee34e7df07b2600e1e5b67b1812cc959ec51585f2ebcc56573
kcalendarcore;master;c7d6a4135ca14162802fc50e6c479a8cf7901082;kcalendarcore-6.7.0.tar.xz;8e5282d8d7a0ce0a1a1bdb32133ba4102d06070105513e712dafe76e32647dfb
kcmutils;master;0004447ca6c4d83b5cd3059856f4900f49075050;kcmutils-6.7.0.tar.xz;4118388f8f62aa5f1139ed78823b58b009e9ebf7f3755e9a94ab5f9eba644cbe
kcodecs;master;1506c842b1290b308164a655605cb3930ac03d24;kcodecs-6.7.0.tar.xz;9ab494055e06bdce45568b7c47edb2aa9ecaa9dec0c0fb152367b4321921b9f2
kcolorscheme;master;2e234dc82939e4d9be944e06c6084a82e0211eac;kcolorscheme-6.7.0.tar.xz;1b4c6e84f1dd96b2ee62be755f60da60d61ba80d6709eeb3186d8882e72e2130
kcompletion;master;dafce524101f5da103479deb21888721754f53c4;kcompletion-6.7.0.tar.xz;7ed5a96ab0d2ab17bb521ecaaf44d6ec6b7c9a3d6e09403360ba49b24d94560f
kconfig;master;2447c7c4eea625288bc94f83d46abd44f474b89e;kconfig-6.7.0.tar.xz;be2d5ddb63e56703bc097e5d9912b39abc513ac51654de2e0d83a1aed2c54b1b
kconfigwidgets;master;ab49cf928fa93c7d8c5238eece8abd76fe7606b3;kconfigwidgets-6.7.0.tar.xz;c079c67c578930baafae241bb4f252c63fdd125e44f1fb952e39bae3c9859cd1
kcontacts;master;8aecf4552980136a4bc2c9564bc479c7f1dea125;kcontacts-6.7.0.tar.xz;292f8104f9f31d62c59289a3a821766d1ec540f4fc513ffc3b6f7197602d42c5
kcoreaddons;master;41dd3e8d507e06283b37828bebe0f070122b00e0;kcoreaddons-6.7.0.tar.xz;48511e9dab1f2e80b3c4822bb87c2e981186de3b8977d92082d34d003b1283c5
kcrash;master;dfbaadcf65af5366f1208de6e26f67f9dd190c8d;kcrash-6.7.0.tar.xz;1dc2c65d8ef62ef98457f8ab423b7686de3e713766c06e64d6322aa9db26eea4
kdav;master;34928d974f04c262e2c44b847b76f8266135ec04;kdav-6.7.0.tar.xz;6629f2af0042eb1e0dc0c08b5180ac7b48dae6b5999e1dd0b678aed8b874c1d7
kdbusaddons;master;8e4a0a3ca4e5ce2342babd56029246d131abca2f;kdbusaddons-6.7.0.tar.xz;e87d08f6d0037d8fa33f1e7d16a4e3aa17d7d0b12c6aa96f76323f78344e151b
kdeclarative;master;034e014677cf4b4af22a924712d92ca453bce1d5;kdeclarative-6.7.0.tar.xz;f1f804f6bac2b229503cfd165ebd8ae093533888ae15e0e61474c6e328d535b9
kded;master;9870be7bd1b7859811be027bf95378385b6a6ba2;kded-6.7.0.tar.xz;22aa1b6543b40e094346138516131c0f7eb78a70e87296938457fd1386680a2f
kdesu;master;90111b109b2bb586b332dff6f27e618baac4481a;kdesu-6.7.0.tar.xz;41091ea45c6e22e1411d89d1538b2c8bd98bdc1f38d59df3e9c423aac0224e28
kdnssd;master;374467513042d4fe9c1af7a584deba38812464d8;kdnssd-6.7.0.tar.xz;e9140475fc6e4ee1e0fe39a21816a3c003fcb1092222079f422fd02ad2a902a1
kdoctools;master;1331c421481bb12ce088f513aaabc96cf1f0a64c;kdoctools-6.7.0.tar.xz;9fe539dffed01836940fa4f06f953ac4ed0cd4fb5f0232fe5b66c22364c1692f
kfilemetadata;master;097a77d37e6da151ab2b53a89a715bd8c7aa2b1c;kfilemetadata-6.7.0.tar.xz;a6242a79e672b523ebf1b2554ebf83aca7a9d5065929b6f152731e9851d008d0
kglobalaccel;master;35c6ddd7868d57c1f86953254bf34c779e33d623;kglobalaccel-6.7.0.tar.xz;2a35b9e06c6601d602b3a45e278c49e11e4627939cfacffb1fdee0826a6f6e0b
kguiaddons;master;9f3e216b087e025469040d5b2c42471020ad99bd;kguiaddons-6.7.0.tar.xz;ac437ca6baf50b0178bc8bf0b4dd1e6e70e0e4ef1ac770259738a1c42d035bcc
kholidays;master;c8459c8d0af59c573b47b17f3925049255412323;kholidays-6.7.0.tar.xz;2b543dfdeb6a52f4101fdf9f14802dd759d0a9fff060ea371f1f3b900dd335ab
ki18n;master;d02694a67e9049dd1294aadb2d1e439dd3c673ef;ki18n-6.7.0.tar.xz;555b5bc19546c3a791c69724e238c5d1710a9575cf8740012f8fc546f354122b
kiconthemes;master;5f964042d368c8a1023c4e46c23ed4785aca473b;kiconthemes-6.7.0.tar.xz;be25bff1f5f65edd45b24ff9beda44b04c0e22d193e72458c96a5c591b70b968
kidletime;master;f201d44a41d54d6e0f5bd37264ea3e3c1235365d;kidletime-6.7.0.tar.xz;60a6c70387b63e61147029ce57f170237271411630a3372a0e8d7240b8006aaf
kimageformats;master;fee0165bef5f901dc2a3987662fb39aa160d2408;kimageformats-6.7.0.tar.xz;722850648ac167e4c0ee631571fde49e9fd15d004a127dd804a14f9f579b731f
kio;master;3e5648b542e16458ba8401fb352e1db2d11328b1;kio-6.7.0.tar.xz;df235019a07acd579920f6c655050e02dacf847c706f4b8279e755be46f9d990
kirigami;master;0506cb6039011a48960d6b3ce9328bff246b87f9;kirigami-6.7.0.tar.xz;4d645a0374d33b9465e79e3e17170882e2cbda1526f45bc5b6b176dadda77d76
kitemmodels;master;acd2bba5b1e999d1cd759a7f4c684c206f2da48a;kitemmodels-6.7.0.tar.xz;0aa0205323baf2d519ebb8f96ce7ed5524a8164a7440d905f977418bfbe6d349
kitemviews;master;8105d9be096313009ee21ee98ce4891ea8046754;kitemviews-6.7.0.tar.xz;5e635162993c9f1e15f3a1109ca3227d0d2ce57cf7070615651b65cf790db049
kjobwidgets;master;7e8f4450725417ee2cc3114ec7f354d3eca6497a;kjobwidgets-6.7.0.tar.xz;16d7e7ab54235d6fa1eb213d3d637182e22fcbdbcb7b4b14032430a02a2f888a
knewstuff;master;353f0eaa9bbac1684757f714cf1301629e85e290;knewstuff-6.7.0.tar.xz;a4184622d430b64ec7cc4c77113df67c886f359cc89cc6313fbcc71764d23fa7
knotifications;master;2621f483857973d698c7769bceb5686fde188aa9;knotifications-6.7.0.tar.xz;9e972f015d9b31b3283bf842a32d270096224d127c13a6e79450f4f0452de5e7
knotifyconfig;master;1bde569c0adca210241e807d377c196fb3b5837c;knotifyconfig-6.7.0.tar.xz;4227da7a18f9ba83b34bf54b6d3fc168dc0726bca149d2f89585bb54ab138295
kpackage;master;609ecfa2560cac8782bc27352d1b1f7a3fe7d482;kpackage-6.7.0.tar.xz;916c11f5972760d9a5039643fbc55cde9d11ec18f278d3d63793336ffa442865
kparts;master;f4ab364493b78024c936ee58788906fbea2672ff;kparts-6.7.0.tar.xz;0b1b305050d61fcbefa7026b096dc6b47709d7435c69b18ab56a7e2ea57d759e
kpeople;master;de3683b0b2b6f84231295e44a65e9505ac564b97;kpeople-6.7.0.tar.xz;d36246bac50f5bf406f683fe61c92cb5e623a51de9ffed1104665e5f135ef888
kplotting;master;dde6e984ba12bcebda64e8ab8f952d64cc3c7b34;kplotting-6.7.0.tar.xz;130eedc234f0fedaf2c415de895c979454f64c3b049043327d43cd509e2386b3
kpty;master;c219bf9e76690591ad9b4efd91f2e8fb177b21a9;kpty-6.7.0.tar.xz;42cc1b1f70ee0bdacd26812857d31047d218e1f585ac35fe9165908501a9946a
kquickcharts;master;db59d56747c4d87b822bdfc871ec3f3bc6d70a15;kquickcharts-6.7.0.tar.xz;664047e7b622c0b865d7466817179455fb3851cbb15a8f2c38b8ab9cf85098a4
krunner;master;199240cbcda9f8f5871d2cc4015bfb10f47aa018;krunner-6.7.0.tar.xz;187ffe9180e98e83fbac5bd3644ec6671ba1e8066ca6013a98b4f1d7439cff3a
kservice;master;30ef9ac5080d167791e92d59899a7755d300d196;kservice-6.7.0.tar.xz;39d2542e38fb3434c5405c92d5b45e0d5ba650d265309adf93c787a741d57fa1
kstatusnotifieritem;master;8596ea222a60668d2a9f15a092e9cd2ee800c217;kstatusnotifieritem-6.7.0.tar.xz;80eae2693cdb5da669b4ed6a8228bddc39816aca0fde928f231e4894827d1de0
ksvg;master;db1d2d26d00f094625fa4cbaa50266841c69bdbb;ksvg-6.7.0.tar.xz;bbdf7c786c959707cd9c67c04a67e51a15dbcdd6eff7ab52b03c09544e66f184
ktexteditor;master;1d2d8946041965175a9df7bdfbf3d0c8f4316d7a;ktexteditor-6.7.0.tar.xz;ed76f72324225a926e00c2c970d48d7f11a576e942e48d092e9837bda79d6991
ktexttemplate;master;14939114e81ad3243257e9cee7d4674c21a0ac34;ktexttemplate-6.7.0.tar.xz;d6b75f193f4d8d817cf374872a57427489c61736121c72a69c4dd7ee62e1e233
ktextwidgets;master;14d487cd4c9d9b144c70a2e12bdd5f5a6d92a916;ktextwidgets-6.7.0.tar.xz;23bb71450e39f437c06bd9af48e7893253c31ad10649b0901d0a8ec1ee18ae01
kunitconversion;master;c6cc063c248ad2323669389d936bce7d067cdd95;kunitconversion-6.7.0.tar.xz;b303601c623cd66edb66a66fd72e957415b8dd33e70305be8136fa6b43b1a40a
kuserfeedback;master;7c1d99b49b5a98d3d37f3244727341503c17fb83;kuserfeedback-6.7.0.tar.xz;4def8d0d6ef227807b6066cb762cec352452a18e0e28b56aecce8ef3ceb52761
kwallet;master;a96a5b0d728280ba9929b72f6588ded4f9749f7b;kwallet-6.7.0.tar.xz;ffb319ce0dfeea95389e1a2f4833d1099b894c81f1df7ab50dcfb796ea87ffa2
kwidgetsaddons;master;9118a02ae5173025b64130cf307db04bab50fc3c;kwidgetsaddons-6.7.0.tar.xz;bd36342893863e6110c5f1245f8ae0b3a338275f4eaf124b15585d2fe492329a
kwindowsystem;master;be61dafc0f59b11e872f946c4f61819923f32364;kwindowsystem-6.7.0.tar.xz;62c0f0b4a9507939d84aeeda55bbd4300b88c04e37953e5189b139003310a8f4
kxmlgui;master;95754bfc658ce7600e41ad99a98d85de4c829bec;kxmlgui-6.7.0.tar.xz;a451c16d70a591de13973079115f35905e3c42302f5c8c8ae3ec75d76a06fca1
modemmanager-qt;master;23202d2727d975e07141f3eb38450734b7f7e3e0;modemmanager-qt-6.7.0.tar.xz;fc45dcd8ada243baf7900099062f312b677bf694f88f36746d534afe907bf8f3
networkmanager-qt;master;809553edb201c6ee611c376d0eb6cd216dfba64d;networkmanager-qt-6.7.0.tar.xz;563231644587918c950bcbe5fda0bf6a35e97a12f6b0e9bf9eaa4ce3141d3122
prison;master;74ada99d6959538debea24e1769b2ebf436f4c89;prison-6.7.0.tar.xz;0a053a80beae232cef5da3f6525b14ee649b275cea64de0c0ffad41c3f2ec260
purpose;master;adb1e117771ce20303df1acf4930b718fb9b026a;purpose-6.7.0.tar.xz;4f8bbf19022c70df1dc345a4abd81677a505a2e8fef643311287fe8e9212d56a
qqc2-desktop-style;master;7824eccac2a720d55127f87962a42daedaebdd3a;qqc2-desktop-style-6.7.0.tar.xz;b6602d21ba891a63461827aa4513946aef0d8e0141f4a831aafb2c4d2e3fb329
solid;master;94a0a9c36dd08c300bf55a33f88023130ec308af;solid-6.7.0.tar.xz;3673f17776c30d9523fe40b8f38e62be1037610050f782c136da1ac04b20e6e7
sonnet;master;b1596aabb54a3f5bd78fa4b4c35bd79b7813aa8f;sonnet-6.7.0.tar.xz;2f970d490effd668e64dd93ffef344a80db7e63130bb23df4fa0d6b14150e588
syndication;master;93e8f0f3a2dd7524fe2565df4308cd456db14f9f;syndication-6.7.0.tar.xz;c2a485229d8a430858d7f473fe8b133737d93d33a776e46eedfa77bb9e30ba24
syntax-highlighting;master;82ebc2a7a4f43de064a8bef52c11b024420ed943;syntax-highlighting-6.7.0.tar.xz;6ef527a941740b9ddfe053eb08ead7e11c12a283aa88a5ddf1a18520cd9d2ca7
threadweaver;master;6b7ecf193e8580ca003202fccde6173071eaaba7;threadweaver-6.7.0.tar.xz;1ac3fc8051f31ac4f76dfd5d157e5c375d183bc0762152a44e1831cf5816a956

Reply via email to