Ignore:
Timestamp:
03/22/2020 08:34:34 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
dcee7a56
Parents:
1b70960
Message:

Finish formatting the x chapter, and small updates

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/icons/oxygen-icons5.xml

    r1b70960 r97ee53d  
    3030    <title>Introduction to oxygen-icons5</title>
    3131
    32     <para>The oxygen icons 5 theme is a photo-realistic icon style, with a
    33     high standard of graphics quality.
     32    <para>
     33      The oxygen icons 5 theme is a photo-realistic icon style, with a
     34      high standard of graphics quality.
    3435    </para>
    3536
     
    3940    <itemizedlist spacing="compact">
    4041      <listitem>
    41         <para>Download (HTTP): <ulink url="&oxygen-icons5-download-http;"/></para>
     42        <para>
     43          Download (HTTP): <ulink url="&oxygen-icons5-download-http;"/>
     44        </para>
    4245      </listitem>
    4346      <listitem>
    44         <para>Download (FTP): <ulink url="&oxygen-icons5-download-ftp;"/></para>
     47        <para>
     48          Download (FTP): <ulink url="&oxygen-icons5-download-ftp;"/>
     49        </para>
    4550      </listitem>
    4651      <listitem>
    47         <para>Download MD5 sum: &oxygen-icons5-md5sum;</para>
     52        <para>
     53          Download MD5 sum: &oxygen-icons5-md5sum;
     54        </para>
    4855      </listitem>
    4956      <listitem>
    50         <para>Download size: &oxygen-icons5-size;</para>
     57        <para>
     58          Download size: &oxygen-icons5-size;
     59        </para>
    5160      </listitem>
    5261      <listitem>
    53         <para>Estimated disk space required: &oxygen-icons5-buildsize;</para>
     62        <para>
     63          Estimated disk space required: &oxygen-icons5-buildsize;
     64        </para>
    5465      </listitem>
    5566      <listitem>
    56         <para>Estimated build time: &oxygen-icons5-time;</para>
     67        <para>
     68          Estimated build time: &oxygen-icons5-time;
     69        </para>
    5770      </listitem>
    5871    </itemizedlist>
     
    6275    <bridgehead renderas="sect4">Required</bridgehead>
    6376    <para role="required">
    64     <xref linkend="extra-cmake-modules"/> and
    65     <xref linkend="qt5"/>
     77      <xref linkend="extra-cmake-modules"/> and
     78      <xref linkend="qt5"/>
    6679    </para>
    6780
     
    7487    <title>Installation of oxygen-icons5</title>
    7588
    76     <para>First, enable scalable icons:</para>
     89    <para>
     90      First, enable scalable icons:
     91    </para>
    7792
    7893<screen><userinput>sed -i '/( oxygen/ s/)/scalable )/' CMakeLists.txt</userinput></screen>
    7994
    80     <para>Install <application>oxygen-icons5</application> by running
    81     the following commands:</para>
     95    <para>
     96      Install <application>oxygen-icons5</application> by running
     97      the following commands:
     98    </para>
    8299
    83100<screen><userinput>mkdir build &amp;&amp;
     
    90107    </para>
    91108
    92     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     109    <para>
     110      Now, as the <systemitem class="username">root</systemitem> user:
     111    </para>
    93112
    94113<screen role="root"><userinput>make install</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.