mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
added shared-mime-info-0.14
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1963 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
595004f16a
commit
a1e93c5355
@ -21,7 +21,7 @@ url="&gnome-vfs-download-ftp;"/></para></listitem>
|
||||
|
||||
<sect3><title><application><acronym>GNOME</acronym> Virtual File System</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="GConf"/>, <xref linkend="libbonobo"/> and
|
||||
<para><xref linkend="shared-mime-info"/>, <xref linkend="GConf"/>, <xref linkend="libbonobo"/> and
|
||||
<xref linkend="gnome-mime-data"/></para></sect4>
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="fam"/>, <xref linkend="openssl"/>, <xref
|
||||
|
@ -19,5 +19,6 @@ assist programmers by supplying common elements.</para>
|
||||
>K2;
|
||||
&lesstif;
|
||||
&startup-notification;
|
||||
&shared-mime-info;
|
||||
|
||||
</chapter>
|
||||
|
20
x/lib/mime/shared-mime-info-desc.xml
Normal file
20
x/lib/mime/shared-mime-info-desc.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application>shared-mime-info</application> package contains <command>
|
||||
update-mime-database</command> and <filename>/usr/share/mime/*</filename>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>update-mime-database</title>
|
||||
<para><command>update-mime-database</command> assists in adding
|
||||
<acronym>MIME</acronym> data to the database.</para></sect3>
|
||||
|
||||
<sect3><title>MIME Database</title>
|
||||
<para><filename>/usr/share/mime/*</filename> contains the centralized
|
||||
<acronym>MIME</acronym> database.</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
11
x/lib/mime/shared-mime-info-inst.xml
Normal file
11
x/lib/mime/shared-mime-info-inst.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<sect2>
|
||||
<title>Installation of <application>shared-mime-info</application></title>
|
||||
|
||||
<para>Install <application>shared-mime-info</application> by running the following commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --/prefix=/usr &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
18
x/lib/mime/shared-mime-info-intro.xml
Normal file
18
x/lib/mime/shared-mime-info-intro.xml
Normal file
@ -0,0 +1,18 @@
|
||||
<sect2>
|
||||
<title>Introduction to <application>shared-mime-info</application></title>
|
||||
|
||||
<para>The <application>shared-mime-info</application> package contains a
|
||||
<acronym>MIME</acronym> database. This allows central updates of
|
||||
<acronym>MIME</acronym> information for all supporting applications.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP): <ulink url="&shared-mime-info-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink url="&shared-mime-info-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download size: &shared-mime-info-size;</para></listitem>
|
||||
<listitem><para>Estimated Disk space required: &shared-mime-info-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time: &shared-mime-info-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
|
||||
</sect2>
|
10
x/lib/mime/shared-mime-info.ent
Normal file
10
x/lib/mime/shared-mime-info.ent
Normal file
@ -0,0 +1,10 @@
|
||||
<!ENTITY shared-mime-info SYSTEM "../shared-mime-info.xml">
|
||||
<!ENTITY shared-mime-info-intro SYSTEM "shared-mime-info-intro.xml">
|
||||
<!ENTITY shared-mime-info-inst SYSTEM "shared-mime-info-inst.xml">
|
||||
<!ENTITY shared-mime-info-desc SYSTEM "shared-mime-info-desc.xml">
|
||||
<!ENTITY shared-mime-info-buildsize "2.2 MB">
|
||||
<!ENTITY shared-mime-info-version "0.14">
|
||||
<!ENTITY shared-mime-info-download-http "http://freedesktop.org/Software/shared-mime-info/shared-mime-info-&shared-mime-info-version;.tar.gz">
|
||||
<!ENTITY shared-mime-info-download-ftp "">
|
||||
<!ENTITY shared-mime-info-size "348 KB">
|
||||
<!ENTITY shared-mime-info-time "0.01 SBU">
|
10
x/lib/shared-mime-info.xml
Normal file
10
x/lib/shared-mime-info.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<sect1 id="shared-mime-info" xreflabel="shared-mime-info-&shared-mime-info-version;">
|
||||
<?dbhtml filename="shared-mime-info.html" dir="x"?>
|
||||
<title>shared-mime-info-&shared-mime-info-version;</title>
|
||||
|
||||
&shared-mime-info-intro;
|
||||
&shared-mime-info-inst;
|
||||
&shared-mime-info-desc;
|
||||
|
||||
</sect1>
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
<para>Install <application>Metacity</application> by running the following commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin --sysconfdir=/etc/gnome &&
|
||||
<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin --sysconfdir=/etc &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
|
||||
|
2
x/x.ent
2
x/x.ent
@ -16,6 +16,7 @@
|
||||
<!ENTITY % gtk2 SYSTEM "lib/gtk2/gtk2.ent">
|
||||
<!ENTITY % fnlib SYSTEM "lib/fnlib/fnlib.ent">
|
||||
<!ENTITY % startup-notification SYSTEM "lib/notification/startup-notification.ent">
|
||||
<!ENTITY % shared-mime-info SYSTEM "lib/mime/shared-mime-info.ent">
|
||||
%lesstif;
|
||||
%qt;
|
||||
%gtk;
|
||||
@ -24,6 +25,7 @@
|
||||
%gtk2;
|
||||
%fnlib;
|
||||
%startup-notification;
|
||||
%shared-mime-info;
|
||||
|
||||
<!-- Window Managers -->
|
||||
<!ENTITY x-wm SYSTEM "wm/wm.xml">
|
||||
|
Loading…
Reference in New Issue
Block a user