Changeset 99d85abd


Ignore:
Timestamp:
05/05/2024 07:42:17 PM (13 days ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
lazarus, trunk
Children:
c8c80645
Parents:
32a3136
Message:

firefox, thunderbird: Get rid of python-3.11

Location:
xsoft
Files:
2 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>
  • xsoft/other/thunderbird.xml

    r32a3136 r99d85abd  
    8585      <xref linkend="pulseaudio"/> (or <xref linkend="alsa-lib"/> if you edit
    8686      the mozconfig; although it is now deprecated by mozilla),
    87       <xref linkend="python311"/> (rebuilt with the sqlite module),
    8887      <xref linkend="startup-notification"/>, and
    8988      <xref linkend="unzip"/>
     
    302301<screen><userinput>export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none &amp;&amp;
    303302export MOZBUILD_STATE_PATH=./mozbuild               &amp;&amp;
    304 export PYTHON311=/opt/python3.11/bin/python3.11     &amp;&amp;
    305 $PYTHON311 ./mach build</userinput></screen>
     303./mach build</userinput></screen>
    306304
    307305    <para>
     
    314312    </para>
    315313
    316 <screen role="root"><userinput>MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none $PYTHON311 ./mach install</userinput></screen>
     314<screen role="root"><userinput>MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none ./mach install</userinput></screen>
    317315<!-- devs: For DESTDIR install, prepend DESTDIR=<dest> to the above -->
    318316
     
    322320
    323321<screen><userinput>unset MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE &amp;&amp;
    324 unset MOZBUILD_STATE_PATH                     &amp;&amp;
    325 unset PYTHON311</userinput></screen>
     322unset MOZBUILD_STATE_PATH</userinput></screen>
    326323
    327324  </sect2>
Note: See TracChangeset for help on using the changeset viewer.