source: archive/kde/add/kdegames.xml@ 45ab6c7

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 45ab6c7 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 <!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 <sect1info>
18 <date>$Date$</date>
19 </sect1info>
20
21 <title>Kdegames-&trinity-version;</title>
22
23 <indexterm zone="kdegames">
24 <primary sortas="a-kdegames">Kdegames</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to Kdegames</title>
29
30 <para><application>Kdegames</application> provides many interesting
31 games.</para>
32
33 &lfs70_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing='compact'>
37 <listitem>
38 <para>Download (HTTP): <ulink url="&kdegames-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&kdegames-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &kdegames-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &kdegames-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &kdegames-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &kdegames-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">Kdegames Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para role="required">
61 <xref linkend="kdebase"/>
62 </para>
63
64 <bridgehead renderas="sect4">Recommended</bridgehead>
65 <para role="recommended">
66 <xref linkend="libjpeg"/> and
67 <xref linkend="libxml2"/>
68 </para>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para role="optional">
72 <xref linkend="graphviz"/> and
73 <xref linkend="doxygen"/>
74 </para>
75
76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/kdegames"/></para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of Kdegames</title>
83
84 <para>Install <application>kdegames</application> with:</para>
85
86<screen><userinput>cp -v /usr/share/aclocal/libtool.m4 admin/libtool.m4.in &amp;&amp;
87cp -v /usr/share/libtool/config/ltmain.sh admin/ltmain.sh &amp;&amp;
88sed -i -e "s@/usr/include/tqt@$TRINITY_PREFIX/include/tqt@" \
89 admin/acinclude.m4.in &amp;&amp;
90make -f admin/Makefile.common &amp;&amp;
91
92./configure --prefix=$TRINITY_PREFIX \
93 --with-qt-dir=$QTDIR \
94 --enable-closure \
95 --with-extra-includes=$TRINITY_PREFIX/include \
96 --with-extra-libs=$TRINITY_PREFIX/lib &amp;&amp;
97
98make</userinput></screen>
99
100 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
101 href="../../xincludes/kde-apidocs.xml"/>
102
103 <para>This package does not come with a test suite.</para>
104
105 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Libraries</segtitle>
117 <segtitle>Installed Directories</segtitle>
118
119 <seglistitem>
120 <seg>a compilation of various games</seg>
121 <seg>Support libraries for kdegames</seg>
122 <seg>Subdirectories of $TRINITY_PREFIX/{include,share}</seg>
123 </seglistitem>
124 </segmentedlist>
125
126 <indexterm zone="kdegames">
127 <primary sortas="b-kdegames">KDE Games</primary>
128 </indexterm>
129
130 </sect2>
131
132</sect1>
Note: See TracBrowser for help on using the repository browser.