KDE Gear/24.02 Release notes: Difference between revisions

From KDE Community Wiki
m (Reverted edits by Reillybrogan (talk) to last revision by A17r)
Tag: Rollback
 
(45 intermediate revisions by 7 users not shown)
Line 23: Line 23:
* angelfish
* angelfish
* arianna
* arianna
* ark
* audiocd-kio
* audiocd-kio
* audiotube
* audiotube
Line 29: Line 30:
* bovo
* bovo
* calendarsupport
* calendarsupport
* colord-kde
* dolphin
* dolphin
* dolphin-plugins
* dolphin-plugins
Line 39: Line 41:
* grantlee-editor
* grantlee-editor
* grantleetheme
* grantleetheme
* gwenview
* incidenceeditor
* incidenceeditor
* isoimagewriter
* itinerary
* itinerary
* juk
* kaccounts-integration
* kaccounts-integration
* kaccounts-providers  
* kaccounts-providers
* kaddressbook
* kaddressbook
* kajongg
* kajongg
Line 69: Line 74:
* kcron
* kcron
* kdebugsettings
* kdebugsettings
* kdeconnect-kde
* kde-dev-utils
* kde-inotify-survey
* kdegraphics-mobipocket
* kdenetwork-filesharing
* kdenetwork-filesharing
* kdenlive
* kdepim-addons
* kdepim-addons
* kdepim-runtime
* kdepim-runtime
Line 80: Line 90:
* kfourinline
* kfourinline
* kgeography
* kgeography
* kget
* kgoldrunner
* kgoldrunner
* kgpg
* khangman
* khangman
* khealthcertificate
* khelpcenter
* khelpcenter
* kidentitymanagement
* kidentitymanagement
Line 122: Line 135:
* kontactinterface
* kontactinterface
* kontrast
* kontrast
* konversation
* kopeninghours
* korganizer
* korganizer
* kosmindoormap
* kpat
* kpat
* kpimtextedit
* kpimtextedit
* kpkpass
* kpkpass
* kpmcore
* kpmcore
* kpublictransport
* kreversi
* kreversi
* krfb
* kruler
* kruler
* kshisen
* kshisen
Line 152: Line 170:
* libkdegames
* libkdegames
* libkdepim
* libkdepim
* libkeduvocdocument
* libkgapi
* libkgapi
* libkleo
* libkleo
Line 166: Line 185:
* mimetreeparser
* mimetreeparser
* neochat
* neochat
* okular
* palapeli
* palapeli
* parley
* parley
Line 175: Line 195:
* plasmatube
* plasmatube
* qmlkonsole
* qmlkonsole
* skanpage
* spectacle
* spectacle
* svgpart
* svgpart
Line 186: Line 207:
These projects provide supporting functions to KDE apps so to ensure Qt 5 based KDE apps continue to function distros should build them twice, once with Qt 5 and once with Qt 6.
These projects provide supporting functions to KDE apps so to ensure Qt 5 based KDE apps continue to function distros should build them twice, once with Qt 5 and once with Qt 6.


