Changeset 8ed8f6e


Ignore:
Timestamp:
07/26/2014 10:58:49 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
a1ea3861
Parents:
29c9beb5
Message:

completed hightlight page.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome-systemd/applications/highlight.xml

    r29c9beb5 r8ed8f6e  
    99  <!ENTITY highlight-md5sum        "085d7639a7e05a0d41923a889dc801c9">
    1010  <!ENTITY highlight-size          "608 KB">
    11   <!ENTITY highlight-buildsize     "40 MB">
    12   <!ENTITY highlight-time          "0.5 SBU">
     11  <!ENTITY highlight-buildsize     "25 MB">
     12  <!ENTITY highlight-time          "0.8 SBU">
    1313]>
    1414
     
    9494    <title>Installation of highlight</title>
    9595
     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
    96102    <para>
    97103      Install <application>highlight</application> by running the following
     
    99105    </para>
    100106
    101 <screen><userinput>
    102 
    103 make
    104 </userinput></screen>
     107<screen><userinput>make</userinput></screen>
    105108
    106109    <para>
     
    115118
    116119    <para>
    117       If you have QT4 or QT5 installed and want to install the gui as the
    118       <systemitem class="username">root</systemitem> user issue the following
    119       command:
     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:
    120135    </para>
    121136
     
    161176      <seglistitem>
    162177        <seg>
    163           highlight, highlight-daemon, and highlight-setup
     178          highlight, and highlight-gui
    164179        </seg>
    165180        <seg>
    166           libhighlight-1.0.so and im-highlight.so
    167           (<application>GTK+ Immodule</application>)
     181          None
    168182        </seg>
    169183        <seg>
    170           /etc/dconf/db/highlight.d,
    171           /usr/include/highlight-1.0,
    172           /usr/lib/highlight,
    173           /usr/share/gtk-doc/html/highlight, and
     184          /etc/highlight
     185          /usr/share/doc/highlight, and
    174186          /usr/share/highlight
    175187        </seg>
     
    182194      <?dbhtml list-presentation="table"?>
    183195
    184       <varlistentry id="highlight-daemon">
    185         <term><command>highlight-daemon</command></term>
     196      <varlistentry id="highlight-prog">
     197        <term><command>highlight</command></term>
    186198        <listitem>
    187199          <para>
    188             is the Intelligent Input Bus Daemon.
     200            is the highlight program.
    189201          </para>
    190           <indexterm zone="highlight highlight-daemon">
    191             <primary sortas="b-highlight-daemon">highlight-daemon</primary>
     202          <indexterm zone="highlight highlight-prog">
     203            <primary sortas="b-highlight-prog">highlight</primary>
    192204          </indexterm>
    193205        </listitem>
    194206      </varlistentry>
    195207
    196       <varlistentry id="highlight-setup">
    197         <term><command>highlight-setup</command></term>
     208      <varlistentry id="highlight-gui">
     209        <term><command>highlight-gui</command></term>
    198210        <listitem>
    199211          <para>
    200             is the <application>GTK+</application> program used to configure
    201             the <command>highlight-daemon</command>.
     212            is the <application>Quick Time</application> program used to configure
     213            <command>highlight</command>.
    202214          </para>
    203           <indexterm zone="highlight highlight-setup">
    204             <primary sortas="b-highlight-setup">highlight-setup</primary>
     215          <indexterm zone="highlight highlight-gui">
     216            <primary sortas="b-highlight-gui">highlight-gui</primary>
    205217          </indexterm>
    206218        </listitem>
    207219      </varlistentry>
    208220
    209       <varlistentry id="libhighlight-1.0">
    210         <term><filename class="libraryfile">libhighlight-1.0.so</filename></term>
    211         <listitem>
    212           <para>
    213             contains <application>highlight</application> API functions.
    214           </para>
    215           <indexterm zone="highlight libhighlight-1.0">
    216             <primary sortas="c-libhighlight-1.0">libhighlight-1.0.so</primary>
    217           </indexterm>
    218         </listitem>
    219       </varlistentry>
    220 
    221221    </variablelist>
    222222
Note: See TracChangeset for help on using the changeset viewer.