Changeset 6c291b58
- Timestamp:
- 02/11/2005 04:38:19 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 293c333
- Parents:
- f5f7f9d
- Location:
- x/wm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
x/wm/fluxbox.xml
rf5f7f9d r6c291b58 7 7 <!ENTITY fluxbox-download-http "http://prdownloads.sourceforge.net/fluxbox/fluxbox-&fluxbox-version;.tar.bz2"> 8 8 <!ENTITY fluxbox-download-ftp " "> 9 <!ENTITY fluxbox-md5sum "398f4e10d88b47507ea309968340961c"> 9 10 <!ENTITY fluxbox-size "637 KB"> 10 11 <!ENTITY fluxbox-buildsize "36.7 MB"> … … 34 35 <listitem><para>Download (FTP): <ulink 35 36 url="&fluxbox-download-ftp;"/></para></listitem> 37 <listitem><para>Download MD5 sum: &fluxbox-md5sum;</para></listitem> 36 38 <listitem><para>Download size: &fluxbox-size;</para></listitem> 37 39 <listitem><para>Estimated disk space required: … … 106 108 <segmentedlist> 107 109 <segtitle>Installed Programs</segtitle> 110 <segtitle>Installed Libraries</segtitle> 108 111 <segtitle>Installed Directory</segtitle> 109 112 <seglistitem> 110 113 <seg>fluxbox, fbsetbg, bsetroot, fluxbox-generate_menu, startfluxbox, and 111 114 fbrun</seg> 115 <seg>None</seg> 112 116 <seg>/usr/share/fluxbox and ~/.fluxbox</seg></seglistitem> 113 117 </segmentedlist> -
x/wm/sawfish.xml
rf5f7f9d r6c291b58 7 7 <!ENTITY sawfish-download-http "http://prdownloads.sourceforge.net/sawmill/sawfish-&sawfish-version;.tar.gz"> 8 8 <!ENTITY sawfish-download-ftp " "> 9 <!ENTITY sawfish-md5sum "9e5ce5e76c60acecdb1889c1f173295a"> 9 10 <!ENTITY sawfish-size "1.5 MB"> 10 11 <!ENTITY sawfish-buildsize "17.5 MB"> … … 19 20 <?dbhtml filename="sawfish.html" ?> 20 21 <title>sawfish-&sawfish-version;</title> 22 <indexterm zone="sawfish"><primary 23 sortas="a-sawfish">sawfish</primary></indexterm> 21 24 22 25 <sect2> … … 34 37 <listitem><para>Download (FTP): <ulink 35 38 url="&sawfish-download-ftp;"/></para></listitem> 39 <listitem><para>Download MD5 sum: &sawfish-md5sum;</para></listitem> 36 40 <listitem><para>Download size: &sawfish-size;</para></listitem> 37 41 <listitem><para>Estimated disk space required: … … 61 65 <screen><userinput><command>./configure --prefix=/usr --libexec=/usr/sbin --infodir=/usr/share/info \ 62 66 --disable-themer && 63 make && 64 make install</command></userinput></screen> 67 make</command></userinput></screen> 68 69 <para>Now, as the root user:</para> 70 71 <screen><userinput role='root'><command>make install</command></userinput></screen> 65 72 66 73 </sect2> … … 86 93 <title>Configuring <application>sawfish</application></title> 87 94 88 <sect3><title>Configuration Information</title> 89 95 <sect3 id="sawfish-config"><title>Configuration Information</title> 96 <indexterm zone="sawfish sawfish-config"> 97 <primary sortas="e-AA.xinitrc">~/.xinitrc</primary> 98 </indexterm> 90 99 <para>Be sure to backup your current <filename>.xinitrc</filename> 91 100 before proceeding.</para> … … 101 110 <title>Contents</title> 102 111 103 <para>The <application>sawfish</application> package contains 104 <command>sawfish</command>.</para> 112 <segmentedlist> 113 <segtitle>Installed Programs</segtitle> 114 <segtitle>Installed Libraries</segtitle> 115 <segtitle>Installed Directory</segtitle> 116 <seglistitem> 117 <seg>sawfish, sawfish-client and sawfish-ui</seg> 118 <seg>None</seg> 119 <seg>/usr/share/sawfish, /usr/sbin/sawfish and /usr/lib/rep/*/</seg> 120 </seglistitem> 121 </segmentedlist> 105 122 106 </sect2> 123 <variablelist> 124 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 125 <?dbfo list-presentation="list"?> 107 126 108 <sect2><title>Description</title> 127 <varlistentry id="sawfish-prog"> 128 <term><filename>sawfish</filename></term> 129 <listitem><para>is the extensible window manager using a 130 <application>Lisp</application>-based scripting language.</para> 131 <indexterm zone="sawfish sawfish-prog"> 132 <primary sortas="b-sawfish">sawfish</primary></indexterm> 133 </listitem> 134 </varlistentry> 109 135 110 <sect3><title>sawfish</title> 111 <para><command>sawfish</command> is the extensible window manager using a 112 <application>Lisp</application>-based scripting language.</para></sect3> 136 <varlistentry id="sawfish-client"> 137 <term><filename>sawfish-client</filename></term> 138 <listitem><para>allows you to connect to a window manager process and 139 evaluate arbitrary <application>Lisp</application> forms.</para> 140 <indexterm zone="sawfish sawfish-client"> 141 <primary sortas="b-sawfish-client">sawfish-client</primary></indexterm> 142 </listitem> 143 </varlistentry> 144 145 <varlistentry id="sawfish-ui"> 146 <term><filename>sawfish-ui</filename></term> 147 <listitem><para>is the <application>sawfish</application> configurator.</para> 148 <indexterm zone="sawfish sawfish-ui"> 149 <primary sortas="b-sawfish-ui">sawfish-ui</primary></indexterm> 150 </listitem> 151 </varlistentry> 152 153 </variablelist> 113 154 114 155 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.