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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 e50cece was 3f5f915, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Typo fix. X.

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

  • Property mode set to 100644
File size: 4.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY shared-mime-info-download-http "http://freedesktop.org/~jrb/shared-mime-info-&shared-mime-info-version;.tar.gz">
8 <!ENTITY shared-mime-info-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/shared-mime-info-&shared-mime-info-version;.tar.gz">
9 <!ENTITY shared-mime-info-md5sum "255a20bae753ebd41e2286b01e7b86d0">
10 <!ENTITY shared-mime-info-size "753 KB">
11 <!ENTITY shared-mime-info-buildsize "7.5 MB">
12 <!ENTITY shared-mime-info-time "less than 0.1 SBU">
13]>
14
15<sect1 id="shared-mime-info"
16xreflabel="shared-mime-info-&shared-mime-info-version;">
17 <?dbhtml filename="shared-mime-info.html" ?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 <keywordset>
23 <keyword role="package">shared-mime-info-&shared-mime-info-version;.tar</keyword>
24 <keyword role="ftpdir">shared-mime-info</keyword>
25 </keywordset>
26 </sect1info>
27
28 <title>shared-mime-info-&shared-mime-info-version;</title>
29
30 <indexterm zone="shared-mime-info">
31 <primary sortas="a-shared-mime-info">shared-mime-info</primary>
32 </indexterm>
33
34 <sect2 role="package">
35 <title>Introduction to shared-mime-info</title>
36
37 <para>The <application>shared-mime-info</application> package contains a
38 MIME database. This allows central updates of MIME information for all
39 supporting applications.</para>
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&shared-mime-info-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&shared-mime-info-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &shared-mime-info-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &shared-mime-info-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &shared-mime-info-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &shared-mime-info-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">shared-mime-info Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required"><xref linkend="glib2"/>,
67 <xref linkend="libxml2"/> and
68 <xref linkend="perl-xml-parser"/></para>
69
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of shared-mime-info</title>
74
75 <para>Install <application>shared-mime-info</application> by running the
76 following commands:</para>
77
78<screen><userinput>./configure --prefix=/usr &amp;&amp;
79make</userinput></screen>
80
81 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
82
83<screen role="root"><userinput>make install</userinput></screen>
84
85 </sect2>
86
87 <sect2 role="configuration">
88 <title>Configuring shared-mime-info</title>
89
90 <sect3>
91 <title>Configuration Information</title>
92
93 <para>Some applications (including <application>GNOME</application>-2)
94 require a properly set environment variable to locate the MIME database.
95 Satisfy this requirement by setting the following variable in your
96 local shell profile, or the system-wide profile:</para>
97
98<screen><literal>XDG_DATA_DIRS=/usr/share
99export XDG_DATA_DIRS</literal></screen>
100
101 </sect3>
102
103 </sect2>
104
105 <sect2 role="content">
106 <title>Contents</title>
107
108 <segmentedlist>
109 <segtitle>Installed Program</segtitle>
110 <segtitle>Installed Libraries</segtitle>
111 <segtitle>Installed Directory</segtitle>
112
113 <seglistitem>
114 <seg>update-mime-database</seg>
115 <seg>None</seg>
116 <seg>/usr/share/mime</seg>
117 </seglistitem>
118 </segmentedlist>
119
120 <variablelist>
121 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
122 <?dbfo list-presentation="list"?>
123 <?dbhtml list-presentation="table"?>
124
125 <varlistentry id="update-mime-database">
126 <term><command>update-mime-database</command></term>
127 <listitem>
128 <para>assists in adding MIME data to the database.</para>
129 <indexterm zone="shared-mime-info update-mime-database">
130 <primary sortas="b-update-mime-database">update-mime-database</primary>
131 </indexterm>
132 </listitem>
133 </varlistentry>
134
135 </variablelist>
136
137 </sect2>
138
139</sect1>
Note: See TracBrowser for help on using the repository browser.