Changeset 4a07003 for x


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

Location:
x/wm/sawfish
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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.