mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
3f2db3a638
They only contain a date tag that is nowhere used.
120 lines
3.6 KiB
XML
120 lines
3.6 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 nepomuk-widgets-download-http "&kde-download-http;&kde-version;/src/nepomuk-widgets-&kde-version;.tar.xz">
|
|
<!ENTITY nepomuk-widgets-download-ftp "&kde-download-ftp;&kde-version;/src/nepomuk-widgets-&kde-version;.tar.xz">
|
|
<!ENTITY nepomuk-widgets-md5sum "21f54a8a36dd7396239513190e31d4ef">
|
|
<!ENTITY nepomuk-widgets-size "48 KB">
|
|
<!ENTITY nepomuk-widgets-buildsize "3.8 MB">
|
|
<!ENTITY nepomuk-widgets-time "0.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="nepomuk-widgets" xreflabel="nepomuk-widgets-&kde-version;">
|
|
<?dbhtml filename="nepomuk-widgets.html"?>
|
|
|
|
|
|
<title>Nepomuk-widgets-&kde-version;</title>
|
|
|
|
<indexterm zone="nepomuk-widgets">
|
|
<primary sortas="a-nepomuk-widgets">nepomuk-widgets</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to nepomuk-widgets</title>
|
|
|
|
<para>Nepomuk-widgets contains the widget library for the Nepomuk Semantik
|
|
Desktop.</para>
|
|
|
|
&lfs75_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&nepomuk-widgets-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&nepomuk-widgets-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &nepomuk-widgets-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &nepomuk-widgets-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &nepomuk-widgets-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &nepomuk-widgets-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<!--
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem>
|
|
<para>Required patch: <ulink
|
|
url="&patch-root;/nepomuk-widgets-&kde-version;-rpc_fix-1.patch"/></para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
-->
|
|
|
|
<bridgehead renderas="sect3">Nepomuk-widgets Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="nepomuk-core"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/nepomuk-widgets"/>
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of nepomuk-widgets</title>
|
|
|
|
<para>Install <application>nepomuk-widgets</application> by running the following
|
|
commands:</para>
|
|
|
|
<!-- Nothing is installed in sysconfdir ... -->
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-Wno-dev .. &&
|
|
make</userinput></screen>
|
|
|
|
<para>To test the results, issue <command>make test</command>.</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 Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>none</seg>
|
|
<seg>libnepomukwidgets.so</seg>
|
|
<seg>&kde-dir;/include/nepomuk2 and
|
|
&kde-dir;/lib/cmake/NepomukWidgets</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|