source: gnome/core/gnome-mime-data.xml@ a6bee1f

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

Updated to GNOME-2.14.2. All version entities have been updated with the core package updates being complete. The 'Additional' packages will be updated in upcoming commits

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

  • Property mode set to 100644
File size: 4.9 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 gnome-mime-data-download-http "&gnome-download-http;/gnome-mime-data/2.4/gnome-mime-data-&gnome-mime-data-version;.tar.bz2">
8 <!ENTITY gnome-mime-data-download-ftp "&gnome-download-ftp;/gnome-mime-data/2.4/gnome-mime-data-&gnome-mime-data-version;.tar.bz2">
9 <!ENTITY gnome-mime-data-md5sum "37242776b08625fa10c73c18b790e552">
10 <!ENTITY gnome-mime-data-size "849 KB">
11 <!ENTITY gnome-mime-data-buildsize "12 MB">
12 <!ENTITY gnome-mime-data-time "less than 0.1 SBU">
13]>
14
15<sect1 id="gnome-mime-data" xreflabel="GNOME MIME Data-&gnome-mime-data-version;">
16 <?dbhtml filename="gnome-mime-data.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GNOME MIME Data-&gnome-mime-data-version;</title>
24
25 <indexterm zone="gnome-mime-data">
26 <primary sortas="a-GNOME-MIME-Data">GNOME MIME Data</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GNOME MIME Data</title>
31
32 <para>The <application>GNOME MIME Data</application> package contains
33 the base set of file types and applications for
34 <application>GNOME-2</application>.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&gnome-mime-data-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&gnome-mime-data-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &gnome-mime-data-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &gnome-mime-data-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &gnome-mime-data-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &gnome-mime-data-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">GNOME MIME Data Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para role="required"><xref linkend="perl-xml-parser"/></para>
62
63 <para condition="html" role="usernotes">User Notes:
64 <ulink url="&blfs-wiki;/gnome-mime-data"/></para>
65
66 </sect2>
67
68 <sect2 role="installation">
69 <title>Installation of GNOME MIME Data</title>
70
71 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
72 href="../without-gnome.xml"/>
73
74 <para>Install <application>GNOME MIME Data</application> by running
75 the following commands:</para>
76
77<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
78 --sysconfdir=&gnome-etc-dir; \
79 --mandir=$(pkg-config \
80 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
81make</userinput></screen>
82
83 <para>This package does not come with a test suite.</para>
84
85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
86
87<screen role="root"><userinput>make install &amp;&amp;
88install -v -m644 -D man/gnome-vfs-mime.5 \
89 $(pkg-config \
90 --variable=prefix ORBit-2.0)/share/man/man5/gnome-vfs-mime.5</userinput></screen>
91
92 </sect2>
93
94 <sect2 role="commands">
95 <title>Command Explanations</title>
96
97 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
98 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
99 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
100
101 <para><parameter>--mandir=...</parameter>: This switch is unneeded and may
102 be removed as the man page is installed manually. It is only in the
103 instructions in case the man page is ever installed during
104 <command>make install</command>.</para>
105
106 </sect2>
107
108 <sect2 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
112 <segtitle>Installed Programs</segtitle>
113 <segtitle>Installed Libraries</segtitle>
114 <segtitle>Installed Directories</segtitle>
115
116 <seglistitem>
117 <seg>None</seg>
118 <seg>None</seg>
119 <seg>$GNOME_PREFIX/share/{application-registry, share/mime-info}</seg>
120 </seglistitem>
121 </segmentedlist>
122
123 <variablelist>
124 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
125 <?dbfo list-presentation="list"?>
126 <?dbhtml list-presentation="table"?>
127
128 <varlistentry>
129 <term><filename class='directory'>application-registry</filename></term>
130 <listitem>
131 <para>contains the application mime database.</para>
132 </listitem>
133 </varlistentry>
134
135 <varlistentry>
136 <term><filename class='directory'>mime-info</filename></term>
137 <listitem>
138 <para>contains the mime description database.</para>
139 </listitem>
140 </varlistentry>
141
142 </variablelist>
143
144 </sect2>
145
146</sect1>
Note: See TracBrowser for help on using the repository browser.