Changeset 8b5b31b for xfce/core


Ignore:
Timestamp:
09/24/2015 03:27:00 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
585aee3c
Parents:
52d92be5
Message:
  • lm_sensors-3.4.0: fix to a working URL and minor html format fix.
  • libnl-3.2.25: fix to working URLs.
  • xfce4-xkb-plugin-0.7.1: Fix to place the xkb-plugin in the default

Xfce4 panel plugins directory.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xfce/core/xfce4-xkb-plugin.xml

    r52d92be5 r8b5b31b  
    9898    <title>Installation of Xfce4 Keyboard Plugin</title>
    9999
    100     <para>First, fix a path issue for a plugin:</para>
    101 
    102 <screen><userinput>sed -e 's|xfce4/panel-plugins|xfce4/panel/plugins|' \
    103     -i panel-plugin/{Makefile.in,xkb-plugin.desktop.in.in}</userinput></screen>
    104 
    105100    <para>
    106101      Install <application>Xfce4 Keyboard Plugin</application> by running the
     
    108103    </para>
    109104
    110 <screen><userinput>./configure --prefix=/usr --disable-debug &amp;&amp;
     105<screen><userinput>sed -e 's|xfce4/panel-plugins|xfce4/panel/plugins|' \
     106    -i panel-plugin/{Makefile.in,xkb-plugin.desktop.in.in} &amp;&amp;
     107
     108./configure --prefix=/usr         \
     109            --libexecdir=/usr/lib \
     110            --disable-debug       &amp;&amp;
     111
    111112make</userinput></screen>
    112113
     
    125126  <sect2 role="commands">
    126127    <title>Command Explanations</title>
     128
     129    <para>
     130      <command>sed -e ... xkb-plugin.desktop.in.in}</command> and
     131      <parameter>--libexecdir=/usr/lib</parameter>: The sed and the
     132      switch are necessary to place the xkb-plugin in the default
     133      Xfce4 panel plugins directory.
     134    </para>
    127135
    128136    <para>
Note: See TracChangeset for help on using the changeset viewer.