Ticket #6619: gcab.patch

File gcab.patch, 6.6 KB (added by Armin K, 9 years ago)

Apply with "svn patch gcab.patch"

  • general/genlib/gcab.xml

     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY gcab-download-http
     8           "&gnome-download-http;/gcab/0.6/gcab-&gcab-version;.tar.xz">
     9  <!ENTITY gcab-download-ftp
     10           "&gnome-download-ftp;/gcab/0.6/gcab-&gcab-version;.tar.xz">
     11  <!ENTITY gcab-md5sum        "dd7333644cb88995693f043da9bf55d3">
     12  <!ENTITY gcab-size          "312 KB">
     13  <!ENTITY gcab-buildsize     "5.9 MB">
     14  <!ENTITY gcab-time          "0.1 SBU">
     15]>
     16
     17<sect1 id="gcab" xreflabel="gcab-&gcab-version;">
     18  <?dbhtml filename="gcab.html"?>
     19
     20  <sect1info>
     21    <othername>$LastChangedBy$</othername>
     22    <date>$Date$</date>
     23  </sect1info>
     24
     25  <title>gcab-&gcab-version;</title>
     26
     27  <indexterm zone="gcab">
     28    <primary sortas="a-gcab">gcab</primary>
     29  </indexterm>
     30
     31  <sect2 role="package">
     32    <title>Introduction to Gcab</title>
     33
     34    <para>
     35      The <application>Gcab</application> package contains a
     36      program and a library used to create Microsoft cabinet
     37      (.cab) archives.
     38    </para>
     39
     40    &lfs77_checked;
     41
     42    <bridgehead renderas="sect3">Package Information</bridgehead>
     43    <itemizedlist spacing="compact">
     44      <listitem>
     45        <para>
     46          Download (HTTP): <ulink url="&gcab-download-http;"/>
     47        </para>
     48      </listitem>
     49      <listitem>
     50        <para>
     51          Download (FTP): <ulink url="&gcab-download-ftp;"/>
     52        </para>
     53      </listitem>
     54      <listitem>
     55        <para>
     56          Download MD5 sum: &gcab-md5sum;
     57        </para>
     58      </listitem>
     59      <listitem>
     60        <para>
     61          Download size: &gcab-size;
     62        </para>
     63      </listitem>
     64      <listitem>
     65        <para>
     66          Estimated disk space required: &gcab-buildsize;
     67        </para>
     68      </listitem>
     69      <listitem>
     70        <para>
     71          Estimated build time: &gcab-time;
     72        </para>
     73      </listitem>
     74    </itemizedlist>
     75
     76    <bridgehead renderas="sect4">Required</bridgehead>
     77    <para role="required">
     78      <xref linkend="glib2"/>
     79    </para>
     80
     81    <bridgehead renderas="sect4">Recommended</bridgehead>
     82    <para role="recommended">
     83      <xref linkend="gobject-introspection"/> and
     84      <xref linkend="vala"/>
     85    </para>
     86
     87    <bridgehead renderas="sect4">Optional</bridgehead>
     88    <para role="optional">
     89      <xref linkend="gtk-doc"/>
     90    </para>
     91
     92    <para condition="html" role="usernotes">User Notes:
     93      <ulink url="&blfs-wiki;/gcab"/>
     94    </para>
     95  </sect2>
     96
     97  <sect2 role="installation">
     98    <title>Installation of Gcab</title>
     99
     100    <para>
     101      Install <application>Gcab</application> by running
     102      the following commands:
     103    </para>
     104
     105<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     106make</userinput></screen>
     107
     108    <para>
     109      To test the results, issue: <command>make check</command>.
     110    </para>
     111
     112    <para>
     113      Now, as the <systemitem class="username">root</systemitem> user:
     114    </para>
     115
     116<screen role="root"><userinput>make install</userinput></screen>
     117
     118  </sect2>
     119
     120  <sect2 role="commands">
     121    <title>Command Explanations</title>
     122
     123    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     124      href="../../xincludes/static-libraries.xml"/>
     125
     126    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     127      href="../../xincludes/gtk-doc-rebuild.xml"/>
     128
     129  </sect2>
     130
     131  <sect2 role="content">
     132    <title>Contents</title>
     133
     134    <segmentedlist>
     135      <segtitle>Installed Program</segtitle>
     136      <segtitle>Installed Libraries</segtitle>
     137      <segtitle>Installed Directories</segtitle>
     138
     139      <seglistitem>
     140        <seg>
     141          gcab
     142        </seg>
     143        <seg>
     144          libgcab-1.0.so
     145        </seg>
     146        <seg>
     147          /usr/include/libgcab-1.0
     148        </seg>
     149      </seglistitem>
     150    </segmentedlist>
     151
     152    <variablelist>
     153      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     154      <?dbfo list-presentation="list"?>
     155      <?dbhtml list-presentation="table"?>
     156
     157      <varlistentry id="gcab-prog">
     158        <term><command>gcab</command></term>
     159        <listitem>
     160          <para>
     161            is a program used to create Microsoft cabinet
     162            (.cab) archives.
     163          </para>
     164          <indexterm zone="gcab gcab-prog">
     165            <primary sortas="b-gcab">gcab</primary>
     166          </indexterm>
     167        </listitem>
     168      </varlistentry>
     169
     170      <varlistentry id="libgcab-1.0">
     171        <term><filename class="libraryfile">libgcab-1.0.so</filename></term>
     172        <listitem>
     173          <para>
     174            contains API functions for creating Microsoft
     175            cabinet (.cab) archives.
     176          </para>
     177          <indexterm zone="gcab libgcab-1.0">
     178            <primary sortas="c-libgcab-1.0">libgcab-1.0.so</primary>
     179          </indexterm>
     180        </listitem>
     181      </varlistentry>
     182
     183    </variablelist>
     184
     185  </sect2>
     186
     187</sect1>
  • general/genlib/genlib.xml

    Property changes on: general/genlib/gcab.xml
    ___________________________________________________________________
    Added: svn:keywords
    ## -0,0 +1 ##
    +Date LastChangedBy
    \ No newline at end of property
     
    5151  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus-glib.xml"/>
    5252  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="enchant.xml"/>
    5353  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="exempi.xml"/>
     54  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcab.xml"/>
    5455  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glib2.xml"/>
    5556  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glibmm.xml"/>
    5657  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gmime.xml"/>
  • packages.ent

     
    8383<!ENTITY enchant-version              "1.6.0">
    8484<!ENTITY exempi-version               "2.2.2">
    8585<!ENTITY expat-version                "2.1.0">
     86<!ENTITY gcab-version                 "0.6">
    8687<!ENTITY glib2-version                "2.44.1">
    8788<!ENTITY glibmm-version               "2.44.0">
    8889<!ENTITY gmime-version                "2.6.20">