source: archive/nepomuk-core.xml@ f863fd7d

11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f863fd7d was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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