Changeset 6a1f1202 for xsoft


Ignore:
Timestamp:
04/14/2004 01:29:04 AM (20 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
19aa75a
Parents:
4f9d28c8
Message:

updated to gnumeric-1.2.10

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

Location:
xsoft
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/dillo.xml

    r4f9d28c8 r6a1f1202  
    11<sect1 id="dillo" xreflabel="Dillo-&dillo-version;">
    2 <?dbhtml filename="dillo.html" dir="xsoft"?>
     2<?dbhtml filename="dillo.html" ?>
    33<title>Dillo-&dillo-version;</title>
    44
  • xsoft/graphweb/firefox.xml

    r4f9d28c8 r6a1f1202  
    11<sect1 id="firefox" xreflabel="MozillaFirefox-&firefox-version;">
    2 <?dbhtml filename="firefox.html" dir="xsoft"?>
     2<?dbhtml filename="firefox.html" ?>
    33<title>MozillaFirefox-&firefox-version;</title>
    44
  • xsoft/graphweb/galeon.xml

    r4f9d28c8 r6a1f1202  
    11<sect1 id="galeon" xreflabel="Galeon-&galeon-version;">
    2 <?dbhtml filename="galeon.html" dir="xsoft"?>
     2<?dbhtml filename="galeon.html" ?>
    33<title>Galeon-&galeon-version;</title>
    44
  • xsoft/graphweb/graphweb.xml

    r4f9d28c8 r6a1f1202  
    11<chapter id="xsoft-graphweb">
    2 <?dbhtml filename="graphweb.html" dir="xsoft"?>
     2<?dbhtml filename="graphweb.html" ?>
    33<title>Graphical Web Browsers</title>
    44
  • xsoft/graphweb/konq.xml

    r4f9d28c8 r6a1f1202  
    11<sect1 id="konq" xreflabel="Konqueror-&kde-version;">
    2 <?dbhtml filename="konq.html" dir="xsoft"?>
     2<?dbhtml filename="konq.html" ?>
    33<title>Konqueror-&kde-version;</title>
    44
  • xsoft/graphweb/mozilla.xml

    r4f9d28c8 r6a1f1202  
    11<sect1 id="mozilla" xreflabel="Mozilla-&mozilla-version;">
    2 <?dbhtml filename="mozilla.html" dir="xsoft"?>
     2<?dbhtml filename="mozilla.html" ?>
    33<title>Mozilla-&mozilla-version;</title>
    44
  • xsoft/office/gnumeric/gnumeric-exp.xml

    r4f9d28c8 r6a1f1202  
    55puts <application>ScrollKeeper</application> files in <filename
    66class="directory">/var/lib/scrollkeeper</filename>
    7 instead of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
     7instead of <filename class="directory">/usr/var/scrollkeeper</filename>.</para>
    88
    9 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
    10 puts configuration files in <filename class="directory">/etc/gnome</filename> instead of
    11 <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
     9<para><parameter>--sysconfdir=/etc</parameter>: This switch
     10puts configuration files in <filename class="directory">/etc</filename> instead of
     11<filename class="directory">/usr/etc</filename>.</para>
    1212
    13 <para><parameter>--libexecdir=$GNOME_PREFIX/sbin</parameter>: This switch
    14 puts libexec files in <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
    15 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
     13<para><parameter>--libexecdir=/usr/sbin</parameter>: This switch
     14puts libexec files in <filename class="directory">/usr/sbin</filename> instead of
     15<filename class="directory">/usr/libexec</filename>.</para>
    1616
    1717</sect2>
  • xsoft/office/gnumeric/gnumeric-inst.xml

    r4f9d28c8 r6a1f1202  
    44<para>Install <application>Gnumeric</application> by running the following commands:</para>
    55
    6 <screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    7    --localstatedir=/var/lib \
    8    --sysconfdir=/etc/gnome --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin \
     7   --localstatedir=/var/lib  --sysconfdir=/etc &amp;&amp;
    98make &amp;&amp;
    109make install</command></userinput></screen>
  • xsoft/office/gnumeric/gnumeric.ent

    r4f9d28c8 r6a1f1202  
    44<!ENTITY gnumeric-exp SYSTEM "gnumeric-exp.xml">
    55<!ENTITY gnumeric-desc SYSTEM "gnumeric-desc.xml">
    6 <!ENTITY gnumeric-version "1.2.6">
     6<!ENTITY gnumeric-version "1.2.10">
    77<!ENTITY gnumeric-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.2/gnumeric-&gnumeric-version;.tar.bz2">
    88<!ENTITY gnumeric-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.2/gnumeric-&gnumeric-version;.tar.bz2">
    9 <!ENTITY gnumeric-size "10.9 MB">
    10 <!ENTITY gnumeric-buildsize "295.3 MB">
     9<!ENTITY gnumeric-size "13.9 MB">
     10<!ENTITY gnumeric-buildsize "270.7 MB">
    1111<!ENTITY gnumeric-time "2.81 SBU">
  • xsoft/other/balsa.xml

    r4f9d28c8 r6a1f1202  
    11<sect1 id="balsa" xreflabel="Balsa-&balsa-version;">
    2 <?dbhtml filename="balsa.html" dir="xsoft"?>
     2<?dbhtml filename="balsa.html" ?>
    33<title>Balsa-&balsa-version;</title>
    44
  • xsoft/other/other.xml

    r4f9d28c8 r6a1f1202  
    11<chapter id="xsoft-other">
    2 <?dbhtml filename="other.html" dir="xsoft"?>
     2<?dbhtml filename="other.html" ?>
    33<title>Other X-based Internet Programs</title>
    44
  • xsoft/other/pan.xml

    r4f9d28c8 r6a1f1202  
    11<sect1 id="pan" xreflabel="Pan-&pan-version;">
    2 <?dbhtml filename="pan.html" dir="xsoft"?>
     2<?dbhtml filename="pan.html" ?>
    33<title>Pan-&pan-version;</title>
    44
  • xsoft/other/thunderbird.xml

    r4f9d28c8 r6a1f1202  
    11<sect1 id="thunderbird" xreflabel="MozillaThunderbird-&thunderbird-version;">
    2 <?dbhtml filename="thunderbird.html" dir="xsoft"?>
     2<?dbhtml filename="thunderbird.html" ?>
    33<title>MozillaThunderbird-&thunderbird-version;</title>
    44
  • xsoft/suites/koffice.xml

    r4f9d28c8 r6a1f1202  
    11<sect1 id="koffice">
    2 <?dbhtml filename="koffice.html" dir="xsoft"?>
     2<?dbhtml filename="koffice.html" ?>
    33<title>KOffice-&koffice-version;</title>
    44
  • xsoft/suites/openoffice.xml

    r4f9d28c8 r6a1f1202  
    11<sect1 id="openoffice" xreflabel="OpenOffice-&openoffice-version;">
    2 <?dbhtml filename="openoffice.html" dir="xsoft"?>
     2<?dbhtml filename="openoffice.html" ?>
    33<title>OpenOffice-&openoffice-version;</title>
    44
  • xsoft/suites/suites.xml

    r4f9d28c8 r6a1f1202  
    11<chapter id="xsoft-suites">
    2 <?dbhtml filename="suites.html" dir="xsoft"?>
     2<?dbhtml filename="suites.html" ?>
    33<title>Office Suites</title>
    44
Note: See TracChangeset for help on using the changeset viewer.