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

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 9f12e36 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6192 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/~hadess/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 "f1014ad243b5245279c0abe1b95d9e38">
10 <!ENTITY shared-mime-info-size "571 KB">
11 <!ENTITY shared-mime-info-buildsize "8.0 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 </sect1info>
23
24 <title>shared-mime-info-&shared-mime-info-version;</title>
25
26 <indexterm zone="shared-mime-info">
27 <primary sortas="a-shared-mime-info">shared-mime-info</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to shared-mime-info</title>
32
33 <para>The <application>shared-mime-info</application> package contains a
34 MIME database. This allows central updates of MIME information for all
35 supporting applications.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&shared-mime-info-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&shared-mime-info-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &shared-mime-info-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &shared-mime-info-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &shared-mime-info-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &shared-mime-info-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">shared-mime-info Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required"><xref linkend="glib2"/>,
63 <xref linkend="libxml2"/>, and
64 <xref linkend="perl-xml-parser"/></para>
65
66 <para condition="html" role="usernotes">User Notes:
67 <ulink url="&blfs-wiki;/shared-mime-info"/></para>
68
69 </sect2>
70
71 <sect2 role="installation">
72 <title>Installation of shared-mime-info</title>
73
74 <para>Install <application>shared-mime-info</application> by running the
75 following commands:</para>
76
77<screen><userinput>./configure --prefix=/usr &amp;&amp;
78make</userinput></screen>
79
80 <para>This package does not come with a test suite.</para>
81
82 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
83
84<screen role="root"><userinput>make install</userinput></screen>
85
86 </sect2>
87
88 <sect2 role="configuration">
89 <title>Configuring shared-mime-info</title>
90
91 <sect3>
92 <title>Configuration Information</title>
93
94 <para>Some applications (including <application>GNOME</application>-2)
95 require a properly set environment variable to locate the MIME database.
96 Satisfy this requirement by setting the following variable in your
97 local shell profile, or the system-wide profile:</para>
98
99<screen><literal>XDG_DATA_DIRS=/usr/share
100export XDG_DATA_DIRS</literal></screen>
101
102 </sect3>
103
104 </sect2>
105
106 <sect2 role="content">
107 <title>Contents</title>
108
109 <segmentedlist>
110 <segtitle>Installed Program</segtitle>
111 <segtitle>Installed Libraries</segtitle>
112 <segtitle>Installed Directory</segtitle>
113
114 <seglistitem>
115 <seg>update-mime-database</seg>
116 <seg>None</seg>
117 <seg>/usr/share/mime</seg>
118 </seglistitem>
119 </segmentedlist>
120
121 <variablelist>
122 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
123 <?dbfo list-presentation="list"?>
124 <?dbhtml list-presentation="table"?>
125
126 <varlistentry id="update-mime-database">
127 <term><command>update-mime-database</command></term>
128 <listitem>
129 <para>assists in adding MIME data to the database.</para>
130 <indexterm zone="shared-mime-info update-mime-database">
131 <primary sortas="b-update-mime-database">update-mime-database</primary>
132 </indexterm>
133 </listitem>
134 </varlistentry>
135
136 </variablelist>
137
138 </sect2>
139
140</sect1>
Note: See TracBrowser for help on using the repository browser.