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

11.0 11.1 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b515f46f was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • 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-40;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz">
9 <!ENTITY gsettings-desktop-schemas-download-ftp
10 "&gnome-download-ftp;/gsettings-desktop-schemas/&gnome-40;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz">
11 <!ENTITY gsettings-desktop-schemas-md5sum "345e5b2340f4c6fd1b90597745761ddf">
12 <!ENTITY gsettings-desktop-schemas-size "688 KB">
13 <!ENTITY gsettings-desktop-schemas-buildsize "18 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 &lfs101_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>sed -i -r 's:"(/system):"/org/gnome\1:g' schemas/*.in &amp;&amp;
97
98mkdir build &amp;&amp;
99cd build &amp;&amp;
100
101meson --prefix=/usr .. &amp;&amp;
102ninja</userinput></screen>
103
104 <para>
105 This package does not come with a test suite.
106 </para>
107
108 <para>
109 Now, as the <systemitem class="username">root</systemitem> user:
110 </para>
111
112<screen role="root"><userinput>ninja install</userinput></screen>
113
114 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
115 href="../../xincludes/gsettings-destdir.xml"/>
116
117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <para>
123 <command>sed ... schemas/*.in</command>: This command fixes some
124 deprecated entries in the schema templates.
125 </para>
126
127 <!-- See about removing this at 8.5-rc1. -->
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135 <segtitle>Installed Libraries</segtitle>
136 <segtitle>Installed Directory</segtitle>
137
138 <seglistitem>
139 <seg>
140 None
141 </seg>
142 <seg>
143 None
144 </seg>
145 <seg>
146 /usr/include/gsettings-desktop-schemas and
147 /usr/share/GConf/gsettings
148 </seg>
149 </seglistitem>
150 </segmentedlist>
151
152 </sect2>
153
154</sect1>
Note: See TracBrowser for help on using the repository browser.