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 | <!ENTITY kdetoys-download-http "&trinity-repo-http;/kdetoys-&trinity-version;.tar.gz">
|
---|
7 | <!ENTITY kdetoys-download-ftp "&trinity-repo-ftp;/kdetoys-&trinity-version;.tar.gz">
|
---|
8 | <!ENTITY kdetoys-md5sum "823dd778c1e9e15972a509f4eee4434d">
|
---|
9 | <!ENTITY kdetoys-size "2.9 MB">
|
---|
10 | <!ENTITY kdetoys-buildsize "49 MB">
|
---|
11 | <!ENTITY kdetoys-time "0.6 SBU">
|
---|
12 | ]>
|
---|
13 |
|
---|
14 | <sect1 id="kdetoys" xreflabel="kdetoys-&trinity-version;">
|
---|
15 | <?dbhtml filename="kdetoys.html"?>
|
---|
16 |
|
---|
17 | <sect1info>
|
---|
18 | <othername>$LastChangedBy$</othername>
|
---|
19 | <date>$Date$</date>
|
---|
20 | </sect1info>
|
---|
21 |
|
---|
22 | <title>Kdetoys-&trinity-version;</title>
|
---|
23 |
|
---|
24 | <indexterm zone="kdetoys">
|
---|
25 | <primary sortas="a-kdetoys">Kdetoys</primary>
|
---|
26 | </indexterm>
|
---|
27 |
|
---|
28 | <sect2 role="package">
|
---|
29 | <title>Introduction to Kdetoys</title>
|
---|
30 |
|
---|
31 | <para><application>Kdetoys</application> includes
|
---|
32 | <application>KDE</application> applications for a world clock, an applet
|
---|
33 | showing the phases of the moon, and the ability to track weather
|
---|
34 | stations.</para>
|
---|
35 |
|
---|
36 | &lfs70_checked;
|
---|
37 |
|
---|
38 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
39 | <itemizedlist spacing='compact'>
|
---|
40 | <listitem>
|
---|
41 | <para>Download (HTTP): <ulink url="&kdetoys-download-http;"/></para>
|
---|
42 | </listitem>
|
---|
43 | <listitem>
|
---|
44 | <para>Download (FTP): <ulink url="&kdetoys-download-ftp;"/></para>
|
---|
45 | </listitem>
|
---|
46 | <listitem>
|
---|
47 | <para>Download MD5 sum: &kdetoys-md5sum;</para>
|
---|
48 | </listitem>
|
---|
49 | <listitem>
|
---|
50 | <para>Download size: &kdetoys-size;</para>
|
---|
51 | </listitem>
|
---|
52 | <listitem>
|
---|
53 | <para>Estimated disk space required: &kdetoys-buildsize;</para>
|
---|
54 | </listitem>
|
---|
55 | <listitem>
|
---|
56 | <para>Estimated build time: &kdetoys-time;</para>
|
---|
57 | </listitem>
|
---|
58 | </itemizedlist>
|
---|
59 |
|
---|
60 | <bridgehead renderas="sect3">Kdetoys Dependencies</bridgehead>
|
---|
61 |
|
---|
62 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
63 | <para role="required">
|
---|
64 | <xref linkend="kdebase"/>
|
---|
65 | </para>
|
---|
66 |
|
---|
67 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
68 | <para role="recommended">
|
---|
69 | <xref linkend="libjpeg"/> and
|
---|
70 | <xref linkend="libxml2"/>
|
---|
71 | </para>
|
---|
72 |
|
---|
73 | <para condition="html" role="usernotes">User Notes:
|
---|
74 | <ulink url="&blfs-wiki;/kdetoys"/></para>
|
---|
75 |
|
---|
76 | </sect2>
|
---|
77 |
|
---|
78 | <sect2 role="installation">
|
---|
79 | <title>Installation of Kdetoys</title>
|
---|
80 |
|
---|
81 | <para>Install <application>kdetoys</application> with:</para>
|
---|
82 |
|
---|
83 | <screen><userinput>cp -v /usr/share/aclocal/libtool.m4 admin/libtool.m4.in &&
|
---|
84 | cp -v /usr/share/libtool/config/ltmain.sh admin/ltmain.sh &&
|
---|
85 | sed -i -e "s@/usr/include/tqt@$TRINITY_PREFIX/include/tqt@" \
|
---|
86 | admin/acinclude.m4.in &&
|
---|
87 | make -f admin/Makefile.common &&
|
---|
88 |
|
---|
89 | ./configure --prefix=$TRINITY_PREFIX \
|
---|
90 | --with-qt-dir=$QTDIR \
|
---|
91 | --enable-closure \
|
---|
92 | --with-extra-libs=$TRINITY_PREFIX/lib &&
|
---|
93 |
|
---|
94 | make</userinput></screen>
|
---|
95 |
|
---|
96 | <para>This package does not come with a test suite.</para>
|
---|
97 |
|
---|
98 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
99 |
|
---|
100 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
101 |
|
---|
102 | </sect2>
|
---|
103 |
|
---|
104 | <sect2 role="content">
|
---|
105 | <title>Contents</title>
|
---|
106 |
|
---|
107 | <segmentedlist>
|
---|
108 | <segtitle>Installed Programs</segtitle>
|
---|
109 | <segtitle>Installed Libraries</segtitle>
|
---|
110 | <segtitle>Installed Directories</segtitle>
|
---|
111 |
|
---|
112 | <seglistitem>
|
---|
113 | <seg>amor, kmoon, kodo, kteatime, ktux, kweather, and kworldclock</seg>
|
---|
114 | <seg>kdetoys support libraries</seg>
|
---|
115 | <seg>Support subdirectories in $KDE_PREFIX/share</seg>
|
---|
116 | </seglistitem>
|
---|
117 | </segmentedlist>
|
---|
118 |
|
---|
119 | <variablelist>
|
---|
120 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
121 | <?dbfo list-presentation="list"?>
|
---|
122 | <?dbhtml list-presentation="table"?>
|
---|
123 |
|
---|
124 | <varlistentry id="amor">
|
---|
125 | <term><command>amor</command></term>
|
---|
126 | <listitem>
|
---|
127 | <para>Amusing Misuse of Resources.</para>
|
---|
128 | <indexterm zone="kdetoys amor">
|
---|
129 | <primary sortas="b-amor">amor</primary>
|
---|
130 | </indexterm>
|
---|
131 | </listitem>
|
---|
132 | </varlistentry>
|
---|
133 |
|
---|
134 | <varlistentry id="kmoon">
|
---|
135 | <term><command>kmoon</command></term>
|
---|
136 | <listitem>
|
---|
137 | <para>is a Moon phase indicator.</para>
|
---|
138 | <indexterm zone="kdetoys kmoon">
|
---|
139 | <primary sortas="b-kmoon">kmoon</primary>
|
---|
140 | </indexterm>
|
---|
141 | </listitem>
|
---|
142 | </varlistentry>
|
---|
143 |
|
---|
144 | <varlistentry id="kodo">
|
---|
145 | <term><command>kodo</command></term>
|
---|
146 | <listitem>
|
---|
147 | <para>measures your desktop mileage.</para>
|
---|
148 | <indexterm zone="kdetoys kodo">
|
---|
149 | <primary sortas="b-kodo">kodo</primary>
|
---|
150 | </indexterm>
|
---|
151 | </listitem>
|
---|
152 | </varlistentry>
|
---|
153 |
|
---|
154 | <varlistentry id="kteatime">
|
---|
155 | <term><command>kteatime</command></term>
|
---|
156 | <listitem>
|
---|
157 | <para>times your tea brewing.</para>
|
---|
158 | <indexterm zone="kdetoys kteatime">
|
---|
159 | <primary sortas="b-kteatime">kteatime</primary>
|
---|
160 | </indexterm>
|
---|
161 | </listitem>
|
---|
162 | </varlistentry>
|
---|
163 |
|
---|
164 | <varlistentry id="ktux">
|
---|
165 | <term><command>ktux</command></term>
|
---|
166 | <listitem>
|
---|
167 | <para>small Tux crossing stars.</para>
|
---|
168 | <indexterm zone="kdetoys ktux">
|
---|
169 | <primary sortas="b-ktux">ktux</primary>
|
---|
170 | </indexterm>
|
---|
171 | </listitem>
|
---|
172 | </varlistentry>
|
---|
173 |
|
---|
174 | <varlistentry id="kworldclock">
|
---|
175 | <term><command>kworldclock</command></term>
|
---|
176 | <listitem>
|
---|
177 | <para>shows which parts of the world are currently experiencing daylight,
|
---|
178 | and which parts are currently in night. It also shows the current
|
---|
179 | time in a range of cities around the world.</para>
|
---|
180 | <indexterm zone="kdetoys kworldclock">
|
---|
181 | <primary sortas="b-kworldclock">kworldclock</primary>
|
---|
182 | </indexterm>
|
---|
183 | </listitem>
|
---|
184 | </varlistentry>
|
---|
185 |
|
---|
186 | </variablelist>
|
---|
187 |
|
---|
188 | </sect2>
|
---|
189 |
|
---|
190 | </sect1>
|
---|