Commit 163e26d8 authored by Tobias C. Berner's avatar Tobias C. Berner
Browse files

KDE: Update KDE Plasma 6 to 6.0.0

This updates KDE Plasma 6 to the first stable release.

Update plan for the rest of KDE:

* The KDE Applications will be updated to 24.02 at the beginning of the
  next quarter in the tree. They will be mostly Qt6 based.
  To test them beforehand, one can use the overlay [1].

* The idea is to wait out the first patch-release for the applications,
  which should hopefully get rid of most of the new bugs.

* The Qt5 bases KDE Frameworks 5 and Plasma 5 ports should remain in the
  tree for the next quarter -- Frameworks as long as it is required by
  other ports. The Plasma 5 ports will likely be removed at some point
  in the future however -- as there is no apparent benefit in having
  multiple Plasma versions at the moment.

* The Qt6 based KDE applications will replace the current Qt5 based
  ports. As the maintenance overhead for duplicate is not manageable.

* For co-instability the KDE Frameworks 5 ports will be adapted to
  depend on the KDE Frameworks 6 ports as described in [2].

* This plan is not fixed in stone, but will be adapted when it seems
  reasonable to do so.

Announcement: https://kde.org/announcements/megarelease/6/

[1] https://github.com/tcberner/kde6-overlay
[2] https://community.kde.org/Frameworks/6.0_Release_notes#Coinstallability
parent 6f57c570
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -100,8 +100,8 @@ KDE_PLASMA5_VERSION?= 5.27.10
KDE_PLASMA5_BRANCH?=		stable

# Next KDE Plasma desktop
KDE_PLASMA6_VERSION?=		5.92.0
KDE_PLASMA6_BRANCH?=		unstable
KDE_PLASMA6_VERSION?=		6.0.0
KDE_PLASMA6_BRANCH?=		stable

# Current KDE frameworks.
KDE_FRAMEWORKS5_VERSION?=	5.115.0
@@ -736,7 +736,9 @@ kde-libkscreen_PORT= x11/plasma${_KDE_VERSION}-libkscreen
kde-libkscreen_LIB=		libKF${_KDE_VERSION}Screen.so

kde-libksysguard_PORT=		sysutils/plasma${_KDE_VERSION}-libksysguard
kde-libksysguard_LIB=		libksgrd.so
kde-libksysguard_LIB5=		libksgrd.so
kde-libksysguard_LIB6=		libKSysGuardSystemStats.so
kde-libksysguard_LIB=		${kde-libksysguard_LIB${_KDE_VERSION}}

kde-milou_PORT=			deskutils/plasma${_KDE_VERSION}-milou
kde-milou_PATH5=			${KDE_PREFIX}/lib/libmilou.so.5
+3 −3
Original line number Diff line number Diff line
TIMESTAMP = 1704999591
SHA256 (KDE/plasma/5.92.0/kpipewire-5.92.0.tar.xz) = 89537ab244584e76dda97857a548b5f6d143383a496c5c4068a0c18b5930483f
SIZE (KDE/plasma/5.92.0/kpipewire-5.92.0.tar.xz) = 144580
TIMESTAMP = 1708670266
SHA256 (KDE/plasma/6.0.0/kpipewire-6.0.0.tar.xz) = dd585ee4de3b5bcdc10f36fe5df91966447ca716570d6b4ea15160db1f1d73bc
SIZE (KDE/plasma/6.0.0/kpipewire-6.0.0.tar.xz) = 144816
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ include/KPipeWire/PipeWireSourceItem
include/KPipeWire/PipeWireSourceStream
include/KPipeWire/dmabufhandler.h
include/KPipeWire/kpipewire_export.h
include/KPipeWire/kpipewire_version.h
include/KPipeWire/kpipewiredmabuf_export.h
include/KPipeWire/pipewirebaseencodedstream.h
include/KPipeWire/pipewireencodedstream.h
+3 −3
Original line number Diff line number Diff line
TIMESTAMP = 1704999591
SHA256 (KDE/plasma/5.92.0/ocean-sound-theme-5.92.0.tar.xz) = 8809fc04b539cac514b8aa9dbf1a91da1b828bfc60e6c12d401c355848d3f87f
SIZE (KDE/plasma/5.92.0/ocean-sound-theme-5.92.0.tar.xz) = 1209724
TIMESTAMP = 1708670266
SHA256 (KDE/plasma/6.0.0/ocean-sound-theme-6.0.0.tar.xz) = 22a0edca869c79b49be5a255b6c3dfb0d2584c9ef68dbb7906138a7c96f679fa
SIZE (KDE/plasma/6.0.0/ocean-sound-theme-6.0.0.tar.xz) = 1209632
+3 −3
Original line number Diff line number Diff line
TIMESTAMP = 1704999592
SHA256 (KDE/plasma/5.92.0/oxygen-sounds-5.92.0.tar.xz) = c4155f623e9a4377967f84d6584653829579cd05447346c63c970373dcabdc4d
SIZE (KDE/plasma/5.92.0/oxygen-sounds-5.92.0.tar.xz) = 1936568
TIMESTAMP = 1708670267
SHA256 (KDE/plasma/6.0.0/oxygen-sounds-6.0.0.tar.xz) = 7565ae1ecc6d395bcaf43687eff94f56eda8a4289d0c6ff5f4a5751391c6e58f
SIZE (KDE/plasma/6.0.0/oxygen-sounds-6.0.0.tar.xz) = 1935976
Loading