Ignore:
Timestamp:
03/24/2016 12:23:12 AM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
d0a06208
Parents:
79f3af4
Message:

Remove KDE4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/libdbusmenuqt.xml

    r79f3af4 r9e04432  
    3131
    3232    <para>This library provides a <application>Qt</application> implementation
    33     of the DBusMenu specification that exposes menus via DBus.  Its
     33    of the DBusMenu specification that exposes menus via DBus.<!--  Its
    3434    libraries are used by both KDE4 and KF5, but they must be linked to <xref
    3535    linkend='qt4'/> and <xref linkend='qt5'/> respectively. The two versions do
    36     not conflict with each other. </para>
     36    not conflict with each other.--> </para>
    3737
    3838    &lfs79_checked;
     
    6464    <bridgehead renderas="sect4">Required</bridgehead>
    6565    <para role="required">
    66     <xref linkend="qt4"/> or <xref linkend="qt5"/>
     66    <!--<xref linkend="qt4"/> or --><xref linkend="qt5"/>
    6767    </para>
    6868
     
    8080  <sect2 role="installation">
    8181    <title>Installation of libdbusmenu-qt</title>
    82 
     82<!--
    8383    <para>Install the qt4 based version of
    8484    <application>libdbusmenu-qt</application> by running the following
     
    102102
    103103<screen role="root"><userinput>make install</userinput></screen>
    104 
    105     <para>Install the qt5 based version of
     104-->
     105    <para>Install <!--the qt5 based version of-->
    106106    <application>libdbusmenu-qt</application> by running the following
    107107    commands:</para>
    108 
     108<!--
    109109    <note><para>If building both versions of this application, be sure
    110110    to remove the previous version of the source and reextract them from
    111111    the original tar file.</para></note>
    112 
     112-->
    113113<screen><userinput>mkdir build &amp;&amp;
    114114cd    build &amp;&amp;
     
    137137    build without debugging symbols and apply a higher level of compiler
    138138    optimizations.</para>
    139 
     139<!--
    140140    <para><option>-DUSE_QT4=TRUE</option>: This switch is used to ensure that
    141141    Qt4 version of the library is built even if Qt5 is present.</para>
    142 
     142-->
    143143    <para><option>-DWITH_DOC=OFF</option>: This option is set to avoid building
    144144    the API documentation. Omit it if you have <application>doxygen</application>
     
    157157      <seglistitem>
    158158        <seg>None</seg>
    159         <seg>libdbusmenu-qt.so and libdbusmenu-qt5.so</seg>
    160         <seg>/usr/lib/cmake/dbusmenu-qt5,
    161              /usr/include/dbusmenu-qt and
     159        <seg>libdbusmenu-qt5.so</seg>
     160        <seg>/usr/lib/cmake/dbusmenu-qt5 and
    162161             /usr/include/dbusmenu-qt5</seg>
    163162      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.