Changeset 0dc3f24


Ignore:
Timestamp:
10/26/2014 04:07:07 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
f0ca372c
Parents:
05a9cde
Message:

Moved appstream-glib to general libraries section.

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

Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/genlib/appstream-glib.xml

    r05a9cde r0dc3f24  
    1010 
    1111  <!ENTITY appstream-glib-download-http
    12    "http://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-&appstream-glib-version;.tar.xz">
     12           "http://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-&appstream-glib-version;.tar.xz">
    1313  <!ENTITY appstream-glib-download-ftp  " ">
    14   <!ENTITY appstream-glib-md5sum        "f4be91093be4d43856258766684e7744">
    15   <!ENTITY appstream-glib-size          "1.6 MB">
    16   <!ENTITY appstream-glib-buildsize     "14 MB (additional 1 MB for the tests)">
     14  <!ENTITY appstream-glib-md5sum        "c8aaa5536e4f8bb90a0a1a23c2b1b254">
     15  <!ENTITY appstream-glib-size          "1.8 MB">
     16  <!ENTITY appstream-glib-buildsize     "17 MB">
    1717  <!ENTITY appstream-glib-time          "0.3 SBU ">
    1818]>
    1919
    20 <!-- Try to keep the indentation used in this file-->
    21 <sect1 id="appstream-glib" xreflabel="appstream-glib-&appstream-glib-version;">
     20<sect1 id="appstream-glib" xreflabel="Appstream-GLib-&appstream-glib-version;">
    2221  <?dbhtml filename="appstream-glib.html"?>
    2322
    2423  <sect1info>
    25     <othername>$LastChangedBy$</othername>
    26     <date>$Date$</date>
     24    <othername>$LastChangedBy: pierre $</othername>
     25    <date>$Date: 2014-08-30 18:39:13 +1200 (Sat, 30 Aug 2014) $</date>
    2726  </sect1info>
    2827
    29   <!-- No other tags inside any title.
    30        Use Title Case in All Titles -->
    31   <title>appstream-glib-&appstream-glib-version;</title>
     28  <title>Appstream-GLib-&appstream-glib-version;</title>
    3229
    3330  <indexterm zone="appstream-glib">
    34     <primary sortas="a-appstream-glib">appstream-glib</primary>
     31    <primary sortas="a-Appstream-GLib">Appstream-GLib</primary>
    3532  </indexterm>
    3633
    37   <!--Required section-->
    3834  <sect2 role="package">
    39     <title>Introduction to appstream-glib</title>
    40 
    41     <para>
    42       The <application>appstream-glib</application> provides GObjects and
    43       helper methods to make it easy to read and write AppStream metadata.
    44       It also provides a simple DOM implementation that makes it easy to
    45       edit nodes and convert to and from the standardized XML representation.
    46     </para>
    47    
    48     &lfs76_checked;
     35    <title>Introduction to Appstream-GLib</title>
     36
     37    <para>
     38      The <application>Appstream-GLib</application> package contains a library
     39      that provides GObjects and helper methods to make it easy to read and
     40      write AppStream metadata. It also provides a simple DOM implementation
     41      that makes it easy to edit nodes and convert to and from the
     42      standardized XML representation.
     43    </para>
     44
     45    &lfs76_checked;
    4946
    5047    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8279    </itemizedlist>
    8380
    84     <bridgehead renderas="sect3">appstream-glib Dependencies</bridgehead>
     81    <bridgehead renderas="sect3">Appstream-GLib Dependencies</bridgehead>
    8582
    8683    <bridgehead renderas="sect4">Required</bridgehead>
    8784    <para role="required">
    88       <xref linkend="gdk-pixbuf"/>,
    89       <xref linkend="libarchive"/>
    90       <xref linkend="libsoup"/>, and
    91       <xref linkend="pango"/> 
     85      <xref linkend="gtk3"/>,
     86      <xref linkend="libarchive"/>,
     87      <xref linkend="libsoup"/> and
     88      <xref linkend="pango"/>
    9289    </para>
    9390
    9491    <bridgehead renderas="sect4">Recommended</bridgehead>
    9592    <para role="recommended">
    96       <xref linkend="gobject-introspection"/>
     93      <xref linkend="gobject-introspection"/> and
     94      <xref linkend="yaml"/>
    9795    </para>
    9896
     
    10098    <para role="optional">
    10199      <xref linkend="DocBook"/>,
    102       <xref linkend="docbook-xsl"/>,
    103       <xref linkend="gtk-doc"/>,
    104       <xref linkend="libxslt"/>, and
    105       <ulink url="http://pyyaml.org/download/libyaml/">yaml</ulink>
     100      <xref linkend="docbook-xsl"/> and
     101      <xref linkend="libxslt"/> (to build manual pages) and
     102      <xref linkend="gtk-doc"/>
    106103    </para>
    107104
     
    112109
    113110  <sect2 role="installation">
    114     <title>Installation of appstream-glib</title>
    115 
    116     <para>
    117       Install <application>appstream-glib</application> by running the following
     111    <title>Installation of Appstream-GLib</title>
     112
     113    <para>
     114      Install <application>Appstream-GLib</application> by running the following
    118115      commands:
    119116    </para>
    120117
    121118
    122 <screen><userinput>./configure --prefix=/usr    \
    123             --disable-static \
    124             --disable-dep11  &amp;&amp;
     119<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    125120make</userinput></screen>
    126121
    127122    <para>
    128123      To test the results, issue: <command>make -k check</command>. One test
    129       fails, if <ulink url="http://pyyaml.org/download/libyaml/">yaml</ulink>
    130       is not installed.
     124      fails if <xref linkend="yaml"/> is not installed.
    131125    </para>
    132126
     
    136130
    137131<screen role="root"><userinput>make install</userinput></screen>
    138   </sect2>
    139 
    140   <!--Optional section-->
     132
     133  </sect2>
     134
    141135  <sect2 role="commands">
    142136    <title>Command Explanations</title>
     
    146140
    147141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    148     href="../../xincludes/gtk-doc-rebuild.xml"/>
    149 
    150     <para>
    151       <parameter>--disable-dep11</parameter>: Remove this witch, if you have
    152       <ulink url="http://pyyaml.org/download/libyaml/">yaml</ulink> installed.
     142      href="../../xincludes/gtk-doc-rebuild.xml"/>
     143
     144    <para>
     145      <parameter>--disable-dep11</parameter>: Use this switch if you
     146      have not installed <xref linkend="yaml"/>.
    153147    </para>
    154148
     
    162156      <segtitle>Installed Libraries</segtitle>
    163157      <segtitle>Installed Directories</segtitle>
    164 
    165       <!-- If there were no programs, libraries, or directories created, then
    166            we would list the section as "None". However, a decision must have
    167            been made to change the "None" to just removing the whole section
    168            because I've noticed that many packages have had the "None"
    169            removed and the section completely removed as well. The reasoning
    170            was that by putting "None", it appears as we know there are none.
    171            Without anything it appears as we are not sure. -->
    172158
    173159      <seglistitem>
     
    176162        </seg>
    177163        <seg>
    178           libappstream-builder.so and libappstream-glib.so
     164          libappstream-builder.so and libappstream-glib.so.
    179165        </seg>
    180166        <seg>
    181           /usr/include/libappstream-{builder,glib}, /usr/lib/asb-plugins,
     167          /usr/include/libappstream-builder,
     168          /usr/include/libappstream-glib,
     169          /usr/lib/asb-plugins,
    182170          /usr/share/gtk-doc/html/appstream-glib, and
    183           /usr/share/installed-tests/appstream-glib
     171          /usr/share/installed-tests/appstream-glib.
    184172        </seg>
    185173      </seglistitem>
     
    191179      <?dbhtml list-presentation="table"?>
    192180
    193       <!-- If the program or library name conflicts (is the same) as the
    194       package name, add -prog or -lib to the varlistentry entity id
    195       and the 2nd entry of the indexterm zone entity -->
    196 
    197181      <varlistentry id="appstream-builder">
    198182        <term><command>appstream-builder</command></term>
    199183        <listitem>
    200184          <para>
    201             Is a developers tool to build metadata.
     185            is a developers tool to build metadata.
    202186          </para>
    203187          <indexterm zone="appstream-glib appstream-builder">
     
    211195        <listitem>
    212196          <para>
    213             Is a management tool for appstream-builder.
     197            is a management tool for <command>appstream-builder</command>.
    214198          </para>
    215199          <indexterm zone="appstream-glib appstream-util">
     
    219203      </varlistentry>
    220204
    221       <varlistentry id="libappstream-builder">
    222         <term><filename class="libraryfile">libappstream-builder.so</filename></term>
    223         <listitem>
    224           <para>
    225             contains functions that aid the developers tool appstream-builder.
    226           </para>
    227           <indexterm zone="appstream-glib libappstream-builder">
    228             <primary sortas="c-libappstream-builder">libappstream-builder.so</primary>
    229           </indexterm>
    230         </listitem>
    231       </varlistentry>
    232205      <varlistentry id="libappstream-glib">
    233206        <term><filename class="libraryfile">libappstream-glib.so</filename></term>
    234207        <listitem>
    235208          <para>
    236             contains the api functions.
     209            contains objects and helper methods to help reading and writing AppStream
     210            metadata.
    237211          </para>
    238212          <indexterm zone="appstream-glib libappstream-glib">
     
    241215        </listitem>
    242216      </varlistentry>
    243     </variablelist>
    244   </sect2>
     217 
     218   </variablelist>
     219
     220  </sect2>
     221
    245222</sect1>
  • general/genlib/genlib.xml

    r05a9cde r0dc3f24  
    4444  it is explained why you may want to install them.</para>
    4545
     46  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appstream-glib.xml"/>
    4647  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="apr.xml"/>
    4748  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="apr-util.xml"/>
  • general/genutils/genutils.xml

    r05a9cde r0dc3f24  
    2222
    2323  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appdata-tools.xml"/>
    24   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appstream-glib.xml"/>
    2524  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="compface.xml"/>
    2625  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="desktop-file-utils.xml"/>
  • packages.ent

    r05a9cde r0dc3f24  
    1010<!ENTITY acl-version                  "2.2.52">
    1111<!ENTITY attr-version                 "2.4.47">
    12 <!ENTITY systemd-version           "0.4.6">
     12<!ENTITY consolekit-version           "0.4.6">
    1313<!ENTITY cracklib-version             "2.9.2">
    1414<!ENTITY cyrus-sasl-version           "2.1.26">
Note: See TracChangeset for help on using the changeset viewer.