Changeset 48a14791 for gnome


Ignore:
Timestamp:
06/09/2019 12:27:06 PM (5 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a4b38ab
Parents:
6519b73
Message:

Update to network-manager-applet-1.8.22 (#12109)

Add gtk-doc to optional dependencies, and use -Dgtk_doc=false by default.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21665 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/network-manager-applet.xml

    r6519b73 r48a14791  
    99  <!ENTITY network-manager-applet-download-ftp
    1010           "&gnome-download-ftp;/network-manager-applet/1.8/network-manager-applet-&network-manager-applet-version;.tar.xz">
    11   <!ENTITY network-manager-applet-md5sum    "06aafa851762146034351aa72ebb23d4">
    12   <!ENTITY network-manager-applet-size      "1.5 MB">
    13   <!ENTITY network-manager-applet-buildsize "60 MB (with tests)">
     11  <!ENTITY network-manager-applet-md5sum    "e0373f4c0d0637716e6e385799a9080f">
     12  <!ENTITY network-manager-applet-size      "2.0 MB">
     13  <!ENTITY network-manager-applet-buildsize "54 MB (with tests)">
    1414  <!ENTITY network-manager-applet-time      "0.4 SBU (with tests)">
    1515]>
     
    102102    <para role="optional" revision="sysv">
    103103      <xref linkend="gc"/> (for linker garbage collection),
     104      <xref linkend="gtk-doc"/>,
    104105      <xref linkend="jansson"/>,
    105106      <ulink url="&gnome-download-http;/gnome-bluetooth/">
     
    111112      <xref linkend="gc"/> (for linker garbage collection),
    112113      <xref linkend="gnome-bluetooth"/>,
     114      <xref linkend="gtk-doc"/>,
    113115      <xref linkend="jansson"/>, and
    114116      <ulink url="&gnome-download-http;/mobile-broadband-provider-info">
     
    137139      -Dselinux=false   \
    138140      -Dteam=false      \
    139       -Dmobile_broadband_provider_info=false .. &amp;&amp;
     141      -Dmobile_broadband_provider_info=false \
     142      -Dgtk_doc=false .. &amp;&amp;
    140143ninja</userinput></screen>
    141144
     
    180183    </para>
    181184    <para>
    182       <option>-Dgtk_doc=false</option>: Use this if you do not have <xref linkend="gtk-doc"/> installed.
     185      <option>-Dgtk_doc=false</option>: Remove this if you have <xref linkend="gtk-doc"/> installed
     186      and want to rebuild the documentation with it.
    183187    </para>
    184188
Note: See TracChangeset for help on using the changeset viewer.