Bug 250235

Summary: x11-themes/qt5-style-plugins: update patch to compile with qt>=5.15.0
Product: Ports & Packages Reporter: Marcel Kaiser <mk>
Component: Individual Port(s)Assignee: freebsd-kde (group) <kde>
Status: Closed FIXED    
Severity: Affects Some People CC: tcberner
Priority: --- Flags: tcberner: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn diff to update the patch to build with qt>=5.15.0 none

Description Marcel Kaiser 2020-10-09 21:13:22 UTC
Created attachment 218632 [details]
svn diff to update the patch to build with qt>=5.15.0

Hi,

with the current patch GTK themes are not rendered correctly (the background color of windows do not match the theme). An updated patch [1] fixes this problem.

The attached svn diff bumps PORTREVISION, and updates the patch according to [1].

---
1 https://aur.tuna.tsinghua.edu.cn/cgit/aur.git/tree/0002-fix-gtk2-background.patch?h=qt5-styleplugins
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-11-06 20:29:01 UTC
A commit references this bug:

Author: tcberner
Date: Fri Nov  6 20:28:45 UTC 2020
New revision: 554313
URL: https://svnweb.freebsd.org/changeset/ports/554313

Log:
  x11-themes/qt5-style-plugins: fix background colour handling

  PR:		250235
  Submitted by:	Marcel Kaiser <mk@nic-nac-project.org>
  Obtained from:	https://aur.tuna.tsinghua.edu.cn/cgit/aur.git/tree/0002-fix-gtk2-background.patch?h=qt5-styleplugins

Changes:
  head/x11-themes/qt5-style-plugins/Makefile
  head/x11-themes/qt5-style-plugins/files/patch-fix_build_against_qt5.15
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-11-06 20:30:03 UTC
A commit references this bug:

Author: tcberner
Date: Fri Nov  6 20:29:50 UTC 2020
New revision: 554314
URL: https://svnweb.freebsd.org/changeset/ports/554314

Log:
  MFH: r554313

  x11-themes/qt5-style-plugins: fix background colour handling

  PR:		250235
  Submitted by:	Marcel Kaiser <mk@nic-nac-project.org>
  Obtained from:	https://aur.tuna.tsinghua.edu.cn/cgit/aur.git/tree/0002-fix-gtk2-background.patch?h=qt5-styleplugins

  Approved by:	ports-secteam (implicit)

Changes:
_U  branches/2020Q4/
  branches/2020Q4/x11-themes/qt5-style-plugins/Makefile
  branches/2020Q4/x11-themes/qt5-style-plugins/files/patch-fix_build_against_qt5.15
Comment 3 Tobias C. Berner freebsd_committer freebsd_triage 2020-11-06 20:30:27 UTC
Committed -- sorry for the time it took :)

mfg Tobias
Comment 4 Marcel Kaiser 2020-11-08 10:37:59 UTC
(In reply to Tobias C. Berner from comment #3)
Thank you for the commit, Tobias!