source: x/lib/shared-mime-info.xml@ 0d7900a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 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 0d7900a was 0d7900a, checked in by Randy McMurchy <randy@…>, 11 years ago

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

  • Property mode set to 100644
File size: 3.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY shared-mime-info-download-http
8 "http://freedesktop.org/~hadess/shared-mime-info-&shared-mime-info-version;.tar.xz">
9 <!ENTITY shared-mime-info-download-ftp " ">
10 <!ENTITY shared-mime-info-md5sum "901b7977dbb2b71d12d30d4d8fb97028">
11 <!ENTITY shared-mime-info-size "488 KB">
12 <!ENTITY shared-mime-info-buildsize "17 MB">
13 <!ENTITY shared-mime-info-time "0.1 SBU">
14]>
15
16<sect1 id="shared-mime-info"
17xreflabel="shared-mime-info-&shared-mime-info-version;">
18 <?dbhtml filename="shared-mime-info.html" ?>
19
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">
32 <title>Introduction to shared-mime-info</title>
33
34 <para>The <application>shared-mime-info</application> package contains a
35 MIME database. This allows central updates of MIME information for all
36 supporting applications.</para>
37
38 &lfs72_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&shared-mime-info-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&shared-mime-info-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &shared-mime-info-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &shared-mime-info-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &shared-mime-info-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &shared-mime-info-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">shared-mime-info Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required">
66 <xref linkend="glib2"/>,
67 <xref linkend="intltool"/>, and
68 <xref linkend="libxml2"/>
69 </para>
70
71 <para condition="html" role="usernotes">User Notes:
72 <ulink url="&blfs-wiki;/shared-mime-info"/></para>
73
74 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of shared-mime-info</title>
78
79 <para>Install <application>shared-mime-info</application> by running the
80 following commands:</para>
81
82<screen><userinput>./configure --prefix=/usr &amp;&amp;
83make</userinput></screen>
84
85 <para>To test the results, issue: <command>make check</command>.</para>
86
87 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
88
89<screen role="root"><userinput>make install</userinput></screen>
90
91 </sect2>
92
93 <sect2 role="content">
94 <title>Contents</title>
95
96 <segmentedlist>
97 <segtitle>Installed Program</segtitle>
98 <segtitle>Installed Directory</segtitle>
99
100 <seglistitem>
101 <seg>
102 update-mime-database
103 </seg>
104 <seg>
105 /usr/share/mime
106 </seg>
107 </seglistitem>
108 </segmentedlist>
109
110 <variablelist>
111 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
112 <?dbfo list-presentation="list"?>
113 <?dbhtml list-presentation="table"?>
114
115 <varlistentry id="update-mime-database">
116 <term><command>update-mime-database</command></term>
117 <listitem>
118 <para>assists in adding MIME data to the database.</para>
119 <indexterm zone="shared-mime-info update-mime-database">
120 <primary sortas="b-update-mime-database">update-mime-database</primary>
121 </indexterm>
122 </listitem>
123 </varlistentry>
124
125 </variablelist>
126
127 </sect2>
128
129</sect1>
Note: See TracBrowser for help on using the repository browser.