Document when to use the desktop-file-utils USES option.

Submitted by:	ak
Approved by:	bcr (mentor)
This commit is contained in:
Eitan Adler 2013-05-01 20:25:00 +00:00
parent ce572c1703
commit 6a60e55cb9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41537

View file

@ -6298,6 +6298,15 @@ USE_XORG= x11 xpm</programlisting>
files.</para>
</sect3>
<sect3 id="updating-desktop-database">
<title>Updating desktop database</title>
<para>If a port has a MimeType entry in its
<filename>.desktop</filename>, the desktop database must
be updated after install and deinstall. To do this,
define <makevar>USES</makevar>= desktop-file-utils.</para>
</sect3>
<sect3 id="desktop-entries-macro">
<title>Creating Desktop Entries with the
<makevar>DESKTOP_ENTRIES</makevar> Macro</title>