Changeset 79e6d17 for xsoft


Ignore:
Timestamp:
09/26/2012 08:18:27 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:
d2d79be
Parents:
140ad225
Message:

Update to gnucash-2.4.11
Tag several packages for 7.2.
Formatting and other general touchups.
Remove references to GNOME_PREFIX for several GNOME2 packages.

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

Location:
xsoft
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/gnucash.xml

    r140ad225 r79e6d17  
    99  <!ENTITY gnucash-download-ftp
    1010  " ">
    11   <!ENTITY gnucash-src-md5sum     "eebcf231beffe39a9c1b5f09625bb38e">
    12   <!ENTITY gnucash-size           "8.9 MB">
    13   <!ENTITY gnucash-buildsize      "234 MB">
    14   <!ENTITY gnucash-time           "2.2 SBU">
     11  <!ENTITY gnucash-src-md5sum     "e59f94a8c4cf41f47a9e74ba725bde45">
     12  <!ENTITY gnucash-size           "9 MB">
     13  <!ENTITY gnucash-buildsize      "207 MB">
     14  <!ENTITY gnucash-time           "2.0 SBU">
    1515  <!ENTITY gnucash-docs-version   "2.4.1">
    1616  <!ENTITY gnucash-docs-download
     
    4242    manager.</para>
    4343
    44     &lfs71_built;
     44    &lfs72_checked;
    4545
    4646    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    163163    commands:</para>
    164164
    165 <screen><userinput>patch -p1 &lt; ../gnucash-&gnucash-version;-guile-2_fixes-1.patch &amp;&amp;
    166 ./configure --prefix=${GNOME_PREFIX} --sysconfdir=${GNOME_SYSCONFDIR} \
    167   --disable-dbi \
    168   --with-html-engine=webkit &amp;&amp;
     165<screen><userinput>patch -Np1 -i ../gnucash-&gnucash-version;-guile-2_fixes-1.patch &amp;&amp;
     166
     167./configure --prefix=/usr           \
     168            --sysconfdir=/etc/gnome \
     169            --disable-dbi           \
     170            --with-html-engine=webkit &amp;&amp;
    169171make</userinput></screen>
    170172
    171     <para>
    172       If you wish to create the API documentation in HTML format, you must
    173       have <xref linkend="doxygen"/> and <xref linkend="graphviz"/> installed,
    174       then issue: <command>make doc</command>. If you wish to create the API
    175       Design Guide in several formats, you must have <xref linkend="texlive"/>
    176       installed and issue: <command>make -C src/doc/design html pdf
    177       ps</command>.
    178     </para>
    179 
    180     <para>
    181       The test suite is currently broken due to problems with <application>Guile
    182       2</application>.
     173    <para> If you wish to create the API documentation in HTML format, you must
     174    have <xref linkend="doxygen"/> and <xref linkend="graphviz"/> installed,
     175    then issue:</para>
     176     
     177<screen><userinput>make doc</userinput></screen>
     178     
     179      <para>If you wish to create the API Design Guide in several formats, you
     180      must have <xref linkend="texlive"/> installed and issue:</para>
     181     
     182<screen><userinput>make -C src/doc/design html pdf ps</userinput></screen>
     183
     184    <para>
     185      The test suite is currently broken due to problems with
     186      <application>Guile 2</application>.
    183187      <!-- To test the results, issue: <command>make check</command>.-->
    184188    </para>
     
    199203    </para>
    200204
    201 <screen><userinput>./configure --prefix=${GNOME_PREFIX} &amp;&amp;
     205<screen><userinput>./configure --prefix=/usr &amp;&amp;
    202206make</userinput></screen>
    203207
     
    225229    </para>
    226230
    227 <screen role="root"><userinput>mkdir -p ${GNOME_PREFIX}/share/doc/gnucash-&gnucash-docs-version; &amp;&amp;
    228 cp -v -R guide/C/gnucash-guide/* ${GNOME_PREFIX}/share/doc/gnucash-&gnucash-docs-version; &amp;&amp;
    229 cp -v guide/C/gnucash-guide.pdf ${GNOME_PREFIX}/share/doc/gnucash-&gnucash-docs-version;</userinput></screen>
     231<screen role="root"><userinput>mkdir -p                           /usr/share/doc/gnucash-&gnucash-docs-version; &amp;&amp;
     232cp -v -R guide/C/gnucash-guide/*   /usr/share/doc/gnucash-&gnucash-docs-version; &amp;&amp;
     233cp -v    guide/C/gnucash-guide.pdf /usr/share/doc/gnucash-&gnucash-docs-version;</userinput></screen>
    230234  </sect2>
    231235
     
    233237    <title>Command Explanations</title>
    234238
    235     <para>
    236       <parameter>--sysconfdir=${GNOME_SYSCONFDIR}</parameter>: This installs
    237       configuration files in
    238       <filename class="directory">${GNOME_SYSCONFDIR}/gnucash</filename> instead
    239       of <filename class="directory">/usr/etc/gnucash</filename>.
    240     </para>
    241 
    242     <para>
    243       <command>--with-html-engine=webkit</command>: Use
     239    <para><parameter>--sysconfdir=/etc/gnome</parameter>: This installs
     240    configuration files in
     241    <filename class="directory">/etc/gnome/gnucash</filename> instead of
     242    <filename class="directory">/usr/etc/gnucash</filename>.</para>
     243
     244    <para>
     245      <parameter>--with-html-engine=webkit</parameter>: Use
    244246      <xref linkend="webkitgtk"/> (configured <option>--with-gtk=2.0</option>)
    245247      instead of gtkhtml : the default is Gtkhtml-3 which does not build on
     
    297299        </seg>
    298300        <seg>
    299           ${GNOME_SYSCONFDIR}/gnucash, ${GNOME_PREFIX}/include/gnucash,
    300           ${GNOME_PREFIX}/lib/gnucash, ${GNOME_PREFIX}/libexec/gnucash and
    301           ${GNOME_PREFIX}/share/doc/gnucash-&gnucash-version;.
     301          /opt/gnome/gnucash,
     302          /usr/include/gnucash,
     303          /usr/lib/gnucash,
     304          /usr/libexec/gnucash and
     305          /usr/share/doc/gnucash-&gnucash-version;.
    302306        </seg>
    303307      </seglistitem>
  • xsoft/other/balsa.xml

    r140ad225 r79e6d17  
    3333    <application>GNOME</application>-2 based mail client.</para>
    3434
    35     &lfs70_checked;
     35    &lfs72_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    108108    commands:</para>
    109109
    110 <screen><userinput>./configure --prefix=$GNOME_PREFIX   \
    111             --sysconfdir=$GNOME_SYSCONFDIR \
     110<screen><userinput>./configure --prefix=/usr            \
     111            --sysconfdir=/etc/gnome \
    112112            --localstatedir=/var/lib \
    113113            --with-rubrica           \
     
    130130  <sect2 role="commands">
    131131    <title>Command Explanations</title>
    132 
    133     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    134     href="../../xincludes/gnome-prefix.xml"/>
    135 
    136     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    137     href="../../xincludes/gnome-sysconfdir.xml"/>
    138132
    139133    <para><parameter>--with-rubrica</parameter>: This parameter is used
Note: See TracChangeset for help on using the changeset viewer.