source: x/icons/hicolor-icon-theme.xml@ 5d5c2107

10.1 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 5d5c2107 was 932eaae, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Final tags for the night

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

  • Property mode set to 100644
File size: 3.7 KB
RevLine 
[feeb99a]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[feeb99a]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[8dfc5c3]7 <!ENTITY hicolor-icon-theme-download-http "https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-&hicolor-icon-theme-version;.tar.xz">
[0455ea7]8 <!ENTITY hicolor-icon-theme-download-ftp " ">
[e3586b2]9 <!ENTITY hicolor-icon-theme-md5sum "84eec8d6f810240a069c731f1870b474">
[6183ddb]10 <!ENTITY hicolor-icon-theme-size "52 KB">
[bd9de06d]11 <!ENTITY hicolor-icon-theme-buildsize "340 KB">
[3907f70]12 <!ENTITY hicolor-icon-theme-time "less than 0.1 SBU">
[feeb99a]13]>
14
[62301dc]15<sect1 id="hicolor-icon-theme"
[6944128]16xreflabel="hicolor-icon-theme-&hicolor-icon-theme-version;">
[62301dc]17 <?dbhtml filename="hicolor-icon-theme.html" ?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>hicolor-icon-theme-&hicolor-icon-theme-version;</title>
25
26 <indexterm zone="hicolor-icon-theme">
27 <primary sortas="a-Hicolor-icon-theme">Hicolor-icon-theme</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to hicolor-icon-theme</title>
32
[97ee53d]33 <para>
34 The <application>hicolor-icon-theme</application> package
35 contains a default fallback theme for implementations of the icon
36 theme specification.
37 </para>
[62301dc]38
[932eaae]39 &lfs10_checked;
[7f4cdbc0]40
[62301dc]41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[97ee53d]44 <para>
45 Download (HTTP): <ulink url="&hicolor-icon-theme-download-http;"/>
46 </para>
[62301dc]47 </listitem>
48 <listitem>
[97ee53d]49 <para>
50 Download (FTP): <ulink url="&hicolor-icon-theme-download-ftp;"/>
51 </para>
[62301dc]52 </listitem>
53 <listitem>
[97ee53d]54 <para>
55 Download MD5 sum: &hicolor-icon-theme-md5sum;
56 </para>
[62301dc]57 </listitem>
58 <listitem>
[97ee53d]59 <para>
60 Download size: &hicolor-icon-theme-size;
61 </para>
[62301dc]62 </listitem>
63 <listitem>
[97ee53d]64 <para>
65 Estimated disk space required: &hicolor-icon-theme-buildsize;
66 </para>
[62301dc]67 </listitem>
68 <listitem>
[97ee53d]69 <para>
70 Estimated build time: &hicolor-icon-theme-time;
71 </para>
[62301dc]72 </listitem>
73 </itemizedlist>
74
[c5c2654]75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/hicolor-icon-theme"/></para>
77
[62301dc]78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of hicolor-icon-theme</title>
82
[97ee53d]83 <para>
84 Install <application>hicolor-icon-theme</application> by running
85 the following commands:
86 </para>
[62301dc]87
[35cb126]88<screen><userinput>./configure --prefix=/usr</userinput></screen>
89
[97ee53d]90 <para>
91 This package does not come with a test suite.
92 </para>
[62301dc]93
[97ee53d]94 <para>
95 Now, as the <systemitem class="username">root</systemitem> user:
96 </para>
[62301dc]97
98<screen role="root"><userinput>make install</userinput></screen>
99
100 </sect2>
101
102 <sect2 role="content">
103 <title>Contents</title>
104
105 <segmentedlist>
106 <segtitle>Installed Programs</segtitle>
107 <segtitle>Installed Libraries</segtitle>
[7f4cdbc0]108 <segtitle>Installed Directory</segtitle>
[62301dc]109
110 <seglistitem>
111 <seg>None</seg>
112 <seg>None</seg>
[35cb126]113 <seg>/usr/share/icons/hicolor</seg>
[62301dc]114 </seglistitem>
115 </segmentedlist>
116
117 <variablelist>
118 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
119 <?dbfo list-presentation="list"?>
120 <?dbhtml list-presentation="table"?>
121
122 <varlistentry id="hicolor-icon-themes">
123 <term>/usr/share/icons/hicolor/*</term>
124 <listitem>
[97ee53d]125 <para>
126 contains icon definitions used as defaults.
127 </para>
[62301dc]128 </listitem>
129 </varlistentry>
130
131 </variablelist>
132
133 </sect2>
[069e781f]134
135</sect1>
Note: See TracBrowser for help on using the repository browser.