source: kde/kuserfeedback.xml@ fee60762

ken/TL2024 lazarus trunk xry111/llvm18
Last change on this file since fee60762 was b60f1ce, checked in by Bruce Dubbs <bdubbs@…>, 4 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: 3.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 <!ENTITY kuserfeedback-download-http "https://download.kde.org/stable/kuserfeedback/kuserfeedback-&kuserfeedback-version;.tar.xz">
7 <!ENTITY kuserfeedback-download-ftp " ">
8 <!ENTITY kuserfeedback-md5sum "d5e787de6cf0001f23133694dbffd96f">
9 <!ENTITY kuserfeedback-size "228 KB">
10 <!ENTITY kuserfeedback-buildsize "24 MB">
11 <!ENTITY kuserfeedback-time "0.2 SBU (using parallelism=4)">
12]>
13
14<sect1 id="kuserfeedback" xreflabel="kuserfeedback-&kuserfeedback-version;">
15 <?dbhtml filename="kuserfeedback.html"?>
16
17 <title>kuserfeedback-&kuserfeedback-version;</title>
18
19 <indexterm zone="kuserfeedback">
20 <primary sortas="a-kuserfeedback">kuserfeedback</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title>Introduction to Kuserfeedback</title>
25
26 <para>
27 The <application>kuserfeedback</application> package contains a
28 framework for collecting user feedback for applications via telemetry
29 and surveys.
30 </para>
31
32 <note>
33 <para>
34 This packages is not used by kf6.
35 </para>
36 </note>
37
38 &lfs121_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&kuserfeedback-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&kuserfeedback-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &kuserfeedback-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &kuserfeedback-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &kuserfeedback-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &kuserfeedback-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Kuserfeedback Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="extra-cmake-modules"/> and
79 <xref linkend="qt5"/>
80 </para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of Kuserfeedback</title>
86
87 <para>
88 Install <application>kuserfeedback</application> by running the following
89 commands:
90 </para>
91
92<screen><userinput>mkdir build &amp;&amp;
93cd build &amp;&amp;
94
95cmake -DCMAKE_INSTALL_PREFIX=/usr \
96 -DCMAKE_BUILD_TYPE=Release \
97 -DBUILD_TESTING=OFF \
98 -Wno-dev .. &amp;&amp;
99make</userinput></screen>
100
101 <para>
102 This package does not come with a test suite.
103 </para>
104
105 <para>
106 Now, as the <systemitem class="username">root</systemitem> user:
107 </para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Libraries</segtitle>
119 <segtitle>Installed Directories</segtitle>
120
121 <seglistitem>
122 <seg>
123 UserFeedbackConsole and
124 userfeedbackctl
125 </seg>
126 <seg>
127 libKUserFeedbackCore.so and
128 libKUserFeedbackWidgets.so
129 </seg>
130 <seg>
131 /usr/include/KUserFeedback,
132 /usr/lib/qml/org/kde/userfeedback,
133 /usr/lib/cmake/KUserFeedback,
134 /usr/share/KDE/UserFeedbackConsole, and
135 /usr/share/qlogging-categories5
136 </seg>
137 </seglistitem>
138 </segmentedlist>
139
140 </sect2>
141
142</sect1>
Note: See TracBrowser for help on using the repository browser.