Changeset 6a1f1202 for xsoft/office


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/office/gnumeric
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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">
Note: See TracChangeset for help on using the changeset viewer.