mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
For fontforge, the desktop file is not installed if update-mime-database and
update-desktop-database are not found in the path. Since we have instructions to modify the desktop file, add desktop-file-utils and shared-mime-info as recommended dependencies. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17204 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
21540b2d05
commit
bb36f0cd3c
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "01"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "02"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "04"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2016">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "April 1st &year;">
|
||||
<!ENTITY releasedate "April 2nd &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
|
||||
|
@ -44,6 +44,16 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>April 2nd, 2016</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[pierre] - Add desktop-file-utils and shared-mime-info
|
||||
as recommended dependencies for fontforge.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>April 1st, 2016</para>
|
||||
<itemizedlist>
|
||||
|
@ -79,8 +79,7 @@
|
||||
<para role="required">
|
||||
<xref linkend="freetype2"/>,
|
||||
<xref linkend="glib2"/>, and
|
||||
<xref linkend="libxml2"/>, also
|
||||
<xref linkend="wget"/> if you want to run the tests
|
||||
<xref linkend="libxml2"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
@ -88,7 +87,9 @@
|
||||
<xref linkend="cairo"/>,
|
||||
<xref linkend="gtk2"/>,
|
||||
<xref linkend="harfbuzz"/>,
|
||||
<xref linkend="pango"/> (required if Xorg libraries are present), and
|
||||
<xref linkend="pango"/> (required if Xorg libraries are present)
|
||||
<xref linkend="desktop-file-utils"/>,
|
||||
<xref linkend="shared-mime-info"/>, and
|
||||
<xref linkend="xorg7-lib"/>
|
||||
</para>
|
||||
|
||||
@ -99,6 +100,7 @@
|
||||
<xref linkend="libpng"/>,
|
||||
<xref linkend="libtiff"/>,
|
||||
<xref linkend="python2"/>,
|
||||
<xref linkend="wget"/> (needed for tests),
|
||||
<ulink url="http://ipython.org/">IPython</ulink>,
|
||||
<ulink url="https://github.com/fontforge/libspiro">libspiro</ulink>,
|
||||
<ulink url="https://bitbucket.org/sortsmill/libunicodenames">
|
||||
|
Loading…
Reference in New Issue
Block a user