* kio-extras: From 22.04 onwards it uses Qt6. A KF5-based tarball will be released separately for support of KF5-based KIO apps
* kio-extras: From 22.04 onwards it uses Qt6. A KF5-based tarball will be released separately for support of KF5-based KIO apps.  Build kio-extras-kf5 with -DBUILD_ACTIVITIES=OFF -DKF6_COMPAT_BUILD=ON
* audiocd-kio
* kio-zeroconf
* kio-zeroconf
* kio-gdrive
* kio-gdrive
* libkgapi still needs a Qt 5 version for kio-gdrive and a Qt 6 version for pim bits.
* libkgapi still needs a Qt 5 version for kio-gdrive and a Qt 6 version for pim bits (it's co-installable except for the sasl plugin, which can be disabled for ''one'' Qt version via -DBUILD_SASL_PLUGIN=OFF (since 24.01.95/23.08.5 or 3f293301)
* libkcddb needs a Qt 5 version for k3b and a Qt 6 version for kio-audiocd.
* libkcddb needs a Qt 5 version for k3b and a Qt 6 version for kio-audiocd.
* libcompactdisc
* libcompactdisc
* kaccounts-integration: a Qt5 build of the library part is needed for kf5-purpose and kf5-kio-gdrive. Use -DKF6_COMPAT_BUILD=ON to build that. Available since Beta 2
* kaccounts-integration: a Qt5 build of the library part is needed for kf5-purpose and kf5-kio-gdrive. Use -DKF6_COMPAT_BUILD=ON to build that. Available since Beta 2
* libkexiv2
* libkexiv2
* breeze: from Plasma 5 for styling
* ksanecore: Qt 6 build needed by Skanpage and Qt 5 build by Skanlite and others (libksane can be Qt 5 only for now as nothing uses it with Qt 6 but apps such as Digikam will be moving to Qt 6 soon)
* kwayland-integration: from Plasma (it builds with KF5)
* libkdcraw still needs a Qt 5 build for e.g. Krita, kphotoalbum
* plasma-integration: from Plasma 5


== Dependencies that need updating ==
== Dependencies that need updating ==
Line 203: Line 222:
Many dependencies used by our apps now need newer versions due to the switch to Qt 6, distros will now need to build these for Qt 6.
Many dependencies used by our apps now need newer versions due to the switch to Qt 6, distros will now need to build these for Qt 6.


* KDE Frameworks 6 (distros should ship both KF5 and KF6 packages for app compatibility) - released alongside this
* KDE Frameworks 6 - released alongside this, distros should ship both KF5 and KF6 packages for app compatibility see Coinstallability [[Frameworks/6.0 Release notes|Frameworks 6 Release notes]]
* Plasma 6 - released alongside this
* Plasma 6 - released alongside this
* gpgme - use latest releast
* gpgme - use latest releast
Line 209: Line 228:
* packagekit-qt - use latest release
* packagekit-qt - use latest release
* grantlee - now renamed KTextTemplate and part of KDE Frameworks 6
* grantlee - now renamed KTextTemplate and part of KDE Frameworks 6
* libaccounts-qt - use Git master
* libaccounts-qt - use the qt6 branch of Nicolas Fella's fork https://gitlab.com/nicolasfella/libaccounts-qt/-/tree/qt6
* signond - use latest release
* signond - use the qt6 branch of Nicolas Fella's fork https://gitlab.com/nicolasfella/signond/-/tree/qt6
* signon-plugin-oauth2 and signon-ui - use Git master
* signon-plugin-oauth2 - use qt6 branch of Nicolas Fella's fork https://gitlab.com/nicolasfella/signon-plugin-oauth2/-/tree/qt6
* kweathercore - use Git master
* signonui - use git master https://gitlab.com/accounts-sso/signon-ui
* kweathercore - use latest release https://jriddell.org/2023/11/29/kweathercore-0-8-0/
* libquotient - use latest release
* libquotient - use latest release
* kdsoap6 - use latest release
* kdsoap - use latest release 2.2.0 https://github.com/KDAB/KDSoap/tags built twice for Qt 5 and 6
* kdsoap-ws-discovery-client - the kio-extras Qt 5 tar uses an internal static copy so no additional work is needed.  the kio-extras Qt 6 tar needs the latest release of this built for Qt 6 https://jriddell.org/2023/11/07/kdsoap-ws-discovery-client-0-3-0/
* kdsoap-ws-discovery-client - the kio-extras Qt 5 tar uses an internal static copy so no additional work is needed.  the kio-extras Qt 6 tar needs the latest release of this built for Qt 6 https://jriddell.org/2024/02/21/kdsoap-ws-discovery-client-0-4-0/
* qcoro - use latest release
* qcoro - use latest release
* futuresql - use latest release
* futuresql - use latest release
* kquickimageeditor - use latest release
* kquickimageeditor - use latest release
* qtkeychain - use latest release
* qtkeychain - use latest release
* pulseaudio-qt - use git master (kdeconnect requires a Qt6 version)
* pulseaudio-qt - use 1.4.0 release for KDE Connect
* libqaccessibilityclient - use latest release
* libqaccessibilityclient - use latest release
* polkit-qt - use >= 0.175.0
* polkit-qt - use 0.200.0 https://download.kde.org/stable/polkit-qt-1/
* phonon and phonon-vlc - use latest release (note phonon-gstreamer should be dropped)
* phonon and phonon-vlc - use latest release (note phonon-gstreamer should be dropped)
* kuserfeedback - now part of KDE Frameworks
* kuserfeedback - now part of KDE Frameworks
* ktextaddons - use a Qt 6 build of the current release https://download.kde.org/stable/ktextaddons/
* ktextaddons - use a Qt 6 build of the current release https://download.kde.org/stable/ktextaddons/ Ruqola is the remaining Qt 5 user of KTextAddons and a Qt 6 version will be released soon and is considered in beta for now
* kunifiedpush - use Git master (Qt6 only)
* kdiagram - use latest release compiled against Qt 6 for KGantt used by PIM, also keep Qt 5 builds for e.g. Heaptrack and Calligra
* kdiagram - use latest release compiled against Qt6
* kimageannotator and kcolorpicker - (For Gwenview, Spectacle no longer uses it), Qt 6 version now released although not yet integrated into Gwenview so drop for now
* kirigami-addons - used by Tokodon and Audiotube and Colord-kde.  Use 1.0.0 release for Qt 6.  Also use 0.11.0 release for Qt 5 apps that still use it such as Telly-skout.


== Misc ==
== Dependencies that are not yet ready ==


* eventviews requires https://invent.kde.org/pim/eventviews/-/commit/601f88f1d05f00e621976be58d170355caa29fdd to compile against kdiagram 3.0.0 and higher
* kunifiedpush - Do NOT ship this, it requires KDE to set up a suitable server and none exists yet.
* incidenceeditor requires https://invent.kde.org/pim/incidenceeditor/-/commit/c64502a92568abe54e27f6d3adfcb1fe84baac4b to compile against kdiagram 3.0.0 and higher
* Alpaka - Language Learning Model used in Ruqola and kdepim-addons, not yet ready
* incidenceeditor requires https://invent.kde.org/pim/incidenceeditor/-/commit/d2bda9e3754f7daa8ea876e1d909fe038e03c85b to fix compilation against KTextWidgets
* kdeconnect-kde requires https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/611 for compability with kirigami 5.246.0 when building against Qt6

Latest revision as of 09:42, 4 March 2024

New tarballs

  • isoimagewriter
  • khealthcertificate
  • mimetreeparser

Tarballs that we do not ship anymore

  • kopete
  • print-manager (now released as part of Plasma)

Tarballs have switched from being Qt5 based to Qt6-based

  • akonadi
  • akonadi-calendar
  • akonadi-calendar-tools
  • akonadiconsole
  • akonadi-contacts
  • akonadi-import-wizard
  • akonadi-mime
  • akonadi-notes
  • akonadi-search
  • akregator
  • alligator
  • analitza
  • angelfish
  • arianna
  • ark
  • audiocd-kio
  • audiotube
  • blinken
  • bomber
  • bovo
  • calendarsupport
  • colord-kde
  • dolphin
  • dolphin-plugins
  • dragon
  • elisa
  • eventviews
  • falkon
  • filelight
  • granatier
  • grantlee-editor
  • grantleetheme
  • gwenview
  • incidenceeditor
  • isoimagewriter
  • itinerary
  • juk
  • kaccounts-integration
  • kaccounts-providers
  • kaddressbook
  • kajongg
  • kalarm
  • kalgebra
  • kalk
  • kamera
  • kanagram
  • kapman
  • kapptemplate
  • kasts
  • kate
  • katomic
  • kbackup
  • kblackbox
  • kblocks
  • kbounce
  • kbreakout
  • kbruch
  • kcachegrind
  • kcalc
  • kcalutils
  • kcharselect
  • kclock
  • kcolorchooser
  • kcron
  • kdebugsettings
  • kdeconnect-kde
  • kde-dev-utils
  • kde-inotify-survey
  • kdegraphics-mobipocket
  • kdenetwork-filesharing
  • kdenlive
  • kdepim-addons
  • kdepim-runtime
  • kdf
  • kdialog
  • kdiamond
  • keditbookmarks
  • keysmith
  • kfind
  • kfourinline
  • kgeography
  • kget
  • kgoldrunner
  • kgpg
  • khangman
  • khealthcertificate
  • khelpcenter
  • kidentitymanagement
  • kigo
  • killbots
  • kimap
  • kio-extras
  • kiriki
  • kiten
  • kitinerary
  • kjournald
  • kjumpingcube
  • kldap
  • kleopatra
  • klettres
  • klickety
  • klines
  • kmag
  • kmahjongg
  • kmail
  • kmail-account-wizard
  • kmailtransport
  • kmbox
  • kmime
  • kmines
  • kmousetool
  • kmouth
  • knavalbattle
  • knetwalk
  • knights
  • knotes
  • koko
  • kolf
  • kollision
  • kongress
  • konqueror
  • konquest
  • konsole
  • kontact
  • kontactinterface
  • kontrast
  • konversation
  • kopeninghours
  • korganizer
  • kosmindoormap
  • kpat
  • kpimtextedit
  • kpkpass
  • kpmcore
  • kpublictransport
  • kreversi
  • krfb
  • kruler
  • kshisen
  • ksirk
  • ksmtp
  • ksnakeduel
  • kspaceduel
  • ksquares
  • ksudoku
  • ksystemlog
  • kteatime
  • ktimer
  • ktnef
  • ktorrent
  • ktrip
  • ktuberling
  • kturtle
  • kubrick
  • kwalletmanager
  • kweather
  • kwordquiz
  • libgravatar
  • libkcompactdisc
  • libkdegames
  • libkdepim
  • libkeduvocdocument
  • libkgapi
  • libkleo
  • libkmahjongg
  • libksieve
  • libktorrent
  • lskat
  • mailcommon
  • mailimporter
  • markdownpart
  • mbox-importer
  • merkuro
  • messagelib
  • mimetreeparser
  • neochat
  • okular
  • palapeli
  • parley
  • partitionmanager
  • picmi
  • pimcommon
  • pim-data-exporter
  • pim-sieve-editor
  • plasmatube
  • qmlkonsole
  • skanpage
  • spectacle
  • svgpart
  • sweeper
  • tokodon
  • yakuake
  • zanshin

Tarballs which are needed as Qt 5 and Qt 6 Builds

These projects provide supporting functions to KDE apps so to ensure Qt 5 based KDE apps continue to function distros should build them twice, once with Qt 5 and once with Qt 6.

  • kio-extras: From 22.04 onwards it uses Qt6. A KF5-based tarball will be released separately for support of KF5-based KIO apps. Build kio-extras-kf5 with -DBUILD_ACTIVITIES=OFF -DKF6_COMPAT_BUILD=ON
  • kio-zeroconf
  • kio-gdrive
  • libkgapi still needs a Qt 5 version for kio-gdrive and a Qt 6 version for pim bits (it's co-installable except for the sasl plugin, which can be disabled for one Qt version via -DBUILD_SASL_PLUGIN=OFF (since 24.01.95/23.08.5 or 3f293301)
  • libkcddb needs a Qt 5 version for k3b and a Qt 6 version for kio-audiocd.
  • libcompactdisc
  • kaccounts-integration: a Qt5 build of the library part is needed for kf5-purpose and kf5-kio-gdrive. Use -DKF6_COMPAT_BUILD=ON to build that. Available since Beta 2
  • libkexiv2
  • ksanecore: Qt 6 build needed by Skanpage and Qt 5 build by Skanlite and others (libksane can be Qt 5 only for now as nothing uses it with Qt 6 but apps such as Digikam will be moving to Qt 6 soon)
  • libkdcraw still needs a Qt 5 build for e.g. Krita, kphotoalbum

Dependencies that need updating

Many dependencies used by our apps now need newer versions due to the switch to Qt 6, distros will now need to build these for Qt 6.

Dependencies that are not yet ready

  • kunifiedpush - Do NOT ship this, it requires KDE to set up a suitable server and none exists yet.
  • Alpaka - Language Learning Model used in Ruqola and kdepim-addons, not yet ready