Author: krejzi
Date: Sun Jun 22 17:26:41 2014
New Revision: 13296

Log:
Add khotkeys.

Added:
   branches/frameworks/kde5/plasma/khotkeys.xml   (contents, props changed)

Added: branches/frameworks/kde5/plasma/khotkeys.xml
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ branches/frameworks/kde5/plasma/khotkeys.xml        Sun Jun 22 17:26:41 
2014        (r13296)
@@ -0,0 +1,157 @@
+<?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 khotkeys-download-http 
"&plasma2-download-http;/khotkeys-&plasma2-version;.tar.xz">
+  <!ENTITY khotkeys-download-ftp  
"&plasma2-download-ftp;/khotkeys-&plasma2-version;.tar.xz">
+  <!ENTITY khotkeys-md5sum        "ba8d7ee3b8afb3b08ba95870ec596eb5">
+  <!ENTITY khotkeys-size          "724 KB">
+  <!ENTITY khotkeys-buildsize     "21 MB">
+  <!ENTITY khotkeys-time          "0.8 SBU">
+]>
+
+<sect1 id="khotkeys" xreflabel="KHotKeys-&plasma2-version;">
+  <?dbhtml filename="khotkeys.html"?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>KHotKeys-&plasma2-version;</title>
+
+  <indexterm zone="khotkeys">
+    <primary sortas="a-KHotKeys">KHotKeys</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to KHotKeys</title>
+
+    <para>
+      The <application>KHotKeys</application> package contains a library
+      to help bind actions to triggers and conditions.
+    </para>
+
+    &lfs75_checked;
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Download (HTTP): <ulink url="&khotkeys-download-http;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download (FTP): <ulink url="&khotkeys-download-ftp;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download MD5 sum: &khotkeys-md5sum;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download size: &khotkeys-size;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated disk space required: &khotkeys-buildsize;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated build time: &khotkeys-time;
+        </para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">KHotKeys Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required">
+      <xref linkend="plasma-workspace"/>
+    </para>
+
+    <para condition="html" role="usernotes">
+      User Notes: <ulink url="&blfs-wiki;/khotkeys"/>
+    </para>
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of KHotKeys</title>
+
+    <para>
+      Install <application>KHotKeys</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                \
+      -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-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>
+          libkhotkeysprivate.so.5
+        </seg>
+        <seg>
+          $KF5_PREFIX/lib/cmake/KHotKeysDBusInterface and
+          $KF5_PREFIX/share/khotkeys
+        </seg>
+      </seglistitem>
+    </segmentedlist>
+
+  </sect2>
+
+</sect1>
-- 
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