Changeset f6f5b67


Ignore:
Timestamp:
02/24/2012 01:52:23 AM (12 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bbffefa5
Parents:
435934c
Message:

Sundry gnome-related fixes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9508 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libexif.xml

    r435934c rf6f5b67  
    3636    supported.</para>
    3737
    38     &lfs65_checked;
     38    &lfs70_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9595  </sect2>
    9696
    97   <!-- <sect2 role="commands">
     97  <sect2 role="commands">
    9898    <title>Command Explanations</title>
    9999
    100     <para><command>sed -i ... doc/Makefile.in</command>:
     100    <!--<para><command>sed -i ... doc/Makefile.in</command>:
    101101    Installation of <application>libexif</application> will fail if
    102102    <application>Doxygen</application> is not present on the system due to
    103103    a packaging bug.  The command does not affect the situation where
    104     <application>Doxygen</application> is installed.</para>
     104    <application>Doxygen</application> is installed.</para> -->
    105105
    106   </sect2> -->
     106    <para><option>--enable-static=no</option>: This switch prevents the static
     107    libraries being installed.</para>
     108
     109  </sect2>
    107110
    108111  <sect2 role="content">
  • general/sysutils/tracker.xml

    r435934c rf6f5b67  
    3333    and mobile devices.</para>
    3434
    35     &lfs70_built;
     35    &lfs70_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    106106    <title>Command Explanations</title>
    107107
    108     <para><parameter>--sysconfdir=/etc</parameter>: Configuration data
    109     is installed in <filename class="directory">/etc</filename> instead of
     108    <para><parameter>--sysconfdir=/etc</parameter>: the XDG files are
     109    installed in <filename class="directory">/etc</filename> instead of
    110110    <filename class="directory">/usr/etc</filename>.</para>
    111111
     112    <!-- NB /usr/lib/tracker-0.12 is already created for helper libraries -->
    112113    <para><parameter>--libexecdir=/usr/lib/tracker-0.12</parameter>:
    113114    This parameter is used so that the files are installed in
     
    115116    instead of <filename class='directory'>/usr/libexec</filename>.</para>
    116117
    117     <para><parameter>--enable-miner...</parameter>: The various miners have been
     118    <para><parameter>--enable-miner...=no</parameter>: These miners have been
    118119    reported to cause problems, so we turn them off.</para>
    119120
     
    123124  </sect2>
    124125
     126  <sect2 role="configuration">
     127    <title>Configuring tracker</title>
     128
     129    <para>If you wish to use <application>gnome-documents</application> to look at
     130    local PDF and PS files, you will need to index your disk by starting
     131    <application>tracker</application> with <command>tracker-control -s</command>.
     132    </para>
     133
     134  </sect2>
    125135  <sect2 role="content">
    126136    <title>Contents</title>
  • gnome/core/evince.xml

    r435934c rf6f5b67  
    8484    <para role="optional"><xref linkend="GConf"/>,
    8585    <xref linkend="libgnome-keyring"/>,
    86     <xref linkend="gobject-introspection"/>,
     86    <!-- recommended for gtk3 <xref linkend="gobject-introspection"/>,-->
    8787    <xref linkend="gtk-doc"/>,
    8888    <xref linkend="libtiff"/>,
     
    114114            --without-keyring \
    115115            --disable-nautilus \
    116             --disable-pdf &amp;&amp;
     116            --disable-pdf \
     117            --enable-introspection &amp;&amp;
    117118make</userinput></screen>
    118119
     
    153154    installed.</para>
    154155
     156    <!-- gobject-introspection is recommended for gnome (see e.g. gtk3) -->
     157    <para><parameter>--enable-introspection</parameter>: by default, the
     158    gobject-introspection support is turned off, even though that package
     159    is an expected component of a <application>GNOME</application> system.
     160    The introspection support is, however, required if you intend to build
     161    <!-- FIXME:ken
     162    <xref linkend="gnome-documents"/>, -->
     163    gnome-documents-0.2.1,
     164    so it is enabled here. Most BLFS users can probably omit it and find
     165    local files using e.g. <command>find -name '*.pdf'</command>.</para>
     166
    155167    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    156168    href="../../xincludes/gtk-doc-rebuild.xml"/>
    157 
    158     <para><option>--enable-introspection</option>: Use this parameter if you
    159     have the <application>gobject-introspection</application> package installed
    160     and you wish to enable GObject introspection.</para>
    161169
    162170    <para><option>--enable-dvi</option>: Use this parameter if you have the
  • gnome/core/gjs.xml

    r435934c rf6f5b67  
    6060
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    62     <para role="required"><xref linkend="dbus-glib"/>,
     62    <para role="required"><xref linkend="cairo"/>,
     63    <xref linkend="dbus-glib"/>, and
    6364    <xref linkend="gobject-introspection"/>, and
    6465    <xref linkend="SpiderMonkey"/></para>
Note: See TracChangeset for help on using the changeset viewer.