Frameworks 6.5 tars available

Nicolas Fella nicolas.fella at gmx.de
Fri Aug 2 13:48:46 BST 2024


Hi,

KDE Frameworks 6.5 tars are now available for packagers.

Cheers

Nico
-------------- next part --------------
attica:
 Support new version field on DownloadDescription. 

bluez-qt:
 Manager: Fix connections for the connectedDevices list property. 

breeze-icons:
 Add 22px color (and monochrome, using *-symbolic) category icons. Fixes bug https://bugs.kde.org/489347
 Make 16px list-remove-symbolic be a link to the base icon. 
 Add symlinks for Crow Translate icons. Fixes bug https://bugs.kde.org/489984
 Add flatpak symlink for Git Cola. 
 Add icon to indicate adding to a playlist immediately after the current track. See bug https://bugs.kde.org/429942

extra-cmake-modules:
 Prefix.sh.cmake add MANPATH. 
 FindWaylandScanner: Add flag to use private-code. 

frameworkintegration:
 Plasma_workspace.notifyrc: relabel to match button. 

karchive:
 Allow passing QIODevice::Truncate in open mode. 

kauth:
 Allow the dbus backend to pass file descriptors as arguments. 
 Ensure that qt dbus macros are available with KAUTH_BUILD_CODEGENERATOR_ONLY=ON. 

kcmutils:
 AbstractKCM: Document what extraFooterTopPadding is for. 
 AbstractKCM: remove false deprecation notice. 

kcodecs:
 Add static build support. 

kcolorscheme:
 Bundle essential breeze color schemes as resource. 

kconfig:
 Ksharedconfig: move statercs to state dir. 
 Explain what "desktop entry spec separator semantics" means. 
 Reapply "don't create root-only readable files in /etc/xdg". 
 Make Qt6Quick dependency for QML plugin private. 
 Expose KWindowStateSaver in the QML interface. 
 Sync config group on KWindowStateSaver::timerEvent. 
 Don't do tests in ~/.kde-unit-test. 

kcoreaddons:
 Enable cppcheck. 
 Add missing license header. 
 Add QML Format example. 
 [qml/formats] Drop no longer needed function. 
 Remove obsolete doc comment. 
 Replace deprecated globalMatch with globalMatchView. 

kcrash:
 Metadata: Include frameworks version number. 
 Metadata: pass along qt version. 
 Don't capture unused variable. 
 Add CMakelint formatting commit to .git-blame-ignore-revs. 
 ./CMakeLists.txt:26: Extra spaces between 'if' and its () [whitespace/extra]. 

kdeclarative:
 KeySequenceItem: be Accessible.Button, not Checkbox. 
 KeySequenceItem: Use KMessageDialog for displaying conflict messages. 
 Kquickcontrols: Drop validation code from KeySequenceHelper. 
 Kquickcontrols: Use KeySequenceValidator in KeySequenceItem. Fixes bug https://bugs.kde.org/483199
 Kquickcontrols: Introduce private KeySequenceValidator type. See bug https://bugs.kde.org/483199

kfilemetadata:
 [Extractors] Clarify Qt::Gui dependencies. 

kguiaddons:
 Add missing license text. 

kholidays:
 Kazakhstan: Add National Book Day. 

ki18n:
 Use more specific names for the functions. 
 Add comment for translators in example code. 
 Code cleanup. 
 Minor Doxygen change. 
 Build with older clang versions too. 
 Test also retranslateFormatString. 
 Make retranslateFormatString() call function from correct namespace and adjust code documentation. 
 Add helper method for setting a plural-aware spin box prefix/suffix. 

kiconthemes:
 Fix icon recoloring for portable installers. 
 Overhaul KIconEngine docs. 
 Deprecate KIconLoader::drawOverlays. 
 Deprecate movie loading API. 
 Add back effect into cache key. Fixes bug https://bugs.kde.org/490795
 Deprecate KIconEffect::apply API. 
 Refactor icon effect application. 
 [kiconeffect] Add static API for active effect. 
 [kiconeffect] Add static API for disabled effect. 
 [kiconeffects] Drop color and color2 members. 
 [kiconeffects] Don't read effect settings from kconfig. 
 [kiconeffect] Replace raw numbers with relevant enum. 
 Add note to prefer QIcon::fromTheme over KIconLoader. 
 Remove edit-specific directives. 

