source: gnome/platform/gnome-shell-extensions.xml@ 6280f75

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 6280f75 was abdd7423, checked in by Douglas R. Reno <renodr@…>, 8 months ago

Update to gnome-shell-extensions-45.1

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