source: archive/gnome-obsolete/hamster-applet.xml@ 6bd5fae

lazarus trunk
Last change on this file since 6bd5fae was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.0 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 hamster-applet-download-http "&gnome-download-http;/hamster-applet/&gnome-version;/hamster-applet-&hamster-applet-version;.tar.bz2">
8 <!ENTITY hamster-applet-download-ftp "&gnome-download-ftp;/hamster-applet/&gnome-version;/hamster-applet-&hamster-applet-version;.tar.bz2">
9 <!ENTITY hamster-applet-md5sum "ad662fd81a09c5a0e19d1aa733e78588">
10 <!ENTITY hamster-applet-size "600 KB">
11 <!ENTITY hamster-applet-buildsize "10 MB">
12 <!ENTITY hamster-applet-time "0.1 SBU">
13]>
14
15<sect1 id="hamster-applet" xreflabel="hamster-applet-&hamster-applet-version;">
16 <?dbhtml filename="hamster-applet.html"?>
17
18
19 <title>hamster-applet-&hamster-applet-version;</title>
20
21 <indexterm zone="hamster-applet">
22 <primary sortas="a-hamster-applet">hamster-applet</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to hamster-applet</title>
27
28 <para>The <application>hamster-applet</application> package is a
29 <application>GNOME</application> applet that allows you to keep track on
30 where are you spending your time.</para>
31
32 &lfs65_built;
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>Download (HTTP): <ulink url="&hamster-applet-download-http;"/></para>
38 </listitem>
39 <listitem>
40 <para>Download (FTP): <ulink url="&hamster-applet-download-ftp;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download MD5 sum: &hamster-applet-md5sum;</para>
44 </listitem>
45 <listitem>
46 <para>Download size: &hamster-applet-size;</para>
47 </listitem>
48 <listitem>
49 <para>Estimated disk space required: &hamster-applet-buildsize;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated build time: &hamster-applet-time;</para>
53 </listitem>
54 </itemizedlist>
55
56 <bridgehead renderas="sect3">hamster-applet Dependencies</bridgehead>
57
58 <bridgehead renderas="sect4">Required</bridgehead>
59 <para role="required"><xref linkend="python2"/> with <xref linkend="sqlite"/>
60 <!-- FIXME:ken -->
61 and Gnome-Python-Desktop-2.30.2 (gnomeapplet module only)</para>
62 <!--
63 and <xref linkend="gnome-python-desktop"/> (gnomeapplet module only)</para>
64 -->
65
66 <para condition="html" role="usernotes">User Notes:
67 <ulink url="&blfs-wiki;/hamster-applet"/></para>
68
69 </sect2>
70
71 <sect2 role="installation">
72 <title>Installation of hamster-applet</title>
73
74 <para>Install <application>hamster-applet</application> by running the following
75 commands:</para>
76
77<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
78 --sysconfdir=&gnome-etc-dir; &amp;&amp;
79make</userinput></screen>
80
81 <para>This package does not come with a test suite.</para>
82
83 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
84
85<screen role="root"><userinput>make install</userinput></screen>
86
87 </sect2>
88
89 <sect2 role="commands">
90 <title>Command Explanations</title>
91
92 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
93 href="../../xincludes/gnome-prefix.xml"/>
94
95 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
96 href="../../xincludes/gnome-sysconfdir.xml"/>
97
98 </sect2>
99
100 <sect2 role="content">
101 <title>Contents</title>
102
103 <segmentedlist>
104 <segtitle>Installed Programs</segtitle>
105 <segtitle>Installed Library</segtitle>
106 <segtitle>Installed Directories</segtitle>
107
108 <seglistitem>
109 <seg>gnome-time-tracker and hamster-standalone</seg>
110 <seg>_keybinder.so</seg>
111 <seg>/usr/lib/python&python2-majorver;/site-packages/hamster/{keybinder,
112 widgets},
113 <envar>$GNOME_PREFIX</envar>/{lib/hamster-applet,
114 share/{gnome/help/hamster-applet/*,hamster-applet/art}}</seg>
115 </seglistitem>
116 </segmentedlist>
117
118 </sect2>
119
120</sect1>
Note: See TracBrowser for help on using the repository browser.