Changeset ef6d249 for gnome/add/ghex.xml


Ignore:
Timestamp:
04/29/2012 05:28:05 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:
4b33f5b6
Parents:
17bcb81
Message:

ghex 3.4.0, nemiver 0.9.2, seahorse 3.4.1, totem 3.4.1. Made rarian recommended where it was optional.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/ghex.xml

    r17bcb81 ref6d249  
    55  %general-entities;
    66
    7   <!ENTITY ghex-download-http "&gnome-download-http;/ghex/3.0/ghex-&ghex-version;.tar.xz">
    8   <!ENTITY ghex-download-ftp  "&gnome-download-ftp;/ghex/3.0/ghex-&ghex-version;.tar.xz">
    9   <!ENTITY ghex-md5sum        "ffa346d6fa97b9e787680159a5479b84">
     7  <!ENTITY ghex-download-http "&gnome-download-http;/ghex/3.4/ghex-&ghex-version;.tar.xz">
     8  <!ENTITY ghex-download-ftp  "&gnome-download-ftp;/ghex/3.4/ghex-&ghex-version;.tar.xz">
     9  <!ENTITY ghex-md5sum        "02e6c46deaefa507c70a333769aa8524">
    1010  <!ENTITY ghex-size          "1.3 MB">
    11   <!ENTITY ghex-buildsize     "15.7 MB">
    12   <!ENTITY ghex-time          "0.2 SBU">
     11  <!ENTITY ghex-buildsize     "15 MB">
     12  <!ENTITY ghex-time          "0.3 SBU">
    1313]>
    1414
    15 <sect1 id="ghex" xreflabel="ghex-&ghex-version;">
     15<sect1 id="ghex" xreflabel="Ghex-&ghex-version;">
    1616  <?dbhtml filename="ghex.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>ghex-&ghex-version;</title>
     23  <title>Ghex-&ghex-version;</title>
    2424
    2525  <indexterm zone="ghex">
     
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to ghex</title>
     30    <title>Introduction to Ghex</title>
    3131
    32     <para><application>gGhex</application> allows the user to view and edit data from
     32    <para><application>Ghex</application> allows the user to view and edit data from
    3333    any file in hex and ASCII.</para>
    3434
     
    5757    </itemizedlist>
    5858
    59     <bridgehead renderas="sect3">ghex Dependencies</bridgehead>
     59    <bridgehead renderas="sect3">Ghex Dependencies</bridgehead>
    6060
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    62     <para role="required"><xref linkend="gtk3"/> and
    63     <xref linkend="pkgconfig"/></para>
     62    <para role="required">
     63      <xref linkend="gnome-doc-utils"/> and
     64      <xref linkend="gtk3"/>
     65     </para>
    6466
    6567    <bridgehead renderas="sect4">Recommended</bridgehead>
    66     <para role="optional"><xref linkend="rarian"/></para>
     68    <para role="recommended">
     69      <xref linkend="rarian"/>
     70    </para>
    6771
    6872    <para condition="html" role="usernotes">User Notes:
     
    7276
    7377  <sect2 role="installation">
    74     <title>Installation of ghex</title>
     78    <title>Installation of Ghex</title>
    7579
    76     <para>Install <application>ghex</application> by running the following
     80    <para>Install <application>Ghex</application> by running the following
    7781    commands:</para>
    7882
    79 <screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
     83<screen><userinput>./configure --prefix=/usr &amp;&amp;
    8084make</userinput></screen>
    8185
     
    98102
    99103      <seglistitem>
    100         <seg>ghex</seg>
    101         <seg>libgtkhex-3.so</seg>
    102         <seg><envar>$GNOME_PREFIX</envar>/{include/gtkhex-3,share/{ghex,gnome/help/ghex/{C/figures,cs/figures,de/figures,es/figures,fr/figures,it/figures,ja/figures,ko/figures,oc/figures,sl/figures,sv/figures,th/figures,zh_CN/figures,zh_TW/figures},omf/ghex}}</seg>
     104        <seg>
     105          ghex
     106        </seg>
     107        <seg>
     108          libgtkhex-3.so
     109        </seg>
     110        <seg>
     111          /usr/include/gtkhex-3, /usr/share/gnome/help/ghex and
     112          /usr/share/omf/ghex
     113        </seg>
    103114      </seglistitem>
    104115    </segmentedlist>
     
    112123        <term><command>ghex</command></term>
    113124        <listitem>
    114           <para>is a hex editor.</para>
     125          <para>is a GTK+ binary file editor.</para>
    115126          <indexterm zone="ghex ghex-prog">
    116             <primary sortas="b-ghex-prog">ghex-prog</primary>
     127            <primary sortas="b-ghex">ghex</primary>
    117128          </indexterm>
    118129        </listitem>
    119130      </varlistentry>
    120131
    121       <!--<varlistentry id="libgtkhex-3">
     132      <varlistentry id="libgtkhex-3">
    122133        <term><filename class='libraryfile'>libgtkhex-3.so</filename></term>
    123134        <listitem>
    124           <para>contains functions that .....</para>
     135          <para>contains the Ghex API functions.</para>
    125136          <indexterm zone="ghex libgtkhex-3">
    126137            <primary sortas="c-libgtkhex-3">libgtkhex-3.so</primary>
    127138          </indexterm>
    128139        </listitem>
    129       </varlistentry>-->
     140      </varlistentry>
    130141
    131142    </variablelist>
Note: See TracChangeset for help on using the changeset viewer.