mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
129 lines
3.3 KiB
XML
129 lines
3.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY oxygen-icons-download-http "https://download.kde.org/stable/oxygen-icons/oxygen-icons-&kf6-version;.tar.xz">
|
|
<!ENTITY oxygen-icons-download-ftp " ">
|
|
<!ENTITY oxygen-icons-md5sum "7de8aed8caa14ccf5b4906e68c020d55">
|
|
<!ENTITY oxygen-icons-size "231 MB">
|
|
<!ENTITY oxygen-icons-buildsize "453 MB">
|
|
<!ENTITY oxygen-icons-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="oxygen-icons" xreflabel="oxygen-icons-&kf6-version;">
|
|
<?dbhtml filename="oxygen-icons.html"?>
|
|
|
|
|
|
<title>oxygen-icons-&kf6-version;</title>
|
|
|
|
<indexterm zone="oxygen-icons">
|
|
<primary sortas="a-oxygen-icons">oxygen-icons</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to oxygen-icons</title>
|
|
|
|
<para>
|
|
The oxygen icons theme is a photo-realistic icon style, with a
|
|
high standard of graphics quality.
|
|
</para>
|
|
|
|
&lfs121_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&oxygen-icons-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&oxygen-icons-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &oxygen-icons-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &oxygen-icons-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &oxygen-icons-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &oxygen-icons-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">oxygen-icons Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="extra-cmake-modules"/> and
|
|
<xref linkend="qt6"/>
|
|
</para>
|
|
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of oxygen-icons</title>
|
|
|
|
<para>
|
|
First, enable scalable icons:
|
|
</para>
|
|
|
|
<screen><userinput>sed -i '/( oxygen/ s/)/scalable )/' CMakeLists.txt</userinput></screen>
|
|
|
|
<para>
|
|
Install <application>oxygen-icons</application> by running
|
|
the following commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ..</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>none</seg>
|
|
<seg>none</seg>
|
|
<seg>/usr/share/icons/oxygen</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|