source: gnome/platform/gnome-shell-extensions.xml@ 6f59a88

12.1 ken/TL2024 lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 6f59a88 was 678bfcf, checked in by Douglas R. Reno <renodr@…>, 7 months ago

Update to gnome-shell-extensions-45.2

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