Changeset 0e69a62


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9fce557 r0e69a62  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "06">                   <!-- Always 2 digits -->
     3<!ENTITY day          "07">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 6th, &year;">
     9<!ENTITY releasedate  "May 7th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • 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>
  • introduction/welcome/changelog.xml

    r9fce557 r0e69a62  
    4343    -->
    4444    <listitem>
     45      <para>May 7th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to shared-mime-info-2.0. Fixes
     49          <ulink url="&blfs-ticket-root;13510">#13510</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53   
     54    <listitem>
    4555      <para>May 6th, 2020</para>
    4656      <itemizedlist>
  • packages.ent

    r9fce557 r0e69a62  
    744744<!ENTITY qtwebkit-version             "5.9.0">
    745745<!ENTITY qscintilla-version           "2.10.4">
    746 <!ENTITY shared-mime-info-version     "1.15">
     746<!ENTITY shared-mime-info-version     "2.0">
    747747<!ENTITY startup-notification-version "0.12">
    748748<!ENTITY tepl-version                 "4.4.0">
Note: See TracChangeset for help on using the changeset viewer.