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@…>, 4 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 5.3 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[36bbe491]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
[3ffdac24]7 <!ENTITY gnome-tweaks-download-http
[1a8fb18]8 "&gnome-download-http;/gnome-tweaks/&gnome-40;/gnome-tweaks-&gnome-tweaks-version;.tar.xz">
[f4ac7141]9 <!ENTITY gnome-tweaks-download-ftp " ">
[f373b5fe]10 <!ENTITY gnome-tweaks-md5sum "ebfa262010021d812a8daae218cda576">
11 <!ENTITY gnome-tweaks-size "246 KB">
12 <!ENTITY gnome-tweaks-buildsize "5.9 MB">
[3ffdac24]13 <!ENTITY gnome-tweaks-time "less than 0.1 SBU">
[36bbe491]14]>
15
[51dfb3e]16<sect1 id="gnome-tweaks" xreflabel="gnome-tweaks-&gnome-tweaks-version;">
[3ffdac24]17 <?dbhtml filename="gnome-tweaks.html"?>
[36bbe491]18
19
[3ffdac24]20 <title>gnome-tweaks-&gnome-tweaks-version;</title>
[36bbe491]21
[3ffdac24]22 <indexterm zone="gnome-tweaks">
23 <primary sortas="a-gnome-tweaks">gnome-tweaks</primary>
[36bbe491]24 </indexterm>
25
26 <sect2 role="package">
[3ffdac24]27 <title>Introduction to GNOME Tweaks</title>
[36bbe491]28
29 <para>
[3ffdac24]30 <application>GNOME Tweaks</application> is a simple program used
[36bbe491]31 to tweak advanced <application>GNOME</application> settings.
32 </para>
33
[c71450c]34 &lfs120_checked;
[36bbe491]35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
[3ffdac24]40 Download (HTTP): <ulink url="&gnome-tweaks-download-http;"/>
[36bbe491]41 </para>
42 </listitem>
43 <listitem>
44 <para>
[3ffdac24]45 Download (FTP): <ulink url="&gnome-tweaks-download-ftp;"/>
[36bbe491]46 </para>
47 </listitem>
48 <listitem>
49 <para>
[3ffdac24]50 Download MD5 sum: &gnome-tweaks-md5sum;
[36bbe491]51 </para>
52 </listitem>
53 <listitem>
54 <para>
[3ffdac24]55 Download size: &gnome-tweaks-size;
[36bbe491]56 </para>
57 </listitem>
58 <listitem>
59 <para>
[3ffdac24]60 Estimated disk space required: &gnome-tweaks-buildsize;
[36bbe491]61 </para>
62 </listitem>
63 <listitem>
64 <para>
[3ffdac24]65 Estimated build time: &gnome-tweaks-time;
[36bbe491]66 </para>
67 </listitem>
68 </itemizedlist>
69
[1a8fb18]70<!--
[fb9b0c1]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>
[1a8fb18]80-->
[fb9b0c1]81
[3ffdac24]82 <bridgehead renderas="sect3">GNOME Tweaks Dependencies</bridgehead>
[36bbe491]83
84 <bridgehead renderas="sect4">Required</bridgehead>
85 <para role="required">
86 <xref linkend="gtk3"/>,
[34fe1f4d]87 <xref linkend="gsettings-desktop-schemas"/>,
[fb9b0c1]88 <xref linkend="libhandy1"/>,
[34fe1f4d]89 <xref linkend="pygobject3"/>, and
90 <xref linkend="sound-theme-freedesktop"/>
[36bbe491]91 </para>
92
93 </sect2>
94
95 <sect2 role="installation">
[3ffdac24]96 <title>Installation of GNOME Tweaks</title>
[36bbe491]97
[1a8fb18]98<!--
[fb9b0c1]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>
[f373b5fe]104
[1a8fb18]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
[629fe8a]112<screen role="root"><userinput remap="pre">rm -rf /usr/lib/python&python3-majorver;/site-packages/gtweak</userinput></screen>
[fb9b0c1]113
[2f2bfbd]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>
[f373b5fe]120-->
[36bbe491]121 <para>
[3ffdac24]122 Install <application>GNOME Tweaks</application> by running the following
[36bbe491]123 commands:
124 </para>
125
[1cd0875]126<screen><userinput>mkdir build &amp;&amp;
[5ff1726]127cd build &amp;&amp;
128
[91318eb]129meson setup --prefix=/usr --buildtype=release &amp;&amp;
[1cd0875]130ninja</userinput></screen>
[36bbe491]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
[1cd0875]140<screen role="root"><userinput>ninja install</userinput></screen>
[36bbe491]141 </sect2>
142
[adf17153]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
[36bbe491]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>
[3ffdac24]160 gnome-tweaks
[36bbe491]161 </seg>
162 <seg>
163 None
164 </seg>
165 <seg>
[34fe1f4d]166 /usr/lib/python&python3-majorver;/site-packages/gtweak and
[3ffdac24]167 /usr/share/gnome-tweaks
[36bbe491]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
[3ffdac24]177 <varlistentry id="gnome-tweaks-prog">
178 <term><command>gnome-tweaks</command></term>
[36bbe491]179 <listitem>
180 <para>
181 is used to tweak advanced <application>GNOME</application>
[4c24eb0a]182 settings
[36bbe491]183 </para>
[3ffdac24]184 <indexterm zone="gnome-tweaks gnome-tweaks-prog">
185 <primary sortas="b-gnome-tweaks">gnome-tweaks</primary>
[36bbe491]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.