Changeset de851b7 for xsoft


Ignore:
Timestamp:
10/29/2014 08:20:13 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
3894f6c
Parents:
4945458
Message:

Complete new packages additions, more GNOME 3.12 polishing.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/krejzi@14786 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
xsoft
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    r4945458 rde851b7  
    194194ac_add_options --disable-updater
    195195ac_add_options --enable-application=suite
    196 ac_add_options --enable-optimize
    197196ac_add_options --enable-shared
    198197ac_add_options --enable-system-cairo
     
    207206    <para>
    208207      The moz-build-dir directory needs to exist and match the value used in
    209       mozconfig (above) for the object directory (MOZ_OBJDIR):
    210     </para>
    211 
    212 <screen><userinput>mkdir -vp mozilla/moz-build-dir</userinput></screen>
     208      the mozconfig above for the object directory (MOZ_OBJDIR):
     209    </para>
     210
     211<screen><userinput>mkdir -pv mozilla/moz-build-dir</userinput></screen>
    213212
    214213    <para>
     
    217216    </para>
    218217
    219     <note><para>If you did not install Xorg in /usr, be sure to specify the
    220     location with:</para>
    221 
    222     <screen><userinput>export CPLUS_INCLUDE_PATH=$XORG_PREFIX/include
    223 export C_INCLUDE_PATH=$XORG_PREFIX/include</userinput></screen>
    224     </note>
    225 
    226 <screen><userinput>test $(uname -m) = "i686" &amp;&amp; sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &amp;&amp;
    227 make -f client.mk</userinput></screen>
     218<screen><userinput>make -f client.mk</userinput></screen>
    228219
    229220    <para>
     
    258249  <sect2 role="commands">
    259250    <title>Command Explanations</title>
    260 
    261     <para>
    262       <command>test $(uname -m) = "i686" &amp;&amp; sed ...</command>:
    263       On this version of seamonkey, an old bug has reappeared in 32-bit builds.
    264       With optimization, the install fails with a Python error.  This
    265       command will fix i686 builds and preserve the optimization on x86_64.
    266     </para>
    267 
    268     <para>
    269       <command>mkdir -vp mozilla/moz-build-dir</command>: fixes a build failure
    270       of Makefile at the beginning of the build, where a file cannot be found.
    271     </para>
    272251
    273252    <para>
     
    366345        <seg>seamonkey</seg>
    367346        <seg>
    368           Numerous libraries, browser, and email/newsgroup components, plugins,
    369           extensions, and helper modules installed in <filename
    370           class="directory">/usr/lib/seamonkey-&seamonkey-version;</filename>
     347          None
    371348        </seg>
    372349        <seg>
  • xsoft/office/abiword.xml

    r4945458 rde851b7  
    123123      <ulink url="http://aiksaurus.sourceforge.net/">Aiksaurus</ulink>,
    124124      <xref linkend="dbus-glib"/>,
    125 <!-- UNCOMMENT      <xref linkend="evolution-data-server"/>, -->
     125      <xref linkend="evolution-data-server"/>,
    126126      <xref linkend="gobject-introspection"/>,
    127127      <ulink url="http://helm.cs.unibo.it/mml-widget/">GtkMathView</ulink>,
     
    138138      <ulink url="&gnome-download-http;/loudmouth">Loudmouth</ulink>,
    139139      <xref linkend="redland"/>,
    140 <!-- UNCOMMENT      <xref linkend="telepathy-glib"/>, -->
     140      <xref linkend="telepathy-glib"/>,
    141141      <ulink url="http://libots.sourceforge.net/">OTS</ulink>
    142142      <ulink url="http://software.frodo.looijaard.name/psiconv/">Psiconv</ulink>, and
Note: See TracChangeset for help on using the changeset viewer.