source: x/icons/gnome-icon-theme-extras.xml@ 9a6d0d9

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 9a6d0d9 was 9a6d0d9, checked in by Xi Ruoyao <xry111@…>, 11 months ago

x: Remove non-exist User Notes link

Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh

  • Property mode set to 100644
File size: 3.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-icon-theme-extras-download-http
8 "&gnome-download-http;/gnome-icon-theme-extras/&gnome-minor;/gnome-icon-theme-extras-&gnome-icon-theme-extras-version;.tar.xz">
9 <!ENTITY gnome-icon-theme-extras-download-ftp
10 "&gnome-download-ftp;/gnome-icon-theme-extras/&gnome-minor;/gnome-icon-theme-extras-&gnome-icon-theme-extras-version;.tar.xz">
11 <!ENTITY gnome-icon-theme-extras-md5sum "91f8f7e35a3d8d926716d88b8b1e9a29">
12 <!ENTITY gnome-icon-theme-extras-size "1.7 MB">
13 <!ENTITY gnome-icon-theme-extras-buildsize "12 MB">
14 <!ENTITY gnome-icon-theme-extras-time "less than 0.1 SBU">
15]>
16
17<sect1 id="gnome-icon-theme-extras" xreflabel="gnome-icon-theme-extras-&gnome-icon-theme-extras-version;">
18 <?dbhtml filename="gnome-icon-theme-extras.html"?>
19
20
21 <title>gnome-icon-theme-extras-&gnome-icon-theme-extras-version;</title>
22
23 <indexterm zone="gnome-icon-theme-extras">
24 <primary sortas="a-gnome-icon-theme-extras">gnome-icon-theme-extras</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to GNOME Icon Theme Extras</title>
29
30 <para>
31 The <application>GNOME Icon Theme Extras</application> package contains
32 extra icons for the <application>GNOME</application> Desktop.
33 </para>
34
35 &lfs113_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&gnome-icon-theme-extras-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&gnome-icon-theme-extras-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &gnome-icon-theme-extras-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &gnome-icon-theme-extras-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &gnome-icon-theme-extras-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &gnome-icon-theme-extras-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">GNOME Icon Theme Extras Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="gnome-icon-theme"/>
76 </para>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <xref linkend="git"/> and
81 <xref linkend="inkscape"/>
82 </para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of GNOME Icon Theme Extras</title>
88
89 <para>
90 Install <application>GNOME Icon Theme Extras</application> by
91 running the following commands:
92 </para>
93
94<screen><userinput>./configure --prefix=/usr &amp;&amp;
95make</userinput></screen>
96
97 <para>
98 This package does not come with a test suite.
99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 </sect2>
108
109</sect1>
Note: See TracBrowser for help on using the repository browser.