Changeset 73b06df for xsoft


Ignore:
Timestamp:
12/03/2014 01:21:14 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
08a0a19
Parents:
debf20e
Message:

Archive LXPolkit-0.1.0. Commented out references in gparted and network-manager-applet.
Update to nss-3.17.3.
Update to libgusb-0.2.3.
Update to mercurial-3.2.2.
Update to samba-4.1.14.
Update to gnome-themes-standard-3.14.2.3.
Update to xfce4-power-manager-1.4.2.
Update to thunderbird-31.3.0. Notice the removal of the option MOZ_OBJDIR=@TOPSRCDIR@, and no fix is needed anymore.

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

Location:
xsoft
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    rdebf20e r73b06df  
    9292      <xref linkend="nspr"/>,
    9393      <xref linkend="nss"/>,
    94       <xref linkend="sqlite"/> and
     94      <xref linkend="sqlite"/>, and
    9595      <xref linkend="yasm"/>
    9696    </para>
     
    137137      <xref linkend="valgrind"/>,
    138138      <xref linkend="wget"/>,
    139       <xref linkend="wireless_tools"/>, and
    140       <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
     139      <xref linkend="wireless_tools"/>,
     140      <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>, and
    141141      <ulink url="http://sourceforge.net/projects/liboauth/files/">liboauth</ulink>
    142142    </para>
     
    259259    <para>
    260260      where <replaceable>&lt;number&gt;</replaceable> is a integer between 1
    261       and the number of threads of your processor. The variable
     261      and the number of threads of your processor, inclusive. The variable
    262262      <envar>MOZ_MAKE_FLAGS</envar> governs the number of parallel processes
    263263      used by <command>make</command>. If it is not defined, the compilation
  • xsoft/other/gparted.xml

    rdebf20e r73b06df  
    187187      <title>pkexec</title>
    188188        <para>
    189           To optionally use <application>pkexec</application>, you need
    190           <xref linkend="polkit-gnome"/> or <xref linkend="lxpolkit"/>, and
    191           <xref linkend="consolekit"/> installed with support to
    192           <xref linkend="linux-pam"/> and <xref linkend="polkit"/>. As the
    193           <systemitem class="username">root</systemitem> user, configure
    194           <xref linkend="gparted"/> and <xref linkend="polkit"/> with the
    195           following commands:
     189          To optionally use <application>pkexec</application>, you need <xref
     190          linkend="polkit-gnome"/><!-- or <xref linkend="lxpolkit"/>-->, and
     191          <xref linkend="consolekit"/> installed with support to <xref
     192          linkend="linux-pam"/> and <xref linkend="polkit"/>. As the
     193          <systemitem class="username">root</systemitem> user, configure <xref
     194          linkend="gparted"/> and <xref linkend="polkit"/> with the following
     195          commands:
    196196        </para>
    197197
  • xsoft/other/thunderbird.xml

    rdebf20e r73b06df  
    66
    77  <!ENTITY thunderbird-download-http
    8            "http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
    9   <!ENTITY thunderbird-download-ftp
    10            "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
    11   <!ENTITY thunderbird-md5sum            "6bb66f5cb67d573939d4e2ead6f7c7ca">
     8           "https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
     9  <!ENTITY thunderbird-download-ftp " ">
     10  <!--<!ENTITY thunderbird-download-ftp
     11           "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">-->
     12  <!ENTITY thunderbird-md5sum            "3781dfb541412c7f6b530a654b834ce5">
    1213  <!ENTITY thunderbird-size              "164 MB">
    13   <!ENTITY thunderbird-buildsize         " 3.7 GB (68 MB installed)">
    14   <!ENTITY thunderbird-time              "13 SBU (using parallelism=8)">
     14  <!ENTITY thunderbird-buildsize         "3.6 GB (68 MB installed)">
     15  <!ENTITY thunderbird-time              "30 SBU (using parallelism=4)">
    1516]>
    1617
     
    234235ac_add_options --with-system-zlib
    235236
    236 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbuild</literal>
     237# Presently, this option is broken
     238#mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbuild</literal>
    237239EOF</userinput></screen>
    238 
     240<!--
    239241    <para>
    240242      First, a bug needs to be fixed. Notice that thunderbuild needs to match
     
    242244    </para>
    243245
    244 <!-- might be necessary
    245 test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &&-->
    246 <screen><userinput>mkdir -vp mozilla/thunderbuild</userinput></screen>
     246<!-\- might be necessary
     247test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &&-\->
     248<screen><userinput>mkdir -vp mozilla/thunderbuild</userinput></screen>-->
    247249
    248250    <para>
     
    295297      fix i686 builds and preserve the optimization on x86_64.
    296298    </para>-->
    297 
     299<!--
    298300    <para>
    299301      <command>mkdir -vp mozilla/thunderbuild</command>: fixes a build failure
    300302      of Makefile at the beginning of build, where a file cannot be found.
    301     </para>
     303    </para>-->
    302304
    303305    <para>
Note: See TracChangeset for help on using the changeset viewer.