Commit 3a490e8f authored by Tobias C. Berner's avatar Tobias C. Berner
Browse files

KDE: Update KDE Plasma Desktop to 5.27.0

Today is 💖 Free Software Day and what better way to celebrate than with
a brand new version of Plasma!  The KDE team expressing their ❤️ for Free
Software

Plasma 5.27 brings exciting new improvements to your desktop, and the
first thing you'll notice when firing up Plasma is our new Konqi-powered
wizard which will guide you through setting up the desktop.

Other big new features include a window tiling system, a more stylish
app theme, cleaner and more usable tools, and widgets that give you more
control over your machine.

Additionally, Plasma 5.27 is a Long Term Support version with tons of
stability work and bugfixes, so you can feel the warm and stable 💘 from
the KDE community forever... Or at least until the next LTS rolls around
in 2024!

Announcement: https://kde.org/announcements/plasma/5/5.27.0/
parent e33fdb84
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ _KDE_RELNAME= KDE${_KDE_VERSION}

# === VERSIONS OF THE DIFFERENT COMPONENTS =====================================
# Current KDE desktop.
KDE_PLASMA_VERSION?=		5.26.5
KDE_PLASMA_VERSION?=		5.27.0
KDE_PLASMA_BRANCH?=		stable

# Current KDE frameworks.
@@ -597,7 +597,7 @@ kde-kwallet-pam_PORT= security/plasma5-kwallet-pam
kde-kwallet-pam_PATH=		${KDE_PREFIX}/lib/pam_kwallet5.so

kde-kwayland-integration_PORT=	x11/plasma5-kwayland-integration
kde-kwayland-integration_PATH=	${QT_PLUGINDIR}/kf5/org.kde.kidletime.platforms/KF5IdleTimeKWaylandPlugin.so
kde-kwayland-integration_PATH=	${QT_PLUGINDIR}/kf5/kwindowsystem/KF5WindowSystemKWaylandPlugin.so

kde-kwin_PORT=			x11-wm/plasma5-kwin
kde-kwin_PATH=			${KDE_PREFIX}/bin/kwin_x11
+5 −3
Original line number Diff line number Diff line
@@ -8,13 +8,15 @@ WWW= https://www.kde.org/plasma-desktop

LIB_DEPENDS=	libpipewire-0.3.so:multimedia/pipewire \
		libepoxy.so:graphics/libepoxy \
		libavcodec.so:multimedia/ffmpeg
		libavcodec.so:multimedia/ffmpeg \
		libdrm.so:graphics/libdrm

USES=		cmake compiler:c++11-lib gettext gnome kde:5 pkgconfig qt:5 \
USES=		cmake compiler:c++11-lib gettext gl gnome kde:5 pkgconfig qt:5 \
		shebangfix tar:xz
USE_GL=		egl gbm gl
USE_GNOME=	glib20
USE_KDE=	coreaddons ecm i18n plasma-wayland-protocols wayland
USE_QT=		core dbus declarative wayland \
USE_QT=		core dbus declarative gui network wayland \
		buildtools:build qmake:build

.include <bsd.port.mk>
+3 −3
Original line number Diff line number Diff line
TIMESTAMP = 1673334423
SHA256 (KDE/plasma/5.26.5/kpipewire-5.26.5.tar.xz) = 3bb77c2aeb51267578d2fe8c46dcc9d0e51f9702abc5c1dd4f1b574430af1efb
SIZE (KDE/plasma/5.26.5/kpipewire-5.26.5.tar.xz) = 52848
TIMESTAMP = 1676289614
SHA256 (KDE/plasma/5.27.0/kpipewire-5.27.0.tar.xz) = 0018fee05e03e2eb5c0ed2a6417d20a5ae2e33216fd2745fb77f15014c881756
SIZE (KDE/plasma/5.27.0/kpipewire-5.27.0.tar.xz) = 58100
+6 −0
Original line number Diff line number Diff line
include/KPipeWire/DmaBufHandler
include/KPipeWire/PipeWireRecord
include/KPipeWire/PipeWireSourceItem
include/KPipeWire/PipeWireSourceStream
include/KPipeWire/dmabufhandler.h
include/KPipeWire/kpipewire_export.h
include/KPipeWire/kpipewiredmabuf_export.h
include/KPipeWire/pipewirerecord.h
include/KPipeWire/pipewiresourceitem.h
include/KPipeWire/pipewiresourcestream.h
@@ -12,6 +15,9 @@ lib/cmake/KPipeWire/KPipeWireTargets.cmake
lib/libKPipeWire.so
lib/libKPipeWire.so.5
lib/libKPipeWire.so.%%KDE_PLASMA_VERSION%%
lib/libKPipeWireDmaBuf.so
lib/libKPipeWireDmaBuf.so.5
lib/libKPipeWireDmaBuf.so.%%KDE_PLASMA_VERSION%%
lib/libKPipeWireRecord.so
lib/libKPipeWireRecord.so.5
lib/libKPipeWireRecord.so.%%KDE_PLASMA_VERSION%%
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ USE_GNOME= glib20
USE_KDE=	config configwidgets coreaddons ecm globalaccel i18n kcmutils \
		kdeclarative notifications package plasma-framework \
		doctools:build
USE_QT=		core dbus declarative gui network widgets \
USE_QT=		core dbus declarative gui network widgets xml \
		buildtools:build qmake:build

SHEBANG_FILES=	data/plasmaVolumeDisableKMixAutostart.pl
Loading