glfs/x/icons/oxygen-icons5.xml
Fernando de Oliveira 2882aa2480 • Update to nano-2.5.1.
• Update to extra-cmake-modules-5.18.0.
• Update to oxygen-icons5-5.18.0.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16799 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-01-11 19:32:53 +00:00

165 lines
4.8 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!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-icons5-download-http "http://download.kde.org/stable/frameworks/&oxygen-icons5-minor;/oxygen-icons5-&oxygen-icons5-version;.tar.xz">
<!ENTITY oxygen-icons5-download-ftp " ">
<!ENTITY oxygen-icons5-md5sum "af3ffb2b0e1f978d13fbdf88da29bb89">
<!ENTITY oxygen-icons5-size "221 MB">
<!ENTITY oxygen-icons5-buildsize "893 MB">
<!ENTITY oxygen-icons5-time "less than 0.1 SBU">
]>
<sect1 id="oxygen-icons5" xreflabel="oxygen-icons5-&oxygen-icons5-version;">
<?dbhtml filename="oxygen-icons5.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>oxygen-icons5-&oxygen-icons5-version;</title>
<indexterm zone="oxygen-icons5">
<primary sortas="a-oxygen-icons5">oxygen-icons5</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to oxygen-icons5</title>
<para>The oxygen icons 5 theme is a photo-realistic icon style, with a
high standard of graphics quality. It is very similar to <xref
linkend="oxygen-icons"/> but has been updated slightly for KDE
Frameworks 5 (KF5).
</para>
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&oxygen-icons5-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&oxygen-icons5-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &oxygen-icons5-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &oxygen-icons5-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &oxygen-icons5-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &oxygen-icons5-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">oxygen-icons5 Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="extra-cmake-modules"/> and
<xref linkend="qt5"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/oxygen-icons5"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of oxygen-icons5</title>
<!-- <para>First, install a missing file:</para>
<screen><userinput>cat > CMakeLists.txt &lt;&lt; "EOF"
cmake_minimum_required(VERSION 2.8.12)
project(oxygen-icons)
# ECM setup
include(FeatureSummary)
find_package(ECM 5.17.0 NO_MODULE)
set_package_properties(ECM PROPERTIES
TYPE REQUIRED DESCRIPTION "Extra CMake Modules." )
feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND
FATAL_ON_MISSING_REQUIRED_PACKAGES)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
set(KF5_VERSION "5.17.0")
include(KDEInstallDirs)
include(KDECMakeSettings)
include(KDECompilerSettings)
# Dependencies
set(REQUIRED_QT_VERSION "5.3.0")
add_subdirectory(autotests)
########### install files ###############
set( oxygen_icon_dirs 16x16 32x32 48x48 64x64 128x128 256x256 scalable)
install( DIRECTORY ${oxygen_icon_dirs}
DESTINATION ${OXYGEN_INSTALL_DIR}
PATTERN .svn EXCLUDE
PATTERN "*.sh" EXCLUDE )
install( FILES index.theme DESTINATION ${OXYGEN_INSTALL_DIR})
feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES
FATAL_ON_MISSING_REQUIRED_PACKAGES)
EOF</userinput></screen>-->
<para>First, fix the install directory and enable scalable icons:</para>
<screen><userinput>sed -e '/set(OXYGEN/ s:${KDE.*:/usr/share/icons/oxygen5):' \
-e '/( oxygen/ s/)/scalable)/' \
-i CMakeLists.txt &amp;&amp;</userinput></screen>
<para>Install <application>oxygen-icons5</application> by running
the following commands:</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
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/oxygen5</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>