Changeset 4a07003


Ignore:
Timestamp:
08/31/2002 03:36:53 PM (22 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:
2f1c8f3
Parents:
a6e6891
Message:

add gnome-common-1..2.4, update sawfish

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

Files:
5 added
10 edited

Legend:

Unmodified
Added
Removed
  • gnome/gnome.ent

    ra6e6891 r4a07003  
    1111<!ENTITY % gtk-doc SYSTEM "lib/gtk-doc/gtk-doc.ent">
    1212<!ENTITY % linc SYSTEM "lib/linc/linc.ent">
     13<!ENTITY % gnome-common SYSTEM "lib/gnome-common/gnome-common.ent">
    1314%libglade;
    1415%intltool;
     
    1920%gtk-doc;
    2021%linc;
     22%gnome-common;
    2123
    2224<!-- Gnome Core -->
  • gnome/lib/gnomelib/gnome-libs-intro.xml

    ra6e6891 r4a07003  
    1414<xref linkend="ORBit"/>, <xref linkend="GTK"/>, <xref linkend="imlib"/> and <xref linkend="db"/>
    1515gnome-libs will utilize:
    16 <xref linkend="audiofile"/>, <xref linkend="esound"/>, gtk-doc and <xref linkend="DocBook"/></screen>
     16<xref linkend="audiofile"/>, <xref linkend="esound"/> and <xref linkend="gtk-doc"/></screen>
    1717
    1818</sect2>
  • gnome/lib/lib.xml

    ra6e6891 r4a07003  
    4343</screen></para>
    4444
    45 &gtk-doc;
    46 &gdk;
     45&libglade;
    4746&intltool;
    4847&scrollkeeper;
     48&gtk-doc;
     49&linc;
     50&gnome-common;
    4951&ORBit;
    5052&gnome-libs;
    51 &linc;
    52 &libglade;
     53&gdk;
    5354
    5455</chapter>
  • gnome/lib/libglade/libglade-intro.xml

    ra6e6891 r4a07003  
    1414<xref linkend="libxml2"/> and <xref linkend="GTK2"/>
    1515libglade will utilize:
    16 gnome-libs</screen>
     16<xref linkend="Python"/> if compiled utilizing expat.</screen>
    1717
    1818<para>If you have not installed GTK-&GTK2-version; or if you want
  • index.xml

    ra6e6891 r4a07003  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20020830">
    6 <!ENTITY releasedate "August 30th, 2002">
     5<!ENTITY version "20020831">
     6<!ENTITY releasedate "August 31st, 2002">
    77
    88<!ENTITY % book SYSTEM "book/book.ent">
  • introduction/welcome/changelog.xml

    ra6e6891 r4a07003  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>August 31st, 2002 [larry]: Gnome; Added
     14gnome-common-1.2.4 and reworked sawfish to dance around its conflict
     15with gdk-pixbuf.</para></listitem>
    1216
    1317<listitem><para>August 30th, 2002 [larry]: General: Fixed path
  • introduction/welcome/credits.xml

    ra6e6891 r4a07003  
    7676<listitem><para>ATK, audiofile, bc, cdrdao, cdrtools, cpio, curl, dhcp,
    7777DocBook, enlightenment, esound, fcron, fluxbox, FNLIB, gcc, gdbm, gmp, gnat,
    78 imlib, GLib2, gnome-libs, GTK+2, gtk-doc, intltool, j2sdk, libao,
     78imlib, GLib2, gnome-common, gnome-libs, GTK+2, gtk-doc, intltool, j2sdk, libao,
    7979libglade, libogg, librep, lame, libvorbis, libxml2, libxslt, linc, mutt, OpenSSH, ORBit, Pango, pccts, pcre, pkgconfig, postfix, procmail, Python, QT, rep-gtk, ruby, sawfish, scrollkeeper, unzip, vorbis-tools, wget, XFce and zip: <emphasis>Larry Lawrence</emphasis></para></listitem>
    8080
  • x/wm/sawfish/sawfish-exp.xml

    ra6e6891 r4a07003  
    77
    88<para><userinput>--with-gdk-pixbuf :</userinput> This command directs
    9 sawfish to use gdk-pixbuf for image management instead of imlib.</para>
     9sawfish to use gdk-pixbuf for image management instead of imlib. GTK+2
     10includes gdk-pixbuf in its package, whereas GTK+ requires an additional
     11package called gdk-pixbuf.</para>
    1012
    1113<para><userinput>--with-audiofile :</userinput> This command directs
  • x/wm/sawfish/sawfish-inst.xml

    ra6e6891 r4a07003  
    22<title>Installation of sawfish</title>
    33
    4 <para>Install sawfish by running the following commands:</para>
     4<para>Install sawfish-&sawfish-version; by running the following commands:</para>
    55
    66<para><screen><userinput>./configure --prefix=/usr --libexec=/usr/sbin --infodir=/usr/share/info --enable-capplet \
    77 --with-gdk-pixbuf --with-gnome-prefix=/opt/gnome2 &amp;&amp;
     8make &amp;&amp;
     9make install</userinput></screen></para>
     10
     11<para>Install sawfish-1.1-GTK1 by running the following commands:</para>
     12
     13<para><screen><userinput>./configure --prefix=/usr --libexec=/usr/sbin --infodir=/usr/share/info --enable-capplet \
     14--with-gdk-pixbuf --with-gnome-prefix=/opt/gnome &amp;&amp;
    815make &amp;&amp;
    916make install</userinput></screen></para>
  • x/wm/sawfish/sawfish-intro.xml

    ra6e6891 r4a07003  
    1313extension language.</para>
    1414
    15 <screen>sawfish depends on:
     15<screen>sawfish-&sawfish-version; depends on:
    1616<xref linkend="xfree86"/>, <xref linkend="imlib"/>, <xref linkend="librep"/>, <xref linkend="rep-gtk"/> and <xref linkend="GTK2"/>
    1717sawfish will utilize:
    18 <xref linkend="audiofile"/>, <xref linkend="libglade"/> and <xref linkend="esound"/></screen>
     18<xref linkend="audiofile"/>, <xref linkend="libglade"/> and <xref linkend="esound"/>
     19sawfish will <emphasis>not</emphasis> build with this package installed:
     20<xref linkend="gdk"/></screen>
    1921
    20 <para>Use sawfish-1.1-gtk1 if you do not have GTK2 installed. The
    21 install directions are the same, except for
    22 --with-gnome-prefix=/opt/gnome and <xref linkend="gdk"/> is required.</para>
     22<para>Use sawfish-1.1-gtk1 if you do not have GTK2 installed.</para>
     23
     24<screen>sawfish-1.1-gtk1 depends on:
     25<xref linkend="xfree86"/>, <xref linkend="imlib"/> or <xref linkend="gdk"/>, <xref linkend="librep"/>, <xref linkend="GTK"/> and rep-gtk-0.15
     26sawfish will utilize:
     27<xref linkend="audiofile"/>, <xref linkend="esound"/> and libglade-0.17</screen>
    2328
    2429</sect2>
Note: See TracChangeset for help on using the changeset viewer.