source: x/icons/breeze-icons.xml@ 3f2db3a6

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.9 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 breeze-icons-download-http "&kf5-download-http;/breeze-icons-&kf5-version;.tar.xz">
8 <!ENTITY breeze-icons-download-ftp " ">
9 <!ENTITY breeze-icons-md5sum "ad6ca5a1b4bcd4613fe1095b2db58a97">
10 <!ENTITY breeze-icons-size "2.1 MB">
11 <!ENTITY breeze-icons-buildsize "260 MB">
12 <!ENTITY breeze-icons-time "0.2 SBU">
13]>
14
15<sect1 id="breeze-icons" xreflabel="breeze-icons-&kf5-version;">
16 <?dbhtml filename="breeze-icons.html"?>
17
18
19 <title>breeze-icons-&kf5-version;</title>
20
21 <indexterm zone="breeze-icons">
22 <primary sortas="a-breeze-icons">breeze-icons</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Breeze Icons</title>
27
28 <para>
29 The <application>Breeze Icons</application> package contains the
30 default icons for <application>KDE Plasma 5</application> applications,
31 but it can be used for other window environments.
32 </para>
33
34 &lfs112_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&breeze-icons-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&breeze-icons-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &breeze-icons-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &breeze-icons-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &breeze-icons-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &breeze-icons-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Breeze Icons Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="extra-cmake-modules"/> and
75 <xref linkend="qt5"/>
76 </para>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <xref linkend="kf5-frameworks"/>,
81 <xref linkend="libxml2"/>, and
82 <xref linkend="lxml"/>
83 </para>
84
85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/breeze-icons"/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of Breeze Icons</title>
92
93 <para>
94 Install <application>Breeze Icons</application> by running the following
95 commands:
96 </para>
97
98<screen><userinput>mkdir build &amp;&amp;
99cd build &amp;&amp;
100
101cmake -DCMAKE_INSTALL_PREFIX=/usr \
102 -DBUILD_TESTING=OFF \
103 -Wno-dev ..</userinput></screen>
104
105 <para>
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <para>
121 <parameter>-DBUILD_TESTING=OFF</parameter>: This parameter disables
122 building the testing framework, which requires some modules from
123 <xref linkend="kf5-frameworks"/>.
124 </para>
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Library</segtitle>
133 <segtitle>Installed Directory</segtitle>
134
135 <seglistitem>
136 <seg>
137 None
138 </seg>
139 <seg>
140 None
141 </seg>
142 <seg>
143 /usr/share/icons/breeze{,-dark}
144 </seg>
145 </seglistitem>
146 </segmentedlist>
147
148 </sect2>
149
150</sect1>
Note: See TracBrowser for help on using the repository browser.