kimageformats:
 JXL: added ImageTransformation option. 
 Xcf: Fix crash on malformed files. 
 Pcx: Fix crash in broken files. 
 Xcf: Fix crash on broken files. 
 Pcx: fix crash on invalid files. 
 Pcx: fix crash on invalid files. 
 Exr: added some usefull attributes. 
 Pcx: Read 16 color images that are 4bpp and 1 plane. 
 Full range HDR support. 
 Prepare gitlab for files that are coming int the next commit. 
 Avif: check return values. 
 Raw: Fix compiler warning with macro redefinition in Windows. 

kio:
 KFileWidget: reset preview to selected file on hover leave. See bug https://bugs.kde.org/418655
 Drop unused methods from ConnectionServer. 
 Un-PIMPL ConnectionServer. 
 Properly log errors in ConnectionServer::listenForRemote(). 
 Beef up connection error logging. 
 [kprocessrunner] Also request an XDG activation token with StartupNotify=false. 
 Port from KIconLoader::drawOverlays to KIconUtils::addOverlays. 
 Kdirmodel: fix case when first deleted item was hidden. 
 Kfileitem: show relative path for rel symlink. Fixes bug https://bugs.kde.org/456198
 File_unix: extract readLinkToBuffer to fn. 
 Kshellcompletion: remove unused variable. 
 KFilePlacesView: Show free space info in the tooltip. 
 KFilePlacesView: Show label in tooltip if it is elided. Fixes bug https://bugs.kde.org/454436
 KFilePlacesItem: Add tooltip. 
 Ksamba: correct isAclValid regex. 
 DeleteOrTrashJob: emitResult with ERR_USER_CANCELED when cancelling prompt. 
 Alter permissions of the right file. 
 Try to fix test if umask is not as expected. 
 Enable one more test that works for me. 
 Ensure the wanted one second diff. 
 Make test more deterministic. 
 Less pollution of the home with test tmp files. 
 Port away from deprecated KIconEffect API. 
 Kprocessrunner: small code improvements. 
 Lookup QWidget parent at runtime. 
 Remove unused includes. 
 Drop SessionData. 
 Move useragent handling code into HTTP worker. 
 Remove unused member. 
 Drop dead metadata. 
 Cache KFileItem::isHidden result. 
 Avoid reparsing mount points for each directory on destruction. 
 Remove parent for DropMenu. Fixes bug https://bugs.kde.org/490183
 Systemdprocessrunner: escape $ in arguments. 
 API dox: help doxygen to not auto-detect first sentence end after "i.e.". 
 API dox: document CamelCase include for KFileFilter. 

kirigami:
 Relicense MenuDialog and PromptDialog to LGPL. 
 GlobalDrawerActionItem: Fix tooltip. 
 ContextualHelpButton: make text always accessible. 
 Convert license headers to SPDX. 
 Port dialogs to pragma ComponentBehavior: Bound. 
 Dialog: Support variable base padding. 
 Dialog: Add some null safety. 
 Dialog: Fix ScrollView::contentItem management. 
 We can Use directly nullptr. 
 Fix: install KirigamiPrivate soversion. 
 NavigationTabButton: Drop bold font workaround. 

kitemmodels:
 Fix incorrect QML element name in documentation. 

knewstuff:
 Support new version field on DownloadLinkInformation. 
 QML: Use some better property types. 
 EntryDetails.qml: Qualify newStuffModel, use downloadItemId. Fixes bug https://bugs.kde.org/483659
 Use KPackageJob::update instead of ::install. 

knotifications:
 Allow to build on oses without dbus and any other backend. 

kparts:
 Use the correct check to determine whether initial preference should be read from KParts or KPlugin. 

kpeople:
 Make locks actually lock. 

kservice:
 Store canonicalFilePath instead of looking it up twice. 
 Use canonicalFilePath instead of absoluteFilePath. 
 Use absolute path to mimeapps.list. 

