source: gnome/platform/gnome-tweaks.xml@ 12b31b3e

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 12b31b3e was 91318eb, checked in by Pierre Labastie <pierre.labastie@…>, 16 months ago

Add "setup" to meson commands

I've not been very consistent on typography, but it is a start

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