[Bug 226122] editors/focuswriter: Update to 1.6.10
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Mar 2 12:13:30 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226122
lightside <lightside at gmx.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #191129|0 |1
is obsolete| |
Attachment #191132| |maintainer-approval+
Flags| |
--- Comment #23 from lightside <lightside at gmx.com> ---
Created attachment 191132
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=191132&action=edit
Proposed patch (without INSTALLS_ICONS, since 462654 revision)
(In reply to comment #22)
> then possible to add needed commands on post-install stage,
> which does the same.
The editors/libreoffice port does the same for needed share/icons
subdirectories, for example:
https://github.com/freebsd/freebsd-ports/blob/51047017b694d5de31ca9f5d3d0eb760e55ccd88/editors/libreoffice/Makefile#L325-L330
-8<--
add-plist-gnome:
.for subdir in gnome hicolor locolor
@${ECHO_CMD} "@rmtry share/icons/${subdir}/icon-theme.cache" >>
${TMPPLIST}
@${ECHO_CMD} "@postexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f
%D/share/icons/${subdir} 2>/dev/null || ${TRUE}" >> ${TMPPLIST}
@${ECHO_CMD} "@postunexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f
%D/share/icons/${subdir} 2>/dev/null || ${TRUE}" >> ${TMPPLIST}
.endfor
-->8-
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-gnome
mailing list