source: x/icons/breeze-icons.xml

trunk
Last change on this file was fbcb4bc4, checked in by Bruce Dubbs <bdubbs@…>, 12 days ago

Update to kf6-6.1.0.

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "&kf6-download-http;/breeze-icons-&kf6-version;.tar.xz">
8 <!ENTITY breeze-icons-download-ftp " ">
9 <!ENTITY breeze-icons-md5sum "97bcb1e182e8f1cf20417ca65ce17a8f">
10 <!ENTITY breeze-icons-size "2.2 MB">
11 <!ENTITY breeze-icons-buildsize "79 MB">
12 <!ENTITY breeze-icons-time "0.1 SBU">
13]>
14
15<sect1 id="breeze-icons" xreflabel="breeze-icons-&kf6-version;">
16 <?dbhtml filename="breeze-icons.html"?>
17
18
19 <title>breeze-icons-&kf6-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</application> applications,
31 but it can be used for other window environments.
32 </para>
33
34 &lfs121_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="qt6"/>
76 </para>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <xref linkend="kf6-frameworks"/>,
81 <xref linkend="libxml2"/>, and
82 <xref linkend="lxml"/>
83 </para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of Breeze Icons</title>
89
90 <para>
91 Install <application>Breeze Icons</application> by running the following
92 commands:
93 </para>
94
95<screen><userinput>mkdir build &amp;&amp;
96cd build &amp;&amp;
97
98cmake -DCMAKE_INSTALL_PREFIX=/usr \
99 -DBUILD_TESTING=OFF \
100 -Wno-dev ..</userinput></screen>
101
102 <para>
103 This package does not come with a test suite.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="commands">
115 <title>Command Explanations</title>
116
117 <para>
118 <parameter>-DBUILD_TESTING=OFF</parameter>: This parameter disables
119 building the testing framework, which requires some modules from
120 <xref linkend="kf6-frameworks"/>.
121 </para>
122 </sect2>
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Programs</segtitle>
129 <segtitle>Installed Library</segtitle>
130 <segtitle>Installed Directory</segtitle>
131
132 <seglistitem>
133 <seg>
134 None
135 </seg>
136 <seg>
137 None
138 </seg>
139 <seg>
140 /usr/share/icons/breeze{,-dark}
141 </seg>
142 </seglistitem>
143 </segmentedlist>
144
145 </sect2>
146
147</sect1>
Note: See TracBrowser for help on using the repository browser.