source: x/lib/xdg-desktop-portal-gtk.xml

trunk
Last change on this file was 437547f9, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tag the rest of Chapter 25 (Grapical Libraries)

  • Property mode set to 100644
File size: 4.1 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-gtk-download-http "https://github.com/flatpak/xdg-desktop-portal-gtk/releases/download/&xdg-desktop-portal-gtk-version;/xdg-desktop-portal-gtk-&xdg-desktop-portal-gtk-version;.tar.xz">
8 <!ENTITY xdg-desktop-portal-gtk-download-ftp " ">
9 <!ENTITY xdg-desktop-portal-gtk-md5sum "9c7836b1fe09bc914ea4c06b9c58231f">
10 <!ENTITY xdg-desktop-portal-gtk-size "89 KB">
11 <!ENTITY xdg-desktop-portal-gtk-buildsize "9.7 MB">
12 <!ENTITY xdg-desktop-portal-gtk-time "less than 0.1 SBU">
13]>
14
15<sect1 id="xdg-desktop-portal-gtk" xreflabel="xdg-desktop-portal-gtk-&xdg-desktop-portal-gtk-version;">
16 <?dbhtml filename="xdg-desktop-portal-gtk.html"?>
17
18 <title>xdg-desktop-portal-gtk-&xdg-desktop-portal-gtk-version;</title>
19
20 <indexterm zone="xdg-desktop-portal-gtk">
21 <primary sortas="a-xdg-desktop-portal-gtk">xdg-desktop-portal-gtk</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to xdg-desktop-portal-gtk</title>
26
27 <para>
28 <application>xdg-desktop-portal-gtk</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 &lfs121_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-gtk-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&xdg-desktop-portal-gtk-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &xdg-desktop-portal-gtk-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &xdg-desktop-portal-gtk-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &xdg-desktop-portal-gtk-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &xdg-desktop-portal-gtk-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">xdg-desktop-portal-gtk Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="gtk3"/> and
74 <xref linkend="xdg-desktop-portal"/>
75 </para>
76
77 <bridgehead renderas="sect4">Recommended</bridgehead>
78 <para role="recommended">
79 <xref linkend="gnome-desktop"/> (for compiling more portal interfaces)
80 </para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of xdg-desktop-portal-gtk</title>
86
87 <para>
88 Install <application>xdg-desktop-portal-gtk</application> by running the
89 following commands:
90 </para>
91
92<screen><userinput>mkdir build &amp;&amp;
93cd build &amp;&amp;
94
95meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
96ninja</userinput></screen>
97
98 <para>
99 This package does not come with a test suite.
100 </para>
101
102 <para>
103 Now, as the &root; user:
104 </para>
105
106<screen role="root"><userinput>ninja install</userinput></screen>
107
108 <para revision="sysv">
109 Remove systemd files that are useless (as the &root; user):
110 </para>
111
112<screen role="root" revision="sysv"><userinput>rm -rvf /usr/lib/systemd</userinput></screen>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Program</segtitle>
121 <segtitle>Installed Library</segtitle>
122 <segtitle>Installed Directory</segtitle>
123
124 <seglistitem>
125 <seg>
126 one daemon in /usr/libexec
127 </seg>
128 <seg>
129 None
130 </seg>
131 <seg>
132 /usr/share/xdg-desktop-portal (if no other
133 <application>xdg-desktop-portal</application> backend is installed)
134 </seg>
135 </seglistitem>
136 </segmentedlist>
137 </sect2>
138</sect1>
Note: See TracBrowser for help on using the repository browser.