Changeset e2de81fd for gnome/platform


Ignore:
Timestamp:
02/09/2023 06:38:29 PM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/llvm18, xry111/spidermonkey128, xry111/xf86-video-removal
Children:
05355b8, 7fb10a3d
Parents:
6c22d02
Message:

libsecret: Doc needs gi-docgen now

Though the option is still named gtk_doc, actually it invokes gi-docgen.

By the way, run the tests with dbus-run-session or almost all will fail
w/o a d-bus address.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/libsecret.xml

    r6c22d02 re2de81fd  
    8383    <bridgehead renderas="sect4">Optional</bridgehead>
    8484    <para role="optional">
    85       <xref linkend="gtk-doc"/> and
     85      <xref linkend="gi-docgen"/> and
    8686      <xref linkend="DocBook"/>,
    8787      <xref linkend="docbook-xsl"/>,
     
    139139
    140140    <para>
    141       To test the results, issue: <command>ninja test</command>.
    142     </para>
     141      To test the results, issue: <command>dbus-run-session ninja test</command>.
     142    </para>
     143
     144    <para>
     145      If gi-docgen is installed and the <option>-Dgtk_doc=false</option>
     146      has been removed, as the &root; user, issue the following command to
     147      fix the name of the installed documentation directory:
     148    </para>
     149
     150<screen role="nodump"><userinput>mv -v /usr/share/doc/libsecret-{1,&libsecret-version;}</userinput></screen>
    143151
    144152  </sect2>
     
    151159
    152160    <para>
    153       <parameter>-Dgtk_doc=false</parameter>: Remove this if you have <xref linkend="gtk-doc"/> installed
     161      <parameter>-Dgtk_doc=false</parameter>: Remove this if you have <xref linkend="gi-docgen"/> installed
    154162      and want to rebuild the documentation with it.
    155163    </para>
     
    186194        <seg>
    187195          /usr/include/libsecret-1 and
    188           /usr/share/gtk-doc/html/libsecret-1
     196          /usr/share/doc/libsecret-&libsecret-version;
    189197        </seg>
    190198      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.