source: gnome/core/gnome-mime-data.xml@ 7cdaed0

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

Moved the GNOME xinclude files to the global xinclude directory because more than just GNOME packages can use them

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6214 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.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="../../xincludes/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 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
98 href="../../xincludes/gnome-prefix.xml"/>
99
100 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
101 href="../../xincludes/gnome-sysconfdir.xml"/>
102
103 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
104 href="../../xincludes/gnome-mandir.xml"/>
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><envar>$GNOME_PREFIX</envar>/share/{application-registry,
120 share/mime-info}</seg>
121 </seglistitem>
122 </segmentedlist>
123
124 <variablelist>
125 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
126 <?dbfo list-presentation="list"?>
127 <?dbhtml list-presentation="table"?>
128
129 <varlistentry>
130 <term><filename class='directory'>application-registry</filename></term>
131 <listitem>
132 <para>contains the application mime database.</para>
133 </listitem>
134 </varlistentry>
135
136 <varlistentry>
137 <term><filename class='directory'>mime-info</filename></term>
138 <listitem>
139 <para>contains the mime description database.</para>
140 </listitem>
141 </varlistentry>
142
143 </variablelist>
144
145 </sect2>
146
147</sect1>
Note: See TracBrowser for help on using the repository browser.