mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Update to shared-mime-info-2.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23084 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
9fce557530
commit
0e69a62b78
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "06"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "07"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "05"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2020">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "May 6th, &year;">
|
||||
<!ENTITY releasedate "May 7th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -5,11 +5,11 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY shared-mime-info-download-http
|
||||
"https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/b27eb88e4155d8fccb8bb3cd12025d5b/shared-mime-info-&shared-mime-info-version;.tar.xz">
|
||||
"https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/0440063a2e6823a4b1a6fb2f2af8350f/shared-mime-info-&shared-mime-info-version;.tar.xz">
|
||||
<!ENTITY shared-mime-info-download-ftp " ">
|
||||
<!ENTITY shared-mime-info-md5sum "5215f3d679a817de97eb8b0b911e9393">
|
||||
<!ENTITY shared-mime-info-size "756 KB">
|
||||
<!ENTITY shared-mime-info-buildsize "12 MB">
|
||||
<!ENTITY shared-mime-info-md5sum "59ae45ffff6d334f97328e422562f937">
|
||||
<!ENTITY shared-mime-info-size "4.8 MB">
|
||||
<!ENTITY shared-mime-info-buildsize "25 MB">
|
||||
<!ENTITY shared-mime-info-time "0.1 SBU">
|
||||
]>
|
||||
|
||||
@ -78,8 +78,9 @@ xreflabel="shared-mime-info-&shared-mime-info-version;">
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="glib2"/>,
|
||||
<xref linkend="itstool"/>, and
|
||||
<xref linkend="libxml2"/>
|
||||
<xref linkend="itstool"/>,
|
||||
<xref linkend="libxml2"/>, and
|
||||
<xref linkend="xmlto"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
@ -95,18 +96,29 @@ xreflabel="shared-mime-info-&shared-mime-info-version;">
|
||||
following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<!--
|
||||
<para>
|
||||
To test the results, issue: <command>make check</command>.
|
||||
</para>
|
||||
-->
|
||||
|
||||
<!-- The files for the tests are not shipped in the tarball, and needs
|
||||
an external checkout. -->
|
||||
<para>
|
||||
This package does not come with a working test suite.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
<screen role="root"><userinput>ninja install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -41,6 +41,16 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>May 7th, 2020</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to shared-mime-info-2.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;13510">#13510</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>May 6th, 2020</para>
|
||||
<itemizedlist>
|
||||
|
@ -743,7 +743,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY qtwebengine-version "5.14.2">
|
||||
<!ENTITY qtwebkit-version "5.9.0">
|
||||
<!ENTITY qscintilla-version "2.10.4">
|
||||
<!ENTITY shared-mime-info-version "1.15">
|
||||
<!ENTITY shared-mime-info-version "2.0">
|
||||
<!ENTITY startup-notification-version "0.12">
|
||||
<!ENTITY tepl-version "4.4.0">
|
||||
<!ENTITY webkitgtk-version "2.28.2"> <!-- Even minors only -->
|
||||
|
Loading…
Reference in New Issue
Block a user