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

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fe0192e was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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