source: archive/kde/add/kdegames.xml

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

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.1 KB
RevLine 
[60384c68]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[60384c68]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[d4eee5e0]6 <!ENTITY kdegames-download-http "&trinity-repo-http;/kdegames-&trinity-version;.tar.gz">
7 <!ENTITY kdegames-download-ftp "&trinity-repo-ftp;/kdegames-&trinity-version;.tar.gz">
8 <!ENTITY kdegames-md5sum "6c63e161050939f53921bfceb923a19e">
[65ce93a]9 <!ENTITY kdegames-size "10.3 MB">
[d4eee5e0]10 <!ENTITY kdegames-buildsize "412 MB">
11 <!ENTITY kdegames-time "3.4 SBU">
[60384c68]12]>
13
[d4eee5e0]14<sect1 id="kdegames" xreflabel="kdegames-&trinity-version;">
[447039e8]15 <?dbhtml filename="kdegames.html"?>
[51bdc536]16
[447039e8]17
[d4eee5e0]18 <title>Kdegames-&trinity-version;</title>
[447039e8]19
20 <indexterm zone="kdegames">
21 <primary sortas="a-kdegames">Kdegames</primary>
22 </indexterm>
23
24 <sect2 role="package">
[51bdc536]25 <title>Introduction to Kdegames</title>
[447039e8]26
[90bd3c1b]27 <para><application>Kdegames</application> provides many interesting
28 games.</para>
29
[7df66ff]30 &lfs70_checked;
31
[447039e8]32 <bridgehead renderas="sect3">Package Information</bridgehead>
33 <itemizedlist spacing='compact'>
34 <listitem>
35 <para>Download (HTTP): <ulink url="&kdegames-download-http;"/></para>
36 </listitem>
37 <listitem>
38 <para>Download (FTP): <ulink url="&kdegames-download-ftp;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download MD5 sum: &kdegames-md5sum;</para>
42 </listitem>
43 <listitem>
44 <para>Download size: &kdegames-size;</para>
45 </listitem>
46 <listitem>
47 <para>Estimated disk space required: &kdegames-buildsize;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated build time: &kdegames-time;</para>
51 </listitem>
52 </itemizedlist>
53
[51bdc536]54 <bridgehead renderas="sect3">Kdegames Dependencies</bridgehead>
[447039e8]55
56 <bridgehead renderas="sect4">Required</bridgehead>
[d4eee5e0]57 <para role="required">
58 <xref linkend="kdebase"/>
59 </para>
[447039e8]60
61 <bridgehead renderas="sect4">Recommended</bridgehead>
[d4eee5e0]62 <para role="recommended">
63 <xref linkend="libjpeg"/> and
64 <xref linkend="libxml2"/>
65 </para>
[447039e8]66
67 <bridgehead renderas="sect4">Optional</bridgehead>
[d4eee5e0]68 <para role="optional">
69 <xref linkend="graphviz"/> and
70 <xref linkend="doxygen"/>
71 </para>
[60384c68]72
[a3ef34c2]73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/kdegames"/></para>
75
[447039e8]76 </sect2>
[60384c68]77
[447039e8]78 <sect2 role="installation">
[51bdc536]79 <title>Installation of Kdegames</title>
[60384c68]80
[447039e8]81 <para>Install <application>kdegames</application> with:</para>
[50b154ba]82
[9fe22c9]83<screen><userinput>cp -v /usr/share/aclocal/libtool.m4 admin/libtool.m4.in &amp;&amp;
[d4eee5e0]84cp -v /usr/share/libtool/config/ltmain.sh admin/ltmain.sh &amp;&amp;
85sed -i -e "s@/usr/include/tqt@$TRINITY_PREFIX/include/tqt@" \
86 admin/acinclude.m4.in &amp;&amp;
87make -f admin/Makefile.common &amp;&amp;
88
89./configure --prefix=$TRINITY_PREFIX \
[ad24d3e1]90 --with-qt-dir=$QTDIR \
[d4eee5e0]91 --enable-closure \
92 --with-extra-includes=$TRINITY_PREFIX/include \
93 --with-extra-libs=$TRINITY_PREFIX/lib &amp;&amp;
94
[447039e8]95make</userinput></screen>
[60384c68]96
[e05cd03f]97 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[89c72ef4]98 href="../../xincludes/kde-apidocs.xml"/>
[64d2695]99
[d33b066]100 <para>This package does not come with a test suite.</para>
101
[447039e8]102 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[4ea1644]103
[447039e8]104<screen role="root"><userinput>make install</userinput></screen>
[60384c68]105
[51bdc536]106 </sect2>
[60384c68]107
[447039e8]108 <sect2 role="content">
109 <title>Contents</title>
[4ea1644]110
[447039e8]111 <segmentedlist>
112 <segtitle>Installed Programs</segtitle>
113 <segtitle>Installed Libraries</segtitle>
114 <segtitle>Installed Directories</segtitle>
[9f271dd]115
[447039e8]116 <seglistitem>
117 <seg>a compilation of various games</seg>
[d5bca7b6]118 <seg>Support libraries for kdegames</seg>
[d4eee5e0]119 <seg>Subdirectories of $TRINITY_PREFIX/{include,share}</seg>
[447039e8]120 </seglistitem>
121 </segmentedlist>
[60384c68]122
[447039e8]123 <indexterm zone="kdegames">
124 <primary sortas="b-kdegames">KDE Games</primary>
125 </indexterm>
126
127 </sect2>
[ee2025f]128
129</sect1>
Note: See TracBrowser for help on using the repository browser.