source: x/icons/breeze-icons.xml@ 9d7a550

10.0 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 9d7a550 was 1af66bb9, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Update to polkit-qt-1-0.113.0.
Update to kf5-5.70.0.
A fix for libmusicbrainz5.
Some refomatting of dhcpcd.

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

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