source: kde/libdbusmenuqt.xml@ b1add97c

ken/TL2024 lazarus trunk
Last change on this file since b1add97c was b60f1ce, checked in by Bruce Dubbs <bdubbs@…>, 3 months ago

Preliminry update to kf6-6.0.0.

This update replaces kf5. In doing so there are several packages
in BLFS that are broken, notably the LXQt packages that reference
kf5 packages.

Trying to maintain kf5 and kf6 in the book is more effort than it
is worth. For those that want the kf5 based elements, blfs-12.1
still works.

Several packages were updated to build with qt6 so they are not available
for packages that need the qt5 versions, These include qca, polkit-qt, and
phonon. A couple of packages that are no longer needed for kf6 are still
in the book: kuserfeedback and libdbusmenuqt.

Many filenames still need to be changed, e.g. kf5-frameworks.xml, as
well as xml defined identifiers.

Later when LXQt releases their qt6/kf6 based packages, then we will
do a scrub of all the book internals to make names consistent.

  • 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 <note>
34 <para>
35 This package is not used by kf6.
36 </para>
37 </note>
38
39 &lfs121_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&libdbusmenu-qt-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&libdbusmenu-qt-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &libdbusmenu-qt-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &libdbusmenu-qt-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &libdbusmenu-qt-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &libdbusmenu-qt-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">libdbusmenu-qt Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="qt5"/>
80 </para>
81
82<!-- needs Qt4
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="doxygen"/> (for building the API documentation)
86 </para>-->
87
88
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of libdbusmenu-qt</title>
93
94 <para>
95 Install <application>libdbusmenu-qt</application> by running the
96 following commands:
97 </para>
98
99<screen><userinput>mkdir build &amp;&amp;
100cd build &amp;&amp;
101
102cmake -DCMAKE_INSTALL_PREFIX=/usr \
103 -DCMAKE_BUILD_TYPE=Release \
104 -DWITH_DOC=OFF \
105 -Wno-dev .. &amp;&amp;
106make</userinput></screen>
107
108 <!--
109 <para>
110 To test the results (<xref linkend="qjson"/> must be installed),
111 issue: <command>make -k check</command>. One test is known to fail.
112 </para>
113 -->
114
115 <para>
116 This package does not come with a working test suite.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <para>
131 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
132 used to build without debugging symbols and apply a higher level of
133 compiler optimizations.
134 </para>
135
136 <para>
137 <parameter>-DWITH_DOC=OFF</parameter>: This option is set to avoid
138 trying to build the API documentation which requires obsolete Qt4.
139 </para>
140
141 </sect2>
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Programs</segtitle>
148 <segtitle>Installed Library</segtitle>
149 <segtitle>Installed Directory</segtitle>
150
151 <seglistitem>
152 <seg>None</seg>
153 <seg>libdbusmenu-qt5.so</seg>
154 <seg>/usr/lib/cmake/dbusmenu-qt5 and
155 /usr/include/dbusmenu-qt5</seg>
156 </seglistitem>
157 </segmentedlist>
158<!--
159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="a-automoc4">
165 <term><command>automoc4</command></term>
166 <listitem>
167 <para>
168 is a testing utility for libdbusmenu-qt-generated build trees.
169 </para>
170 <indexterm zone="a-automoc4 automoc4">
171 <primary sortas="b-automoc4">automoc4</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 </variablelist>
177-->
178 </sect2>
179
180</sect1>
Note: See TracBrowser for help on using the repository browser.