Changeset 22c91155 for networking


Ignore:
Timestamp:
01/12/2019 01:33:37 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, 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:
f00e39b
Parents:
fbb3a43
Message:

Update to jansson-2.12
Update to gexiv2-0.11.0
Update to nautilus-3.30.5
Update to zenity-3.30.0
Update to GeoClue-2.5.2
Update to gnome-settings-daemon-3.30.2
Update to network-manager-applet-1.8.18
Update to gnome-color-manager-3.30.0
Update to gnome-control-center-3.30.2
Minor text fixes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/geoclue2.xml

    rfbb3a43 r22c91155  
    66
    77  <!ENTITY geoclue2-download-http
    8            "https://www.freedesktop.org/software/geoclue/releases/2.4/geoclue-&geoclue2-version;.tar.xz">
     8  "https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/&geoclue2-version;/geoclue-&geoclue2-version;.tar.bz2">
    99  <!ENTITY geoclue2-download-ftp  " ">
    10   <!ENTITY geoclue2-md5sum        "469bfcebef36723b34aaa5816de93e18">
    11   <!ENTITY geoclue2-size          "392 KB">
    12   <!ENTITY geoclue2-buildsize     "17 MB">
     10  <!ENTITY geoclue2-md5sum        "e1ba351a1939eb6cdf04fa738d5be74a">
     11  <!ENTITY geoclue2-size          "80 KB">
     12  <!ENTITY geoclue2-buildsize     "9.7 MB">
    1313  <!ENTITY geoclue2-time          "0.1 SBU">
    1414]>
     
    9191    <bridgehead renderas="sect4">Optional</bridgehead>
    9292    <para role="optional">
     93      <xref linkend="gtk-doc"/> and
    9394      <xref linkend="libnotify"/>
    9495    </para>
     
    107108    </para>
    108109
    109 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    110 make</userinput></screen>
     110<screen><userinput>mkdir build &amp;&amp;
     111cd build &amp;&amp;
     112
     113meson --prefix=/usr --sysconfdir=/etc .. &amp;&amp;
     114ninja</userinput></screen>
    111115
    112116    <para>
     
    118122    </para>
    119123
    120 <screen role="root"><userinput>make install</userinput></screen>
     124<screen role="root"><userinput>ninja install</userinput></screen>
    121125
    122126  </sect2>
     
    126130
    127131    <para>
    128       <option>--disable-3g-source</option>: This switch disables
     132      <option>-D3g-source=false</option>: This switch disables
    129133      the 3G backend. Use it if you have not installed the
    130134      <application>ModemManager</application> package.
     
    132136
    133137    <para>
    134       <option>--disable-modem-gps-source</option>: This switch disables
     138      <option>-Dmodem-gps-source=false</option>: This switch disables
    135139      the modem GPS backend. Use it if you have not installed the
    136140      <application>ModemManager</application> package.
     141    </para>
     142
     143    <para>
     144      <option>-Dcdma-source=false</option>: This switch disables the
     145      CDMA source backend. Use it if you have not installed the
     146      <application>ModemManager</application> package.
     147    </para>
     148
     149    <para>
     150      <option>-Dnmea-source=false</option>: This switch disables the
     151      NMEA source. Use it if you have not installed the
     152      <application>Avahi</application> package.
    137153    </para>
    138154
     
    156172        <seg>
    157173          /etc/geoclue,
    158           /usr/include/libgeoclue-2.0, and
    159           /usr/libexec/geoclue-2.0
     174          /usr/include/libgeoclue-2.0,
     175          /usr/libexec/geoclue-2.0, and
     176          /usr/share/gtk-doc/html/{geoclue,libgeoclue}
    160177        </seg>
    161178      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.