Changeset 8a69010 for x/wm


Ignore:
Timestamp:
09/27/2003 11:58:17 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7ce6b7c
Parents:
0f47226
Message:

window managers section

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

Location:
x/wm
Files:
21 edited

Legend:

Unmodified
Added
Removed
  • x/wm/enlightenment/enlightenment-config.xml

    r0f47226 r8a69010  
    11<sect2>
    2 <title>Configuring enlightenment</title>
     2<title>Configuring <application>enlightenment</application></title>
    33
    44<sect3><title>Config files</title>
    5 <para><userinput>~/.enlightenment/*</userinput></para>
     5<para><filename>~/.enlightenment/*</filename></para>
    66</sect3>
    77
     
    1111proceeding.</para>
    1212
    13 <para><screen><userinput>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"</userinput>
     13<screen><userinput><command>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"</command>
    1414exec enlightenment
    15 <userinput>EOF</userinput></screen></para>
     15<command>EOF</command></userinput></screen>
    1616
    1717</sect3>
  • x/wm/enlightenment/enlightenment-inst.xml

    r0f47226 r8a69010  
    11<sect2>
    2 <title>Installation of enlightenment</title>
     2<title>Installation of <application>enlightenment</application></title>
    33
    4 <para>Install enlightenment by running the following commands:</para>
     4<para>Install <application>enlightenment</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=/usr --enable-fsstd &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr --enable-fsstd &amp;&amp;
    77make &amp;&amp;
    8 make install</userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
  • x/wm/fluxbox.xml

    r0f47226 r8a69010  
    1 <sect1 id="fluxbox" xreflabel="fluxbox-&fluxbox-version;">
     1<sect1 id="fluxbox" xreflabel="Fluxbox-&fluxbox-version;">
    22<?dbhtml filename="fluxbox.html" dir="x"?>
    3 <title>fluxbox-&fluxbox-version;</title>
     3<title>Fluxbox-&fluxbox-version;</title>
    44
    55&fluxbox-intro;
  • x/wm/fluxbox/fluxbox-config.xml

    r0f47226 r8a69010  
    11<sect2>
    2 <title>Configuring <application>fluxbox</application></title>
     2<title>Configuring <application>Fluxbox</application></title>
    33
    44<sect3><title>Config files</title>
     
    1111
    1212<para>Be sure to backup your current <filename>.xinitrc</filename> before
    13 proceeding.
    14 <screen><userinput>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"</userinput>
     13proceeding.</para>
     14<screen><userinput><command>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"</command>>
    1515exec fluxbox
    16 <userinput>EOF</userinput></screen></para>
     16<command>EOF</command></userinput></screen>
    1717
    18 <screen><userinput>mkdir ~/.fluxbox &amp;&amp;
     18<screen><userinput><command>mkdir ~/.fluxbox &amp;&amp;
    1919cp /usr/share/fluxbox/init ~/.fluxbox/init &amp;&amp;
    2020cp /usr/share/fluxbox/keys ~/.fluxbox/keys &amp;&amp;
    21 cp /usr/share/fluxbox/menu ~/.fluxbox/menu </userinput></screen>
     21cp /usr/share/fluxbox/menu ~/.fluxbox/menu </command></userinput></screen>
    2222
    2323<para>Menu Items are added by editing<filename>~/.fluxbox/menu</filename>. The
    24 syntax is explained on the <application>fluxbox</application> man page.</para>
     24syntax is explained on the fluxbox man page.</para>
    2525</sect3>
    2626
  • x/wm/fluxbox/fluxbox-desc.xml

    r0f47226 r8a69010  
    22<title>Contents</title>
    33
    4 <para>The <application>fluxbox</application> package contains <command>fluxbox</command>,
    5 <command>bsetbg</command> and <command>bsetroot</command>.</para>
     4<para>The <application>Fluxbox</application> package contains
     5<command>fluxbox</command>, <command>bsetbg</command> and
     6<command>bsetroot</command>.</para>
    67
    78</sect2>
     
    2122
    2223<sect3><title>bsetroot</title>
    23 <para><command>bsetroot</command> is a <application>blackbox</application>
     24<para><command>bsetroot</command> is a <application>Blackbox</application>
    2425utility to change root window appearance.</para></sect3>
    2526
  • x/wm/fluxbox/fluxbox-exp.xml

    r0f47226 r8a69010  
    33
    44<para><command>--enable-kde</command> : This command activates
    5 <application>fluxbox</application>'s ability to allow <acronym>KDE</acronym>
     5<application>Fluxbox</application>'s ability to allow KDE
    66tray icons to be placed in the slit.</para>
    77
    88<para><command>--enable-gnome</command> : This command activates
    9 <application>fluxbox</application>'s ability to support GNOME.</para>
     9<application>Fluxbox</application>'s ability to support GNOME.</para>
    1010
    1111</sect2>
  • x/wm/fluxbox/fluxbox-inst.xml

    r0f47226 r8a69010  
    11<sect2>
    2 <title>Installation of <application>fluxbox</application></title>
     2<title>Installation of <application>Fluxbox</application></title>
    33
    4 <para>Install <application>fluxbox</application> by running the following
     4<para>Install <application>Fluxbox</application> by running the following
    55commands:</para>
    66
  • x/wm/fluxbox/fluxbox-intro.xml

    r0f47226 r8a69010  
    11<sect2>
    2 <title>Introduction to <application>fluxbox</application></title>
     2<title>Introduction to <application>Fluxbox</application></title>
    33
    4 <para>The <application>fluxbox</application> package contains a windows manager.
     4<para>The <application>Fluxbox</application> package contains a windows manager.
    55</para>
    66
     
    1818</sect3>
    1919
    20 <sect3><title><application>fluxbox</application> dependencies</title>
     20<sect3><title><application>Fluxbox</application> dependencies</title>
    2121<sect4><title>Required</title>
    2222<para><xref linkend="xfree86"/></para></sect4>
  • x/wm/metacity.xml

    r0f47226 r8a69010  
    1 <sect1 id="metacity" xreflabel="metacity-&metacity-version;">
     1<sect1 id="metacity" xreflabel="Metacity-&metacity-version;">
    22<?dbhtml filename="metacity.html" dir="x"?>
    3 <title>metacity-&metacity-version;</title>
     3<title>Metacity-&metacity-version;</title>
    44
    55&metacity-intro;
  • x/wm/metacity/metacity-config.xml

    r0f47226 r8a69010  
    11<sect2>
    2 <title>Configuring <application>metacity</application></title>
     2<title>Configuring <application>Metacity</application></title>
    33
    44<sect3><title>Configuration Information</title>
  • x/wm/metacity/metacity-desc.xml

    r0f47226 r8a69010  
    22<title>Contents</title>
    33
    4 <para>The <application>metacity</application> package contains
     4<para>The <application>Metacity</application> package contains
    55<command>metacity</command>.</para>
    66
  • x/wm/metacity/metacity-inst.xml

    r0f47226 r8a69010  
    11<sect2>
    2 <title>Installation of <application>metacity</application></title>
     2<title>Installation of <application>Metacity</application></title>
    33
    4 <para>Install <application>metacity</application> by running the following commands:</para>
     4<para>Install <application>Metacity</application> by running the following commands:</para>
    55
    66<screen><userinput><command>./configure --prefix=/usr --libexec=/usr/sbin --sysconfdir=/etc &amp;&amp;
  • x/wm/metacity/metacity-intro.xml

    r0f47226 r8a69010  
    11<sect2>
    2 <title>Introduction to <application>metacity</application></title>
     2<title>Introduction to <application>Metacity</application></title>
    33
    4 <para>The <application>metacity</application> package contains a window manager. This is useful for
    5 organizing and displaying windows.</para>
     4<para>The <application>Metacity</application> package contains a window
     5manager. This is useful for organizing and displaying windows.</para>
    66
    77<sect3><title>Package information</title>
     
    1818</sect3>
    1919
    20 <sect3><title><application>metacity</application> dependencies</title>
     20<sect3><title><application>Metacity</application> dependencies</title>
    2121<sect4><title>Required</title>
    2222<para><xref linkend="xfree86"/>, <xref linkend="intltool"/> and <xref
  • x/wm/sawfish/sawfish-desc.xml

    r0f47226 r8a69010  
    1111<sect3><title>sawfish</title>
    1212<para><command>sawfish</command> is the extensible window manager using a
    13 Lisp-based scripting language.</para></sect3>
     13<application>Lisp</application>-based scripting language.</para></sect3>
    1414
    1515</sect2>
  • x/wm/xfce.xml

    r0f47226 r8a69010  
    1 <sect1 id="xfce" xreflabel="xfce-&xfce-version;">
     1<sect1 id="xfce" xreflabel="XFce-&xfce-version;">
    22<?dbhtml filename="xfce.html" dir="x"?>
    3 <title>xfce-&xfce-version;</title>
     3<title>XFce-&xfce-version;</title>
    44
    55&xfce-intro;
  • x/wm/xfce/xfce-config.xml

    r0f47226 r8a69010  
    11<sect2>
    2 <title>Configuring XFce</title>
     2<title>Configuring <application>XFce</application></title>
    33
    44<sect3><title>Config files</title>
     
    88<sect3><title>Configuration Information</title>
    99
    10 <para>XFce includes a script named <filename>xfce_setup</filename> which
    11 will set up xfce for the user.  Also included is a script named <filename>xfce_remove</filename> which returns the configuration files to their previous state.</para>
     10<para><application>XFce</application> includes a script named
     11<filename>xfce_setup</filename> which
     12will set up xfce for the user.  Also included is a script named
     13<filename>xfce_remove</filename> which returns the configuration files to their
     14previous state.</para>
    1215</sect3>
    1316
  • x/wm/xfce/xfce-desc.xml

    r0f47226 r8a69010  
    22<title>Contents</title>
    33
    4 <para>The XFce package contains <userinput>CDE2Xfcepal</userinput>,
    5 <userinput>startxfce</userinput>, <userinput>xfbd</userinput>, <userinput>xfbdmgr</userinput>, <userinput>xfce</userinput>, <userinput>xfce_remove</userinput>,
    6 <userinput>xfce_setup</userinput>, <userinput>xfce_upgrade</userinput>,
    7 <userinput>xfclock</userinput>, <userinput>xfdiff</userinput>,
    8 <userinput>xfglob</userinput>, <userinput>xfgnome</userinput>,
    9 <userinput>xfhelp</userinput>, <userinput>xflock</userinput>,
    10 <userinput>xfmenu</userinput>, <userinput>xfmountdev</userinput>,
    11 <userinput>xfmouse</userinput>, <userinput>xfmouse</userinput>,
    12 <userinput>xfpager</userinput>, <userinput>xfplay</userinput>,
    13 <userinput>xfprint</userinput>, <userinput>xfrun</userinput>,
    14 <userinput>xfsamba</userinput>, <userinput>xfskin</userinput>,
    15 <userinput>xfsound</userinput>, <userinput>xfterm</userinput>,
    16 <userinput>xftrash</userinput>, <userinput>xftree</userinput>,
    17 <userinput>xfumed</userinput> and <userinput>xfwm</userinput>.</para>
     4<para>The <application>XFce</application> package contains
     5<command>CDE2Xfcepal</command>,
     6<command>startxfce</command>, <command>xfbd</command>,
     7<command>xfbdmgr</command>, <command>xfce</command>,
     8<command>xfce_remove</command>,
     9<command>xfce_setup</command>, <command>xfce_upgrade</command>,
     10<command>xfclock</command>, <command>xfdiff</command>,
     11<command>xfglob</command>, <command>xfgnome</command>,
     12<command>xfhelp</command>, <command>xflock</command>,
     13<command>xfmenu</command>, <command>xfmountdev</command>,
     14<command>xfmouse</command>, <command>xfmouse</command>,
     15<command>xfpager</command>, <command>xfplay</command>,
     16<command>xfprint</command>, <command>xfrun</command>,
     17<command>xfsamba</command>, <command>xfskin</command>,
     18<command>xfsound</command>, <command>xfterm</command>,
     19<command>xftrash</command>, <command>xftree</command>,
     20<command>xfumed</command> and <command>xfwm</command>.</para>
    1821
    1922</sect2>
     
    2225
    2326<sect3><title>CDE2Xfcepal</title>
    24 <para>CDE2Xfcepal converts CDE palettes to XFce palettes.</para></sect3>
     27<para><command>CDE2Xfcepal</command> converts <acronym>CDE</acronym> palettes
     28to <application>XFce</application> palettes.</para></sect3>
    2529
    2630<sect3><title>startxfce</title>
    27 <para>startxfce initializes and starts the X server using
    28 <filename>~/.xinitrc</filename>.</para></sect3>
     31<para><command>startxfce</command> initializes and starts the
     32<application>X</application> server using <filename>~/.xinitrc</filename>.
     33</para></sect3>
    2934
    3035<sect3><title>xfbd</title>
    31 <para>xfbd is the backdrop manager for XFce.</para></sect3>
     36<para><command>xfbd</command> is the backdrop manager for
     37<application>XFce</application>.</para></sect3>
    3238
    3339<sect3><title>xfbdmgr</title>
    34 <para>xfbdmgr is the list manager for XFce.</para></sect3>
     40<para><command>xfbdmgr</command> is the list manager for
     41<application>XFce</application>.</para></sect3>
    3542
    3643<sect3><title>xfce</title>
    37 <para>xfce is an easy-to-use and easy-to-configure toolbar for
    38 X11.</para></sect3>
     44<para><command>xfce</command> is an easy-to-use and easy-to-configure toolbar
     45for <application>X11</application>.</para></sect3>
    3946
    4047<sect3><title>xfce_remove</title>
    41 <para>xfce_remove is a uninstall script to remove XFce as the desktop
    42 environment are restore the previous settings.</para></sect3>
     48<para><command>xfce_remove</command> is a uninstall script to remove
     49<application>XFce</application> as the desktop environment are restore the
     50previous settings.</para></sect3>
    4351
    4452<sect3><title>xfce_setup</title>
    45 <para>xfce_setup is a configuration script to create <filename>~./xinitrc</filename> for XFce.</para></sect3>
     53<para><command>xfce_setup</command> is a configuration script to create
     54<filename>~./xinitrc</filename> for <application>XFce</application>.</para>
     55</sect3>
    4656
    4757<sect3><title>xfce_upgrade</title>
    48 <para>xfce_upgrade is the configuration script used to update versions
    49 of XFce.</para></sect3>
     58<para><command>xfce_upgrade</command> is the configuration script used to
     59update versions of <application>XFce</application>.</para></sect3>
    5060
    5161<sect3><title>xfclock</title>
    52 <para>xfce_clock is a clock and calendar for XFce.</para></sect3>
     62<para><command>xfce_clock</command> is a clock and calendar for
     63<application>XFce</application>.</para></sect3>
    5364
    5465<sect3><title>xfdiff</title>
    55 <para>xfdiff is a visual diff for XFce.</para></sect3>
     66<para><command>xfdiff</command> is a visual diff for
     67<application>XFce</application>.</para></sect3>
    5668
    5769<sect3><title>xfglob</title>
    58 <para>xfglob is the file finder of XFce.</para></sect3>
     70<para><command>xfglob</command> is the file finder of
     71<application>XFce</application>.</para></sect3>
    5972
    6073<sect3><title>xfgnome</title>
    61 <para>xfgnome is the GNOME compliancy module for XFwm.</para></sect3>
     74<para><command>xfgnome</command> is the GNOME compliancy module for
     75<command>xfwm</command>.</para></sect3>
    6276
    6377<sect3><title>xfhelp</title>
    64 <para>xfhelp is script that launches a HTML browser to display online documentation.</para></sect3>
     78<para><command>xfhelp</command> is script that launches a
     79<acronym>HTML</acronym> browser to display online documentation.</para></sect3>
    6580
    6681<sect3><title>xflock</title>
    67 <para>xflock is a script used to lock the current screen during drag and
    68 drop actions.</para></sect3>
     82<para><command>xflock</command> is a script used to lock the current screen
     83during drag and drop actions.</para></sect3>
    6984
    7085<sect3><title>xfmenu</title>
    71 <para>xfmenu is the menu launcher for XFce.</para></sect3>
     86<para><command>xfmenu</command> is the menu launcher for
     87<application>XFce</application>.</para></sect3>
    7288
    7389<sect3><title>xfmountdev</title>
    74 <para>xfmountdev mounts a device on the specified mount point and
    75 launches xftree, then unmounts the device when xftree finishes.</para></sect3>
     90<para><command>xfmountdev</command> mounts a device on the specified mount
     91point and launches <command>xftree</command>, then unmounts the device
     92when <command>xftree</command> finishes.</para></sect3>
    7693
    7794<sect3><title>xfmouse</title>
    78 <para>xfmouse is a mouse configurator for XFce.</para></sect3>
     95<para><command>xfmouse</command> is a mouse configurator for
     96<application>XFce</application>.</para></sect3>
    7997
    8098<sect3><title>xfpager</title>
    81 <para>xfpager is the pager of XFwm.</para></sect3>
     99<para><command>xfpager</command> is the pager of <command>xfwm</command>.
     100</para></sect3>
    82101
    83102<sect3><title>xfplay</title>
    84 <para>xfplay is a script that executes the play program (not included in
    85 package.</para></sect3>
     103<para><command>xfplay</command> is a script that executes the play program (not
     104included in package.</para></sect3>
    86105
    87106<sect3><title>xfprint</title>
    88 <para>xfprint is a minimalist printing wrapper to be used as a drag and drop
    89 action for the XFce front panel.</para></sect3>
     107<para><command>xfprint</command> is a minimalist printing wrapper to be used as
     108a drag and drop action for the <application>XFce</application> front panel.
     109</para></sect3>
    90110
    91111<sect3><title>xfrun</title>
    92 <para>xfrun is the program launcher for XFce.</para></sect3>
     112<para><command>xfrun</command> is the program launcher for
     113<application>XFce</application>.</para></sect3>
    93114
    94115<sect3><title>xfsamba</title>
    95 <para>xfsamba is samba front end for XFce.</para></sect3>
     116<para><command>xfsamba</command> is <application>Samba</application> front end
     117for <application>XFce</application>.</para></sect3>
    96118
    97119<sect3><title>xfskin</title>
    98 <para>xfskin is a script to manage themes for XFce.</para></sect3>
     120<para><command>xfskin</command> is a script to manage themes for
     121<application>XFce</application>.</para></sect3>
    99122
    100123<sect3><title>xfsound</title>
    101 <para>xfsound is the sound server for XFce.</para></sect3>
     124<para><command>xfsound</command> is the sound server for
     125<application>XFce</application>.</para></sect3>
    102126
    103127<sect3><title>xfterm</title>
    104 <para>xfterm is a small terminal wrapper to be used as a drag and drop
    105 action for the XFce front panel.</para></sect3>
     128<para><command>xfterm</command> is a small terminal wrapper to be used as a
     129drag and drop action for the <application>XFce</application> front panel.
     130</para></sect3>
    106131
    107132<sect3><title>xftrash</title>
    108 <para>xftrash is a small script to be used as a drag and drop action for
    109 the XFce front panel.</para></sect3>
     133<para><command>xftrash</command> is a small script to be used as a drag and
     134drop action for the <application>XFce</application> front panel.</para></sect3>
    110135
    111136<sect3><title>xftree</title>
    112 <para>xftree is the file manager for XFce.</para></sect3>
     137<para><command>xftree</command> is the file manager for
     138<application>XFce</application>.</para></sect3>
    113139
    114140<sect3><title>xfumed</title>
    115 <para>xfumed is the user menu editor for XFce.</para></sect3>
     141<para><command>xfumed</command> is the user menu editor for
     142<application>XFce</application>.</para></sect3>
    116143
    117144<sect3><title>xfwm</title>
    118 <para>xfwm is a window manager for X11.</para></sect3>
     145<para><command>xfwm</command> is a window manager for
     146<application>X11</application>.</para></sect3>
    119147
    120148
  • x/wm/xfce/xfce-exp.xml

    r0f47226 r8a69010  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--datadir=/usr/share</userinput> : This command puts
     4<para><command>--datadir=/usr/share</command> : This command puts
    55resource files into <filename>/usr/share/xfce</filename> instead of
    66<filename>/usr/local/share/xfce</filename>.</para>
  • x/wm/xfce/xfce-inst.xml

    r0f47226 r8a69010  
    11<sect2>
    2 <title>Installation of XFce</title>
     2<title>Installation of <application>XFce</application></title>
    33
    4 <para>Install XFce by running the following commands:</para>
     4<para>Install <application>XFce</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=/usr --datadir=/usr/share --sysconfdir=/etc &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr --datadir=/usr/share --sysconfdir=/etc &amp;&amp;
    77make &amp;&amp;
    8 make install</userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
  • x/wm/xfce/xfce-intro.xml

    r0f47226 r8a69010  
    11<sect2>
    2 <title>Introduction to XFce</title>
     2<title>Introduction to <application>XFce</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&xfce-download-http;"/>
    5 Download location (FTP):        <ulink url="&xfce-download-ftp;"/>
    6 Version used:                   &xfce-version;
    7 Package size:                   &xfce-size;
    8 Estimated Disk space required:  &xfce-buildsize;</screen>
     4<para>The <application>XFce</application> package contains a lightweight desktop environment.</para>
    95
    10 <para>The XFce package contains a lightweight desktop environment.</para>
    11 
    12 <screen>XFce depends on:
    13 <xref linkend="xfree86"/>, <xref linkend="GTK"/> and <xref linkend="GLib"/>
    14 XFce will utilize:
    15 <xref linkend="gdk"/>, <xref linkend="imlib"/>, <xref linkend="libpng"/>,
    16 <xref linkend="libjpeg"/>, <xref linkend="libungif"/> and <xref linkend="libtiff"/></screen>
     6<sect3><title>Package information</title>
     7<itemizedlist spacing='compact'>
     8<listitem><para>Download (HTTP): <ulink
     9url="&xfce-download-http;"/></para></listitem>
     10<listitem><para>Download (FTP): <ulink
     11url="&xfce-download-ftp;"/></para></listitem>
     12<listitem><para>Download size: &xfce-size;</para></listitem>
     13<listitem><para>Estimated Disk space required:
     14&xfce-buildsize;</para></listitem>
     15<listitem><para>Estimated build time:
     16&xfce-time;</para></listitem></itemizedlist>
     17</sect3>
     18                                                                               
     19<sect3><title><application>template</application> dependencies</title>
     20<sect4><title>Required</title>
     21<para><xref linkend="xfree86"/>, <xref linkend="GTK"/> and <xref
     22linkend="GLib"/></para></sect4>
     23<sect4><title>Optional</title>
     24<para><xref linkend="gdk"/>, <xref linkend="imlib"/>, <xref
     25linkend="libpng"/>,
     26<xref linkend="libjpeg"/>, <xref linkend="libungif"/> and <xref
     27linkend="libtiff"/></para></sect4>
     28</sect3>
    1729
    1830</sect2>
  • x/wm/xfce/xfce.ent

    r0f47226 r8a69010  
    1010<!ENTITY xfce-download-ftp "">
    1111<!ENTITY xfce-size "5.1 MB">
     12<!ENTITY xfce-time "">
Note: See TracChangeset for help on using the changeset viewer.