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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.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 00d040d was 00d040d, checked in by Pierre Labastie <pieere@…>, 5 years ago

Make gtk-update-... and update-desktop-... "nodump": The needed programs are
not mentioned in the dependency paragraphs, so that very often, they are not
installed. Furthermore, our policy respective to this is not clear to me:
a lot more packages install icons or .desktop files, and we do not run
updates for them. Actually, the updates should be run at the end of all
installations, not for individual pacakges...

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22159 af4574ff-66df-0310-9fd7-8a98e5e911e0

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