source: gnome/platform/gnome-shell-extensions.xml@ 20f5274e

lazarus trunk
Last change on this file since 20f5274e was 8284bc7, checked in by Douglas R. Reno <renodr@…>, 5 weeks ago

Update to gnome-shell-extensions-46.0

  • Property mode set to 100644
File size: 4.3 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[2e704d1b]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
[8284bc7]8 "&gnome-download-http;/gnome-shell-extensions/&gnome-46;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">
[f4ac7141]9 <!ENTITY gnome-shell-extensions-download-ftp " ">
[8284bc7]10 <!ENTITY gnome-shell-extensions-md5sum "2898e30b65a62bfb1fa35de0806fc6ab">
11 <!ENTITY gnome-shell-extensions-size "204 KB">
12 <!ENTITY gnome-shell-extensions-buildsize "4.6 MB">
[f833a14]13 <!ENTITY gnome-shell-extensions-time "less than 0.1 SBU">
[2e704d1b]14]>
15
[51dfb3e]16<sect1 id="gnome-shell-extensions" xreflabel="gnome-shell-extensions-&gnome-shell-extensions-version;">
[2e704d1b]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
[80f781e]35 &lfs121_checked;
[2e704d1b]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
[678bfcf]71<!--
[7438811]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>
[678bfcf]81-->
[7438811]82
[2e704d1b]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
[9dfdf8b7]90 <bridgehead renderas="sect4">Optional</bridgehead>
[0129a2f5]91 <para role="optional">
[12f909b]92 <xref linkend="sassc"/>
[0129a2f5]93 </para>
94
[2e704d1b]95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of GNOME Shell Extensions</title>
99
[678bfcf]100<!--
[7438811]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>
[678bfcf]106-->
[7438811]107
[2e704d1b]108 <para>
109 Install <application>GNOME Shell Extensions</application> by running the
110 following commands:
111 </para>
112
[fef2695]113<screen><userinput>mkdir build &amp;&amp;
114cd build &amp;&amp;
115
[91318eb]116meson setup --prefix=/usr .. </userinput></screen>
[2e704d1b]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
[fef2695]126<screen role="root"><userinput>ninja install</userinput></screen>
[2e704d1b]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.