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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 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 f58cd213 was f58cd213, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Tags for some xfce dependencies

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

  • Property mode set to 100644
File size: 3.5 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
33 <para>The <application>hicolor-icon-theme</application> package
34 contains a default fallback theme for implementations of the icon
35 theme specification.</para>
36
[f58cd213]37 &lfs90_checked;
[7f4cdbc0]38
[62301dc]39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&hicolor-icon-theme-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&hicolor-icon-theme-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &hicolor-icon-theme-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &hicolor-icon-theme-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &hicolor-icon-theme-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &hicolor-icon-theme-time;</para>
58 </listitem>
59 </itemizedlist>
60
[c5c2654]61 <para condition="html" role="usernotes">User Notes:
62 <ulink url="&blfs-wiki;/hicolor-icon-theme"/></para>
63
[62301dc]64 </sect2>
65
66 <sect2 role="installation">
67 <title>Installation of hicolor-icon-theme</title>
68
69 <para>Install <application>hicolor-icon-theme</application> by running
70 the following commands:</para>
71
[35cb126]72<screen><userinput>./configure --prefix=/usr</userinput></screen>
73
74 <para>This package does not come with a test suite.</para>
[62301dc]75
76 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
77
78<screen role="root"><userinput>make install</userinput></screen>
79
80 </sect2>
81
82 <sect2 role="content">
83 <title>Contents</title>
84
85 <segmentedlist>
86 <segtitle>Installed Programs</segtitle>
87 <segtitle>Installed Libraries</segtitle>
[7f4cdbc0]88 <segtitle>Installed Directory</segtitle>
[62301dc]89
90 <seglistitem>
91 <seg>None</seg>
92 <seg>None</seg>
[35cb126]93 <seg>/usr/share/icons/hicolor</seg>
[62301dc]94 </seglistitem>
95 </segmentedlist>
96
97 <variablelist>
98 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
99 <?dbfo list-presentation="list"?>
100 <?dbhtml list-presentation="table"?>
101
102 <varlistentry id="hicolor-icon-themes">
103 <term>/usr/share/icons/hicolor/*</term>
104 <listitem>
105 <para>contains icon definitions used as defaults.</para>
106 </listitem>
107 </varlistentry>
108
109 </variablelist>
110
111 </sect2>
[069e781f]112
113</sect1>
Note: See TracBrowser for help on using the repository browser.