Changeset 9a3e4ba for xsoft


Ignore:
Timestamp:
02/24/2016 07:31:59 AM (9 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
996dfc4a
Parents:
a91856d1
Message:

Merge changes from trunk to r17005.

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

Location:
xsoft
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    ra91856d1 r9a3e4ba  
    99  <!ENTITY firefox-download-ftp "&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2"> -->
    1010  <!ENTITY firefox-download-ftp " ">
    11   <!ENTITY firefox-md5sum        "66d4810df0b5a6095e2276256bf17675">
     11  <!ENTITY firefox-md5sum        "9596accec2ce7031eaab5c33373a1af4">
    1212  <!ENTITY firefox-size          "174 MB">
    13   <!ENTITY firefox-buildsize     "4.4 GB (79 MB installed)">
     13  <!ENTITY firefox-buildsize     "4.4 GB (80 MB installed)">
    1414  <!ENTITY firefox-time          "10 SBU (with parallelism=4)">
    1515]>
  • xsoft/office/libreoffice.xml

    ra91856d1 r9a3e4ba  
    194194      <xref linkend="graphite2"/>,
    195195      <xref linkend="gst10-plugins-base"/>,
    196       <xref linkend="gtk2"/>,
     196      <xref linkend="gtk3"/> and
     197      <xref linkend="gtk2"/> (see <quote>Command Explanations</quote>),
    197198      <xref linkend="harfbuzz"/>,
    198199      <xref linkend="icu"/>,
     
    226227      <xref linkend="doxygen"/> (not relevant if using --disable-odk),
    227228      <xref linkend="gdb"/>,
    228       <xref linkend="gtk3"/> (see <quote>Command Explanations</quote>),
    229229      <xref linkend="kdelibs"/>,
    230230      <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
     
    393393
    394394sed -e "/distro-install-file-lists/d" -i Makefile.in &amp;&amp;
    395 <!--
    396 sed -e "/ustrbuf/a #include &lt;algorithm&gt;" \
    397     -i svl/source/misc/gridprinter.cxx   &amp;&amp;-->
     395
     396sed -i "s#isnan#std::&amp;#g" xmloff/source/draw/ximp3dscene.cxx &amp;&amp;
    398397
    399398chmod -v +x bin/unpack-sources &amp;&amp;
     
    402401             --sysconfdir=/etc           \
    403402             --with-vendor=BLFS          \
    404              --with-lang=fr en-GB        \
     403             --with-lang='fr en-GB'      \
    405404             --with-help                 \
    406405             --with-myspell-dicts        \
     
    520519    <para>
    521520      <command>sed -e ...</command>: The first sed prevents compression of the
    522       manual pages, the second one prevents install from failing<!-- and the third
    523       one includes a missing header without which <command>make build</command>
    524       fails-->.
     521      manual pages, the second one prevents install from failing and the third
     522      one fixes a build failure caused by a <application>glibc-2.23</application>
     523      change.
    525524    </para>
    526525
     
    535534
    536535    <para>
    537       <parameter>--with-lang=fr en-GB</parameter>: This switch sets
     536      <parameter>--with-lang='fr en-GB'</parameter>: This switch sets
    538537      what languages to support. To list several languages, separate them with
    539538      a space. For all languages, use
     
    638637
    639638    <para>
     639      <option>--disable-firebird-sdbc</option>: By default, the ability to
     640      connect to a <application>firebird</application> database is enabled.
     641      This is regarded as 'experimental' and from time to time the unit test
     642      CppunitTest_dbaccess_firebird_test fails near the end of the build. If
     643      you need to connect to such a database, and the build fails for you,
     644      you will need to build <xref linkend="gdb"/> to help upstream debug it.
     645    </para>
     646
     647    <para>
    640648      <option>--disable-gstreamer-1-0</option>: Use this switch if you have not
    641649      installed <xref linkend="gst10-plugins-base"/>.
     650    </para>
     651
     652    <para>
     653      <option>--disable-gtk3</option>: Use this switch if you want to use only
     654      <application>GTK+-2</application> here, but have already installed
     655      <application>GTK+-3</application> which is used as the default if it is
     656      present. Note that a <application>GTK+-3</application> build still
     657      requires <application>GTK+-2</application> to build the gtk-plugin.
    642658    </para>
    643659
     
    651667      <application>LibreOffice</application> to use that rather than compile its
    652668      own copy, use the <option>--with-system-postgresql</option> switch.
    653     </para>
    654 
    655     <para>
    656       <option>--enable-gtk3</option>: Use this switch if you want to build the
    657       <application>GTK+ 3</application> integration module. This is
    658       experimental and may not work.
    659669    </para>
    660670
  • xsoft/other/thunderbird.xml

    ra91856d1 r9a3e4ba  
    88<!--  <!ENTITY thunderbird-download-ftp "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">-->
    99  <!ENTITY thunderbird-download-ftp " ">
    10   <!ENTITY thunderbird-md5sum            "44919e93fdd3d8e9ba99e62d1d7e1fd7">
     10  <!ENTITY thunderbird-md5sum            "110a1a31bb4fe7d50cfbfbfd65e5968b">
    1111  <!ENTITY thunderbird-size              "195 MB">
    12   <!ENTITY thunderbird-buildsize         "3.8 GB (72 MB installed)">
    13   <!ENTITY thunderbird-time              "9 SBU (with -j4, estimated 30 SBU with -j1)">
     12  <!ENTITY thunderbird-buildsize         "3.8 GB (73 MB installed)">
     13  <!ENTITY thunderbird-time              "9.3 SBU (with -j4, estimated 30 SBU with -j1)">
    1414]>
    1515
Note: See TracChangeset for help on using the changeset viewer.