Ignore:
Timestamp:
03/16/2013 08:55:44 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c53e7e3
Parents:
bb97280
Message:

Cosmetic changes to Xfce4 Core, Deps updates, Package updates.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xfce/core/xfce4-panel.xml

    rbb97280 rdcd16c6  
    66
    77  <!ENTITY xfce4-panel-download-http
    8     "http://archive.xfce.org/src/xfce/xfce4-panel/&xfce4-version;/xfce4-panel-&xfce4-panel-version;.tar.bz2">
     8           "http://archive.xfce.org/src/xfce/xfce4-panel/&xfce4-version;/xfce4-panel-&xfce4-panel-version;.tar.bz2">
    99  <!ENTITY xfce4-panel-download-ftp  " ">
    1010  <!ENTITY xfce4-panel-md5sum        "cf7351a4b952dbe3fc5ff509c68def33">
     
    2929
    3030  <sect2 role="package">
    31     <title>Introduction to Xfce4-Panel</title>
    32 
    33     <para>
    34       The <application>Xfce4-Panel</application> package contains the
     31    <title>Introduction to Xfce4 Panel</title>
     32
     33    <para>
     34      The <application>Xfce4 Panel</application> package contains the
    3535      <application>Xfce4</application> Panel.
    3636    </para>
     
    7272    </itemizedlist>
    7373
    74     <bridgehead renderas="sect3">Xfce4-Panel Dependencies</bridgehead>
     74    <bridgehead renderas="sect3">Xfce4 Panel Dependencies</bridgehead>
    7575
    7676    <bridgehead renderas="sect4">Required</bridgehead>
     
    7979      <xref linkend="garcon"/>,
    8080      <xref linkend="libwnck2"/> and
    81       <xref linkend="libxfce4ui"/>.
     81      <xref linkend="libxfce4ui"/>
    8282    </para>
    8383
    8484    <bridgehead renderas="sect4">Optional</bridgehead>
    8585    <para role="optional">
    86       <xref linkend="gtk-doc"/>.
     86      <xref linkend="gtk-doc"/>
    8787    </para>
    8888
     
    9393
    9494  <sect2 role="installation">
    95     <title>Installation of Xfce4-Panel</title>
    96 
    97     <para>
    98       Install <application>Xfce4-Panel</application> by running the following
     95    <title>Installation of Xfce4 Panel</title>
     96
     97    <para>
     98      Install <application>Xfce4 Panel</application> by running the following
    9999      commands:
    100100    </para>
    101101
    102 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --disable-static \
    103   --docdir=/usr/share/doc/xfce4-panel-&xfce4-panel-version; &amp;&amp;
     102<screen><userinput>./configure --prefix=/usr \
     103            --sysconfdir=/etc \
     104            --docdir=/usr/share/doc/xfce4-panel-&xfce4-panel-version; \
     105            --disable-static &amp;&amp;
    104106make</userinput></screen>
    105107
     
    113115
    114116<screen role="root"><userinput>make install</userinput></screen>
     117
    115118  </sect2>
    116119
     
    120123    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    121124      href="../../xincludes/static-libraries.xml"/>
     125
    122126  </sect2>
    123127
     
    135139          xfce4-popup-directorymenu,
    136140          xfce4-popup-applicationsmenu and
    137           xfce4-popup-windowmenu.
     141          xfce4-popup-windowmenu
    138142        </seg>
    139         <seg>libxfce4panel-1.0.so.</seg>
     143        <seg>
     144          libxfce4panel-1.0.so
     145        </seg>
    140146        <seg>
    141147          /etc/xdg/xfce4/panel,
     
    145151          /usr/share/doc/xfce4-panel-&xfce4-panel-version;,
    146152          /usr/share/gtk-doc/html/libxfce4panel-1.0 and
    147           /usr/share/xfce4/panel.
     153          /usr/share/xfce4/panel
    148154        </seg>
    149155      </seglistitem>
     
    171177        <listitem>
    172178          <para>
    173             is a shell script that uses <application>DBus</application> and
     179            is a shell script that uses <application>D-Bus</application> and
    174180            <application>Xfce Panel</application> to display a popup menu of the
    175181            installed applications.
     
    185191        <listitem>
    186192          <para>
    187             is a shell script that uses <application>DBus</application> and
     193            is a shell script that uses <application>D-Bus</application> and
    188194            <application>Xfce Panel</application> to display a popup menu of
    189195            your home folder and its subdirectories.
     
    219225        </listitem>
    220226      </varlistentry>
     227
    221228    </variablelist>
    222   </sect2>
     229
     230  </sect2>
     231
    223232</sect1>
Note: See TracChangeset for help on using the changeset viewer.