Changeset bb36f0cd


Ignore:
Timestamp:
04/02/2016 02:35:41 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c2dde9a
Parents:
21540b2
Message:

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r21540b2 rbb36f0cd  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     3<!ENTITY day          "02">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 1st &year;">
     9<!ENTITY releasedate  "April 2nd &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r21540b2 rbb36f0cd  
    4646
    4747    <listitem>
     48      <para>April 2nd, 2016</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Add desktop-file-utils and shared-mime-info
     52          as recommended dependencies for fontforge.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>April 1st, 2016</para>
    4959      <itemizedlist>
  • xsoft/other/fontforge.xml

    r21540b2 rbb36f0cd  
    8080      <xref linkend="freetype2"/>,
    8181      <xref linkend="glib2"/>,  and
    82       <xref linkend="libxml2"/>, also
    83       <xref linkend="wget"/> if you want to run the tests
     82      <xref linkend="libxml2"/>
    8483    </para>
    8584
     
    8988      <xref linkend="gtk2"/>,
    9089      <xref linkend="harfbuzz"/>,
    91       <xref linkend="pango"/> (required if Xorg libraries are present), and
     90      <xref linkend="pango"/> (required if Xorg libraries are present)
     91      <xref linkend="desktop-file-utils"/>,
     92      <xref linkend="shared-mime-info"/>, and
    9293      <xref linkend="xorg7-lib"/>
    9394    </para>
     
    100101      <xref linkend="libtiff"/>,
    101102      <xref linkend="python2"/>,
     103      <xref linkend="wget"/> (needed for tests),
    102104      <ulink url="http://ipython.org/">IPython</ulink>,
    103105      <ulink url="https://github.com/fontforge/libspiro">libspiro</ulink>,
Note: See TracChangeset for help on using the changeset viewer.