source: x/icons/oxygen-icons.xml

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

oyygen-icons are no longer synced wwith kf6

  • Property mode set to 100644
File size: 3.3 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 oxygen-icons-download-http "https://download.kde.org/stable/oxygen-icons/oxygen-icons-&oxygen-icons-version;.tar.xz">
8 <!ENTITY oxygen-icons-download-ftp " ">
9 <!ENTITY oxygen-icons-md5sum "7de8aed8caa14ccf5b4906e68c020d55">
10 <!ENTITY oxygen-icons-size "231 MB">
11 <!ENTITY oxygen-icons-buildsize "453 MB">
12 <!ENTITY oxygen-icons-time "less than 0.1 SBU">
13]>
14
15<sect1 id="oxygen-icons" xreflabel="oxygen-icons-&oxygen-icons-version;">
16 <?dbhtml filename="oxygen-icons.html"?>
17
18
19 <title>oxygen-icons-&oxygen-icons-version;</title>
20
21 <indexterm zone="oxygen-icons">
22 <primary sortas="a-oxygen-icons">oxygen-icons</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to oxygen-icons</title>
27
28 <para>
29 The oxygen icons theme is a photo-realistic icon style, with a
30 high standard of graphics quality.
31 </para>
32
33 &lfs121_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&oxygen-icons-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&oxygen-icons-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &oxygen-icons-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &oxygen-icons-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &oxygen-icons-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &oxygen-icons-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">oxygen-icons Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="extra-cmake-modules"/> and
74 <xref linkend="qt6"/>
75 </para>
76
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of oxygen-icons</title>
82
83 <para>
84 First, enable scalable icons:
85 </para>
86
87<screen><userinput>sed -i '/( oxygen/ s/)/scalable )/' CMakeLists.txt</userinput></screen>
88
89 <para>
90 Install <application>oxygen-icons</application> by running
91 the following commands:
92 </para>
93
94<screen><userinput>mkdir build &amp;&amp;
95cd build &amp;&amp;
96
97cmake -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ..</userinput></screen>
98
99 <para>
100 This package does not come with a test suite.
101 </para>
102
103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Libraries</segtitle>
117 <segtitle>Installed Directory</segtitle>
118
119 <seglistitem>
120 <seg>none</seg>
121 <seg>none</seg>
122 <seg>/usr/share/icons/oxygen</seg>
123 </seglistitem>
124 </segmentedlist>
125
126 </sect2>
127
128</sect1>
Note: See TracBrowser for help on using the repository browser.