Bug 265858

Summary: x11/xfce4-dashboard: update to 1.0.0
Product: Ports & Packages Reporter: Olivier Duchateau <duchateau.olivier>
Component: Individual Port(s)Assignee: Guido Falsi <madpilot>
Status: Closed FIXED    
Severity: Affects Only Me CC: madpilot
Priority: --- Flags: madpilot: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://mail.xfce.org/pipermail/xfce-announce/2022-August/001134.html
Attachments:
Description Flags
Patch to update x11/xfce4-dashboard none

Description Olivier Duchateau 2022-08-15 13:45:12 UTC
Created attachment 235920 [details]
Patch to update x11/xfce4-dashboard

- Update to 1.0.0
- Adjust dependencies
- Remove post-patch target (see below about how to avoid black icons effect)

Note: since the 0.8.0 release we can override CSS style.

> mkdir -p ~/.config/xfdashboard/themes
> cp /usr/local/share/themes/xfdashboard/xfdashboard-1.0/xfdashboard.css ~/.config/xfdashboard/themes/global.css

Copy theme file and change value of CSS properties. New file must be named "global.css". When I replace each symbolic icons (just by removing -symbolic suffix), black side effect disappears (tested with the amdgpu driver).
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-09-04 14:08:21 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f970bb24cb06d0c5155cba031277a58a6555e3ac

commit f970bb24cb06d0c5155cba031277a58a6555e3ac
Author:     Olivier Duchateau <duchateau.olivier@gmail.com>
AuthorDate: 2022-09-04 14:04:17 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2022-09-04 14:06:05 +0000

    x11/xfce4-dashboard: Updarte to 1.0.0

    PR:             265858

 x11/xfce4-dashboard/Makefile  | 15 ++++-----------
 x11/xfce4-dashboard/distinfo  |  6 +++---
 x11/xfce4-dashboard/pkg-plist | 15 ++++++++++++---
 3 files changed, 19 insertions(+), 17 deletions(-)
Comment 2 Guido Falsi freebsd_committer freebsd_triage 2022-09-04 14:09:41 UTC
Committed. Thanks!