Changeset d4eee5e0
- Timestamp:
- 12/26/2011 08:27:31 PM (13 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- e36f9d90
- Parents:
- 88e16e4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r88e16e4 rd4eee5e0 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Update to kdegames-3.5.13. (Trinity)</para> 49 </listitem> 50 <listitem> 48 51 <para>[bdubbs] - Update to kdenetork-3.5.13. (Trinity)</para> 49 52 </listitem> -
kde/add/kdegames.xml
r88e16e4 rd4eee5e0 4 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 5 %general-entities; 6 <!ENTITY kdegames-download-http "& kde-download-http;/kdegames-&kde-version;.tar.bz2">7 <!ENTITY kdegames-download-ftp "& kde-download-ftp;/kdegames-&kde-version;.tar.bz2">8 <!ENTITY kdegames-md5sum " 5533b3886cbb74180933fe3f3d209031">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 9 <!ENTITY kdegames-size "10.3 MB"> 10 <!ENTITY kdegames-buildsize " 94 MB (additional 13 MB for API docs)">11 <!ENTITY kdegames-time "3. 1 SBU (additional 0.1 SBU for API docs)">10 <!ENTITY kdegames-buildsize "412 MB"> 11 <!ENTITY kdegames-time "3.4 SBU"> 12 12 ]> 13 13 14 <sect1 id="kdegames" xreflabel="kdegames-& kde-version;">14 <sect1 id="kdegames" xreflabel="kdegames-&trinity-version;"> 15 15 <?dbhtml filename="kdegames.html"?> 16 16 … … 20 20 </sect1info> 21 21 22 <title>Kdegames-& kde-version;</title>22 <title>Kdegames-&trinity-version;</title> 23 23 24 24 <indexterm zone="kdegames"> … … 57 57 58 58 <bridgehead renderas="sect4">Required</bridgehead> 59 <para role="required"><xref linkend="kdebase"/></para> 59 <para role="required"> 60 <xref linkend="kdebase"/> 61 </para> 60 62 61 63 <bridgehead renderas="sect4">Recommended</bridgehead> 62 <para role="recommended"><xref linkend="libjpeg"/> and 63 <xref linkend="libxml2"/></para> 64 <para role="recommended"> 65 <xref linkend="libjpeg"/> and 66 <xref linkend="libxml2"/> 67 </para> 64 68 65 69 <bridgehead renderas="sect4">Optional</bridgehead> 66 <para role="optional"><xref linkend="graphviz"/> and 67 <xref linkend="doxygen"/></para> 70 <para role="optional"> 71 <xref linkend="graphviz"/> and 72 <xref linkend="doxygen"/> 73 </para> 68 74 69 75 <para condition="html" role="usernotes">User Notes: … … 77 83 <para>Install <application>kdegames</application> with:</para> 78 84 79 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \ 80 --disable-dependency-tracking && 85 <screen><userinput> cp -v /usr/share/aclocal/libtool.m4 admin/libtool.m4.in && 86 cp -v /usr/share/libtool/config/ltmain.sh admin/ltmain.sh && 87 sed -i -e "s@/usr/include/tqt@$TRINITY_PREFIX/include/tqt@" \ 88 admin/acinclude.m4.in && 89 make -f admin/Makefile.common && 90 91 ./configure --prefix=$TRINITY_PREFIX \ 92 --with-qt-dir=$QTDIR \ 93 --enable-closure \ 94 --with-extra-includes=$TRINITY_PREFIX/include \ 95 --with-extra-libs=$TRINITY_PREFIX/lib && 96 81 97 make</userinput></screen> 82 98 … … 103 119 <seg>a compilation of various games</seg> 104 120 <seg>Support libraries for kdegames</seg> 105 <seg>Subdirectories of $ KDE_PREFIX/{include,share}</seg>121 <seg>Subdirectories of $TRINITY_PREFIX/{include,share}</seg> 106 122 </seglistitem> 107 123 </segmentedlist>
Note:
See TracChangeset
for help on using the changeset viewer.