Added new package, hamster-applet-2.30.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8572 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Wayne Blaszczyk 2010-08-22 13:53:43 +00:00
parent a73d99b56b
commit 9761d1fd91
3 changed files with 124 additions and 0 deletions

View File

@ -650,6 +650,7 @@ $Date$
<!ENTITY gnome-system-tools-version "2.30.2">
<!ENTITY gnome-utils-version "2.30.0">
<!ENTITY gucharmap-version "2.30.2">
<!ENTITY hamster-applet-version "2.30.2">
<!ENTITY sound-juicer-version "2.28.2">
<!ENTITY totem-version "2.30.2">

View File

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY hamster-applet-download-http "&gnome-download-http;/hamster-applet/&gnome-version;/hamster-applet-&hamster-applet-version;.tar.bz2">
<!ENTITY hamster-applet-download-ftp "&gnome-download-ftp;/hamster-applet/&gnome-version;/hamster-applet-&hamster-applet-version;.tar.bz2">
<!ENTITY hamster-applet-md5sum "ad662fd81a09c5a0e19d1aa733e78588">
<!ENTITY hamster-applet-size "600 KB">
<!ENTITY hamster-applet-buildsize "10 MB">
<!ENTITY hamster-applet-time "0.1 SBU">
]>
<sect1 id="hamster-applet" xreflabel="hamster-applet-&hamster-applet-version;">
<?dbhtml filename="hamster-applet.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>hamster-applet-&hamster-applet-version;</title>
<indexterm zone="hamster-applet">
<primary sortas="a-hamster-applet">hamster-applet</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to hamster-applet</title>
<para>The <application>hamster-applet</application> package is a
<application>GNOME</application> applet that allows you to keep track on
where are you spending your time.</para>
&lfs65_built;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&hamster-applet-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&hamster-applet-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &hamster-applet-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &hamster-applet-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &hamster-applet-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &hamster-applet-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">hamster-applet Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="python"/> with <xref linkend="sqlite"/>
and <xref linkend="gnome-python-desktop"/> (gnomeapplet module only)</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/hamster-applet"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of hamster-applet</title>
<para>Install <application>hamster-applet</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
--sysconfdir=&gnome-etc-dir; &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gnome-prefix.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gnome-sysconfdir.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>gnome-time-tracker and hamster-standalone</seg>
<seg>_keybinder.so</seg>
<seg>/usr/lib/python&python-majorver;/site-packages/hamster/{keybinder,
widgets},
<envar>$GNOME_PREFIX</envar>/{lib/hamster-applet,
share/{gnome/help/hamster-applet/*,hamster-applet/art}}</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>

View File

@ -43,6 +43,9 @@
<listitem>
<para>August 22nd, 2010</para>
<itemizedlist>
<listitem>
<para>[wblaszcz] - Added new package, hamster-applet-2.30.2.</para>
</listitem>
<listitem>
<para>[wblaszcz] - Added new package, mousetweaks-2.30.2.</para>
</listitem>