source: x/lib/shared-mime-info.xml@ 1b387d2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1b387d2 was 1b387d2, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Update to dhcpcd-6.1.0
Update to clutter-1.16.0
Update to poppler-0.24.2
Update to elfutils=0.157
Update to shared-mimi-info-1.2
Update to totem-3.10.1

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

  • Property mode set to 100644
File size: 4.1 KB
RevLine 
[feeb99a]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[feeb99a]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[0d7900a]7 <!ENTITY shared-mime-info-download-http
[88ed85c]8 "http://freedesktop.org/~hadess/shared-mime-info-&shared-mime-info-version;.tar.xz">
[1087d94]9 <!ENTITY shared-mime-info-download-ftp " ">
[1b387d2]10 <!ENTITY shared-mime-info-md5sum "8f90f3f2b8478fa47e70678d34013f99">
11 <!ENTITY shared-mime-info-size "508 KB">
12 <!ENTITY shared-mime-info-buildsize "10 MB">
13 <!ENTITY shared-mime-info-time "0.2 SBU">
[feeb99a]14]>
15
[c69cf51]16<sect1 id="shared-mime-info"
[0ce8d61]17xreflabel="shared-mime-info-&shared-mime-info-version;">
[c69cf51]18 <?dbhtml filename="shared-mime-info.html" ?>
[a1e93c53]19
[c69cf51]20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>shared-mime-info-&shared-mime-info-version;</title>
26
27 <indexterm zone="shared-mime-info">
28 <primary sortas="a-shared-mime-info">shared-mime-info</primary>
29 </indexterm>
30
31 <sect2 role="package">
[5b38e37]32 <title>Introduction to Shared Mime Info</title>
[c69cf51]33
[5b38e37]34 <para>
35 The <application>Shared Mime Info</application> package contains a
36 MIME database. This allows central updates of MIME information for all
37 supporting applications.
38 </para>
[c69cf51]39
[5d9021ea]40 &lfs74_checked;
[af814c4]41
[c69cf51]42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
[5b38e37]45 <para>
46 Download (HTTP): <ulink url="&shared-mime-info-download-http;"/>
47 </para>
[c69cf51]48 </listitem>
[af814c4]49 <listitem>
[5b38e37]50 <para>
51 Download (FTP): <ulink url="&shared-mime-info-download-ftp;"/>
52 </para>
[af814c4]53 </listitem>
[c69cf51]54 <listitem>
[5b38e37]55 <para>
56 Download MD5 sum: &shared-mime-info-md5sum;
57 </para>
[c69cf51]58 </listitem>
59 <listitem>
[5b38e37]60 <para>
61 Download size: &shared-mime-info-size;
62 </para>
[c69cf51]63 </listitem>
64 <listitem>
[5b38e37]65 <para>
66 Estimated disk space required: &shared-mime-info-buildsize;
67 </para>
[c69cf51]68 </listitem>
69 <listitem>
[5b38e37]70 <para>
71 Estimated build time: &shared-mime-info-time;
72 </para>
[c69cf51]73 </listitem>
74 </itemizedlist>
75
[5b38e37]76 <bridgehead renderas="sect3">Shared Mime Info Dependencies</bridgehead>
[c69cf51]77
78 <bridgehead renderas="sect4">Required</bridgehead>
[98d5a95]79 <para role="required">
[35a403d4]80 <xref linkend="glib2"/>,
81 <xref linkend="intltool"/>, and
82 <xref linkend="libxml2"/>
[98d5a95]83 </para>
[18971e0d]84
[c5c2654]85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/shared-mime-info"/></para>
87
[c69cf51]88 </sect2>
89
90 <sect2 role="installation">
[5b38e37]91 <title>Installation of Shared Mime Info</title>
[c69cf51]92
[5b38e37]93 <para>
94 Install <application>Shared Mime Info</application> by running the
95 following commands:
96 </para>
[c69cf51]97
98<screen><userinput>./configure --prefix=/usr &amp;&amp;
99make</userinput></screen>
100
[5b38e37]101 <para>
102 To test the results, issue: <command>make check</command>.
103 </para>
[b053e55c]104
[5b38e37]105 <para>
106 Now, as the <systemitem class="username">root</systemitem> user:
107 </para>
[c69cf51]108
109<screen role="root"><userinput>make install</userinput></screen>
110
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Program</segtitle>
118 <segtitle>Installed Directory</segtitle>
119
120 <seglistitem>
[88ed85c]121 <seg>
122 update-mime-database
123 </seg>
124 <seg>
125 /usr/share/mime
126 </seg>
[c69cf51]127 </seglistitem>
128 </segmentedlist>
129
130 <variablelist>
131 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
132 <?dbfo list-presentation="list"?>
133 <?dbhtml list-presentation="table"?>
134
135 <varlistentry id="update-mime-database">
136 <term><command>update-mime-database</command></term>
137 <listitem>
[5b38e37]138 <para>
139 assists in adding MIME data to the database.
140 </para>
[c69cf51]141 <indexterm zone="shared-mime-info update-mime-database">
142 <primary sortas="b-update-mime-database">update-mime-database</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 </variablelist>
148
149 </sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.