source: gnome/platform/gnome-shell-extensions.xml@ 208f204

11.2 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/soup3 xry111/xf86-video-removal
Last change on this file since 208f204 was fcc4d96d, checked in by Xi Ruoyao <xry111@…>, 20 months ago

move gnome-menus dependency from gnome-shell to extensions

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