From owner-dev-commits-ports-all@freebsd.org Wed Aug 18 20:53:39 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 11359656C86; Wed, 18 Aug 2021 20:53:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gqg9G6V8Dz3KDX; Wed, 18 Aug 2021 20:53:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B1964181B9; Wed, 18 Aug 2021 20:53:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17IKrclJ072988; Wed, 18 Aug 2021 20:53:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17IKrcKs072987; Wed, 18 Aug 2021 20:53:38 GMT (envelope-from git) Date: Wed, 18 Aug 2021 20:53:38 GMT Message-Id: <202108182053.17IKrcKs072987@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Tobias C. Berner" Subject: git: b7c8dfe80ab1 - main - x11/kf5-plasma-framework: Fix Plasma (non-Qt) icon scaling with integer scale factors MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tcberner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b7c8dfe80ab1d05a3f5cbf2774d06ccf658144d0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2021 20:53:39 -0000 The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7c8dfe80ab1d05a3f5cbf2774d06ccf658144d0 commit b7c8dfe80ab1d05a3f5cbf2774d06ccf658144d0 Author: Tobias C. Berner AuthorDate: 2021-08-18 20:38:11 +0000 Commit: Tobias C. Berner CommitDate: 2021-08-18 20:38:11 +0000 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 --- x11/kf5-plasma-framework/Makefile | 4 ++++ x11/kf5-plasma-framework/distinfo | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) 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