Changeset e38b1fd


Ignore:
Timestamp:
02/12/2023 06:41:13 PM (15 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
c3f3e86a
Parents:
6d655be
git-author:
Xi Ruoyao <xry111@…> (02/12/2023 05:13:50 PM)
git-committer:
Xi Ruoyao <xry111@…> (02/12/2023 06:41:13 PM)
Message:

gcr: Use the same fix as gcr4 if gi-docgen is enabled

BTW fix an empty line.

Location:
gnome/platform
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gcr.xml

    r6d655be re38b1fd  
    183183      <option>-Dgtk_doc=true</option>: Use this switch if you wish
    184184      to generate the API reference documentation. Note that you must
    185       have <application>GTK-Doc</application>  installed.
    186     </para>
     185      have <xref linkend='gi-docgen'/> installed, and use the following
     186      command to fix an issue in the build system before running
     187      <command>cd build</command>:
     188    </para>
     189
     190<screen role='nodump'><userinput>sed -e "/install_dir/s@,\$@ / 'gcr-&gcr-version;'&amp;@" \
     191    -e "/fatal-warnings/d" -i docs/*/meson.build</userinput></screen>
     192
    187193
    188194    <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • gnome/platform/gcr4.xml

    r6d655be re38b1fd  
    152152    </para>
    153153
    154 <screen role='nodump'><userinput>
    155 sed -e "/install_dir/s@,\$@ / 'gcr-&gcr4-version;'&amp;@" \
     154<screen role='nodump'><userinput>sed -e "/install_dir/s@,\$@ / 'gcr-&gcr4-version;'&amp;@" \
    156155    -e "/fatal-warnings/d" -i docs/*/meson.build</userinput></screen>
    157156
Note: See TracChangeset for help on using the changeset viewer.