Ignore:
Timestamp:
02/13/2016 07:37:16 PM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
96b91da8
Parents:
22fdf95
Message:

Move icon packages to their own section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16965 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 moved

Legend:

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

    r22fdf95 r2c6ea08  
    55  %general-entities;
    66
    7   <!ENTITY oxygen-icons-download-http "&kde-download-http;applications/&kde-apps-version;/src/oxygen-icons-&kde-apps-version;.tar.xz">
     7  <!ENTITY oxygen-icons-download-http "&kde-download-http;applications/&oxygen-icons-version;/src/oxygen-icons-&oxygen-icons-version;.tar.xz">
    88  <!ENTITY oxygen-icons-download-ftp  " ">
    9   <!ENTITY oxygen-icons-md5sum        "fc76dd9756c84b28b3c1001baf242fe2">
     9  <!ENTITY oxygen-icons-md5sum        "4f24f975fb90d8daab833fc719ce39a3">
    1010  <!ENTITY oxygen-icons-size          "219 MB">
    11   <!ENTITY oxygen-icons-buildsize     "473 MB">
     11  <!ENTITY oxygen-icons-buildsize     "474 MB">
    1212  <!ENTITY oxygen-icons-time          "less than 0.1 SBU">
    1313]>
    1414
    15 <sect1 id="oxygen-icons" xreflabel="Oxygen-Icons-&kde-version;">
     15<sect1 id="oxygen-icons" xreflabel="oxygen-icons-&oxygen-icons-version;">
    1616  <?dbhtml filename="oxygen-icons.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>Oxygen-Icons-&kde-version;</title>
     23  <title>oxygen-icons-&oxygen-icons-version;</title>
    2424
    2525  <indexterm zone="oxygen-icons">
    26     <primary sortas="a-Oxygen-Icons">Oxygen-Icons</primary>
     26    <primary sortas="a-oxygen-icons">oxygen-icons</primary>
    2727  </indexterm>
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to Oxygen-Icons</title>
     30    <title>Introduction to oxygen-icons</title>
    3131
    32     <para>The Oxygen theme is a photo-realistic icon style, with a
     32    <para>The oxygen theme is a photo-realistic icon style, with a
    3333    high standard of graphics quality.</para>
    3434
    35     &lfs77_checked;
     35    &lfs78_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5757    </itemizedlist>
    5858
    59     <bridgehead renderas="sect3">Oxygen-Icons Dependencies</bridgehead>
     59    <bridgehead renderas="sect3">oxygen-icons Dependencies</bridgehead>
    6060
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    6262    <para role="required">
    63       <xref linkend="cmake"/>
     63    <xref linkend="cmake"/>
    6464    </para>
    6565
     
    7070
    7171  <sect2 role="installation">
    72     <title>Installation of Oxygen-Icons</title>
     72    <title>Installation of oxygen-icons</title>
    7373
    74     <para>Install <application>Oxygen-Icons</application> by running
     74    <para>Install <application>oxygen-icons</application> by running
    7575    the following commands:</para>
    7676
    77 <screen><userinput>mkdir build &amp;&amp;
     77<screen><userinput>sed -i "s/x256/&amp; scalable/" CMakeLists.txt &amp;&amp;
     78
     79mkdir build &amp;&amp;
    7880cd    build &amp;&amp;
    7981
    80 cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; -Wno-dev ..</userinput></screen>
     82cmake -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ..</userinput></screen>
    8183
    8284    <para>
     
    8789
    8890<screen role="root"><userinput>make install</userinput></screen>
     91
     92  </sect2>
     93
     94  <sect2 role="commands">
     95    <title>Command Explanations</title>
     96
     97    <para>
     98      <command>sed ...</command>: This command ensures that the scalable
     99      versions of the icons are also installed.
     100    </para>
    89101
    90102  </sect2>
     
    101113        <seg>none</seg>
    102114        <seg>none</seg>
    103         <seg>&kde-dir;/share/icons/oxygen</seg>
     115        <seg>/usr/share/icons/oxygen</seg>
    104116      </seglistitem>
    105117    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.