https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244970

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #8 from [email protected] ---
I use the following fast patch to solve this problem (and fixed pkg-plist):
$ cat x11-themes/plasma5-breeze-gtk/files/patch-src_build__theme.sh
--- src/build_theme.sh.orig     2020-02-27 10:16:43 UTC
+++ src/build_theme.sh
@@ -109,4 +109,4 @@ fi

 render_theme "${COLOR_SCHEME}" "${THEME_NAME}" "${INSTALL_TARGET}"
"${COLOR_SCHEME_ROOT}/Breeze.colors"
 [ -z "${INSTALL_TARGET}" ] &&
INSTALL_TARGET="${HOME}/.local/share/themes/${THEME_NAME}"
-cp -r assets/ "${INSTALL_TARGET}"
+cp -r assets/ "${INSTALL_TARGET}/assets"

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to