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

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 1b665fb was a7f10539, checked in by Wayne Blaszczyk <wblaszcz@…>, 15 years ago

Added a patch to fix a compatibility issue between
+ gnome-control-center-2.26.0 and libxklavier-4.0

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

  • Property mode set to 100644
File size: 4.8 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 "http://freedesktop.org/~hadess/shared-mime-info-&shared-mime-info-version;.tar.bz2">
8 <!ENTITY shared-mime-info-download-ftp "&gentoo-ftp-repo;/shared-mime-info-&shared-mime-info-version;.tar.bz2">
9 <!ENTITY shared-mime-info-md5sum "339b8c284a3b7c153adea985b419030e">
10 <!ENTITY shared-mime-info-size "447 KB">
11 <!ENTITY shared-mime-info-buildsize "11 MB">
12 <!ENTITY shared-mime-info-time "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 &lfs65_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&shared-mime-info-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&shared-mime-info-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &shared-mime-info-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &shared-mime-info-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &shared-mime-info-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &shared-mime-info-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">shared-mime-info Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="glib2"/>,
65 <xref linkend="libxml2"/>, and
66 <xref linkend="perl-xml-parser"/></para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional"><xref linkend="intltool"/></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="configuration">
94 <title>Configuring shared-mime-info</title>
95
96 <sect3>
97 <title>Configuration Information</title>
98
99 <para>Some applications (including <application>GNOME</application>-2)
100 require a properly set environment variable to locate the MIME database.
101 Satisfy this requirement by setting the following variable in your
102 local shell profile, or the system-wide profile:</para>
103
104<screen><literal>XDG_DATA_DIRS=/usr/share
105export XDG_DATA_DIRS</literal></screen>
106
107 </sect3>
108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Program</segtitle>
116 <segtitle>Installed Libraries</segtitle>
117 <segtitle>Installed Directory</segtitle>
118
119 <seglistitem>
120 <seg>update-mime-database</seg>
121 <seg>None</seg>
122 <seg>/usr/share/mime/{application,audio,image,inode,message,model,
123 multipart,packages,text,video,x-content,x-epoc}</seg>
124 </seglistitem>
125 </segmentedlist>
126
127 <variablelist>
128 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
129 <?dbfo list-presentation="list"?>
130 <?dbhtml list-presentation="table"?>
131
132 <varlistentry id="update-mime-database">
133 <term><command>update-mime-database</command></term>
134 <listitem>
135 <para>assists in adding MIME data to the database.</para>
136 <indexterm zone="shared-mime-info update-mime-database">
137 <primary sortas="b-update-mime-database">update-mime-database</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141
142 </variablelist>
143
144 </sect2>
145
146</sect1>
Note: See TracBrowser for help on using the repository browser.