source: x/icons/oxygen-icons.xml@ c6d0653

12.1 ken/TL2024 lazarus trunk xry111/llvm18
Last change on this file since c6d0653 was c6d0653, checked in by Bruce Dubbs <bdubbs@…>, 4 months ago

Fix several md5sums

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