Skip to content

Commit

Permalink
x11/plasma5-plasma-workspace: add upstream bug fix
Browse files Browse the repository at this point in the history
applets/appmenu: fix top-level menu text coloration

	Commit [1] made the color dynamic, but neglected to respect the
	Plasma color scheme, if any. This causes problems with Plasma
	themes that have their own colors and don't respect the
	systemwide color scheme, such as Breeze Twilight.

	Fix it by using the appropriate colors from the PlasmaCore color
	scheme object, not the systemwide object provided by Qt.

[1] https://invent.kde.org/plasma/plasma-workspace/-/commit/28537cf3ff3cd9210f7568f40334ac3a2c9bed18

Obtained from: https://invent.kde.org/plasma/plasma-workspace/-/commit/4d3f99558cff95259590e70dfbf854a479f772ce
Upstream PR:	https://bugs.kde.org/show_bug.cgi?id=453348
  • Loading branch information
tcberner committed May 18, 2022
1 parent 13f8152 commit 880b112
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions x11/plasma5-plasma-workspace/Makefile
@@ -1,7 +1,11 @@
PORTNAME= plasma-workspace
DISTVERSION= ${KDE_PLASMA_VERSION}
PORTREVISION= 1
CATEGORIES= x11 kde kde-plasma

PATCH_SITES= https://invent.kde.org/plasma/plasma-workspace/-/commit/
PATCHFILES= 4d3f99558cff95259590e70dfbf854a479f772ce.diff:-p1

MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 Plasma workspace

Expand Down
4 changes: 3 additions & 1 deletion x11/plasma5-plasma-workspace/distinfo
@@ -1,3 +1,5 @@
TIMESTAMP = 1651588862
TIMESTAMP = 1652849921
SHA256 (KDE/plasma/5.24.5/plasma-workspace-5.24.5.tar.xz) = b9912691e0becfa0839dbf7750ea24729b72bad0216bef27584f9faf882064f6
SIZE (KDE/plasma/5.24.5/plasma-workspace-5.24.5.tar.xz) = 18490588
SHA256 (KDE/plasma/5.24.5/4d3f99558cff95259590e70dfbf854a479f772ce.diff) = 02cfe4768b6bc88a1c41b46d4ffbf79bed1b502956aa73360ba16700d0855608
SIZE (KDE/plasma/5.24.5/4d3f99558cff95259590e70dfbf854a479f772ce.diff) = 949

0 comments on commit 880b112

Please sign in to comment.