Changeset f46244e8 for xfce


Ignore:
Timestamp:
10/28/2014 08:54:05 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
18fa498
Parents:
44ed64ac
Message:

Changes to Xfce section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/krejzi@14780 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
xfce
Files:
4 edited
3 moved

Legend:

Unmodified
Added
Removed
  • xfce/apps/midori.xml

    r44ed64ac rf46244e8  
    7979      <xref linkend="cmake"/>,
    8080      <xref linkend="libnotify"/>,
    81       <xref linkend="webkitgtk2"/> (see "Command Explanations"), and
     81      <xref linkend="webkitgtk2"/> (Compiled against either GTK+ 2 or GTK+ 3 - see "Command Explanations"), and
    8282      <xref linkend="vala"/>
    8383    </para>
     
    140140
    141141    <para>
    142       <parameter>-DUSE_ZEITGEIST=OFF</parameter>: Remove this switch if
    143       <xref linkend="libzeitgeist"/> is installed.
     142      <parameter>-DUSE_ZEITGEIST=OFF</parameter>: This switch disables Zeitgeist
     143      support. Remove it if you have installed <xref linkend="libzeitgeist"/>.
    144144    </para>
    145145
    146146    <para>
    147147      <option>-DUSE_GTK3=1</option>: Use this switch if you want to build
    148       <application>Midori</application> with
    149       <application>WebKitGTK+</application> built against <application>GTK+
    150       3</application>, because by default it chooses
    151       <application>WebKitGTK+</application> built against <application>GTK+
    152       2</application>.
     148      <application>Midori</application> using
     149      <application>WebKitGTK+</application> built against
     150      <application>GTK+ 3</application>. <command>cmake</command>
     151      defaults to the <application>WebKitGTK+</application> built
     152      against <application>GTK+ 2</application>.
    153153    </para>
    154154
  • xfce/apps/vte2.xml

    r44ed64ac rf46244e8  
    103103<screen><userinput>./configure --prefix=/usr \
    104104            --libexecdir=/usr/lib/vte \
    105             --disable-static  &amp;&amp;
     105            --disable-static &amp;&amp;
    106106make</userinput></screen>
    107107
  • xfce/core/core.xml

    r44ed64ac rf46244e8  
    4444  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libxfcegui4.xml"/>
    4545  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce4-panel.xml"/>
    46   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="thunar.xml"/>
    47   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="thunar-volman.xml"/>
     46  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="thunar-systemd.xml"/>
     47  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="thunar-volman-systemd.xml"/>
    4848  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tumbler.xml"/>
    4949  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce4-appfinder.xml"/>
     
    5252  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfdesktop.xml"/>
    5353  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfwm4.xml"/>
    54   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce4-session.xml"/>
     54  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce4-session-systemd.xml"/>
    5555
    5656</chapter>
  • xfce/core/thunar-systemd.xml

    r44ed64ac rf46244e8  
    8181    </para>
    8282
    83     <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
    84     <para role="required runtime">
    85       <xref linkend="gnome-icon-theme"/> or
    86       <xref linkend="lxde-icon-theme"/>
    87     </para>
    88 
    8983    <bridgehead renderas="sect4">Recommended</bridgehead>
    9084    <para role="recommended">
     
    10094      <xref linkend="libexif"/> and
    10195      <xref linkend="tumbler"/> (runtime)
     96    </para>
     97
     98    <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
     99    <para role="optional">
     100      An icon theme such as <xref linkend="adwaita-icon-theme"/>,
     101      <xref linkend="gnome-icon-theme"/> or
     102      <xref linkend="lxde-icon-theme"/>
    102103    </para>
    103104
  • xfce/core/xfce4-session-systemd.xml

    r44ed64ac rf46244e8  
    7575    </itemizedlist>
    7676
     77    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     78    <itemizedlist spacing="compact">
     79      <listitem>
     80        <para>
     81          Required patch:
     82          <ulink url="&patch-root;/xfce4-session-&xfce4-session-version;-logind_suspend_hibernate-1.patch"/>
     83        </para>
     84      </listitem>
     85    </itemizedlist>
     86
    7787    <bridgehead renderas="sect3">Xfce4 Session Dependencies</bridgehead>
    7888
     
    97107    </para>
    98108
    99 <screen><userinput>./configure --prefix=/usr \
     109<screen><userinput>patch -Np1 -i ../xfce4-session-&xfce4-session-version;-logind_suspend_hibernate-1.patch &amp;&amp;
     110./configure --prefix=/usr \
    100111            --sysconfdir=/etc \
    101112            --disable-legacy-sm &amp;&amp;
     
    131142      There are several optional run time dependencies for
    132143      <application>Xfce4</application>:
    133       <xref linkend="systemd"/>,
    134144      <xref linkend="dbus"/>,
    135145      <xref linkend="gnupg2"/>,
    136       <xref linkend="hicolor-icon-theme"/> and
    137       <xref linkend="openssh"/>
     146      <xref linkend="hicolor-icon-theme"/>,
     147      <xref linkend="openssh"/> and
     148      <xref linkend="systemd"/> (for Logind)
    138149    </para>
    139150
    140151    <para>
    141152      To launch <application>Xfce4</application> use the command
    142       <command>startxfce4</command>. If you have <xref linkend="systemd"/>
    143       installed, use <command>startxfce4 --with-ck-launch</command>.
    144       <application>ConsoleKit</application> is required to perform any
    145       task that requires administrative access, including shut down
    146       and reboot.
     153      <command>startxfce4</command>.
    147154    </para>
    148155
  • xfce/core/xfce4-settings.xml

    r44ed64ac rf46244e8  
    8282    </para>
    8383
    84     <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
    85     <para role="required runtime">
    86       <xref linkend="gnome-icon-theme"/> or
    87       <xref linkend="lxde-icon-theme"/>
    88     </para>
    89 
    9084    <bridgehead renderas="sect4">Recommended</bridgehead>
    9185    <para role="recommended">
     
    9387      <xref linkend="libnotify"/> and
    9488      <xref linkend="libxklavier"/>
     89    </para>
     90
     91    <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
     92    <para role="optional">
     93      An icon theme such as <xref linkend="adwaita-icon-theme"/>,
     94      <xref linkend="gnome-icon-theme"/> or
     95      <xref linkend="lxde-icon-theme"/>
    9596    </para>
    9697
Note: See TracChangeset for help on using the changeset viewer.