source: archive/kuserfeedback.xml

trunk
Last change on this file was 6d8eeb9, checked in by Bruce Dubbs <bdubbs@…>, 6 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: 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.