source: x/icons/gnome-icon-theme.xml

trunk
Last change on this file was 1241ea19, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tag xfce and dependencies

  • Property mode set to 100644
File size: 3.4 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-icon-theme-download-http
8 "&gnome-download-http;/gnome-icon-theme/3.12/gnome-icon-theme-&gnome-icon-theme-version;.tar.xz">
9 <!ENTITY gnome-icon-theme-download-ftp " ">
10 <!ENTITY gnome-icon-theme-md5sum "f14bed7f804e843189ffa7021141addd">
11 <!ENTITY gnome-icon-theme-size "17 MB">
12 <!ENTITY gnome-icon-theme-buildsize "85 MB">
13 <!ENTITY gnome-icon-theme-time "0.5 SBU">
14]>
15
16<sect1 id="gnome-icon-theme" xreflabel="gnome-icon-theme-&gnome-icon-theme-version;">
17 <?dbhtml filename="gnome-icon-theme.html"?>
18
19
20 <title>gnome-icon-theme-&gnome-icon-theme-version;</title>
21
22 <indexterm zone="gnome-icon-theme">
23 <primary sortas="a-gnome-icon-theme">gnome-icon-theme</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to GNOME Icon Theme</title>
28
29 <para>
30 The <application>GNOME Icon Theme</application> package contains
31 an assortment of non-scalable icons of different sizes and themes.
32 </para>
33
34 &lfs121_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&gnome-icon-theme-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&gnome-icon-theme-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &gnome-icon-theme-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &gnome-icon-theme-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &gnome-icon-theme-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &gnome-icon-theme-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">GNOME Icon Theme Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="gtk3"/>,
75 <xref linkend="hicolor-icon-theme"/>, and
76 <xref linkend="icon-naming-utils"/>
77 </para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of GNOME Icon Theme</title>
83
84 <para>
85 Install <application>GNOME Icon Theme</application>
86 by running the following commands:
87 </para>
88
89<screen><userinput>./configure --prefix=/usr &amp;&amp;
90make</userinput></screen>
91
92 <para>
93 This package does not come with a test suite.
94 </para>
95
96 <para>
97 Now, as the <systemitem class="username">root</systemitem> user:
98 </para>
99
100<screen role="root"><userinput>make install</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="content">
105 <title>Contents</title>
106
107 <segmentedlist>
108 <segtitle>Installed Programs</segtitle>
109 <segtitle>Installed Libraries</segtitle>
110 <segtitle>Installed Directory</segtitle>
111
112 <seglistitem>
113 <seg>
114 None
115 </seg>
116 <seg>
117 None
118 </seg>
119 <seg>
120 /usr/share/icons/gnome
121 </seg>
122 </seglistitem>
123 </segmentedlist>
124
125 </sect2>
126
127</sect1>
Note: See TracBrowser for help on using the repository browser.