source: gnome/core/gnome-mime-data.xml@ 551b9389

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

Minor fixes and clean-up to the core GNOME-2 package instructions including standardizing the text in the 'Command Explanations' section by using xinclude files and changing the creation of symbolic links to using PYTHONPATH so Python can find modules installed in non-standard locations

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

  • Property mode set to 100644
File size: 4.8 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[e9039e4]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">
[0c4e116]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">
[fdca4266]13]>
14
[a294e133]15<sect1 id="gnome-mime-data" xreflabel="GNOME MIME Data-&gnome-mime-data-version;">
[242292a]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
[782b3707]58 <bridgehead renderas="sect3">GNOME MIME Data Dependencies</bridgehead>
[242292a]59
60 <bridgehead renderas="sect4">Required</bridgehead>
[b22e19bf]61 <para role="required"><xref linkend="perl-xml-parser"/></para>
[242292a]62
[0a7c3921]63 <para condition="html" role="usernotes">User Notes:
64 <ulink url="&blfs-wiki;/gnome-mime-data"/></para>
65
[242292a]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
[a6bee1f]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;
[242292a]81make</userinput></screen>
[962d208]82
[242292a]83 <para>This package does not come with a test suite.</para>
[1022ddb2]84
[242292a]85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[962d208]86
[242292a]87<screen role="root"><userinput>make install &amp;&amp;
[962d208]88install -v -m644 -D man/gnome-vfs-mime.5 \
[a6bee1f]89 $(pkg-config \
90 --variable=prefix ORBit-2.0)/share/man/man5/gnome-vfs-mime.5</userinput></screen>
[fdca4266]91
[242292a]92 </sect2>
[fdca4266]93
[242292a]94 <sect2 role="commands">
95 <title>Command Explanations</title>
[fdca4266]96
[551b9389]97 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
98 href="../gnome-prefix.xml"/>
99
100 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
101 href="../gnome-sysconfdir.xml"/>
[fdca4266]102
[551b9389]103 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
104 href="../gnome-mandir.xml"/>
[a6bee1f]105
[242292a]106 </sect2>
[fdca4266]107
[242292a]108 <sect2 role="content">
109 <title>Contents</title>
[fdca4266]110
[242292a]111 <segmentedlist>
112 <segtitle>Installed Programs</segtitle>
113 <segtitle>Installed Libraries</segtitle>
114 <segtitle>Installed Directories</segtitle>
[962d208]115
[242292a]116 <seglistitem>
117 <seg>None</seg>
118 <seg>None</seg>
[551b9389]119 <seg><envar>$GNOME_PREFIX</envar>/share/{application-registry,
120 share/mime-info}</seg>
[242292a]121 </seglistitem>
122 </segmentedlist>
[962d208]123
[242292a]124 <variablelist>
125 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
126 <?dbfo list-presentation="list"?>
127 <?dbhtml list-presentation="table"?>
[962d208]128
[242292a]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>
[962d208]135
[242292a]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>
[fdca4266]142
[242292a]143 </variablelist>
[0e4b867]144
[242292a]145 </sect2>
[0e4b867]146
[242292a]147</sect1>
Note: See TracBrowser for help on using the repository browser.