Changeset bc2e2d2f


Ignore:
Timestamp:
07/27/2014 12:57:06 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
10bb1a2
Parents:
666d717
Message:

Move highlight to genutils section.

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

Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/genutils/highlight-systemd.xml

    r666d717 rbc2e2d2f  
    99  <!ENTITY highlight-md5sum        "085d7639a7e05a0d41923a889dc801c9">
    1010  <!ENTITY highlight-size          "608 KB">
    11   <!ENTITY highlight-buildsize     "25 MB">
     11  <!ENTITY highlight-buildsize     "30 MB">
    1212  <!ENTITY highlight-time          "0.8 SBU">
    1313]>
    1414
    15 <sect1 id="highlight" xreflabel="highlight-&highlight-version;">
     15<sect1 id="highlight" xreflabel="Highlight-&highlight-version;">
    1616  <?dbhtml filename="highlight.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>highlight-&highlight-version;</title>
     23  <title>Highlight-&highlight-version;</title>
    2424
    2525  <indexterm zone="highlight">
    26     <primary sortas="a-highlight">highlight</primary>
     26    <primary sortas="a-Highlight">Highlight</primary>
    2727  </indexterm>
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to highlight</title>
    31 
    32     <para>
    33       <application>highlight</application> converts source code to formatted text with syntax highlighting.
     30    <title>Introduction to Highlight</title>
     31
     32    <para>
     33      <application>Highlight</application> is an utility that converts
     34      source code to formatted text with syntax highlighting.
    3435    </para>
    3536
     
    7071    </itemizedlist>
    7172
    72     <bridgehead renderas="sect3">highlight Dependencies</bridgehead>
     73    <bridgehead renderas="sect3">Highlight Dependencies</bridgehead>
    7374
    7475    <bridgehead renderas="sect4">Required</bridgehead>
    7576    <para role="required">
    76       <xref linkend="lua"/>, and
    77       <xref linkend="boost"/>
    78     </para>
    79 
     77      <xref linkend="boost"/> and
     78      <xref linkend="lua"/>
     79    </para>
    8080
    8181    <bridgehead renderas="sect4">Optional</bridgehead>
    8282    <para role="optional">
    83       <xref linkend="doxygen"/>, (to build documentation)
    84       <xref linkend="qt4"/> (to build gui), or
    85       <xref linkend="qt5"/>
     83      <xref linkend="doxygen"/> (to build documentation) and
     84      <xref linkend="qt4"/> (to build GUI)
    8685    </para>
    8786
     
    9291
    9392  <sect2 role="installation">
    94     <title>Installation of highlight</title>
    95 
    96     <para>First fix an incorrect file name in the makefile
    97      that causes qmake to not to be found:
    98     </para>
    99 
    100 <screen><userinput>sed -i "s:qmake-qt4:qmake:g" -i makefile src/makefile</userinput></screen>
    101 
    102     <para>
    103       Install <application>highlight</application> by running the following
     93    <title>Installation of Highlight</title>
     94
     95    <para>
     96      To build <application>Highlight</application> run the following
    10497      command:
    10598    </para>
     
    108101
    109102    <para>
    110       This application does not have a test suite.
    111     </para>
    112 
    113     <para>
    114       Now, as the <systemitem class="username">root</systemitem> user:
     103      To build the <application>Qt4</application> GUI run the following
     104      command:
     105    </para>
     106
     107<screen><userinput>make gui</userinput></screen>
     108
     109    <para>
     110      To build the API documentation, run the following command:
     111    </para>
     112
     113<screen><userinput>make apidocs</userinput></screen>
     114
     115    <para>
     116      This package does not come with a test suite.
     117    </para>
     118
     119    <para>
     120      To install <application>Highlight</application>, run the
     121      following command as the
     122      <systemitem class="username">root</systemitem> user:
    115123    </para>
    116124
     
    118126
    119127    <para>
    120       In order to build both <application>Qt4</application>
    121       and <application>Qt5</application>Gui's, you need to
    122       run the install commands twice, because although
    123       both are detected, only wrapper for the first
    124       <application>Qt</application> version in PATH is built. Either can be
    125       built first, but to facilitate the explanation, we choose first the
    126       <application>Qt4</application> library. You can do this using
    127       <command>source setqt4</command> (script from <xref linkend="qt4"/>).
    128     </para>
    129 
    130 <screen><userinput>make gui</userinput></screen>
    131 
    132     <para>
    133       To install the GUI as the <systemitem class="username">root</systemitem>
    134       user issue the following command:
     128      To install the GUI program, run the following command as the
     129      <systemitem class="username">root</systemitem> user:
    135130    </para>
    136131
    137132<screen role="root"><userinput>make install-gui</userinput></screen>
    138133
    139   </sect2>
    140 
    141   <sect2 role="commands">
    142     <title>Command Explanations</title>
    143 
    144     <para>
    145       <option>make lib-static</option>: This option will
    146       compile only the static library.
    147     </para>
    148 
    149     <para>
    150       <option>make lib-shared</option>: This option will
    151       compile only the shared library.   
    152     </para>
    153 
    154     <para>
    155       <option>make gui</option>: This option will
    156       compile static library and the Qt 4.x or Qt 5.x
    157       GUI
    158     </para>
    159 
    160     <para>
    161       <option>make apidocs</option>: This option will
    162       build the documentation if <application>doxygen</application>
    163       is installed.
    164     </para>   
     134    <para>
     135      To install the API documentation, run the following command
     136      as the <systemitem class="username">root</systemitem> user:
     137    </para>
     138
     139<screen role="root"><userinput>cp -rv apidocs/html /usr/share/doc/highlight/apidocs</userinput></screen>
    165140
    166141  </sect2>
     
    171146    <segmentedlist>
    172147      <segtitle>Installed Programs</segtitle>
    173       <segtitle>Installed Library</segtitle>
     148      <segtitle>Installed Libraries</segtitle>
    174149      <segtitle>Installed Directories</segtitle>
    175150
    176151      <seglistitem>
    177152        <seg>
    178           highlight, and highlight-gui
     153          highlight and highlight-gui
    179154        </seg>
    180155        <seg>
     
    198173        <listitem>
    199174          <para>
    200             is the highlight program.
     175            is a universal source code to formatted text converter.
    201176          </para>
    202177          <indexterm zone="highlight highlight-prog">
    203             <primary sortas="b-highlight-prog">highlight</primary>
     178            <primary sortas="b-highlight">highlight</primary>
    204179          </indexterm>
    205180        </listitem>
     
    210185        <listitem>
    211186          <para>
    212             is the <application>Quick Time</application> program used to configure
     187            is the <application>Qt4</application> interface to
    213188            <command>highlight</command>.
    214189          </para>
  • gnome.ent

    r666d717 rbc2e2d2f  
    9191<!ENTITY gnome-font-viewer-version    "3.12.0">
    9292<!ENTITY evolution-version            "3.12.3">
    93 <!ENTITY highlight-version            "3.18">
    94 <!ENTITY bogofilter-version           "1.2.4">
    9593<!ENTITY gtkhtml-version              "4.8.1">
    9694<!ENTITY gnome-music-version          "3.12.2">
  • systemd.ent

    r666d717 rbc2e2d2f  
    11<!ENTITY bogofilter-version           "1.2.4">
    22<!ENTITY colord-gtk-version           "0.1.25">
     3<!ENTITY highlight-version            "3.18">
    34<!ENTITY libepoxy-version             "1.2">
    45<!ENTITY libevdev-version             "1.2.2">
Note: See TracChangeset for help on using the changeset viewer.