Ignore:
Timestamp:
05/05/2024 07:42:17 PM (5 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
c8c80645
Parents:
32a3136
Message:

firefox, thunderbird: Get rid of python-3.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r32a3136 r99d85abd  
    146146        now deprecated by mozilla), in either case please read the
    147147        Configuration Information,
    148       <xref linkend="python311"/> (built after installing <xref linkend="sqlite"/>),
    149       <!--<xref linkend="six"/>,-->
    150148      <xref linkend="startup-notification"/>, and
    151149      <xref linkend="unzip"/>
     
    418416<screen><userinput>export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none &amp;&amp;
    419417export MOZBUILD_STATE_PATH=${PWD}/mozbuild          &amp;&amp;
    420 export PYTHON311=/opt/python3.11/bin/python3.11     &amp;&amp;
    421 $PYTHON311 ./mach build</userinput></screen>
     418./mach build</userinput></screen>
    422419
    423420    <para>
     
    437434
    438435<screen role="root"><userinput>export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none &amp;&amp;
    439 export PYTHON311=/opt/python3.11/bin/python3.11     &amp;&amp;
    440 $PYTHON311 ./mach install</userinput></screen>
     436./mach install</userinput></screen>
    441437
    442438    <para>
     
    445441
    446442<screen><userinput>unset MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE
    447 unset MOZBUILD_STATE_PATH
    448 unset PYTHON311</userinput></screen>
     443unset MOZBUILD_STATE_PATH</userinput></screen>
    449444
    450445  </sect2>
Note: See TracChangeset for help on using the changeset viewer.