kstatusnotifieritem:
 Add API to control quit behavior. 

ksvg:
 FindInCache: Compare last modified to boot time if timestamp is 0. Fixes bug https://bugs.kde.org/453876
 Drop dead code. 

ktexteditor:
 Fix drag pixmap with wrapped lines. Fixes bug https://bugs.kde.org/476979
 Add actions to convert spaces to tabs and vice versa. Fixes bug https://bugs.kde.org/456736
 Use ktexteditor-script-tester6 for javascript tests. 
 Fix -Woverflow warning with gcc. 
 Templates: Remove one level of nesting. 
 Ignore buffer signals in completion on undo/redo. 
 CursorToOffset: remove unnecessary line variable. 
 Fix formatting. 
 Src/view/kateview.cpp (KTextEditor::ViewPrivate::setupActions) : Fix typo in m_toggleShowSpace and m_toggleDynWrap whatsThis text. 
 Treat 0x0000 to 0x001F as non-printable. 
 Add action to quick toggle space visibility. 

kwidgetsaddons:
 Fix that last line in fonts list is only half visible. Fixes bug https://bugs.kde.org/488079
 Avoid the creation of toplevel widget. Fixes bug https://bugs.kde.org/490712
 Remove unused license text. 
 Partially revert cccaa8f89897146043a535d45a276e3a57412815. 
 Deprecate KJobWidgets::setWindowHandle,windowHandle. 
 Fix tab not highlighted in some cases. 
 Fix multiple overlays being installed over tab. Fixes bug https://bugs.kde.org/490213

kxmlgui:
 Remove QTreeWidgetHack, the methods are public now. 
 Fix compile error of krichtexteditor on Craft on Windows. 

networkmanager-qt:
 ConnectionSettings: Support MeCard SAE security type. 

qqc2-desktop-style:
 ScrollBar: Fix custom scrolling behavior. Fixes bug https://bugs.kde.org/488092

solid:
 Udev/cpuinfo_arm: add M2 Pro/Max core variants. 

sonnet:
 Downgrade qCWarning to qCDebug. 
 Avoid initializing full HSpellDict when getting languages. Fixes bug https://bugs.kde.org/421451
 Fix SONNET_USE_QML=OFF by moving ECMQmlModule behind the conditional. 

syntax-highlighting:
 Earthfile.xml: modernize highlighter to support Earthly 0.8 features. 
 C++: add floating-point literal suffixes of C++23. 
 Python: add some special variables and fix '\' line continuation after a string. 
 Add .clang-format and .clang-tidy files with YAML. 
 Zig: fix range operator preceded by a number: [0..]. 
 Odin: add raw string color. 
 Update syntax highlighting for kdesrc-buildrc. 
 Cmake.xml: update syntax for CMake 3.30. 
 Inc version after done type adding. 
 Hare: add done keyword. 

threadweaver:
 Ensure windows tests work. 
 Only enter loop if signal didn't arrive before that. 
 Try to fix windows hang in tests. 
