source: gnome/platform/gnome-shell-extensions.xml@ 491fc67

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 491fc67 was 91318eb, checked in by Pierre Labastie <pierre.labastie@…>, 15 months ago

Add "setup" to meson commands

I've not been very consistent on typography, but it is a start

  • Property mode set to 100644
File size: 4.0 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-43;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">
9 <!ENTITY gnome-shell-extensions-download-ftp
10 "&gnome-download-ftp;/gnome-shell-extensions/&gnome-43;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">
11 <!ENTITY gnome-shell-extensions-md5sum "b6feeb8c79e4861d8f67b3b390960144">
12 <!ENTITY gnome-shell-extensions-size "224 KB">
13 <!ENTITY gnome-shell-extensions-buildsize "5.3 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 &lfs113_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 <bridgehead renderas="sect3">GNOME Shell Extensions Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="libgtop"/>
77 </para>
78
79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="optional">
81 <xref role="runtime" linkend="gnome-menus"/>
82 (runtime, for Applications Menu extension) and
83 <xref linkend="sassc"/>
84 </para>
85
86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/gnome-shell-extensions"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of GNOME Shell Extensions</title>
93
94 <para>
95 Install <application>GNOME Shell Extensions</application> by running the
96 following commands:
97 </para>
98
99<screen><userinput>mkdir build &amp;&amp;
100cd build &amp;&amp;
101
102meson setup --prefix=/usr .. </userinput></screen>
103
104 <para>
105 This package does not come with a test suite.
106 </para>
107
108 <para>
109 Now, as the <systemitem class="username">root</systemitem> user:
110 </para>
111
112<screen role="root"><userinput>ninja install</userinput></screen>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Programs</segtitle>
121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directories</segtitle>
123
124 <seglistitem>
125 <seg>
126 None
127 </seg>
128 <seg>
129 None
130 </seg>
131 <seg>
132 /usr/share/gnome-shell/extensions
133 </seg>
134 </seglistitem>
135 </segmentedlist>
136
137 </sect2>
138
139</sect1>
Note: See TracBrowser for help on using the repository browser.