Bug 265858 - x11/xfce4-dashboard: update to 1.0.0
Summary: x11/xfce4-dashboard: update to 1.0.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Guido Falsi
URL: https://mail.xfce.org/pipermail/xfce-...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-15 13:45 UTC by Olivier Duchateau
Modified: 2022-09-04 14:09 UTC (History)
1 user (show)

See Also:
madpilot: maintainer-feedback+


Attachments
Patch to update x11/xfce4-dashboard (6.20 KB, patch)
2022-08-15 13:45 UTC, Olivier Duchateau
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!