-------------- next part --------------
attica;master;5962aa1c1cef14e429d2b53fe52d8c1ea6886aa9;attica-6.5.0.tar.xz;6ce80618dc52a7a2c48a425617161ec46b7126d05ecb23076e655fde1d6010e6
baloo;master;db99fa8314b63212c39e104a404845f11ff82b9e;baloo-6.5.0.tar.xz;d8046cb6e7df1d5b8310aed4e4dc71ec8379b602744b90d08fa9f14bda47a6af
bluez-qt;master;2c51c6d166017c35ce48968b31b0036d0b7956a4;bluez-qt-6.5.0.tar.xz;f0234766fc1af9410708d0886eef304175b09a5b99c48c0eb877a80fec6aa65e
breeze-icons;master;a9fa9e5def961e44f396bb4b56eceb9c3fcd9416;breeze-icons-6.5.0.tar.xz;ca6e8faef84891750ebc240d0b99f42414e5f643678d5b1ae94bcbad551ab0c4
extra-cmake-modules;master;54646d3b5dd8d1112d8be370bd34a3fc63ab067a;extra-cmake-modules-6.5.0.tar.xz;8f3c2ca1e502990629f3b68507189fc0f912f3cab279b500dac91ee7031a49cf
frameworkintegration;master;e0a7aec0b00c0b659f7c927ac73d89fd463fb5b6;frameworkintegration-6.5.0.tar.xz;c57b55742e602d2c85c9002158e88fe077d3a164c68ed50c77672a74e11a0df4
kapidox;master;d68bb6df137eb63f175c86e9f92e99e5c475687e;kapidox-6.5.0.tar.xz;f2542f22211474987998901cb48ad2202ee5156cf399805884e1449d9860a3a1
karchive;master;4f7f1260b3b284f47f340b26b44856e80ad44af7;karchive-6.5.0.tar.xz;e5530253c70de024926e1985154f9115f02af50c7d998a874a3175b404444e79
kauth;master;cc693b126001dd0035ae81ffad7ec98ad250c61e;kauth-6.5.0.tar.xz;1af517a509da1c5ddb4420d7430894b751562e07cc4c134abe0dcb606358d394
kbookmarks;master;bac18a31fa031e5101db9c0117c4aeed05c48639;kbookmarks-6.5.0.tar.xz;97dabceae5b0eac1107c49c50d1d7d9a7d26b9246c9ab53d123990525c55fbec
kcalendarcore;master;3dcb434d71d999eac740ce031c0af64bb1c4b604;kcalendarcore-6.5.0.tar.xz;6da599f5ed15f6ce54c2f928026ee2f64edd2fe0d5203b4f50bbf89a8b21f522
kcmutils;master;1ce2400c61bcf787907dc254e3c75bbed7a0c8bb;kcmutils-6.5.0.tar.xz;eb8474ec5ae620e361e6ef971e3ec14ac6807be2df8e02d27e7d8ae9badca993
kcodecs;master;72118e1a9dd716c2cdcb3533e2b92a7faeddc281;kcodecs-6.5.0.tar.xz;e96c22f5470e39591acdbb01e85203e5d2f179c80b18c2a5991967e16af91e08
kcolorscheme;master;a851b77b1296183cf74144a80018c1acd478a9f6;kcolorscheme-6.5.0.tar.xz;323b55dd37dc408ccc158df2ce5c8a46b628f9355d2a77916e4565afce90b42b
kcompletion;master;6f8fdcc4e78b10ccb5fa6acb20f277a9c0d3e07e;kcompletion-6.5.0.tar.xz;778af80e5015f49ce1e1dde6180bf51167a1f5dfb12d07c73216b5fa804eedf9
kconfig;master;1d828b6e9355cd9381af3789095b0cfdcd1f57bb;kconfig-6.5.0.tar.xz;e48e5315d3491ddfb878abf124a6e14886a6317857fa63f411ecd720da8a5d13
kconfigwidgets;master;802c3e48c6cec8736ad217d2af4bcd0dad5a808f;kconfigwidgets-6.5.0.tar.xz;a4804683fc0477fb505c410444164bf2803ffc216d221609a0be5842803e5612
kcontacts;master;937fe59950b15ca7415d5a247c5397c2e2c627a0;kcontacts-6.5.0.tar.xz;b711e098469a5821044bf99bd74d0a16b804731a347cf53609a4bd1b5fa5fdc4
kcoreaddons;master;c5f14907b36ae294a71df1bbde95bfc517d12efb;kcoreaddons-6.5.0.tar.xz;5e0e1d29dcd4e04e74584df1577d3ae9ffbd47ccdb84ee5622d1ed2373e5ef98
kcrash;master;3c18a3def6a1a92b09096b48b8f06d98c4b6baea;kcrash-6.5.0.tar.xz;870c6ce15132cc3040bc593447125ed3c256b698ba233b758430f4e725319bf3
kdav;master;1894c2c7fc61925ab3e75e4607bcc78e5fd42f3c;kdav-6.5.0.tar.xz;900fbb8b632d946cd35e826e64f50507346151f1b5fb40137890abc2896eefcf
kdbusaddons;master;43640d1bd98607f4c786c06529cecc4ca4180166;kdbusaddons-6.5.0.tar.xz;afacf9ff5d7a2dd294520718508d33eadf3f63a957091d30a68a45ab1ef0a8fe
kdeclarative;master;dbf9f3d1793a269856a70b7933258c9b6be98ef4;kdeclarative-6.5.0.tar.xz;b3c4152c972e3d53645f1c88757a78ce5b66fbf4ecb76e4d69df78d2ab38cf83
kded;master;ce5e4f97f8a2761e1657107558305fd1c73cc16b;kded-6.5.0.tar.xz;292ca941acc69c443f47895ea784493b08fd573afe0f4e99f5f42b8a029954b0
kdesu;master;2bf615503e91ccbb80b9b7e5a5372c7fad3aad1c;kdesu-6.5.0.tar.xz;03c08d0bbcf71ef122ebe3c97b109092ad9e8719d20d341d8510607bda9ab393
kdnssd;master;11a3b8750c37c84c9c6c4ed649d5fbd19ef26e03;kdnssd-6.5.0.tar.xz;37fd254c39b66fca1b52f898c045f322a0ea3177c927941979ccb7b9b98ebffd
kdoctools;master;0e6cf03f6f0b5d6b2b2251f9ad4aa65895a03242;kdoctools-6.5.0.tar.xz;781e1ae222ee1e54cc6310412c3709e0c33e1c4ff82470d2960d6e5daa6001dd
kfilemetadata;master;4a0efc9f69087d46e1a6e90092f4aa7330769e96;kfilemetadata-6.5.0.tar.xz;574419823d7fe389dfc6bc141b0a9151fdada6715b985c8269293c0c04fdc0f4
kglobalaccel;master;e398647f4e6a29f29cdc9fe0d8640ca85a7573d2;kglobalaccel-6.5.0.tar.xz;883a1cf48fc4b8ce22ab9f143b6bdd546ac30fbe29c90d4035fb2adf38a339a4
kguiaddons;master;6fa1bb294ec01273e5d3afb38cb2ed103971b8b5;kguiaddons-6.5.0.tar.xz;7193fa930b85fa6e7fda3a85f1e52f362ecd3e110e80055d9084eeafaeac4807
kholidays;master;f452c67d7c81045ba8296e9f1ff16f9d9f930df6;kholidays-6.5.0.tar.xz;84a03085ffafab06cd28a32154b0fe4694f58b37d21f1468818b5fec2c643dca
ki18n;master;164b52bb3f1b7cecb6629cb93ddf63e1ae3242db;ki18n-6.5.0.tar.xz;7873d36a8ae452745d58100e7cda067eae632c787c1fc5a3c63a7072aacfa7fc
kiconthemes;master;f90470c9f9bd9f52d1103bf632e77de8d4d4d3a9;kiconthemes-6.5.0.tar.xz;cdc4c5788e0b3f88f25aa474d51d43496e4c742777f88025ef2fa606f2721331
kidletime;master;26132f5f0f972d60e20bb4d4f8e871b99c0eabf7;kidletime-6.5.0.tar.xz;b6dc7d6eadb642248000f165155a72d2dfab6c1a93e0130f8f83394a7628eaf6
kimageformats;master;8c23e74ef65b17bc6deb8e6653d7183d5326889e;kimageformats-6.5.0.tar.xz;c64ab736477264f8a0ce4418f0be629ad0f17a078161b2773700d3b96ca75022
kio;master;9ac4777ea6947c183bbf9e499037806d7022552c;kio-6.5.0.tar.xz;9c8bf83534577a322d4633d241d9770bc8ba8a45624e2f041e1b8dbdbc198a13
kirigami;master;6d10b256f3b187e10e51732397b9ff7cfe79dfe1;kirigami-6.5.0.tar.xz;43a73b161e1c85da3eadc63e7cc6c1b3c686aa56951b0d0e2df4a2cc1334759c
kitemmodels;master;fa926680500bac596b2fce92f82ca19545c3085e;kitemmodels-6.5.0.tar.xz;36ec04b3fd25249a1ce9cfd08824f2c2e40ef4d54224e118e06fa21c5f9a4f76
kitemviews;master;99828abd7d5c523434a05f579290befd5f6f3e6d;kitemviews-6.5.0.tar.xz;07f3b3880597995a9bbc3c9bc47dba2bcd924ec503b423ed8566e7e805cbb69c
kjobwidgets;master;906268068ec23fae6fc519a2b9075e6d90498f03;kjobwidgets-6.5.0.tar.xz;67c5dab1191ae6830d452751767e94991b34feaf4228f18ab042c2c120910ad8
knewstuff;master;c516f503675d27e7632602e72d7f5e4e211d8146;knewstuff-6.5.0.tar.xz;815589a660b9a53a1fc18268b95914636124b6f3f3193c9404e0959f8b738c79
knotifications;master;f7b69aea37ff36c69514a0cfd7bd7f666afa4995;knotifications-6.5.0.tar.xz;3d73dc682176138cba995b6954eeafdd4507097313f1b2102a4d5ed905a3eee6
knotifyconfig;master;975970363bea635ff7e02204570418941b32c9b7;knotifyconfig-6.5.0.tar.xz;fb2ad6bffb54e6a05fab4dc871897beaba03a46d42fa290b56ee1fcbb2ee0594
kpackage;master;4ea2db087cd0050ceb2b4001df3a85e9680a51e6;kpackage-6.5.0.tar.xz;cf3452c1719112047f9a3bd00ab2e1e59ba7b6b4fe620a4353885308508db773
kparts;master;a4fc8ff4ef71314c2780160784d83b939e91e2e5;kparts-6.5.0.tar.xz;4eb5417b267f77c16c85482f919adfb5b7714a95239771c4aafbfeb90e4a371f
kpeople;master;191e774042c7cf7b560f59dd933fcc04a9e80144;kpeople-6.5.0.tar.xz;102cd7ad3260b0d10bd2ec0330c839826ea324c5cd86580163d8364d3370a6c2
kplotting;master;5bb70ce0f98fec1f6885a11feaa58d92f97850d1;kplotting-6.5.0.tar.xz;021697c4d42002fad49db0d283552a2b40e81f968763d87b3ad47ec3f580d943
kpty;master;d25f6a6f1fcaaef544ea26128e0ada738170b498;kpty-6.5.0.tar.xz;dc9365ba4a83b948a8326f2f75d46d4dea8327bc06b5ee2190306cbf8fdf5241
kquickcharts;master;d440c04ccd091f8ed2ad52950811d8a1eeb5db54;kquickcharts-6.5.0.tar.xz;c5a9a5cc206fdd2a86854284b081b16575f638bbb28b658065677b447d8c9002
krunner;master;461878a2812821fc6765c12245f8fcc2e6470016;krunner-6.5.0.tar.xz;5674afef23fe6747aaa8b06c405a53a4e40f77ba24535d2080d512602b036030
kservice;master;df5904032e9734a9a1c4f1e22406c39c4343c5cb;kservice-6.5.0.tar.xz;48cdd204bc9fb9282c37b6bcc2364f7dbc124057547ddb6b1471988b464cf8bd
kstatusnotifieritem;master;4d11a52ba94eb1e0373c870f18e1a0c699d0ba07;kstatusnotifieritem-6.5.0.tar.xz;5def5e1a862d85d0f325c4f1973967bcf8fa97353fe1d361a1cafb0670198403
ksvg;master;ab909da01381b2b8c4c1aa39a8345ed3978cfd84;ksvg-6.5.0.tar.xz;ae2024bd4d7e6950c92b5924deced5d55b6101749d635799b24fedac60cb26cd
ktexteditor;master;67d31556e3903afe45ed7b27bef17c24dda42416;ktexteditor-6.5.0.tar.xz;9bbb8875a68c6b627f3999c2dab2f91fe15570e2a43c3b2aa9149e5b98dbb8c1
ktexttemplate;master;9438b2436595a4d23517651b2cc436eaabad7bcc;ktexttemplate-6.5.0.tar.xz;295a3f87ff08af17f83496fd66b3f634917bcac6466c79be1f4cb6786ecb04c6
ktextwidgets;master;a34eb3933a2f0ca96ef51ffbbf357405a1cd35d5;ktextwidgets-6.5.0.tar.xz;a99df1c634831e9d01f704009c951378108334a4258ad5b64f60f55e55770212
kunitconversion;master;e770076c7be3c171840692466c803da47a5e96d8;kunitconversion-6.5.0.tar.xz;c7d521423c7443d305803e2f606e8dff58fa9e1c7c73b09bce8dd3862e992fe4
kuserfeedback;master;24310489c0f4a09b04fef7db3402b70e1c36e3f5;kuserfeedback-6.5.0.tar.xz;3348d2f29b92e655249b750fd77fb56bc4511ba3ba74399bd3fb2440821a292a
kwallet;master;3d4da71ecebdf47240477eae7b703fb769fc9e55;kwallet-6.5.0.tar.xz;9eb9ef50a10319afdf8ddbab06bb76c05f43d8d4095483f2d8efed752d5d815a
kwidgetsaddons;master;f280fbb5e75be181e72029e6aa6f344345a6f473;kwidgetsaddons-6.5.0.tar.xz;cf3abcc40a619183c7d4625dc961a0b65ae593c6c41afe0aaa450e90b5d0fe09
kwindowsystem;master;46a7ae1a4034b639395c1d59b352d831c808460d;kwindowsystem-6.5.0.tar.xz;caae86e16bf26e91a722fdf8eb5888224f7c76ce870743da4a59bc700d873bc6
kxmlgui;master;c9507d39a8b0fa3615ea2480284e2e98ee60386e;kxmlgui-6.5.0.tar.xz;75549dd54ae7b3e0bf01c6d82ebe2dcc797195ade223b6986dde9d688c5cd903
modemmanager-qt;master;fc206ab9dce5f081e5bf3c38ee80f0586366d98c;modemmanager-qt-6.5.0.tar.xz;76c2b18c9c5c5d9c360282a031feaae966029322f19de050d91d39207cd5717b
networkmanager-qt;master;5f4b33ea84bee1eec293c625b880b0263731d8b8;networkmanager-qt-6.5.0.tar.xz;aa5f2b32c8178ee89cf3a4c75b09f99ef81be32ff6d99a425aee174c50301b6c
prison;master;f9b0d117c82716dae4c65a7439177d3ba1ac456e;prison-6.5.0.tar.xz;bbc17dccfb71988af41e70110b6635323e17d8ed48c08f73808f9f220fb067ba
purpose;master;c9280bccfe5a3a6deefaa66347e3835cf9bca43b;purpose-6.5.0.tar.xz;40f80a04a737f5b79d9980baabdca54c820456bb30add04479257291c62ac274
qqc2-desktop-style;master;b7b532eb6b09b3dd2e73e55a6a8f85f0f393f4b0;qqc2-desktop-style-6.5.0.tar.xz;888638775a4c8bb7f80e10e878fd923880c75f2aa6e3878d52c12a77f3da9321
solid;master;ecf962efdf1c580040d548739a42bdd4426a8204;solid-6.5.0.tar.xz;e8237c6c9617bef4bf5fc74461bb7417ca57afe15d4f54878cfe8c806e706a5c
sonnet;master;7cbc9a1fbe4af48b595e5cc722035422410d702f;sonnet-6.5.0.tar.xz;7e86b6f82b7951c3e81cea75f79baf7a8a0f884fcb024f02a6153a467a3de1aa
syndication;master;f11e390107e730c1cd0e16d40f8e4567ba6ec4f3;syndication-6.5.0.tar.xz;cdafc51c9271b00150b8d63bf250d6d040f7bc8c56907af61dc59a44c96c674e
syntax-highlighting;master;c0f83cbb952b1dd9dcfaaebab2cfb609e22a32ca;syntax-highlighting-6.5.0.tar.xz;3e1883dd51a3267e56cd3ace38620094a15ae6dbaecdd18d33b7d4fa2f18c378
threadweaver;master;762450d7f189e9faa8c06e1d9fed00cfc16e9d1e;threadweaver-6.5.0.tar.xz;ae70d0936c438ebf4a3f7b2a708efb9cd30b5a4147d9b70ae5d4437dbb20bde8


More information about the release-team mailing list