Changeset 9e04432 for kde/libdbusmenuqt.xml
- Timestamp:
- 03/24/2016 12:23:12 AM (9 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/libdbusmenuqt.xml
r79f3af4 r9e04432 31 31 32 32 <para>This library provides a <application>Qt</application> implementation 33 of the DBusMenu specification that exposes menus via DBus. Its33 of the DBusMenu specification that exposes menus via DBus.<!-- Its 34 34 libraries are used by both KDE4 and KF5, but they must be linked to <xref 35 35 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> 37 37 38 38 &lfs79_checked; … … 64 64 <bridgehead renderas="sect4">Required</bridgehead> 65 65 <para role="required"> 66 < xref linkend="qt4"/> or<xref linkend="qt5"/>66 <!--<xref linkend="qt4"/> or --><xref linkend="qt5"/> 67 67 </para> 68 68 … … 80 80 <sect2 role="installation"> 81 81 <title>Installation of libdbusmenu-qt</title> 82 82 <!-- 83 83 <para>Install the qt4 based version of 84 84 <application>libdbusmenu-qt</application> by running the following … … 102 102 103 103 <screen role="root"><userinput>make install</userinput></screen> 104 105 <para>Install the qt5 based version of104 --> 105 <para>Install <!--the qt5 based version of--> 106 106 <application>libdbusmenu-qt</application> by running the following 107 107 commands:</para> 108 108 <!-- 109 109 <note><para>If building both versions of this application, be sure 110 110 to remove the previous version of the source and reextract them from 111 111 the original tar file.</para></note> 112 112 --> 113 113 <screen><userinput>mkdir build && 114 114 cd build && … … 137 137 build without debugging symbols and apply a higher level of compiler 138 138 optimizations.</para> 139 139 <!-- 140 140 <para><option>-DUSE_QT4=TRUE</option>: This switch is used to ensure that 141 141 Qt4 version of the library is built even if Qt5 is present.</para> 142 142 --> 143 143 <para><option>-DWITH_DOC=OFF</option>: This option is set to avoid building 144 144 the API documentation. Omit it if you have <application>doxygen</application> … … 157 157 <seglistitem> 158 158 <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 162 161 /usr/include/dbusmenu-qt5</seg> 163 162 </seglistitem>
Note:
See TracChangeset
for help on using the changeset viewer.