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

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