Ignore:
Timestamp:
05/07/2020 07:46:32 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
1a75cc3
Parents:
9fce557
Message:

Update to shared-mime-info-2.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/shared-mime-info.xml

    r9fce557 r0e69a62  
    66
    77  <!ENTITY shared-mime-info-download-http
    8            "https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/b27eb88e4155d8fccb8bb3cd12025d5b/shared-mime-info-&shared-mime-info-version;.tar.xz">
     8           "https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/0440063a2e6823a4b1a6fb2f2af8350f/shared-mime-info-&shared-mime-info-version;.tar.xz">
    99  <!ENTITY shared-mime-info-download-ftp  " ">
    10   <!ENTITY shared-mime-info-md5sum        "5215f3d679a817de97eb8b0b911e9393">
    11   <!ENTITY shared-mime-info-size          "756 KB">
    12   <!ENTITY shared-mime-info-buildsize     "12 MB">
     10  <!ENTITY shared-mime-info-md5sum        "59ae45ffff6d334f97328e422562f937">
     11  <!ENTITY shared-mime-info-size          "4.8 MB">
     12  <!ENTITY shared-mime-info-buildsize     "25 MB">
    1313  <!ENTITY shared-mime-info-time          "0.1 SBU">
    1414]>
     
    7979    <para role="required">
    8080      <xref linkend="glib2"/>,
    81       <xref linkend="itstool"/>, and
    82       <xref linkend="libxml2"/>
     81      <xref linkend="itstool"/>,
     82      <xref linkend="libxml2"/>, and
     83      <xref linkend="xmlto"/>
    8384    </para>
    8485
     
    9697    </para>
    9798
    98 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    99 make</userinput></screen>
     99<screen><userinput>mkdir build &amp;&amp;
     100cd    build &amp;&amp;
    100101
     102meson --prefix=/usr .. &amp;&amp;
     103ninja</userinput></screen>
     104
     105<!--
    101106    <para>
    102107      To test the results, issue: <command>make check</command>.
     108    </para>
     109-->
     110
     111    <!-- The files for the tests are not shipped in the tarball, and needs
     112         an external checkout. -->
     113    <para>
     114      This package does not come with a working test suite.
    103115    </para>
    104116
     
    107119    </para>
    108120
    109 <screen role="root"><userinput>make install</userinput></screen>
     121<screen role="root"><userinput>ninja install</userinput></screen>
    110122
    111123  </sect2>
Note: See TracChangeset for help on using the changeset viewer.