Ignore:
Timestamp:
02/18/2003 07:57:47 PM (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:
42270f3a
Parents:
9483ce8
Message:

galeon-1.3.1 fixed

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

Location:
xsoft/graphweb/galeon
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/galeon/galeon-exp.xml

    r9483ce8 r17c53eb  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--with-mozilla-libs=/usr/lib/mozilla</userinput> : This command directs galeon's configure script to the mozilla libraries.</para>
     4<para><userinput>--sysconfdir=/etc/gnome</userinput> : This switch puts
     5configuration files in <filename>/etc/gnome</filename> instead of
     6<filename>$GNOME_PREFIX/etc</filename>.</para>
    57
    6 <para><userinput>--with-mozilla-includes=/usr/include/mozilla</userinput>
    7 : This command sets the location of the mozilla headers.</para>
     8<para><userinput>--localstatedir=/var/lib</userinput> : This switch puts
     9scrollkeeper files in<filename>/var/lib/scrollkeeper</filename> instead
     10of <filename>$GNOME_PREFIX/var/scrollkeeper</filename>.<para>
    811
    9 <para><userinput>--disable-werror</userinput> : This command is
    10 required for GCC-&gcc-version; compatibility.</para>
    1112
    1213</sect2>
  • xsoft/graphweb/galeon/galeon-inst.xml

    r9483ce8 r17c53eb  
    77<para>Install galeon by running the following commands:</para>
    88
    9 <para><screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
     9<para><screen><userinput>./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp;
    1010make &amp;&amp;
    1111make install</userinput></screen></para>
    1212
    13 <warning><para>These instructions do not work yet.  It appears that they may
    14 work if mozilla is installed with the gtk toolkit installed in addition
    15 to what we already install.  Galeon tries to link to -lgtksuperwin, but that library isn't built under the gtk2 toolkit, just the gtk toolkit.</para></warning>
    16 
    1713</sect2>
    1814
  • xsoft/graphweb/galeon/galeon-intro.xml

    r9483ce8 r17c53eb  
    66Version used:                   &galeon-version;
    77Package size:                   &galeon-size;
    8 Estimated Disk space required:  &galeon-buildsize;</screen>
     8Estimated Disk space required:  &galeon-buildsize;
     9Estimated build time:           &galeon-time;</screen>
    910
    1011<para>The galeon package contains a GNOME browser that utilizes the
  • xsoft/graphweb/galeon/galeon.ent

    r9483ce8 r17c53eb  
    55<!ENTITY galeon-desc SYSTEM "galeon-desc.xml">
    66<!ENTITY galeon-config SYSTEM "galeon-config.xml">
    7 <!ENTITY galeon-buildsize "19.4 MB">
     7<!ENTITY galeon-buildsize "26 MB">
    88<!ENTITY galeon-version "1.3.1">
    99<!ENTITY galeon-download-http "http://telia.dl.sourceforge.net/sourceforge/galeon/galeon-1.3.1.tar.gz">
    1010<!ENTITY galeon-download-ftp "">
    11 <!ENTITY galeon-size "4 MB">
     11<!ENTITY galeon-size "3.2 MB">
     12<!ENTITY galeon-time "5.30 SBU">
Note: See TracChangeset for help on using the changeset viewer.