Ignore:
Timestamp:
05/16/2012 04:39:28 PM (12 years ago)
Author:
Krejzi <krejzi@…>
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:
121d292
Parents:
c099902d
Message:

Gnome 3.4.2 (See changelog for which components were upgraded/added). Converted all of Gnome XML files to the 'new xml format'. Sorted 'Postlfs' and 'General' section packages in some kind of order. Moved Colord into 'System Utilities' and SpiderMonkey into 'General Utilities'. Fixed Avahi dependencies as reported last night. Fixed several typos and dependencies in other packages. Sorted general.ent according to other packages.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/epiphany.xml

    rc099902d r7ded7e3  
    3232    <title>Introduction to Epiphany</title>
    3333
    34     <para><application>Epiphany</application> is a simple yet powerful
    35     <application>GNOME</application> web browser targeted at non-technical
    36     users. Its principles are simplicity and standards compliance.</para>
     34    <para>
     35      <application>Epiphany</application> is a simple yet powerful
     36      <application>GNOME</application> web browser targeted at non-technical
     37      users. Its principles are simplicity and standards compliance.
     38    </para>
    3739
    3840    &lfs70_checked;
     
    9496    <title>Installation of Epiphany</title>
    9597
    96     <para>Install <application>Epiphany</application> by running the following
    97     commands:</para>
     98    <para>
     99      Install <application>Epiphany</application> by running the following
     100      commands:
     101    </para>
    98102
    99103<screen><userinput>./configure --prefix=/usr \
     
    101105make</userinput></screen>
    102106
    103     <para>This package does not come with a test suite.</para>
     107    <para>
     108      This package does not come with a test suite.
     109    </para>
    104110
    105     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     111    <para>
     112      Now, as the <systemitem class="username">root</systemitem> user:
     113    </para>
    106114
    107115<screen role="root"><userinput>make install</userinput></screen>
     
    112120    <title>Command Explanations</title>
    113121
    114 <!--    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    115     href="../../xincludes/gnome-prefix.xml"/> -->
    116 
    117     <para><parameter>--with-ca-file=/etc/ssl/ca-bundle.crt</parameter>:
    118     Omit this if you have not installed the certificates.</para>
    119 
    120     <para><option>--enable-seed</option>: Enable seed support.</para>
     122    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     123      href="../../xincludes/without-scrollkeeper.xml"/>
    121124
    122125    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    123     href="../../xincludes/without-scrollkeeper.xml"/>
    124 
    125     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    126     href="../../xincludes/gtk-doc-rebuild.xml"/>
     126      href="../../xincludes/gtk-doc-rebuild.xml"/>
    127127
    128128  </sect2>
     
    140140        </seg>
    141141        <seg>
    142           /usr/include/epiphany, /usr/share/epiphany,
     142          /usr/include/epiphany,
     143          /usr/share/epiphany,
    143144          /usr/share/gnome/help/epiphany,
    144145          /usr/share/gtk-doc/html/epiphany and
     
    156157        <term><command>epiphany</command></term>
    157158        <listitem>
    158           <para>is a <application>GNOME</application> web browser based on
    159           the <application>WebKit</application> rendering engine.</para>
     159          <para>
     160            is a <application>GNOME</application> web browser based on
     161            the <application>WebKit</application> rendering engine.
     162          </para>
    160163          <indexterm zone="epiphany epiphany-prog">
    161164            <primary sortas="b-epiphany">epiphany</primary>
Note: See TracChangeset for help on using the changeset viewer.