source: gnome/platform/gnome-tweaks.xml@ 912669c

12.1 ken/TL2024 lazarus trunk xry111/llvm18
Last change on this file since 912669c was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 3 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 5.3 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 gnome-tweaks-download-http
8 "&gnome-download-http;/gnome-tweaks/&gnome-40;/gnome-tweaks-&gnome-tweaks-version;.tar.xz">
9 <!ENTITY gnome-tweaks-download-ftp " ">
10 <!ENTITY gnome-tweaks-md5sum "ebfa262010021d812a8daae218cda576">
11 <!ENTITY gnome-tweaks-size "246 KB">
12 <!ENTITY gnome-tweaks-buildsize "5.9 MB">
13 <!ENTITY gnome-tweaks-time "less than 0.1 SBU">
14]>
15
16<sect1 id="gnome-tweaks" xreflabel="gnome-tweaks-&gnome-tweaks-version;">
17 <?dbhtml filename="gnome-tweaks.html"?>
18
19
20 <title>gnome-tweaks-&gnome-tweaks-version;</title>
21
22 <indexterm zone="gnome-tweaks">
23 <primary sortas="a-gnome-tweaks">gnome-tweaks</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to GNOME Tweaks</title>
28
29 <para>
30 <application>GNOME Tweaks</application> is a simple program used
31 to tweak advanced <application>GNOME</application> settings.
32 </para>
33
34 &lfs120_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&gnome-tweaks-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&gnome-tweaks-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &gnome-tweaks-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &gnome-tweaks-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &gnome-tweaks-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &gnome-tweaks-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70<!--
71 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
72 <itemizedlist spacing="compact">
73 <listitem>
74 <para>
75 Required patch:
76 <ulink url="&patch-root;/gnome-tweaks-&gnome-tweaks-version;-port_to_libhandy1-1.patch"/>
77 </para>
78 </listitem>
79 </itemizedlist>
80-->
81
82 <bridgehead renderas="sect3">GNOME Tweaks Dependencies</bridgehead>
83
84 <bridgehead renderas="sect4">Required</bridgehead>
85 <para role="required">
86 <xref linkend="gtk3"/>,
87 <xref linkend="gsettings-desktop-schemas"/>,
88 <xref linkend="libhandy1"/>,
89 <xref linkend="pygobject3"/>, and
90 <xref linkend="sound-theme-freedesktop"/>
91 </para>
92
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of GNOME Tweaks</title>
97
98<!--
99 <para>
100 First, port gnome-tweaks to libhandy-1.x:
101 </para>
102
103<screen><userinput remap="pre">patch -Np1 -i ../gnome-tweaks-&gnome-tweaks-version;-port_to_libhandy1-1.patch</userinput></screen>
104
105
106 <para>
107 First, if you are upgrading from gnome-tweaks-3.34.x, remove some
108 incompatible files as the <systemitem class="username">root</systemitem>
109 user:
110 </para>
111
112<screen role="root"><userinput remap="pre">rm -rf /usr/lib/python&python3-majorver;/site-packages/gtweak</userinput></screen>
113
114 <para>
115 Next, fix building with newer versions of
116 <application>meson</application>:
117 </para>
118
119<screen><userinput>sed -i '/merge_file/s/(.*/(/' data/meson.build</userinput></screen>
120-->
121 <para>
122 Install <application>GNOME Tweaks</application> by running the following
123 commands:
124 </para>
125
126<screen><userinput>mkdir build &amp;&amp;
127cd build &amp;&amp;
128
129meson setup --prefix=/usr --buildtype=release &amp;&amp;
130ninja</userinput></screen>
131
132 <para>
133 This package does not come with a test suite.
134 </para>
135
136 <para>
137 Now, as the <systemitem class="username">root</systemitem> user:
138 </para>
139
140<screen role="root"><userinput>ninja install</userinput></screen>
141 </sect2>
142
143 <sect2 role="commands">
144 <title>Command Explanations</title>
145
146 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
147 href="../../xincludes/meson-buildtype-release.xml"/>
148 </sect2>
149
150 <sect2 role="content">
151 <title>Contents</title>
152
153 <segmentedlist>
154 <segtitle>Installed Programs</segtitle>
155 <segtitle>Installed Libraries</segtitle>
156 <segtitle>Installed Directories</segtitle>
157
158 <seglistitem>
159 <seg>
160 gnome-tweaks
161 </seg>
162 <seg>
163 None
164 </seg>
165 <seg>
166 /usr/lib/python&python3-majorver;/site-packages/gtweak and
167 /usr/share/gnome-tweaks
168 </seg>
169 </seglistitem>
170 </segmentedlist>
171
172 <variablelist>
173 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
174 <?dbfo list-presentation="list"?>
175 <?dbhtml list-presentation="table"?>
176
177 <varlistentry id="gnome-tweaks-prog">
178 <term><command>gnome-tweaks</command></term>
179 <listitem>
180 <para>
181 is used to tweak advanced <application>GNOME</application>
182 settings
183 </para>
184 <indexterm zone="gnome-tweaks gnome-tweaks-prog">
185 <primary sortas="b-gnome-tweaks">gnome-tweaks</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 </variablelist>
191
192 </sect2>
193
194</sect1>
Note: See TracBrowser for help on using the repository browser.