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

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

Finish tagging chapter 28 (Icons)

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