source: gnome/platform/gsettings-desktop-schemas.xml@ f32ea058

11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since f32ea058 was f32ea058, checked in by Pierre Labastie <pierre.labastie@…>, 2 years ago

update to gsettings-desktop-schemas-42.0

  • Property mode set to 100644
File size: 4.5 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 gsettings-desktop-schemas-download-http
8 "&gnome-download-http;/gsettings-desktop-schemas/&gnome-42;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz">
9 <!ENTITY gsettings-desktop-schemas-download-ftp
10 "&gnome-download-ftp;/gsettings-desktop-schemas/&gnome-42;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz">
11 <!ENTITY gsettings-desktop-schemas-md5sum "6ba027e2b6bcfefd6d42cb7aa41bb040">
12 <!ENTITY gsettings-desktop-schemas-size "693 KB">
13 <!ENTITY gsettings-desktop-schemas-buildsize "19 MB">
14 <!ENTITY gsettings-desktop-schemas-time "less than 0.1 SBU">
15]>
16
17<sect1 id="gsettings-desktop-schemas" xreflabel="gsettings-desktop-schemas-&gsettings-desktop-schemas-version;">
18 <?dbhtml filename="gsettings-desktop-schemas.html"?>
19
20 <sect1info>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>gsettings-desktop-schemas-&gsettings-desktop-schemas-version;</title>
25
26 <indexterm zone="gsettings-desktop-schemas">
27 <primary sortas="a-gsettings-desktop-schemas">gsettings-desktop-schemas</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to GSettings Desktop Schemas</title>
32
33 <para>
34 The <application>GSettings Desktop Schemas</application> package
35 contains a collection of GSettings schemas for settings shared by various
36 components of a <application>GNOME</application> Desktop.
37 </para>
38
39 &lfs111_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&gsettings-desktop-schemas-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&gsettings-desktop-schemas-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &gsettings-desktop-schemas-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &gsettings-desktop-schemas-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &gsettings-desktop-schemas-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &gsettings-desktop-schemas-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">GSettings Desktop Schemas Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="glib2"/> and
80 <xref linkend="gobject-introspection"/>
81 </para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/gsettings-desktop-schemas"/>
85 </para>
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of GSettings Desktop Schemas</title>
90
91 <para>
92 Install <application>GSettings Desktop Schemas</application> by running
93 the following commands:
94 </para>
95
96<screen><userinput>mkdir build &amp;&amp;
97cd build &amp;&amp;
98
99meson --prefix=/usr --buildtype=release .. &amp;&amp;
100ninja</userinput></screen>
101
102 <para>
103 This package does not come with a test suite.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>ninja install</userinput></screen>
111
112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
113 href="../../xincludes/gsettings-destdir.xml"/>
114
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <para>
121 <command>sed ... schemas/*.in</command>: This command fixes some
122 deprecated entries in the schema templates.
123 </para>
124
125 <!-- See about removing this at 8.5-rc1. -->
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Programs</segtitle>
133 <segtitle>Installed Libraries</segtitle>
134 <segtitle>Installed Directory</segtitle>
135
136 <seglistitem>
137 <seg>
138 None
139 </seg>
140 <seg>
141 None
142 </seg>
143 <seg>
144 /usr/include/gsettings-desktop-schemas and
145 /usr/share/GConf/gsettings
146 </seg>
147 </seglistitem>
148 </segmentedlist>
149
150 </sect2>
151
152</sect1>
Note: See TracBrowser for help on using the repository browser.