[Tracker] Packages explanation
- From: Michele Mattioni <mattions gmail com>
- To: Tracker List <tracker-list gnome org>
- Subject: [Tracker] Packages explanation
- Date: Mon, 29 Jan 2007 12:34:04 +0000
Hello,
I have wrote some explanation about how tracker is packed rigth now, due
the fact there are some wrong or not to clear info on other website...
I just cut&paste the main snippet from the patch here to have the
security that everything written is right for every distribution and not
only debina/ubuntu
I hope the same type of packaging is used also on Fedora, but I don't
run any fedora system right now, so guys, can you check for me?
Otherwise let me know.
Of course this not apply to gentoo ... :)
thank you.
-- snippet --
The current tracker packages are:
* tracker -- the daemon/metadatabase indexer
* tracker-utils -- set of command line to search, tag ....
* libtrackerclient-dev -- the tracker libraries for development. You
don't have to install it for daily purpose.
All of those have no dependencies related to a Desktop Enviroment and
are the "desktop agnostic part" of tracker. This basicly means you can
install on KDE/XFCE/Fluxbox/* without installing any gnome-related
dependecies.
* tracker-search-tool -- the Graphical User Interface to search
using tracker. This has gnome-dependencies
* libdeskbar-tracker -- The handler for the deskbar applet. This has
all the dependencies as the deskbar applet. (i think you have already
guessed :).)
-- end snippet --
M.
Index: start.html
===================================================================
--- start.html (revision 4964)
+++ start.html (working copy)
@@ -46,15 +46,38 @@
<li><code>make</code></li>
<li><code>sudo make install</code> <em>or run as root if you don't use sudo</em></li>
</ol>
-<p>If you run Ubuntu you maybe want to have a look to : <a
href="https://help.ubuntu.com/community/Tracker">How-to install Meta Tracker</a> on Ubuntu Community
Documentation</p>
+<h4>Installing using packages</h4>
+<p> Refer to the <a href="download.html">download</a> to see how to download the tracker-packages for your
favourite distribution. Here we display only how the tracker packages are organized.
+</p>
+<p>
+The current tracker packages are:
+<ul>
+ <li><strong>tracker</strong> -- the daemon indexer</li>
+ <li><strong>tracker-utils</strong> -- set of command line to search, tag ....</li>
+ <li><strong>libtrackerclient-dev</strong> -- the tracker libraries for development. You don't have to
install it for daily purpose.</li>
+</ul>
+All of those have no dependencies on anything outside Glib and are the "desktop agnostic part" of tracker.
This means you can install on KDE/XFCE/Fluxbox/* without installing any gnome-related dependecies.
+
+<ul>
+ <li><strong>tracker-search-tool</strong> -- the Graphical User Interface to search using tracker.
This has gnome-dependencies</li>
+ <li><strong>libdeskbar-tracker</strong> -- The handler for the deskbar. This has all the dependencies
as the deskbar applet. (i think you have already guessed :).)</li>
+</ul>
+</p>
+
+<p>As example we write how to install using a debian/ubuntu system
+<ul>
+<li><code>apt-get install tracker tracker-utils</code> to install the indexer and the command line</li>
+
+<li><code>apt-get install tracker tracker-utils tracker-search-tool libdeskbar-tracker</code> to install the
Gnome GUI and the deskbar handler.</li>
+</ul>
<h3>Run tracker</h3>
<p>To run tracker simple digit <code>trackerd</code></p>
<p><strong>Tracker is indexing your home!!</strong></p>
<p>To search you can use :</p>
<ul>
<li>the command line <code>tracker-search</code></li>
- <li>the tracker-search-tool <code>tracker-search-tool</code></li>
+ <li>the tracker-search-tool <code>tracker-search-tool</code> <em>(If you have installed the relevant
package)</em></li>
</ul>
<p>For more information in how configure tracker read the README file or refer to <a
href="documentation.html">Documentation</a>.</p>
Index: development.html
===================================================================
--- development.html (revision 4964)
+++ development.html (working copy)
@@ -44,6 +44,8 @@
<p>The development code is available from the gnome svn, to check out:</p>
<p><code>svn checkout http://svn.gnome.org/svn/tracker/trunk</code></p>
+<p>If you want to write a 3rd Party Application using tracker, but you have question in how to do it just
jump in in the IRC channel for now. Tutorials and Documentation are coming soon.</p>
+
<h3>BUGS!!</h3>
<p>To report a bug you can use:</p>
<ul>
Index: download.html
===================================================================
--- download.html (revision 4964)
+++ download.html (working copy)
@@ -47,23 +47,21 @@
<li>
<strong>Ubuntu</strong> :
<ul>
- <li>
- Feisty : Tracker is in the universe.
- <br/><code>apt-get install tracker</code> to install the indexer
- <br/><code>apt-get install tracker-utils</code> to install some command-line tool
- <br/><code>apt-get install tracker-search-tool</code> to install the GUI.</li>
- <li>
- Edgy: repo <code>"deb http://debs.michaelbiebl.de/ edgy main"</code>
- </li>
- <li>
- Dappper: repo <code>"deb http://debs.michaelbiebl.de/ dapper main"</code>
- </li>
+ <li>
+ Feisty : Tracker is in the universe.
+ <li>
+ Edgy: repo <code>"deb http://debs.michaelbiebl.de/ edgy main"</code>
+ </li>
+ <li>
+ Dappper: repo <code>"deb http://debs.michaelbiebl.de/ dapper main"</code>
+ </li>
</ul>
- If your architeture is !i386 you can use <code>"deb-src http://debs.michaelbiebl.de/ dapper
main"</code>
- <br/>and recompiling yourself using <code>"apt-get build-dep tracker && apt-get
source -b tracker" </code>
-
+</ul>
- </li>
+ <p>If your architeture is not i386 you can use <code>"deb-src http://debs.michaelbiebl.de/
dapper main"</code>
+ <br/>and recompiling yourself using <code>"apt-get build-dep tracker && apt-get
source -b tracker" </code></p>
+
+<ul>
<li><strong>RPM (FC5/FC6)</strong>: Can now be found in Fedora Extras </li>
<li><strong>Gentoo</strong>: Tracker is in portage just <code>emerge tracker</code> to install it
</li>
Index: documentation.html
===================================================================
--- documentation.html (revision 4964)
+++ documentation.html (working copy)
@@ -32,10 +32,27 @@
<div id="content">
<h3>Documentation</h3>
<p>For a quickstart in how to install and run tracker read <a href="start.html">here</a>.</p>
-<p>For tuning how you tracker is indexing just keep on reading :) .</p>
+<p> Refer to the <a href="download.html">download</a> to see how to download the tracker-packages for your
favourite distribution or if they are already included in your ufficial distribution repositories. Here we
display only how the tracker packages are organized.
+</p>
+<p>
+The current tracker packages are:
+<ul>
+ <li><strong>tracker</strong> -- the daemon/metadatabase indexer</li>
+ <li><strong>tracker-utils</strong> -- set of command line to search, tag ....</li>
+ <li><strong>libtrackerclient-dev</strong> -- the tracker libraries for development. You don't have to
install it for daily purpose.</li>
+</ul>
+All of those have no dependencies related to a Desktop Enviroment and are the "desktop agnostic part" of
tracker. This basicly means you can install on KDE/XFCE/Fluxbox/* without installing any gnome-related
dependecies.
+
+<ul>
+ <li><strong>tracker-search-tool</strong> -- the Graphical User Interface to search using tracker.
This has gnome-dependencies</li>
+ <li><strong>libdeskbar-tracker</strong> -- The handler for the deskbar applet. This has all the
dependencies as the deskbar applet. (i think you have already guessed :).)</li>
+</ul>
+</p>
+
+<p>For tuning tracker on reading :) .</p>
<p><em>Tracker is under an hard development that's why we are going to cover only some of the
configurations.</em></p>
-<h3>Choose what to index!!!</h3>
+<h3>Choose what to index</h3>
<p> You can configure the behavior of tracker using the configuration file :
<code>~/.Tracker/tracker.cfg</code>.</p>
<p>List all the directory that you want to index in the <strong>WatchDirectoryRoots</strong> field separated
by a semicolon.</p>
<p><em>Default is set to your home directory.</em></p>
@@ -54,7 +71,7 @@
<h4>Nautilus integration</h4>
-<p>Nautilus 2.14 packages with Tracker support:</p>
+<p>Nautilus 2.14 and 2.16 packages with Tracker support:</p>
<ul>
<li>
@@ -66,16 +83,8 @@
<h4>Deskbar</h4>
-<p>Deskbar 2.14 packages with Tracker support:</p>
+<p>Just install the <code>libdeskbar-tracker</code> package</p>
-<ul>
- <li>
-
- Deb (Ubuntu) : <a
href="http://www.madman2k.net/files/deskbar-applet_2.14.2-0ubuntu1tracker1_i386.deb">http://www.madman2k.net/files/deskbar-applet_2.14.2-0ubuntu1tracker1_i386.deb</a>
-
- </li>
-</ul>
-
<h4>QT Gui</h4>
<p>Coming soon!!</p>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]