Changeset 1cd8db2
- Timestamp:
- 09/14/2003 02:54:49 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 23b0c17b
- Parents:
- 5259206
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genutils/rep-gtk/rep-gtk-intro.xml
r5259206 r1cd8db2 23 23 </sect3> 24 24 25 <sect3><title><application> template</application> dependencies</title>25 <sect3><title><application>rep-gtk</application> dependencies</title> 26 26 <sect4><title>Required</title> 27 27 <para><xref linkend="GTK2"/>, <xref linkend="libglade"/> and <xref -
introduction/welcome/changelog.xml
r5259206 r1cd8db2 10 10 11 11 <itemizedlist> 12 13 <listitem><para>September 13th, 2003 [larry]: general: updated to 14 rep-gtk-0.18.</para></listitem> 12 15 13 16 <listitem><para>September 13th, 2003 [larry]: general: updated to -
x/wm/sawfish/sawfish-config.xml
r5259206 r1cd8db2 1 1 <sect2> 2 <title>Configuring sawfish</title>2 <title>Configuring <application>sawfish</application></title> 3 3 4 4 <sect3><title>Configuration Information</title> … … 7 7 before proceeding.</para> 8 8 9 < para><screen><userinput>cat >> ~/.xinitrc << "EOF"</userinput>9 <screen><userinput><command>cat >> ~/.xinitrc << "EOF"</command> 10 10 exec sawfish 11 < userinput>EOF</userinput></screen></para>11 <command>EOF</command></userinput></screen> 12 12 </sect3> 13 13 -
x/wm/sawfish/sawfish-desc.xml
r5259206 r1cd8db2 2 2 <title>Contents</title> 3 3 4 <para>The sawfish package contains <userinput>sawfish</userinput>.</para> 4 <para>The <application>sawfish</application> package contains <command> 5 sawfish</command>.</para> 5 6 6 7 </sect2> … … 9 10 10 11 <sect3><title>sawfish</title> 11 <para> sawfish is the extensible window manager using a Lisp-based12 scripting language.</para></sect3>12 <para><command>sawfish</command> is the extensible window manager using a 13 Lisp-based scripting language.</para></sect3> 13 14 14 15 </sect2> -
x/wm/sawfish/sawfish-exp.xml
r5259206 r1cd8db2 2 2 <title>Command explanations</title> 3 3 4 <para><userinput>--with-audiofile</userinput> : This command directs 5 sawfish to use libaudiofile for sound manipulation.</para> 4 <para><command>--with-audiofile</command> : This command directs 5 <application>sawfish</application> to use <filename>libaudiofile</filename> 6 for sound manipulation.</para> 6 7 7 <para>< userinput>--with-esd</userinput> : This command directs sawfish8 to use the Enlightened Sound Daemon.</para>8 <para><command>--with-esd</command> : This command directs <application> 9 sawfish</application> to use the Enlightened Sound Daemon.</para> 9 10 10 <para>< userinput>--with-gnome-prefix=/opt/gnome-2.2</userinput> : This11 command directs sawfishto GNOME's directory.</para>11 <para><command>--with-gnome-prefix=/opt/gnome-2.2</command> : This 12 command directs <application>sawfish</application> to GNOME's directory.</para> 12 13 13 14 </sect2> -
x/wm/sawfish/sawfish-inst.xml
r5259206 r1cd8db2 1 1 <sect2> 2 <title>Installation of sawfish</title>2 <title>Installation of <application>sawfish</application></title> 3 3 4 <para>Install sawfish by running the following commands:</para> 4 <para>Install <application>sawfish</application> by running the following 5 commands:</para> 5 6 6 < para><screen><userinput>./configure --prefix=/usr --libexec=/usr/sbin --infodir=/usr/share/info \7 <screen><userinput><command>./configure --prefix=/usr --libexec=/usr/sbin --infodir=/usr/share/info \ 7 8 --with-gnome-prefix=/opt/gnome-2.2 && 8 9 make && 9 make install</ userinput></screen></para>10 make install</command></userinput></screen> 10 11 11 12 -
x/wm/sawfish/sawfish-intro.xml
r5259206 r1cd8db2 1 1 <sect2> 2 <title>Introduction to sawfish</title>2 <title>Introduction to <application>sawfish</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&sawfish-download-http;"/> 5 Download location (FTP): <ulink url="&sawfish-download-ftp;"/> 6 Version used: &sawfish-version; 7 Package size: &sawfish-size; 8 Estimated Disk space required: &sawfish-buildsize; 9 Estimated build time: &sawfish-time;</screen> 4 <para>The <application>sawfish</application> package contains a window manager. 5 This is useful for organizing and displaying windows where all window 6 decorations are configurable and all user-interface policy is controlled 7 through the extension language.</para> 10 8 11 <para>The sawfish package contains a window manager. This is useful for 12 organizing and displaying windows where all window decorations are 13 configurable and all user-interface policy is controlled through the 14 extension language.</para> 15 16 <screen>sawfish-&sawfish-version; depends on: 17 <xref linkend="xfree86"/>, <xref linkend="librep"/>, <xref linkend="rep-gtk"/>, <xref linkend="esound"/> and <xref linkend="GTK2"/> 18 sawfish will utilize: 19 <xref linkend="libglade"/></screen> 9 <sect3><title>Package information</title> 10 <itemizedlist spacing='compact'> 11 <listitem><para>Download (HTTP): <ulink 12 url="&sawfish-download-http;"/></para></listitem> 13 <listitem><para>Download (FTP): <ulink 14 url="&sawfish-download-ftp;"/></para></listitem> 15 <listitem><para>Download size: &sawfish-size;</para></listitem> 16 <listitem><para>Estimated Disk space required: 17 &sawfish-buildsize;</para></listitem> 18 <listitem><para>Estimated build time: 19 &sawfish-time;</para></listitem></itemizedlist> 20 </sect3> 21 22 <sect3><title><application>sawfish</application> dependencies</title> 23 <sect4><title>Required</title> 24 <para><xref linkend="xfree86"/>, <xref linkend="librep"/>, <xref 25 linkend="rep-gtk"/>, <xref linkend="esound"/> and <xref linkend="GTK2"/></para> 26 </sect4> 27 <sect4><title>Optional</title> 28 <para><xref linkend="libglade"/></para></sect4> 29 </sect3> 20 30 21 31 -
x/wm/sawfish/sawfish.ent
r5259206 r1cd8db2 5 5 <!ENTITY sawfish-desc SYSTEM "sawfish-desc.xml"> 6 6 <!ENTITY sawfish-config SYSTEM "sawfish-config.xml"> 7 <!ENTITY sawfish-buildsize "1 3MB">7 <!ENTITY sawfish-buildsize "17.5 MB"> 8 8 <!ENTITY sawfish-version "1.3"> 9 9 <!ENTITY sawfish-download-http "http://telia.dl.sourceforge.net/sawmill/sawfish-1.3.tar.gz"> 10 10 <!ENTITY sawfish-download-ftp ""> 11 11 <!ENTITY sawfish-size "1.5 MB"> 12 <!ENTITY sawfish-time "0. 80SBU">12 <!ENTITY sawfish-time "0.26 SBU">
Note:
See TracChangeset
for help on using the changeset viewer.