Add KF5 gwenview-12.15.3 and libkcdraw-15.12.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17166 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2016-03-25 20:58:05 +00:00
parent e0f5a8f36c
commit c0e40ca7c4
6 changed files with 320 additions and 4 deletions

View File

@ -47,6 +47,11 @@
<listitem>
<para>March 25th, 2016</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Add KF5 gwenview-12.15.3 and libkcdraw-15.12.3.
Partially fixes
<ulink url="&blfs-ticket-root;7582">#7582</ulink>.</para>
</listitem>
<listitem>
<para>[igor] - Update to thunderbird-38.7.1. Fixes
<ulink url="&blfs-ticket-root;7644">#7644</ulink>.</para>

169
kde/kf5-apps/gwenview.xml Normal file
View File

@ -0,0 +1,169 @@
<?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 gwenview5-download-http "&kf5apps-download-http;/kmix-&kf5apps-version;.tar.xz">
<!ENTITY gwenview5-download-ftp " ">
<!ENTITY gwenview5-md5sum "c82fab391765ce803490ea93ddc899ed">
<!ENTITY gwenview5-size "2.7 MB">
<!ENTITY gwenview5-buildsize "20 MB">
<!ENTITY gwenview5-time "2.2 SBU">
]>
<sect1 id="gwenview5" xreflabel="Gwenview-&kf5apps-version;">
<?dbhtml filename="gwenview5.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Gwenview-&kf5apps-version;</title>
<indexterm zone="gwenview5">
<primary sortas="a-Gwenview">Gwenview</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Gwenview</title>
<para>
<application>Gwenview</application> is a fast and easy-to-use
image viewer for KDE.
</para>
&lfs79_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&gwenview5-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&gwenview5-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &gwenview5-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &gwenview5-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &gwenview5-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &gwenview5-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Gwenview Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="kf5-frameworks"/> and
<xref linkend="lcms2"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="libkdcraw"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<ulink url="http://download.kde.org/stable/applications/&kf5apps-version;/src/">KF5Kipi</ulink>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/gwenview"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Gwenview</title>
<para>
Install <application>Gwenview</application> by running the following
commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
-DCMAKE_BUILD_TYPE=Release \
-DLIB_INSTALL_DIR=lib \
-DBUILD_TESTING=OFF \
-Wno-dev .. &amp;&amp;
make</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 Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
gwenview
</seg>
<seg>
libgwenviewlib.so and
gvpart.so
</seg>
<seg>
$KF5_PREFIX/share/{kxmlgui5/gvpart,kxmlgui5/org.kde.gwenview,gwenview,/doc/HTML/en/gwenview}
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="gwenview5-prog">
<term><command>gwenview</command></term>
<listitem>
<para>
is the KDE image viewer.
</para>
<indexterm zone="gwenview5 gwenview5-prog">
<primary sortas="b-gwenview">kmix</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>

View File

@ -22,5 +22,7 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="konsole5.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libkexiv2.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="okular5.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libkdcraw.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gwenview.xml"/>
</chapter>

140
kde/kf5-apps/libkdcraw.xml Normal file
View File

@ -0,0 +1,140 @@
<?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 libkdcraw-download-http "&kf5apps-download-http;/libkdcraw-&kf5apps-version;.tar.xz">
<!ENTITY libkdcraw-download-ftp " ">
<!ENTITY libkdcraw-md5sum "40ab050d8ecacbe2b71141ae1d151c62">
<!ENTITY libkdcraw-size "44 KB">
<!ENTITY libkdcraw-buildsize "1.3 MB">
<!ENTITY libkdcraw-time "0.1 SBU">
]>
<sect1 id="libkdcraw" xreflabel="libkdcraw-&kf5apps-version;">
<?dbhtml filename="libkdcraw.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>libkdcraw-&kf5apps-version;</title>
<indexterm zone="libkdcraw">
<primary sortas="a-libkdcraw">libkdcraw</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to libkdcraw</title>
<para>
<application>Libkdcraw</application> is a KDE wrapper around the
<xref linkend="libraw"/> library for manipulating image metadata.
</para>
&lfs79_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&libkdcraw-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&libkdcraw-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &libkdcraw-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &libkdcraw-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &libkdcraw-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &libkdcraw-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">libkdcraw Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="kf5-frameworks"/> and
<xref linkend="libraw"/>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/libkdcraw"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of libkdcraw</title>
<para>
Install <application>libkdcraw</application> by running the following
commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
-DCMAKE_BUILD_TYPE=Release \
-DLIB_INSTALL_DIR=lib \
-DBUILD_TESTING=OFF \
-Wno-dev .. &amp;&amp;
make</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 Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
libKF5KDcraw.so
</seg>
<seg>
$KF5_PREFIX/include/KF5/KDCRAW and
$KF5_PREFIX/lib/cmake/KF5KDcraw
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>

View File

@ -84,12 +84,12 @@
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/liblxqt"/>
User Notes: <ulink url="&blfs-wiki;/kguiaddons"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of liblxqt</title>
<title>Installation of kguiaddons</title>
<para>
Install <application>liblxqt</application> by running the

View File

@ -90,12 +90,12 @@
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/liblxqt"/>
User Notes: <ulink url="&blfs-wiki;/solid"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of liblxqt</title>
<title>Installation of solid</title>
<para>
Install <application>liblxqt</application> by running the