source: x/icons/breeze-icons.xml@ 53cd2d54

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 53cd2d54 was 53cd2d54, checked in by Bruce Dubbs <bdubbs@…>, 20 months ago

Update to kf5-5.97.0 and associated packages

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