Changeset d6fab82


Ignore:
Timestamp:
08/19/2024 05:29:44 AM (4 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3
Children:
e5db464
Parents:
965ea28
git-author:
Xi Ruoyao <xry111@…> (08/19/2024 05:29:37 AM)
git-committer:
Xi Ruoyao <xry111@…> (08/19/2024 05:29:44 AM)
Message:

Spacing

Some matched snips are already commented out, and they are just removed
instead of fixed.

Files:
25 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/json-glib.xml

    r965ea28 rd6fab82  
    116116
    117117    <para>
    118       <option>-Dgtk_doc=disabled</option>: Add this option if you have
     118      <option>-D gtk_doc=disabled</option>: Add this option if you have
    119119      <xref role="nodep" linkend="gtk-doc"/> installed and do not wish to
    120120      generate the API documentation.
  • general/genlib/libcloudproviders.xml

    r965ea28 rd6fab82  
    114114
    115115    <para>
    116       <option>-Denable-gtk-doc</option>: Use this switch if you have
     116      <option>-D enable-gtk-doc</option>: Use this switch if you have
    117117      <xref linkend="gtk-doc" role="nodep"/> installed and wish to generate the
    118118      API documentation.
  • general/genlib/libgudev.xml

    r965ea28 rd6fab82  
    114114
    115115    <para>
    116       <option>-Dgtk_doc=true</option>: Use this option if GTK-Doc is installed
     116      <option>-D gtk_doc=true</option>: Use this option if GTK-Doc is installed
    117117      and you wish to build and install the API documentation.
    118118    </para>
  • general/genlib/libsigc++.xml

    r965ea28 rd6fab82  
    120120
    121121    <para>
    122       <option>-Dbuild-documentation=true</option>: Use this switch if
     122      <option>-D build-documentation=true</option>: Use this switch if
    123123      <xref role="nodep" linkend="doxygen"/> is installed and you wish to
    124124      build and install the API documentation.
  • general/genlib/libsigc++3.xml

    r965ea28 rd6fab82  
    120120
    121121    <para>
    122       <option>-Dbuild-documentation=true</option>: Use this switch if
     122      <option>-D build-documentation=true</option>: Use this switch if
    123123      <xref role="nodep" linkend="doxygen"/> is installed and you wish to
    124124      build and install the API documentation.
  • general/genlib/umockdev.xml

    r965ea28 rd6fab82  
    114114
    115115    <para>
    116       <option>-Dgtk_doc=true</option>: Use this switch if you have
     116      <option>-D gtk_doc=true</option>: Use this switch if you have
    117117      <xref linkend="gtk-doc" role="nodep"/> installed and wish to rebuild and
    118118      install the API documentation.
  • general/graphlib/glm.xml

    r965ea28 rd6fab82  
    9696cp -r doc /usr/share/doc/glm-&glm-version;</userinput></screen>
    9797  </sect2>
    98 <!--
    99   <sect2 role="commands">
    100     <title>Command Explanations</title>
    10198
    102     <para>
    103       <command>-DCMAKE_INSTALL_LIBDIR=lib ..</command>: Although no compiled
    104       libraries are installed, this command ensures that the
    105       <application>cmake</application> and
    106       <application>pkg-config</application> files are installed into
    107       <filename class="directory">/usr/lib</filename>.
    108     </para>
    109 
    110   </sect2>
    111 -->
    11299  <sect2 role="content">
    113100    <title>Contents</title>
  • general/graphlib/harfbuzz.xml

    r965ea28 rd6fab82  
    140140    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    141141      href="../../xincludes/meson-buildtype-release.xml"/>
    142 <!--
    143     <para>
    144       <parameter>-Dcpp_std=c++17</parameter>: This switch ensures compiling
    145       the C++ code following the C++17 standard, overriding the default of
    146       this package (C++11).  It's required to build this package with
    147       <xref linkend='icu'/> installed because some ICU headers use C++17
    148       features.  It is unnecessary if <xref linkend='icu'/> is not
    149       installed, but does no harm anyway.
    150     </para>
    151 -->
     142
    152143    <para>
    153144      <parameter>-D graphite2=enabled</parameter>: This switch enables
  • gnome/applications/gnome-color-manager.xml

    r965ea28 rd6fab82  
    127127
    128128  </sect2>
    129 
    130   <!--
    131   <sect2 role="commands">
    132     <title>Command Explanations</title>
    133 
    134     <para>
    135       <parameter>-Dexiv=false</parameter>: This switch is used to disable
    136       using Exiv2 because Exiv2-0.27 changed the API in a way that several
    137       applications cannot use.
    138     </para>
    139     <!- - Please check this at the next version of gnome-color-manager AND/OR
    140     the next version of Exiv2. No work has been done upstream, but I did file
    141     an issue upstream. - ->
    142 
    143   </sect2>
    144   -->
    145129
    146130  <sect2 role="content">
  • gnome/applications/seahorse.xml

    r965ea28 rd6fab82  
    163163        with GnuPG-2.4 installed.
    164164      </para>
    165 <!-- gnupg2 needs ldap anyway
    166       <para>
    167         <option>-Dldap-support=false</option>: Add this switch if you have not
    168         installed openldap.
    169       </para>
    170 -->
    171165  </sect2>
    172166
  • gnome/platform/gjs.xml

    r965ea28 rd6fab82  
    135135
    136136    <para>
    137       <option>-Dprofiler=disabled</option>: prevents building the profiler
     137      <option>-D profiler=disabled</option>: prevents building the profiler
    138138      backend even if <ulink url="&sysprof-url;">sysprof</ulink> is installed.
    139139    </para>
  • gnome/platform/gnome-control-center.xml

    r965ea28 rd6fab82  
    180180
    181181    <para>
    182       <option>-Dibus=false</option>: Use this switch if you have not
     182      <option>-D ibus=false</option>: Use this switch if you have not
    183183      installed the recommended <application>IBus</application> dependency.
    184184    </para>
  • gnome/platform/gnome-desktop.xml

    r965ea28 rd6fab82  
    141141      href="../../xincludes/meson-buildtype-release.xml"/>
    142142
    143 <!-- no longer valid with 43
    144     <para>
    145       <option>-Dgnome_distributor="Some Name"</option>: Use this
    146       parameter to supply a custom name in the <quote>Distributor:</quote>
    147       field of the <quote>GNOME About</quote> display window.
    148     </para>
    149 -->
    150 
    151     <para>
    152       <option>-Dgtk_doc=true</option>: Use this
     143    <para>
     144      <option>-D gtk_doc=true</option>: Use this
    153145      parameter if you wish to build the API documentation.
    154146    </para>
    155147
    156148    <para>
    157       <option>-Dinstalled_tests=true</option>: Use this
     149      <option>-D installed_tests=true</option>: Use this
    158150      parameter you wish to enable the installed tests.
    159151    </para>
  • networking/netutils/networkmanager.xml

    r965ea28 rd6fab82  
    322322      program for session tracking.
    323323    </para>
    324 <!-- not in instrucitons anymore
    325     <para revision="systemd">
    326       <parameter>-Dsystemdsystemunitdir=/lib/systemd/system</parameter>:
    327       This switch is used to set the correct installation directory for
    328       systemd units.
    329     </para>
    330 -->
     324
    331325    <para>
    332326      <parameter>-D ppp=false</parameter>: This switch disables
  • x/installing/xorgproto.xml

    r965ea28 rd6fab82  
    131131
    132132    <para>
    133       <option>-Dlegacy=true</option>: Installs legacy headers needed
     133      <option>-D legacy=true</option>: Installs legacy headers needed
    134134      by old programs (such as <ulink
    135135      url="https://lesstif.sourceforge.net/">LessTif</ulink>).
  • x/lib/graphene.xml

    r965ea28 rd6fab82  
    108108
    109109    <para>
    110       <option>-Dgtk_doc=true</option>: Use this switch if you have
     110      <option>-D gtk_doc=true</option>: Use this switch if you have
    111111      <xref role="nodep" linkend="gtk-doc"/> installed and wish to generate
    112112      the API documentation.
  • x/lib/gtk-vnc.xml

    r965ea28 rd6fab82  
    130130
    131131    <para>
    132       <option>-Dwith-vala=false</option>: This switch disables
     132      <option>-D with-vala=false</option>: This switch disables
    133133      building of the Vala bindings. Add this if you decide to build gtk-vnc
    134134      without vala installed.
  • x/lib/gtkmm3.xml

    r965ea28 rd6fab82  
    125125
    126126    <para>
    127       <option>-Dbuild-documentation=true</option>: If you have installed
     127      <option>-D build-documentation=true</option>: If you have installed
    128128      <xref linkend="doxygen"/> this define will build and install the
    129129      documentation.
  • x/lib/gtkmm4.xml

    r965ea28 rd6fab82  
    126126
    127127    <para>
    128       <option>-Dbuild-documentation=true</option>: If you have installed
     128      <option>-D build-documentation=true</option>: If you have installed
    129129      <xref linkend="doxygen"/> this define will build and install the
    130130      documentation.
  • x/lib/gtksourceview4.xml

    r965ea28 rd6fab82  
    147147
    148148    <para>
    149       <option>-Dgtk_doc=true</option>: This option is normally
     149      <option>-D gtk_doc=true</option>: This option is normally
    150150      used if <application>GTK-Doc</application> is installed and you wish
    151151      to rebuild and install the API documentation.
  • x/lib/gtksourceview5.xml

    r965ea28 rd6fab82  
    124124
    125125    <para>
    126       <option>-Ddocumentation=true</option>: Use this switch if you have
     126      <option>-D documentation=true</option>: Use this switch if you have
    127127      <xref linkend="gi-docgen"/> installed and wish to generate the API
    128128      documentation.
     
    130130
    131131    <para>
    132       <option>-Dsysprof=true</option>: Use this switch if you have
     132      <option>-D sysprof=true</option>: Use this switch if you have
    133133      <ulink url="&sysprof-url;">sysprof</ulink> installed and wish to build
    134134      with sysprof profiler support.
  • x/lib/libepoxy.xml

    r965ea28 rd6fab82  
    114114
    115115    <para>
    116       <option>-Ddocs=true</option>: If you have <xref linkend="doxygen"/>
     116      <option>-D docs=true</option>: If you have <xref linkend="doxygen"/>
    117117      installed, add this option to generate additional documentation.
    118118    </para>
  • x/lib/libhandy1.xml

    r965ea28 rd6fab82  
    120120
    121121    <para>
    122       <option>-Dgtk_doc=true</option>: Use this option if you have
     122      <option>-D gtk_doc=true</option>: Use this option if you have
    123123      <xref linkend="gtk-doc"/> installed and wish to install the documentation.
    124124    </para>
  • x/lib/webkitgtk.xml

    r965ea28 rd6fab82  
    151151        GTK-3 version. Both versions can be installed side by side on the
    152152        same system. We give build instructions for both cases below, but
    153         the only difference is the setting of <command>-DUSE_GTK4</command>
     153        the only difference is the setting of <command>-D USE_GTK4</command>
    154154      </para>
    155155    </important>
  • xfce/core/libwnck.xml

    r965ea28 rd6fab82  
    120120
    121121    <para>
    122       <option>-Dgtk_doc=true</option>: Use this option
     122      <option>-D gtk_doc=true</option>: Use this option
    123123      to build the API reference manual.
    124124    </para>
Note: See TracChangeset for help on using the changeset viewer.