source: general/genlib/libdbusmenuqt.xml

trunk
Last change on this file was 6d8eeb9, checked in by Bruce Dubbs <bdubbs@…>, 5 weeks ago

Intermediate commit for kde6.

This is a large, but still intermediate commit for KDE6 (kf6 and plasma6).
These are the key changes:

Update kf6 dependencies.

Remove kuserfeedback (it is now a part of kf6).

Move libdbusmenu-qt to General Libraries. It is still needed for LXQt, but
will be remmoved when LXQt moves to Qt6 and LF6/Plasma6.

Made some changes to bluez to use &root;.

Commented out kmix, libkcddb, and k3b. These are still kf5 apps and would
require adding back most of kf5 to the book. It's easier to just wait for
these to be updated to qt6/kf6.

Removed references to the full qt5 package in LXQt packages. It mkes no sense
now that Qt6 is in the book to also build the full (deprecated) Qt5 package.
It may makes sense to just remove the full Qt5 package from th ebook now.

Renamed an internal referece from plasma5-build to just plasma-build in polkit
and mesa.

  • Property mode set to 100644
File size: 4.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libdbusmenu-qt-download-http "https://launchpad.net/ubuntu/+archive/primary/+files/libdbusmenu-qt_&libdbusmenu-qt-version;.orig.tar.gz">
8 <!ENTITY libdbusmenu-qt-download-ftp " ">
9 <!ENTITY libdbusmenu-qt-md5sum "8b90312bd8654e026d814d4db986ce5e">
10 <!ENTITY libdbusmenu-qt-size "48 KB">
11 <!ENTITY libdbusmenu-qt-buildsize "4.6 MB">
12 <!ENTITY libdbusmenu-qt-time "0.4 SBU">
13]>
14
15<sect1 id="libdbusmenu-qt" xreflabel="libdbusmenu-qt-&libdbusmenu-qt-version;">
16 <?dbhtml filename="libdbusmenu-qt.html"?>
17
18
19 <title>libdbusmenu-qt-&libdbusmenu-qt-version;</title>
20
21 <indexterm zone="libdbusmenu-qt">
22 <primary sortas="a-libdbusmenu-qt">libdbusmenu-qt</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libdbusmenu-qt</title>
27
28 <para>
29 This library provides a <application>Qt</application> implementation
30 of the DBusMenu specification that exposes menus via DBus.
31 </para>
32
33 &lfs121_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&libdbusmenu-qt-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&libdbusmenu-qt-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &libdbusmenu-qt-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &libdbusmenu-qt-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &libdbusmenu-qt-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &libdbusmenu-qt-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">libdbusmenu-qt Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="qt5-alternate"/>
74 </para>
75
76<!-- needs Qt4
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="doxygen"/> (for building the API documentation)
80 </para>-->
81
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of libdbusmenu-qt</title>
87
88 <para>
89 Install <application>libdbusmenu-qt</application> by running the
90 following commands:
91 </para>
92
93<screen><userinput>mkdir build &amp;&amp;
94cd build &amp;&amp;
95
96cmake -DCMAKE_INSTALL_PREFIX=/usr \
97 -DCMAKE_BUILD_TYPE=Release \
98 -DWITH_DOC=OFF \
99 -Wno-dev .. &amp;&amp;
100make</userinput></screen>
101
102 <!--
103 <para>
104 To test the results (<xref linkend="qjson"/> must be installed),
105 issue: <command>make -k check</command>. One test is known to fail.
106 </para>
107 -->
108
109 <para>
110 This package does not come with a working test suite.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
124 <para>
125 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
126 used to build without debugging symbols and apply a higher level of
127 compiler optimizations.
128 </para>
129
130 <para>
131 <parameter>-DWITH_DOC=OFF</parameter>: This option is set to avoid
132 trying to build the API documentation which requires obsolete Qt4.
133 </para>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Library</segtitle>
143 <segtitle>Installed Directory</segtitle>
144
145 <seglistitem>
146 <seg>None</seg>
147 <seg>libdbusmenu-qt5.so</seg>
148 <seg>/usr/lib/cmake/dbusmenu-qt5 and
149 /usr/include/dbusmenu-qt5</seg>
150 </seglistitem>
151 </segmentedlist>
152<!--
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="a-automoc4">
159 <term><command>automoc4</command></term>
160 <listitem>
161 <para>
162 is a testing utility for libdbusmenu-qt-generated build trees.
163 </para>
164 <indexterm zone="a-automoc4 automoc4">
165 <primary sortas="b-automoc4">automoc4</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 </variablelist>
171-->
172 </sect2>
173
174</sect1>
Note: See TracBrowser for help on using the repository browser.