source: archive/nepomuk-core.xml@ 3f2db3a6

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY nepomuk-core-download-http "&kde-download-http;&kde-version;/src/nepomuk-core-&kde-version;.tar.xz">
8 <!ENTITY nepomuk-core-download-ftp "&kde-download-ftp;&kde-version;/src/nepomuk-core-&kde-version;.tar.xz">
9 <!ENTITY nepomuk-core-md5sum "b73d88658f0405d5f705c469d2697a9a">
10 <!ENTITY nepomuk-core-size "374 KB">
11 <!ENTITY nepomuk-core-buildsize "41 MB">
12 <!ENTITY nepomuk-core-time "1.9 SBU">
13]>
14
15<sect1 id="nepomuk-core" xreflabel="nepomuk-core-&kde-version;">
16 <?dbhtml filename="nepomuk-core.html"?>
17
18
19 <title>Nepomuk-core-&kde-version;</title>
20
21 <indexterm zone="nepomuk-core">
22 <primary sortas="a-nepomuk-core">nepomuk-core</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Nepomuk-core</title>
27
28 <para>Nepomuk-core contains the Semantik Desktop core libraries. This
29 includes central services like file indexing, file system monitoring,
30 query, and of course storage, as well as the corresponding client
31 libraries.</para>
32
33 &lfs75_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&nepomuk-core-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&nepomuk-core-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &nepomuk-core-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &nepomuk-core-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &nepomuk-core-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &nepomuk-core-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">Nepomuk-core Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para role="required">
61 <xref linkend="kdelibs"/>
62 </para>
63
64 <bridgehead renderas="sect4">Recommended</bridgehead>
65 <para role="recommended">
66 <xref linkend="kfilemetadata"/>,
67 <xref linkend="baloo"/>,
68 <xref linkend="poppler"/>,
69 <xref linkend="taglib"/>,
70 <xref linkend="exiv2"/> and
71 <xref linkend="ffmpeg"/>
72 </para>
73
74 <bridgehead renderas="sect4">Optional</bridgehead>
75 <para role="optional">
76 <ulink url="http://sourceforge.net/projects/ebook-tools">libepub</ulink> and
77 <ulink url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket">Mobipocket</ulink>
78 </para>
79
80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/nepomuk-core"/>
82 </para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of Nepomuk-core</title>
88
89 <para>Install <application>nepomuk-core</application> by running the following
90 commands:</para>
91
92<!-- Nothing is installed in sysconfdir ... -->
93<screen><userinput>mkdir build &amp;&amp;
94cd build &amp;&amp;
95
96cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
97 -DCMAKE_BUILD_TYPE=Release \
98 -Wno-dev .. &amp;&amp;
99make</userinput></screen>
100
101 <para>This package does not come with a working test suite.</para>
102
103 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>nepomuk-simplesource-rcgen, nepomuk2-rcgen, nepomukbackup,
119 nepomukcleaner, nepomukindexer, nepomukserver and
120 nepomukservicestub</seg>
121 <seg>libkdeinit4_nepomukserver.so, libnepomukcommon.so,
122 libnepomukcore.so and several in
123 &kde-dir;/lib/kde4</seg>
124 <seg>&kde-dir;/include/nepomuk2, &kde-dir;/include/Nepomuk2,
125 &kde-dir;/lib/cmake/NepomukCore and several in
126 &kde-dir;/share/apps</seg>
127 </seglistitem>
128 </segmentedlist>
129
130 </sect2>
131
132</sect1>
Note: See TracBrowser for help on using the repository browser.