source: archive/kde/add/kdegames.xml@ 3f2db3a6

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 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
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 <!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">
9 <!ENTITY kdegames-size "10.3 MB">
10 <!ENTITY kdegames-buildsize "412 MB">
11 <!ENTITY kdegames-time "3.4 SBU">
12]>
13
14<sect1 id="kdegames" xreflabel="kdegames-&trinity-version;">
15 <?dbhtml filename="kdegames.html"?>
16
17
18 <title>Kdegames-&trinity-version;</title>
19
20 <indexterm zone="kdegames">
21 <primary sortas="a-kdegames">Kdegames</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to Kdegames</title>
26
27 <para><application>Kdegames</application> provides many interesting
28 games.</para>
29
30 &lfs70_checked;
31
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
54 <bridgehead renderas="sect3">Kdegames Dependencies</bridgehead>
55
56 <bridgehead renderas="sect4">Required</bridgehead>
57 <para role="required">
58 <xref linkend="kdebase"/>
59 </para>
60
61 <bridgehead renderas="sect4">Recommended</bridgehead>
62 <para role="recommended">
63 <xref linkend="libjpeg"/> and
64 <xref linkend="libxml2"/>
65 </para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para role="optional">
69 <xref linkend="graphviz"/> and
70 <xref linkend="doxygen"/>
71 </para>
72
73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/kdegames"/></para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of Kdegames</title>
80
81 <para>Install <application>kdegames</application> with:</para>
82
83<screen><userinput>cp -v /usr/share/aclocal/libtool.m4 admin/libtool.m4.in &amp;&amp;
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 \
90 --with-qt-dir=$QTDIR \
91 --enable-closure \
92 --with-extra-includes=$TRINITY_PREFIX/include \
93 --with-extra-libs=$TRINITY_PREFIX/lib &amp;&amp;
94
95make</userinput></screen>
96
97 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
98 href="../../xincludes/kde-apidocs.xml"/>
99
100 <para>This package does not come with a test suite.</para>
101
102 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
103
104<screen role="root"><userinput>make install</userinput></screen>
105
106 </sect2>
107
108 <sect2 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
112 <segtitle>Installed Programs</segtitle>
113 <segtitle>Installed Libraries</segtitle>
114 <segtitle>Installed Directories</segtitle>
115
116 <seglistitem>
117 <seg>a compilation of various games</seg>
118 <seg>Support libraries for kdegames</seg>
119 <seg>Subdirectories of $TRINITY_PREFIX/{include,share}</seg>
120 </seglistitem>
121 </segmentedlist>
122
123 <indexterm zone="kdegames">
124 <primary sortas="b-kdegames">KDE Games</primary>
125 </indexterm>
126
127 </sect2>
128
129</sect1>
Note: See TracBrowser for help on using the repository browser.