Changeset b072b9b for x


Ignore:
Timestamp:
03/27/2012 02:06:56 PM (12 years ago)
Author:
Andrew Benton <andy@…>
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:
c577a33
Parents:
c966932
Message:

Added a sed to the goffice page to remove a reference to the deprecated function pcre_info

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/goffice.xml

    rc966932 rb072b9b  
    55  %general-entities;
    66
    7   <!ENTITY goffice-download-http "&gnome-download-http;/goffice/0.8/goffice-&goffice-version;.tar.bz2">
    8   <!ENTITY goffice-download-ftp  "&gnome-download-ftp;/goffice/0.8/goffice-&goffice-version;.tar.bz2">
     7  <!ENTITY goffice-download-http
     8  "&gnome-download-http;/goffice/0.8/goffice-&goffice-version;.tar.bz2">
     9  <!ENTITY goffice-download-ftp
     10  "&gnome-download-ftp;/goffice/0.8/goffice-&goffice-version;.tar.bz2">
    911  <!ENTITY goffice-md5sum        "b4c924457163e02daf8a8d2428f51d10">
    1012  <!ENTITY goffice-size          "2.2 MB">
     
    2729  </indexterm>
    2830
    29   <!--Required section-->
    3031  <sect2 role="package">
    3132    <title>Introduction to GOffice</title>
    3233
    33     <para>The <application>GOffice</application> package contains a library of
    34     <application>GLib</application>/<application>GTK</application> document
    35     centric objects and utilities. This is useful for performing common
    36     operations for document centric applications that are conceptually simple,
    37     but complex to implement fully. Some of the operations provided by the
    38     <application>GOffice</application> library include support for plugins,
    39     load/save routines for application documents and undo/redo functions.</para>
     34    <para>
     35      The <application>GOffice</application> package contains a library of
     36      <application>GLib</application>/<application>GTK</application> document
     37      centric objects and utilities. This is useful for performing common
     38      operations for document centric applications that are conceptually simple,
     39      but complex to implement fully. Some of the operations provided by the
     40      <application>GOffice</application> library include support for plugins,
     41      load/save routines for application documents and undo/redo functions.
     42    </para>
    4043
    41     &lfs70_checked;
     44    &lfs71_checked;
    4245
    4346    <bridgehead renderas="sect3">Package Information</bridgehead>
    4447    <itemizedlist spacing="compact">
    4548      <listitem>
    46         <para>Download (HTTP): <ulink url="&goffice-download-http;"/></para>
     49        <para>
     50          Download (HTTP): <ulink url="&goffice-download-http;"/>
     51        </para>
    4752      </listitem>
    4853      <listitem>
    49         <para>Download (FTP): <ulink url="&goffice-download-ftp;"/></para>
     54        <para>
     55          Download (FTP): <ulink url="&goffice-download-ftp;"/>
     56        </para>
    5057      </listitem>
    5158      <listitem>
    52         <para>Download MD5 sum: &goffice-md5sum;</para>
     59        <para>
     60          Download MD5 sum: &goffice-md5sum;
     61        </para>
    5362      </listitem>
    5463      <listitem>
    55         <para>Download size: &goffice-size;</para>
     64        <para>
     65          Download size: &goffice-size;
     66        </para>
    5667      </listitem>
    5768      <listitem>
    58         <para>Estimated disk space required: &goffice-buildsize;</para>
     69        <para>
     70          Estimated disk space required: &goffice-buildsize;
     71        </para>
    5972      </listitem>
    6073      <listitem>
    61         <para>Estimated build time: &goffice-time;</para>
     74        <para>
     75          Estimated build time: &goffice-time;
     76        </para>
    6277      </listitem>
    6378    </itemizedlist>
     
    6681
    6782    <bridgehead renderas="sect4">Required</bridgehead>
    68     <para role="required"><xref linkend="GConf"/>,
    69     <xref linkend="gtk2"/>,
    70     <xref linkend="intltool"/>,
    71     <xref linkend="libgsf"/> and
    72     <xref linkend="which"/></para>
     83    <para role="required">
     84      <xref linkend="GConf"/>,
     85      <xref linkend="gtk2"/>,
     86      <xref linkend="intltool"/>,
     87      <xref linkend="libgsf"/> and
     88      <xref linkend="which"/>
     89    </para>
    7390
    7491    <bridgehead renderas="sect4">Optional</bridgehead>
    75     <para role="optional"><xref linkend="gtk-doc"/></para>
     92    <para role="optional">
     93      <xref linkend="gtk-doc"/>
     94    </para>
    7695
    77     <para condition="html" role="usernotes">User Notes:
    78     <ulink url="&blfs-wiki;/goffice"/></para>
    79 
     96    <para condition="html" role="usernotes">
     97      User Notes: <ulink url="&blfs-wiki;/goffice"/>
     98    </para>
    8099  </sect2>
    81100
     
    83102    <title>Installation of GOffice</title>
    84103
    85     <para>Install <application>GOffice</application> by running the following
    86     commands:</para>
     104    <para>
     105      Install <application>GOffice</application> by running the following
     106      commands:
     107    </para>
    87108
    88 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     109<screen><userinput>sed -i 's#info (r, NULL#full&amp;, 0#' goffice/utils/regutf8.c &amp;&amp;
     110./configure --prefix=/usr --disable-static &amp;&amp;
    89111make</userinput></screen>
    90112
    91     <para>If you wish to run the tests, issue: <command>make check</command>.
     113    <para>
     114      If you wish to run the tests, issue: <command>make check</command>.
    92115    </para>
    93116
    94     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     117    <para>
     118      Now, as the <systemitem class="username">root</systemitem> user:
     119    </para>
    95120
    96121<screen role="root"><userinput>make install</userinput></screen>
    97 
    98122  </sect2>
    99123
     
    101125    <title>Command Explanations</title>
    102126
    103     <para><option>--disable-static</option>: This switch prevents the
    104     static libraries in this package being built and installed.</para>
     127    <para>
     128      <option>--disable-static</option>: This switch prevents the static
     129      libraries in this package being built and installed.
     130    </para>
     131
     132    <para>
     133      <command>sed -i 's#info (r, NULL#full&amp;, 0#'
     134      goffice/utils/regutf8.c</command>: This sed removes a reference to
     135      pcre_info, a deprecated function that was removed from
     136      <application>PCRE-8.30</application>.
     137    </para>
    105138
    106139    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    107140    href="../../xincludes/gtk-doc-rebuild.xml"/>
    108 
    109141  </sect2>
    110142
     
    113145
    114146    <segmentedlist>
    115       <segtitle>Installed Programs</segtitle>
    116147      <segtitle>Installed Libraries</segtitle>
    117148      <segtitle>Installed Directories</segtitle>
    118149
    119150      <seglistitem>
    120         <seg>None</seg>
    121         <seg>libgoffice-08.{so,a} and numerous support plugins</seg>
    122         <seg>/usr/include/libgoffice-0.8,
    123         /usr/lib/goffice,
    124         /usr/share/{gtk-doc/html/goffice-0.8,{pixmaps/}goffice}</seg>
     151        <seg>libgoffice-08.so and numerous support plugins.</seg>
     152        <seg>
     153          /usr/include/libgoffice-0.8,
     154          /usr/lib/goffice,
     155          /usr/share/gtk-doc/html/goffice-0.8 and
     156          /usr/share/pixmaps/goffice.
     157        </seg>
    125158      </seglistitem>
    126159    </segmentedlist>
     
    134167        <term><filename class='libraryfile'>libgoffice-0.8.so</filename></term>
    135168        <listitem>
    136           <para>contains API functions to provide support for document centric
    137           objects and utilities.</para>
     169          <para>
     170            contains API functions to provide support for document centric
     171            objects and utilities.
     172          </para>
    138173          <indexterm zone="goffice libgoffice">
    139174            <primary sortas="c-libgoffice-0.8">libgoffice-0.8.so</primary>
     
    141176        </listitem>
    142177      </varlistentry>
    143 
    144178    </variablelist>
    145 
    146179  </sect2>
    147 
    148180</sect1>
Note: See TracChangeset for help on using the changeset viewer.