Ignore:
Timestamp:
01/04/2012 05:36:19 PM (12 years ago)
Author:
Ken Moffat <ken@…>
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:
e7574a1a
Parents:
236b13f
Message:

Update libgsf, goffice, and gnumeric.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libgsf.xml

    r236b13f rfdd24b8c  
    77  <!ENTITY libgsf-download-http "&gnome-download-http;/libgsf/1.14/libgsf-&libgsf-version;.tar.bz2">
    88  <!ENTITY libgsf-download-ftp  "&gnome-download-ftp;/libgsf/1.14/libgsf-&libgsf-version;.tar.bz2">
    9   <!ENTITY libgsf-md5sum        "2d09ad4e61a650b5d554b5fca8250046">
    10   <!ENTITY libgsf-size          "579 KB">
    11   <!ENTITY libgsf-buildsize     "20 MB">
    12   <!ENTITY libgsf-time          "0.4 SBU">
     9  <!ENTITY libgsf-md5sum        "2b702648b853402554c97d75405c60d3">
     10  <!ENTITY libgsf-size          "684 KB">
     11  <!ENTITY libgsf-buildsize     "19 MB">
     12  <!ENTITY libgsf-time          "0.3 SBU">
    1313]>
    1414
     
    3535    structured file formats.</para>
    3636
    37     &lfs67_checked;
     37    &lfs70_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7979    <filename class='libraryfile'>libgsf-gnome-1.so</filename> library if you
    8080    plan on building <xref linkend="gnucash"/> or
    81     <xref linkend="gnumeric"/> with GNOME support.</para>
     81    <xref linkend="gnumeric"/> with GNOME-2 support.</para>
    8282
    8383    <para condition="html" role="usernotes">User Notes:
     
    9292    commands:</para>
    9393
    94 <screen><userinput>./configure --prefix=/usr --without-python &amp;&amp;
     94<screen><userinput>./configure --prefix=/usr \
     95  --sysconfdir=&gnome-etc-dir; &amp;&amp;
    9596make</userinput></screen>
    9697
     
    109110    <title>Command Explanations</title>
    110111
    111     <para><option>--sysconfdir=&gnome-etc-dir;</option>: Pass this parameter to
    112     the <command>configure</command> script if you have
    113     <application>GNOME</application>-2 installed so that the
    114     <application>GConf</application> schema files are installed in the
    115     correct location.</para>
     112    <para><command>--sysconfdir=&gnome-etc-dir;</command>: Use this parameter to
     113    ensure that if <application>GConf</application> has been installed, this
     114    package&apos;s schema files will be installed in the correct location instead
     115    of <filename class="directory">/usr/etc/</filename>.</para>
    116116
    117     <para><parameter>--without-python</parameter>: This parameter is required
    118     if <application>Python</application> is not installed. Remove it if
    119     <application>Python</application> is installed.</para>
     117    <para><option>--without-python</option>: This parameter is required
     118    if <application>Python</application> is not installed.</para>
    120119
    121120    <para><option>--disable-static</option>: This switch prevents the
Note: See TracChangeset for help on using the changeset viewer.