source: gnome/platform/gnome-shell-extensions.xml@ c248601

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since c248601 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.7 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 gnome-shell-extensions-download-http
8 "&gnome-download-http;/gnome-shell-extensions/&gnome-42;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">
9 <!ENTITY gnome-shell-extensions-download-ftp
10 "&gnome-download-ftp;/gnome-shell-extensions/&gnome-42;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">
11 <!ENTITY gnome-shell-extensions-md5sum "d2b8bd9588be36e8193117ed73e7620f">
12 <!ENTITY gnome-shell-extensions-size "224 KB">
13 <!ENTITY gnome-shell-extensions-buildsize "3.7 MB">
14 <!ENTITY gnome-shell-extensions-time "less than 0.1 SBU">
15]>
16
17<sect1 id="gnome-shell-extensions" xreflabel="gnome-shell-extensions-&gnome-shell-extensions-version;">
18 <?dbhtml filename="gnome-shell-extensions.html"?>
19
20
21 <title>gnome-shell-extensions-&gnome-shell-extensions-version;</title>
22
23 <indexterm zone="gnome-shell-extensions">
24 <primary sortas="a-gnome-shell-extensions">gnome-shell-extensions</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to GNOME Shell Extensions</title>
29
30 <para>
31 The <application>GNOME Shell Extensions</application> package contains
32 a collection of extensions providing additional and optional
33 functionality to the <application>GNOME Shell</application>.
34 </para>
35
36 &lfs112_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&gnome-shell-extensions-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&gnome-shell-extensions-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &gnome-shell-extensions-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &gnome-shell-extensions-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &gnome-shell-extensions-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &gnome-shell-extensions-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <!--
73 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
74 <itemizedlist spacing="compact">
75 <listitem>
76 <para>
77 Required patch:
78 <ulink url="&patch-root;/gnome-shell-extensions-&gnome-shell-extensions-version;-upstream_fix-1.patch"/>
79 </para>
80 </listitem>
81 </itemizedlist>
82 -->
83
84 <bridgehead renderas="sect3">GNOME Shell Extensions Dependencies</bridgehead>
85
86 <bridgehead renderas="sect4">Required</bridgehead>
87 <para role="required">
88 <xref linkend="libgtop"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref role="runtime" linkend="gnome-menus"/>
94 (runtime, for Applications Menu extension) and
95 <xref linkend="sassc"/>
96 </para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/gnome-shell-extensions"/>
100 </para>
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of GNOME Shell Extensions</title>
105
106 <!--
107 <para>
108 First, fix an issue in the window-list extension that causes icons to not
109 be displayed at the bottom for open applications:
110 </para>
111
112<screen><userinput remap="pre">patch -Np1 -i ../gnome-shell-extensions-&gnome-shell-extensions-version;-upstream_fix-1.patch</userinput></screen>
113 -->
114
115 <para>
116 Install <application>GNOME Shell Extensions</application> by running the
117 following commands:
118 </para>
119
120<screen><userinput>mkdir build &amp;&amp;
121cd build &amp;&amp;
122
123meson --prefix=/usr .. </userinput></screen>
124
125 <para>
126 This package does not come with a test suite.
127 </para>
128
129 <para>
130 Now, as the <systemitem class="username">root</systemitem> user:
131 </para>
132
133<screen role="root"><userinput>ninja install</userinput></screen>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>
147 None
148 </seg>
149 <seg>
150 None
151 </seg>
152 <seg>
153 /usr/share/gnome-shell/extensions
154 </seg>
155 </seglistitem>
156 </segmentedlist>
157
158 </sect2>
159
160</sect1>
Note: See TracBrowser for help on using the repository browser.