Changeset 73780d5 for postlfs


Ignore:
Timestamp:
07/02/2023 09:35:36 PM (15 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128, xry111/xf86-video-removal
Children:
41d4fe23
Parents:
6feca4d
Message:

Allow release build for gedit again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/gedit.xml

    r6feca4d r73780d5  
    102102
    103103    <para>
     104      First change the <filename>meson.build</filename> script so that
     105      it can accept a <option>release</option> build.
     106    </para>
     107
     108<screen><userinput>sed -i s/plain/release/ meson.build</userinput></screen>
     109
     110    <para>
    104111      Install <application>Gedit</application> by running the following
    105112      commands:
     
    109116cd    gedit-build &amp;&amp;
    110117
    111 meson setup --prefix=/usr     \
    112             -Dbuildtype=plain \
    113             -Dgtk_doc=false   \
     118meson setup --prefix=/usr       \
     119            --buildtype=release \
     120            -Dgtk_doc=false     \
    114121            .. &amp;&amp;
    115122ninja</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.