Ignore:
Timestamp:
04/25/2019 07:20:58 PM (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, 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:
0c61cb89
Parents:
f330e62
Message:

Update download size for net-tools (MD5SUM remained the same)
Add pipewire
Update to folks-0.12.1
Update to mutter-3.32.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/folks.xml

    rf330e62 rdcea4e3  
    55  %general-entities;
    66
    7   <!ENTITY folks-download-http "&gnome-download-http;/folks/0.11/folks-&folks-version;.tar.xz">
    8   <!ENTITY folks-download-ftp  "&gnome-download-ftp;/folks/0.11/folks-&folks-version;.tar.xz">
    9   <!ENTITY folks-md5sum        "08a0e9759d577c6ece43e2db4e0d039e">
    10   <!ENTITY folks-size          "1.9 MB">
    11   <!ENTITY folks-buildsize     "93 MB (add 51 MB for tests)">
    12   <!ENTITY folks-time          "1.0 SBU (add 2.4 SBU for tests)">
     7  <!ENTITY folks-download-http "&gnome-download-http;/folks/0.12/folks-&folks-version;.tar.xz">
     8  <!ENTITY folks-download-ftp  "&gnome-download-ftp;/folks/0.12/folks-&folks-version;.tar.xz">
     9  <!ENTITY folks-md5sum        "58bcf65a7b744ecbbb53f44dc8919204">
     10  <!ENTITY folks-size          "512 KB">
     11  <!ENTITY folks-buildsize     "69 MB (with tests)">
     12  <!ENTITY folks-time          "1.3 SBU (with tests)">
    1313]>
    1414
     
    9292    <bridgehead renderas="sect4">Optional</bridgehead>
    9393    <para role="optional">
    94       <xref linkend="tracker"/> (Broken due to API change),
     94      <xref linkend="tracker"/> (Broken due to API changes in tracker),
    9595      <ulink url="&gnome-download-http;/libsocialweb/">libsocialweb</ulink>, and
    9696      <ulink url="https://packages.debian.org/jessie/zeitgeist">Zeitgeist</ulink>
     
    110110    </para>
    111111
    112 <screen><userinput>./configure --prefix=/usr --disable-fatal-warnings &amp;&amp;
    113 make</userinput></screen>
    114 
    115     <para>
    116       To test the results, issue <command>make -k check</command> from a local
     112<screen><userinput>mkdir build &amp;&amp;
     113cd build &amp;&amp;
     114
     115meson --prefix=/usr --sysconfdir=/etc .. &amp;&amp;
     116ninja</userinput></screen>
     117
     118    <para>
     119      To test the results, issue <command>ninja test</command> from a local
    117120      X session started with <command>dbus-launch</command>.
     121      <!-- In the future, we need to run the tests with Tracker's backend
     122      enabled before we suggest enabling that backend. I tried this with 0.12.1
     123      and had 103 test failures in Tracker's section of the test suite.
     124      This is unacceptable and is why we have it disabled by default. -->
    118125    </para>
    119126
     
    122129    </para>
    123130
    124 <screen role="root"><userinput>make install</userinput></screen>
     131<screen role="root"><userinput>ninja install</userinput></screen>
    125132
    126133  </sect2>
     
    130137
    131138    <para>
    132       <parameter>--disable-fatal-warnings</parameter>: This switch
    133       allows the package to build with latest versions of the
    134       dependencies.
    135     </para>
    136 
    137     <para>
    138       <option>--enable-tracker-backend</option>: This switch enables
     139      <option>-Dtracker_backend=true</option>: This switch enables
    139140      building the <application>Tracker</application> backend.
    140       Use it if you have <application>Tracker</application> installed. Note
    141       that this functionality is currently not working properly.
    142     </para>
    143 
    144     <para>
    145       <option>--enable-docs</option>: This switch enables
     141      Use it if you have <application>Tracker</application> installed. This
     142      functionality is current broken, however, due to an upstream API change
     143      in Tracker that hasn't been accounted for in this package.
     144    </para>
     145
     146    <para>
     147      <option>-Ddocs=true</option>: This switch enables
    146148      documentation generation.
    147149    </para>
     
    250252        </listitem>
    251253      </varlistentry>
    252 
     254<!--
    253255      <varlistentry id="libfolks-tracker">
    254256        <term><filename class="libraryfile">libfolks-tracker.so</filename></term>
     
    262264        </listitem>
    263265      </varlistentry>
     266-->
    264267
    265268    </variablelist>
Note: See TracChangeset for help on using the changeset viewer.