source: gnome/platform/gnome-tweaks.xml

trunk
Last change on this file was 4b05340, checked in by Douglas R. Reno <renodr@…>, 2 weeks ago

Update to gnome-tweaks-46.0

  • Property mode set to 100644
File size: 5.4 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-46;/gnome-tweaks-&gnome-tweaks-version;.tar.xz">
9 <!ENTITY gnome-tweaks-download-ftp " ">
10 <!ENTITY gnome-tweaks-md5sum "3556cd4f3b201ec4d5c1be9611483b15">
11 <!ENTITY gnome-tweaks-size "680 KB">
12 <!ENTITY gnome-tweaks-buildsize "6.0 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 &lfs121_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="gtk4"/>,
87 <xref linkend="gsettings-desktop-schemas"/>,
88 <xref linkend="libadwaita1"/>,
89 <xref linkend="libgudev"/>,
90 <xref linkend="pygobject3"/>, and
91 <xref linkend="sound-theme-freedesktop"/>
92 </para>
93
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of GNOME Tweaks</title>
98
99<!--
100 <para>
101 First, port gnome-tweaks to libhandy-1.x:
102 </para>
103
104<screen><userinput remap="pre">patch -Np1 -i ../gnome-tweaks-&gnome-tweaks-version;-port_to_libhandy1-1.patch</userinput></screen>
105
106
107 <para>
108 First, if you are upgrading from gnome-tweaks-3.34.x, remove some
109 incompatible files as the <systemitem class="username">root</systemitem>
110 user:
111 </para>
112
113<screen role="root"><userinput remap="pre">rm -rf /usr/lib/python&python3-majorver;/site-packages/gtweak</userinput></screen>
114
115 <para>
116 Next, fix building with newer versions of
117 <application>meson</application>:
118 </para>
119
120<screen><userinput>sed -i '/merge_file/s/(.*/(/' data/meson.build</userinput></screen>
121-->
122 <para>
123 Install <application>GNOME Tweaks</application> by running the following
124 commands:
125 </para>
126
127<screen><userinput>mkdir build &amp;&amp;
128cd build &amp;&amp;
129
130meson setup --prefix=/usr --buildtype=release &amp;&amp;
131ninja</userinput></screen>
132
133 <para>
134 This package does not come with a test suite.
135 </para>
136
137 <para>
138 Now, as the <systemitem class="username">root</systemitem> user:
139 </para>
140
141<screen role="root"><userinput>ninja install</userinput></screen>
142 </sect2>
143
144 <sect2 role="commands">
145 <title>Command Explanations</title>
146
147 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
148 href="../../xincludes/meson-buildtype-release.xml"/>
149 </sect2>
150
151 <sect2 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
155 <segtitle>Installed Programs</segtitle>
156 <segtitle>Installed Libraries</segtitle>
157 <segtitle>Installed Directories</segtitle>
158
159 <seglistitem>
160 <seg>
161 gnome-tweaks
162 </seg>
163 <seg>
164 None
165 </seg>
166 <seg>
167 /usr/lib/python&python3-majorver;/site-packages/gtweak and
168 /usr/share/gnome-tweaks
169 </seg>
170 </seglistitem>
171 </segmentedlist>
172
173 <variablelist>
174 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
175 <?dbfo list-presentation="list"?>
176 <?dbhtml list-presentation="table"?>
177
178 <varlistentry id="gnome-tweaks-prog">
179 <term><command>gnome-tweaks</command></term>
180 <listitem>
181 <para>
182 is used to tweak advanced <application>GNOME</application>
183 settings
184 </para>
185 <indexterm zone="gnome-tweaks gnome-tweaks-prog">
186 <primary sortas="b-gnome-tweaks">gnome-tweaks</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 </variablelist>
192
193 </sect2>
194
195</sect1>
Note: See TracBrowser for help on using the repository browser.