source: lxqt/desktop/xdg-desktop-portal-lxqt.xml@ ab4fdfc

12.1 ken/TL2024 lazarus plabs/newcss rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since ab4fdfc was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 5 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 3.9 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 xdg-desktop-portal-lxqt-download-http "https://github.com/lxqt/xdg-desktop-portal-lxqt/releases/download/&xdg-desktop-portal-lxqt-version;/xdg-desktop-portal-lxqt-&xdg-desktop-portal-lxqt-version;.tar.xz">
8 <!ENTITY xdg-desktop-portal-lxqt-download-ftp " ">
9 <!ENTITY xdg-desktop-portal-lxqt-md5sum "364cb93bd4ad1f3d0e5e932ea118dc80">
10 <!ENTITY xdg-desktop-portal-lxqt-size "16 KB">
11 <!ENTITY xdg-desktop-portal-lxqt-buildsize "1.9 MB">
12 <!ENTITY xdg-desktop-portal-lxqt-time "less than 0.1 SBU">
13]>
14
15<sect1 id="xdg-desktop-portal-lxqt" xreflabel="xdg-desktop-portal-lxqt-&xdg-desktop-portal-lxqt-version;">
16 <?dbhtml filename="xdg-desktop-portal-lxqt.html"?>
17
18 <title>xdg-desktop-portal-lxqt-&xdg-desktop-portal-lxqt-version;</title>
19
20 <indexterm zone="xdg-desktop-portal-lxqt">
21 <primary sortas="a-xdg-desktop-portal-lxqt">xdg-desktop-portal-lxqt</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to xdg-desktop-portal-lxqt</title>
26
27 <para>
28 <application>xdg-desktop-portal-lxqt</application> is a backend for
29 <application>xdg-desktop-portal</application>, that is using the Qt
30 library.
31 </para>
32
33 &lfs120_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&xdg-desktop-portal-lxqt-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&xdg-desktop-portal-lxqt-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &xdg-desktop-portal-lxqt-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &xdg-desktop-portal-lxqt-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &xdg-desktop-portal-lxqt-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &xdg-desktop-portal-lxqt-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">xdg-desktop-portal-lxqt Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="libfm-qt"/>,
74 (<xref linkend="lxqt-kwindowsystem"/> or
75 <xref role="nodep" linkend="kf5-frameworks"/>), and
76 <xref role="runtime" linkend="xdg-desktop-portal"/> (at runtime)
77 </para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of xdg-desktop-portal-lxqt</title>
83
84 <para>
85 Install <application>xdg-desktop-portal-lxqt</application> by running the
86 following commands:
87 </para>
88
89<screen><userinput>mkdir build &amp;&amp;
90cd build &amp;&amp;
91
92cmake -DCMAKE_INSTALL_PREFIX=/usr \
93 -DCMAKE_BUILD_TYPE=Release \
94 .. &amp;&amp;
95make</userinput></screen>
96
97 <para>
98 This package does not come with a test suite.
99 </para>
100
101 <para>
102 Now, as the &root; user:
103 </para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Program</segtitle>
114 <segtitle>Installed Library</segtitle>
115 <segtitle>Installed Directory</segtitle>
116
117 <seglistitem>
118 <seg>
119 one daemon in /usr/libexec
120 </seg>
121 <seg>
122 None
123 </seg>
124 <seg>
125 /usr/share/xdg-desktop-portal (if no other
126 <application>xdg-desktop-portal</application> backend is installed)
127 </seg>
128 </seglistitem>
129 </segmentedlist>
130 </sect2>
131</sect1>
Note: See TracBrowser for help on using the repository browser.