Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Mar 2018 12:13:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 226122] editors/focuswriter: Update to 1.6.10
Message-ID:  <bug-226122-6497-6LSQAcE7H9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-226122-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-226122-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226122

lightside <lightside@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #191129|0                           |1
        is obsolete|                            |
 Attachment #191132|                            |maintainer-approval+
              Flags|                            |

--- Comment #23 from lightside <lightside@gmx.com> ---
Created attachment 191132
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D191132&action=
=3Dedit
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/51047017b694d5de31ca9f5d3d0eb=
760e55ccd88/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-

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226122-6497-6LSQAcE7H9>