Author: krejzi
Date: Sun Oct 19 10:23:14 2014
New Revision: 14689

Log:
Add kdeplasma-addons for Plasma 5, completing addition for Plasma 5.1.0.

Added:
   branches/kde5/kde5/plasma/kdeplasma-addons.xml   (contents, props changed)
Modified:
   branches/kde5/kde5/kde5.ent
   branches/kde5/kde5/plasma/plasma.xml

Modified: branches/kde5/kde5/kde5.ent
==============================================================================
--- branches/kde5/kde5/kde5.ent Sun Oct 19 09:48:54 2014        (r14688)
+++ branches/kde5/kde5/kde5.ent Sun Oct 19 10:23:14 2014        (r14689)
@@ -495,6 +495,13 @@
 <!ENTITY kde-cli-tools-buildsize     "25 MB">
 <!ENTITY kde-cli-tools-time          "0.3 SBU">
 
+<!ENTITY kdeplasma-addons5-download-http 
"&plasma-download-http;/kdeplasma-addons-&plasma-version;.tar.xz">
+<!ENTITY kdeplasma-addons5-download-ftp  
"&plasma-download-ftp;/kdeplasma-addons-&plasma-version;.tar.xz">
+<!ENTITY kdeplasma-addons5-md5sum        "3b65b3334ad67db7ff536ce38c857175">
+<!ENTITY kdeplasma-addons5-size          "2.0 MB">
+<!ENTITY kdeplasma-addons5-buildsize     "63 MB">
+<!ENTITY kdeplasma-addons5-time          "0.7 SBU">
+
 <!ENTITY kfilemetadata5-download-http 
"&plasma-download-http;/kfilemetadata-&plasma-version;.tar.xz">
 <!ENTITY kfilemetadata5-download-ftp  
"&plasma-download-ftp;/kfilemetadata-&plasma-version;.tar.xz">
 <!ENTITY kfilemetadata5-md5sum        "9df0d207c6789c3b9f278de4e85301a6">

Added: branches/kde5/kde5/plasma/kdeplasma-addons.xml
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ branches/kde5/kde5/plasma/kdeplasma-addons.xml      Sun Oct 19 10:23:14 
2014        (r14689)
@@ -0,0 +1,164 @@
+<?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;
+]>
+
+<sect1 id="kdeplasma-addons5" xreflabel="Kdeplasma-Addons-&plasma-version;">
+  <?dbhtml filename="kdeplasma-addons.html"?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>Kdeplasma-Addons-&plasma-version;</title>
+
+  <indexterm zone="kdeplasma-addons5">
+    <primary sortas="a-Kdeplasma-Addons">Kdeplasma-Addons</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to Kdeplasma-Addons</title>
+
+    <para>
+      The <application>Kdeplasma-Addons</application> package contains
+      additional plasmoids for KDE Plasma.
+    </para>
+
+    &lfs76_checked;
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Download (HTTP): <ulink url="&kdeplasma-addons5-download-http;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download (FTP): <ulink url="&kdeplasma-addons5-download-ftp;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download MD5 sum: &kdeplasma-addons5-md5sum;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download size: &kdeplasma-addons5-size;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated disk space required: &kdeplasma-addons5-buildsize;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated build time: &kdeplasma-addons5-time;
+        </para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">Kdeplasma-Addons Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required">
+      <xref linkend="kdelibs4support"/> and
+      <xref linkend="krunner"/>
+    </para>
+
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional">
+      <xref linkend="ibus"/> and
+      <ulink url="&sourceforge-repo;/scim/">SCIM</ulink>
+    </para>
+
+    <para condition="html" role="usernotes">
+      User Notes: <ulink url="&blfs-wiki;/kdeplasma-addons5"/>
+    </para>
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of Kdeplasma-Addons</title>
+
+    <para>
+      Install <application>Kdeplasma-Addons</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                \
+      -DQML_INSTALL_DIR=&qt5-qml-dir;           \
+      -DQT_PLUGIN_INSTALL_DIR=&qt5-plugins-dir; \
+      .. &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="commands">
+    <title>Command Explanations</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+      href="../../xincludes/cmake-release.xml"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+      href="../../xincludes/kf5-libdir.xml"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+      href="../../xincludes/kf5-tests.xml"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+      href="../../xincludes/qt5-qml-dir.xml"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+      href="../../xincludes/qt5-plugins-dir.xml"/>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title>Contents</title>
+
+    <segmentedlist>
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Libraries</segtitle>
+      <segtitle>Installed Directories</segtitle>
+
+      <seglistitem>
+        <seg>
+          None
+        </seg>
+        <seg>
+          None
+        </seg>
+        <seg>
+          $KF5_PREFIX/&qt5-plugins-dir;/plasma/dataengine,
+          $KF5_PREFIX/&qt5-qml-dir;/org/kde/plasma/private/{kimpanel,notes},
+          
$KF5_PREFIX/share/plasma/plasmoids/org.kde.plasma.{calculator,fuzzyclock,kimpanel},
+          
$KF5_PREFIX/share/plasma/plasmoids/org.kde.plasma.{notes,systemloadviewer,timer}
 and
+          $KF5_PREFIX/share/plasma/wallpapers/org.kde.{haenau,hunyango}
+        </seg>
+      </seglistitem>
+    </segmentedlist>
+
+  </sect2>
+
+</sect1>

Modified: branches/kde5/kde5/plasma/plasma.xml
==============================================================================
--- branches/kde5/kde5/plasma/plasma.xml        Sun Oct 19 09:48:54 2014        
(r14688)
+++ branches/kde5/kde5/plasma/plasma.xml        Sun Oct 19 10:23:14 2014        
(r14689)
@@ -42,6 +42,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="plasma-workspace-wallpapers.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="powerdevil.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="plasma-desktop.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="kdeplasma-addons.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="starting.xml"/>
 
 </chapter>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to