source: kde/core/oxygen-icons.xml@ 11fc0a30

systemd-13485
Last change on this file since 11fc0a30 was 9204bbb, checked in by Christopher Gregory <cjg@…>, 10 years ago

Updated to ark-4.14.2, baloo-4.14.2, baloo-widgets-4.14.2, gwenview-4.14.2, kate-4.14.2, kde-baseapps-4.14.2, kde-base-artwork-4.14.2, kdelibs-4.14.2, kdepim-4.14.2, kdepimlibs-4.14.2, kdepim-runtime-4.14.2, kdeplasma-addons-4.14.2, kde-runtime-4.14.2, kde-workspace-4.11.13, kfilemetadata-4.14.2, kmix-4.14.2, konsole-4.14.2, libkcddb-4.14.2, libkdcraw-4.14.2, libkexiv2-4.14.2, okular-4.14.2, oxygen-icons-4.14.2, and phonon-4.8.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14681 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.2 KB
RevLine 
[0e25c32]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
[2a7334e8]7 <!ENTITY oxygen-icons-download-http "&kde-download-http;&kde-version;/src/oxygen-icons-&kde-version;.tar.xz">
[16c6ac3]8 <!ENTITY oxygen-icons-download-ftp " ">
[9204bbb]9 <!ENTITY oxygen-icons-md5sum "9940896dc83f180049416b9242f3d45b">
[d7c3ac85]10 <!ENTITY oxygen-icons-size "219 MB">
[9204bbb]11 <!ENTITY oxygen-icons-buildsize "422 MB">
[4fef42f]12 <!ENTITY oxygen-icons-time "less than 0.1 SBU">
[0e25c32]13]>
14
[22899f9]15<sect1 id="oxygen-icons" xreflabel="Oxygen-Icons-&kde-version;">
[0e25c32]16 <?dbhtml filename="oxygen-icons.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[22899f9]23 <title>Oxygen-Icons-&kde-version;</title>
[0e25c32]24
25 <indexterm zone="oxygen-icons">
[22899f9]26 <primary sortas="a-Oxygen-Icons">Oxygen-Icons</primary>
[0e25c32]27 </indexterm>
28
29 <sect2 role="package">
[22899f9]30 <title>Introduction to Oxygen-Icons</title>
[0e25c32]31
32 <para>The Oxygen theme is a photo-realistic icon style, with a
33 high standard of graphics quality.</para>
34
[22899f9]35 &lfs76_checked;
[0e25c32]36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&oxygen-icons-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&oxygen-icons-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &oxygen-icons-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &oxygen-icons-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &oxygen-icons-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &oxygen-icons-time;</para>
56 </listitem>
57 </itemizedlist>
58
[22899f9]59 <bridgehead renderas="sect3">Oxygen-Icons Dependencies</bridgehead>
[0e25c32]60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required">
[22899f9]63 <xref linkend="cmake"/>
[0e25c32]64 </para>
[69138677]65
[0e25c32]66 <para condition="html" role="usernotes">User Notes:
67 <ulink url="&blfs-wiki;/oxygen-icons"/></para>
68
69 </sect2>
70
71 <sect2 role="installation">
[22899f9]72 <title>Installation of Oxygen-Icons</title>
[0e25c32]73
[22899f9]74 <para>Install <application>Oxygen-Icons</application> by running
[0e25c32]75 the following commands:</para>
76
77<screen><userinput>mkdir build &amp;&amp;
[18c9ee54]78cd build &amp;&amp;
79
[97c713e]80cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; -Wno-dev ..</userinput></screen>
[0e25c32]81
[9ca304a]82 <para>
83 This package does not come with a test suite.
84 </para>
85
[0e25c32]86 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
87
88<screen role="root"><userinput>make install</userinput></screen>
89
90 </sect2>
91
92 <sect2 role="content">
93 <title>Contents</title>
94
95 <segmentedlist>
[6f5da92]96 <segtitle>Installed Programs</segtitle>
97 <segtitle>Installed Libraries</segtitle>
[69138677]98 <segtitle>Installed Directory</segtitle>
[0e25c32]99
100 <seglistitem>
[c9df31a]101 <seg>none</seg>
102 <seg>none</seg>
[2cfb44a4]103 <seg>&kde-dir;/share/icons/oxygen</seg>
[0e25c32]104 </seglistitem>
105 </segmentedlist>
106
107 </sect2>
108
109</sect1>
Note: See TracBrowser for help on using the repository browser.