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

trunk
Last change on this file was 8284bc7, checked in by Douglas R. Reno <renodr@…>, 7 days ago

Update to gnome-shell-extensions-46.0

  • Property mode set to 100644
File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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-46;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">
9 <!ENTITY gnome-shell-extensions-download-ftp " ">
10 <!ENTITY gnome-shell-extensions-md5sum "2898e30b65a62bfb1fa35de0806fc6ab">
11 <!ENTITY gnome-shell-extensions-size "204 KB">
12 <!ENTITY gnome-shell-extensions-buildsize "4.6 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 &lfs121_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 linkend="sassc"/>
93 </para>
94
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of GNOME Shell Extensions</title>
99
100<!--
101 <para>
102 First, fix a crash when using the Workspace Indicator extension:
103 </para>
104
105<screen><userinput remap="pre">patch -Np1 -i ../gnome-shell-extensions-&gnome-shell-extensions-version;-upstream_fixes-1.patch</userinput></screen>
106-->
107
108 <para>
109 Install <application>GNOME Shell Extensions</application> by running the
110 following commands:
111 </para>
112
113<screen><userinput>mkdir build &amp;&amp;
114cd build &amp;&amp;
115
116meson setup --prefix=/usr .. </userinput></screen>
117
118 <para>
119 This package does not come with a test suite.
120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>ninja install</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135 <segtitle>Installed Libraries</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>
140 None
141 </seg>
142 <seg>
143 None
144 </seg>
145 <seg>
146 /usr/share/gnome-shell/extensions
147 </seg>
148 </seglistitem>
149 </segmentedlist>
150
151 </sect2>
152
153</sect1>
Note: See TracBrowser for help on using the repository browser.