source: archive/oxygen-icons.xml@ 3f2db3a6

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/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.4 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 oxygen-icons-download-http "&kde-download-attic;/&oxygen-icons-version;/src/oxygen-icons-&oxygen-icons-version;.tar.xz">
8 <!ENTITY oxygen-icons-download-ftp " ">
9 <!ENTITY oxygen-icons-md5sum "4f24f975fb90d8daab833fc719ce39a3">
10 <!ENTITY oxygen-icons-size "219 MB">
11 <!ENTITY oxygen-icons-buildsize "474 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>The oxygen theme is a photo-realistic icon style, with a
29 high standard of graphics quality.</para>
30
31 &lfs79_checked;
32
33 <bridgehead renderas="sect3">Package Information</bridgehead>
34 <itemizedlist spacing="compact">
35 <listitem>
36 <para>Download (HTTP): <ulink url="&oxygen-icons-download-http;"/></para>
37 </listitem>
38 <listitem>
39 <para>Download (FTP): <ulink url="&oxygen-icons-download-ftp;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download MD5 sum: &oxygen-icons-md5sum;</para>
43 </listitem>
44 <listitem>
45 <para>Download size: &oxygen-icons-size;</para>
46 </listitem>
47 <listitem>
48 <para>Estimated disk space required: &oxygen-icons-buildsize;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated build time: &oxygen-icons-time;</para>
52 </listitem>
53 </itemizedlist>
54
55 <bridgehead renderas="sect3">oxygen-icons Dependencies</bridgehead>
56
57 <bridgehead renderas="sect4">Required</bridgehead>
58 <para role="required">
59 <xref linkend="cmake"/>
60 </para>
61
62 <para condition="html" role="usernotes">User Notes:
63 <ulink url="&blfs-wiki;/oxygen-icons"/></para>
64
65 </sect2>
66
67 <sect2 role="installation">
68 <title>Installation of oxygen-icons</title>
69
70 <para>Install <application>oxygen-icons</application> by running
71 the following commands:</para>
72
73<screen><userinput>sed -i "s/x256/&amp; scalable/" CMakeLists.txt &amp;&amp;
74
75mkdir build &amp;&amp;
76cd build &amp;&amp;
77
78cmake -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ..</userinput></screen>
79
80 <para>
81 This package does not come with a test suite.
82 </para>
83
84 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
85
86<screen role="root"><userinput>make install</userinput></screen>
87
88 </sect2>
89
90 <sect2 role="commands">
91 <title>Command Explanations</title>
92
93 <para>
94 <command>sed ...</command>: This command ensures that the scalable
95 versions of the icons are also installed.
96 </para>
97
98 </sect2>
99
100 <sect2 role="content">
101 <title>Contents</title>
102
103 <segmentedlist>
104 <segtitle>Installed Programs</segtitle>
105 <segtitle>Installed Libraries</segtitle>
106 <segtitle>Installed Directory</segtitle>
107
108 <seglistitem>
109 <seg>none</seg>
110 <seg>none</seg>
111 <seg>/usr/share/icons/oxygen</seg>
112 </seglistitem>
113 </segmentedlist>
114
115 </sect2>
116
117</sect1>
Note: See TracBrowser for help on using the repository browser.