source: gnome/platform/xdg-desktop-portal-gnome.xml@ e4dd745

12.1 gimp3 ken/TL2024 lazarus plabs/newcss rahul/power-profiles-daemon trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since e4dd745 was 062e3c55, checked in by Pierre Labastie <pierre.labastie@…>, 8 months ago

Tell when /usr/share/xdg-desktop-portal is installed

  • Property mode set to 100644
File size: 6.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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-gnome-download-http "https://download.gnome.org/sources/xdg-desktop-portal-gnome/&gnome-45;/xdg-desktop-portal-gnome-&xdg-desktop-portal-gnome-version;.tar.xz">
8 <!ENTITY xdg-desktop-portal-gnome-download-ftp " ">
9 <!ENTITY xdg-desktop-portal-gnome-md5sum "390b42a8a671ee20e280d69b1e2ae1c6">
10 <!ENTITY xdg-desktop-portal-gnome-size "138 KB">
11 <!ENTITY xdg-desktop-portal-gnome-buildsize "9.7 MB">
12 <!ENTITY xdg-desktop-portal-gnome-time "?? SBU">
13]>
14
15<sect1 id="xdg-desktop-portal-gnome" xreflabel="xdg-desktop-portal-gnome-&xdg-desktop-portal-gnome-version;">
16 <?dbhtml filename="xdg-desktop-portal-gnome.html"?>
17
18 <title>xdg-desktop-portal-gnome-&xdg-desktop-portal-gnome-version;</title>
19
20 <indexterm zone="xdg-desktop-portal-gnome">
21 <primary sortas="a-xdg-desktop-portal-gnome">xdg-desktop-portal-gnome</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to xdg-desktop-portal-gnome</title>
26
27 <para>
28 <application>xdg-desktop-portal-gnome</application> is a backend for
29 <application>xdg-desktop-portal</application>, that is using GTK and
30 various pieces of GNOME infrastructure.
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-gnome-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&xdg-desktop-portal-gnome-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &xdg-desktop-portal-gnome-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &xdg-desktop-portal-gnome-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &xdg-desktop-portal-gnome-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &xdg-desktop-portal-gnome-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <!--
70 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
71 <itemizedlist spacing="compact">
72 <listitem>
73 <para>
74 Required patch:
75 <ulink url="&patch-root;/xdg-desktop-portal-gnome-&xdg-desktop-portal-gnome-version;-patch_name-patch_version.patch"/>
76 </para>
77 </listitem>
78 </itemizedlist>
79 -->
80 <bridgehead renderas="sect3">xdg-desktop-portal-gnome Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
84 <xref linkend="gnome-backgrounds"/>,
85 <xref linkend="gnome-desktop"/>,
86 <xref linkend="gtk4"/>,
87 <xref linkend="libadwaita1"/>,
88 <xref linkend="xdg-desktop-portal"/>, and
89 <xref role="runtime" linkend="xdg-desktop-portal-gtk"/> (at runtime)
90 </para>
91
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of xdg-desktop-portal-gnome</title>
96
97 <para>
98 Install <application>xdg-desktop-portal-gnome</application> by running the
99 following commands:
100 </para>
101
102<screen revision="sysv"><userinput>mkdir build &amp;&amp;
103cd build &amp;&amp;
104
105meson setup .. --prefix=/usr -Dsystemduserunitdir=/tmp &amp;&amp;
106ninja</userinput></screen>
107
108<screen revision="systemd"><userinput>mkdir build &amp;&amp;
109cd build &amp;&amp;
110
111meson setup .. --prefix=/usr &amp;&amp;
112ninja</userinput></screen>
113
114 <para>
115 This package does not come with a test suite.
116 </para>
117
118 <para>
119 Now, as the &root; user:
120 </para>
121
122<screen role="root"><userinput>ninja install</userinput></screen>
123
124 <para revision="sysv">
125 Remove systemd files that are useless: as the &root; user:
126 </para>
127
128<screen role="root" revision="sysv"><userinput>rm -vf /tmp/*.service</userinput></screen>
129
130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
131 href="../../xincludes/gsettings-destdir.xml"/>
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Program</segtitle>
139 <segtitle>Installed Library</segtitle>
140 <segtitle>Installed Directory</segtitle>
141
142 <seglistitem>
143 <seg>
144 one daemon in /usr/libexec
145 </seg>
146 <seg>
147 None
148 </seg>
149 <seg>
150 /usr/share/xdg-desktop-portal (if no other
151 <application>xdg-desktop-portal</application> backend is installed)
152 </seg>
153 </seglistitem>
154 </segmentedlist>
155 <!--
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <!- - If the program or library name conflicts with (is the same as) the
162 package name, add -prog or -lib to the varlistentry entity id
163 and the 2nd entry of the indexterm zone entity - ->
164
165 <varlistentry id="PROGRAM1">
166 <term><command>PROGRAM1</command></term>
167 <listitem>
168 <para>
169 does this ..... (no period at the end)
170 </para>
171 <indexterm zone="xdg-desktop-portal-gnome PROGRAM1">
172 <primary sortas="b-PROGRAM1">PROGRAM1</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="PROGRAM2">
178 <term><command>PROGRAM2</command></term>
179 <listitem>
180 <para>
181 does this ..... (no period at the end)
182 </para>
183 <indexterm zone="xdg-desktop-portal-gnome PROGRAM2">
184 <primary sortas="b-PROGRAM2">PROGRAM2</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="libLIBRARY1">
190 <term><filename class="libraryfile">libLIBRARY1.so</filename></term>
191 <listitem>
192 <para>
193 contains functions that ..... (no period at the end)
194 </para>
195 <indexterm zone="xdg-desktop-portal-gnome libLIBRARY1">
196 <primary sortas="c-libLIBRARY1">libLIBRARY1.so</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200 </variablelist>
201 -->
202 </sect2>
203</sect1>
Note: See TracBrowser for help on using the repository browser.