Changeset d4eee5e0


Ignore:
Timestamp:
12/26/2011 08:27:31 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e36f9d90
Parents:
88e16e4
Message:

Update to kdegames-3.5.13

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9147 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r88e16e4 rd4eee5e0  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to kdegames-3.5.13. (Trinity)</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[bdubbs] - Update to kdenetork-3.5.13. (Trinity)</para>
    4952        </listitem>
  • kde/add/kdegames.xml

    r88e16e4 rd4eee5e0  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %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">
    99  <!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">
    1212]>
    1313
    14 <sect1 id="kdegames" xreflabel="kdegames-&kde-version;">
     14<sect1 id="kdegames" xreflabel="kdegames-&trinity-version;">
    1515  <?dbhtml filename="kdegames.html"?>
    1616
     
    2020  </sect1info>
    2121
    22   <title>Kdegames-&kde-version;</title>
     22  <title>Kdegames-&trinity-version;</title>
    2323
    2424  <indexterm zone="kdegames">
     
    5757
    5858    <bridgehead renderas="sect4">Required</bridgehead>
    59     <para role="required"><xref linkend="kdebase"/></para>
     59    <para role="required">
     60      <xref linkend="kdebase"/>
     61    </para>
    6062
    6163    <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>
    6468
    6569    <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>
    6874
    6975    <para condition="html" role="usernotes">User Notes:
     
    7783    <para>Install <application>kdegames</application> with:</para>
    7884
    79 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
    80     --disable-dependency-tracking &amp;&amp;
     85<screen><userinput> cp -v /usr/share/aclocal/libtool.m4       admin/libtool.m4.in &amp;&amp;
     86cp -v /usr/share/libtool/config/ltmain.sh admin/ltmain.sh     &amp;&amp;
     87sed -i -e "s@/usr/include/tqt@$TRINITY_PREFIX/include/tqt@"   \
     88          admin/acinclude.m4.in                               &amp;&amp;
     89make -f admin/Makefile.common                                 &amp;&amp;
     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         &amp;&amp;
     96
    8197make</userinput></screen>
    8298
     
    103119        <seg>a compilation of various games</seg>
    104120        <seg>Support libraries for kdegames</seg>
    105         <seg>Subdirectories of $KDE_PREFIX/{include,share}</seg>
     121        <seg>Subdirectories of $TRINITY_PREFIX/{include,share}</seg>
    106122      </seglistitem>
    107123    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.