[ed5568e] | 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 " ">
|
---|
[4628cd88] | 9 | <!ENTITY breeze-icons-md5sum "e717dcb76e5dd8d7b7145d76db4f2b30">
|
---|
| 10 | <!ENTITY breeze-icons-size "1.5 MB">
|
---|
| 11 | <!ENTITY breeze-icons-buildsize "154 MB">
|
---|
[fced775] | 12 | <!ENTITY breeze-icons-time "0.2 SBU">
|
---|
[ed5568e] | 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 |
|
---|
[2ead8c6f] | 38 | &lfs81_checked;
|
---|
[ed5568e] | 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 |
|
---|
[dc13ab5b] | 82 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
| 83 | <para role="optional">
|
---|
| 84 | <xref linkend="kf5-frameworks"/>
|
---|
| 85 | </para>
|
---|
| 86 |
|
---|
[ed5568e] | 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 &&
|
---|
[a8a455d] | 101 | cd build &&
|
---|
[ed5568e] | 102 |
|
---|
[dc13ab5b] | 103 | cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
---|
| 104 | -DBUILD_TESTING=OFF \
|
---|
| 105 | -Wno-dev ..</userinput></screen>
|
---|
[ed5568e] | 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 |
|
---|
[dc13ab5b] | 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 |
|
---|
[ed5568e] | 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>
|
---|