Changeset a282f57 for xsoft/office


Ignore:
Timestamp:
04/17/2003 03:43:30 AM (21 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2b2e9204
Parents:
e758933
Message:

application updates, first release

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

Location:
xsoft/office
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/evolution/evolution.ent

    re758933 ra282f57  
    55<!ENTITY evolution-desc SYSTEM "evolution-desc.xml">
    66<!ENTITY evolution-config SYSTEM "evolution-config.xml">
    7 <!ENTITY evolution-buildsize "102 MB">
     7<!ENTITY evolution-buildsize "387 MB">
    88<!ENTITY evolution-version "1.2.1">
    99<!ENTITY evolution-download-http "http://ftp.gnome.org/pub/GNOME/sources/evolution/1.2/evolution-&evolution-version;.tar.bz2">
  • xsoft/office/gnucash/gnucash-exp.xml

    re758933 ra282f57  
    55</para>
    66
    7 <para><screen><userinput>sed 's/^GTKHTML_LIBS.*$/GTKHTML_LIBS=\`pkg-config --libs gtkhtml-1.1\`/' \configure | \
    8 sed 's/^GTKHTML_CFLAGS.*$/GTKHTML_CFLAGS=\`pkg-config --cflags gtkhtml-1.1\`/' > configure.new &amp;&amp;
    9 cp configure.new configure &amp;&amp;
    10 </userinput></screen>
    11 The configure script for GnuCash 1.6.8 is expecting to find
    12 gtkhtml-1.0.4, which we are not installing.  gtkhtml-1.1.7 will work
    13 with GnuCash, but we must force configure to look for the newer
    14 libraries.  The above sed commands are necessary because not only are
    15 the library versions different, but in the newer version of gtkhtml,
    16 pkg-config is used to determine CFLAGS and LIBS, while previous
    17 versions of gtkhtml used gnome-config to do the same thing.
    18 </para>
    19 
    207</sect2>
    218
  • xsoft/office/gnucash/gnucash-inst.xml

    re758933 ra282f57  
    44<para>Install GnuCash by running the following commands:</para>
    55
    6 <para><screen><userinput>sed 's/^GTKHTML_LIBS.*$/GTKHTML_LIBS=\`pkg-config --libs gtkhtml-1.1\`/' \configure | \
    7 sed 's/^GTKHTML_CFLAGS.*$/GTKHTML_CFLAGS=\`pkg-config --cflags gtkhtml-1.1\`/' > configure.new &amp;&amp;
    8 cp configure.new configure &amp;&amp;
    9 
    10 ./configure --prefix=/opt/gnome &amp;&amp;
     6<para><screen><userinput>./configure --prefix=/opt/gnome &amp;&amp;
    117    make &amp;&amp;
    128    make install</userinput></screen></para>
  • xsoft/office/gnucash/gnucash.ent

    re758933 ra282f57  
    55<!ENTITY gnucash-desc SYSTEM "gnucash-desc.xml">
    66<!ENTITY gnucash-config SYSTEM "gnucash-config.xml">
    7 <!ENTITY gnucash-buildsize "51MB">
    8 <!ENTITY gnucash-version "1.6.8">
    9 <!ENTITY gnucash-download-http "http://ibiblio.org/pub/Linux/X11/gnome/sources/gnucash/1.6/gnucash-&gnucash-version;.tar.gz">
    10 <!ENTITY gnucash-download-ftp "ftp://ibiblio.org/pub/Linux/X11/gnome/sources/gnucash/1.6/gnucash-&gnucash-version;.tar.gz">
    11 <!ENTITY gnucash-size "16MB">
     7<!ENTITY gnucash-buildsize "144 MB">
     8<!ENTITY gnucash-version "1.8.2">
     9<!ENTITY gnucash-download-http "http://www.gnucash.org/gnucash/sources/stable/gnucash-&gnucash-version;.tar.gz">
     10<!ENTITY gnucash-download-ftp "">
     11<!ENTITY gnucash-size "6.3 MB">
Note: See TracChangeset for help on using the changeset viewer.