Changeset c0f5b4a


Ignore:
Timestamp:
07/11/2024 01:20:24 AM (2 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
79a6d899
Parents:
036d820f
git-author:
Xi Ruoyao <xry111@…> (07/11/2024 01:19:23 AM)
git-committer:
Xi Ruoyao <xry111@…> (07/11/2024 01:20:24 AM)
Message:

gimp: Disable pygtk and demote it to optional

Let's see if anyone will really complain. If nobody complains in these
weeks (before 12.2 freeze) we'll remove Python 2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/gimp.xml

    r036d820f rc0f5b4a  
    170170      <xref linkend="gs"/> (with libgs installed),
    171171      <xref linkend="iso-codes"/>,
    172       <xref linkend="libgudev"/>,
    173       <xref linkend="pygtk"/> (including the gtk, pango and pangocairo modules) and
     172      <xref linkend="libgudev"/>, and
    174173      <xref linkend="xdg-utils"/>
    175174    </para>
     
    184183      <xref linkend="libwebp"/>,
    185184      <xref linkend="openjpeg2"/>,
     185      <xref linkend="pygtk"/> (including the gtk, pango and pangocairo modules),
    186186      an <xref linkend="server-mail"/> (that provides a
    187187      <command>sendmail</command> program),
     
    223223    </para>
    224224
    225 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     225<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --disable-python &amp;&amp;
    226226make</userinput></screen>
    227227
     
    305305
    306306    <para>
    307       <option>--disable-python</option>: This option is necessary if
     307      <parameter>--disable-python</parameter>: This option is necessary if
    308308      you have not installed <application>PyGTK</application>.
    309309    </para>
Note: See TracChangeset for help on using the changeset viewer.