diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-08-18 20:38:11 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-08-18 20:38:11 +0000 |
commit | b7c8dfe80ab1d05a3f5cbf2774d06ccf658144d0 (patch) | |
tree | 54567e4c378a0ce35e021371c42cf640251bf0e2 | |
parent | 4fe91006adc1f40c8705a4565774a2cf305dce32 (diff) | |
download | ports-b7c8dfe80ab1d05a3f5cbf2774d06ccf658144d0.tar.gz ports-b7c8dfe80ab1d05a3f5cbf2774d06ccf658144d0.zip |
x11/kf5-plasma-framework: Fix Plasma (non-Qt) icon scaling with integer scale factors
Add upstream fix [1]
An embarrassing error in 4edb830f caused the function which
returns an appropriate scale factor for icons to both take and
return integer values rather than floating point values,
preventing it from working properly with any scale factor other
than an integer scale factor (e.g. 200%). This commit fixes that
issue.
[1] https://invent.kde.org/frameworks/plasma-framework/-/commit/837bb6975f6a0661d211107823b7587808fc3d4e
-rw-r--r-- | x11/kf5-plasma-framework/Makefile | 4 | ||||
-rw-r--r-- | x11/kf5-plasma-framework/distinfo | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/x11/kf5-plasma-framework/Makefile b/x11/kf5-plasma-framework/Makefile index 3fcb06b62f67..5939eed67f55 100644 --- a/x11/kf5-plasma-framework/Makefile +++ b/x11/kf5-plasma-framework/Makefile @@ -1,7 +1,11 @@ PORTNAME= plasma-framework DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-frameworks +PATCH_SITES= https://invent.kde.org/frameworks/plasma-framework/-/commit/ +PATCHFILES= 837bb6975f6a0661d211107823b7587808fc3d4e.diff:-p1 + MAINTAINER= kde@FreeBSD.org COMMENT= KF5 plugin based UI runtime used to write user interfaces diff --git a/x11/kf5-plasma-framework/distinfo b/x11/kf5-plasma-framework/distinfo index a156fb094b89..bd87d75fd097 100644 --- a/x11/kf5-plasma-framework/distinfo +++ b/x11/kf5-plasma-framework/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1628252822 +TIMESTAMP = 1629319065 SHA256 (KDE/frameworks/5.85.0/plasma-framework-5.85.0.tar.xz) = 879b3a97ec1a43a7108a2469e5d23578f05b1afcd838b286576ca5a14fadf8ff SIZE (KDE/frameworks/5.85.0/plasma-framework-5.85.0.tar.xz) = 3145156 +SHA256 (KDE/frameworks/5.85.0/837bb6975f6a0661d211107823b7587808fc3d4e.diff) = e28c23e766e340a4853cbf6ef675d365910bd018391ee73d2aea8c0f833ac85c +SIZE (KDE/frameworks/5.85.0/837bb6975f6a0661d211107823b7587808fc3d4e.diff) = 1163 |