Changeset 69b2349 for kde


Ignore:
Timestamp:
06/08/2016 02:30:12 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
08f422e
Parents:
1552ac8
Message:

Update graphviz to build with Qt5
Archive qjson

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/libdbusmenuqt.xml

    r1552ac8 r69b2349  
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    6262    <para role="required">
    63     <!--<xref linkend="qt4"/> or --><xref linkend="qt5"/>
     63      <xref linkend="qt5"/>
    6464    </para>
    6565
    6666    <bridgehead renderas="sect4">Optional</bridgehead>
    6767    <para role="optional">
    68     <xref linkend="qjson"/> (for building the test suite) and
    69     <xref linkend="doxygen"/> (for building the API documentation)
     68      <xref linkend="doxygen"/> (for building the API documentation)
    7069    </para>
    7170
     
    7776  <sect2 role="installation">
    7877    <title>Installation of libdbusmenu-qt</title>
    79 <!--
    80     <para>Install the qt4 based version of
    81     <application>libdbusmenu-qt</application> by running the following
    82     commands:</para>
    8378
    84 <screen><userinput>mkdir build &amp;&amp;
    85 cd    build &amp;&amp;
     79    <para>Install <application>libdbusmenu-qt</application> by running the
     80    following commands:</para>
    8681
    87 cmake -DCMAKE_INSTALL_PREFIX=/usr \
    88       -DCMAKE_BUILD_TYPE=Release  \
    89       -DUSE_QT4=TRUE              \
    90       -DWITH_DOC=OFF              \
    91       -Wno-dev .. &amp;&amp;
    92 make</userinput></screen>
    93 
    94     <para>To test the results
    95     (<xref linkend="qjson"/> must be installed),
    96     issue: <command>make -k check</command>. One test is known to fail.</para>
    97 
    98     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    99 
    100 <screen role="root"><userinput>make install</userinput></screen>
    101 -->
    102     <para>Install <!--the qt5 based version of-->
    103     <application>libdbusmenu-qt</application> by running the following
    104     commands:</para>
    105 <!--
    106     <note><para>If building both versions of this application, be sure
    107     to remove the previous version of the source and reextract them from
    108     the original tar file.</para></note>
    109 -->
    11082<screen><userinput>mkdir build &amp;&amp;
    11183cd    build &amp;&amp;
     
    11789make</userinput></screen>
    11890
     91    <!--
    11992    <para>
    12093      To test the results (<xref linkend="qjson"/> must be installed),
    12194      issue: <command>make -k check</command>. One test is known to fail.
    12295    </para>
     96    -->
     97
     98    <para>This packages doe not come wiht a working test suite.</para>
    12399
    124100    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.