mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Add PyXDG : I bet you weren't expecting this, but all should become clear.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9464 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
634cf991b5
commit
c81750a74d
@ -3,13 +3,13 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "18"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "19"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "02"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2012">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "February 18th, &year;">
|
||||
<!ENTITY releasedate "February 19th, &year;">
|
||||
<!-- <!ENTITY releasedate "November &day;st, &year;"> -->
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
@ -449,6 +449,7 @@ $Date$
|
||||
<!ENTITY pygtk-version "2.17.0">
|
||||
<!ENTITY pygtksourceview-version "2.10.1">
|
||||
<!ENTITY pyatspi2-version "2.2.1">
|
||||
<!ENTITY pyxdg-version "0.19">
|
||||
<!--- Obsolete
|
||||
<!ENTITY pyorbit-version "2.24.0">
|
||||
<!ENTITY gnome-python-version "2.28.1">
|
||||
|
@ -60,6 +60,13 @@
|
||||
<!ENTITY pyatspi2-buildsize "3.7 MB">
|
||||
<!ENTITY pyatspi2-time "less than 0.1 SBU">
|
||||
|
||||
<!ENTITY pyxdg-download-http "http://www.freedesktop.org/~lanius/pyxdg-&pyxdg-version;.tar.gz">
|
||||
<!ENTITY pyxdg-download-ftp "">
|
||||
<!ENTITY pyxdg-md5sum "9f33542e846d0fc1e0bfa992a8555b0a">
|
||||
<!ENTITY pyxdg-size "38 KB">
|
||||
<!ENTITY pyxdg-buildsize "728 KB">
|
||||
<!ENTITY pyxdg-time "less than 0.1 SBU">
|
||||
|
||||
<!--
|
||||
<!ENTITY pyorbit-download-http "&gnome-download-http;/pyorbit/2.24/pyorbit-&pyorbit-version;.tar.bz2">
|
||||
<!ENTITY pyorbit-download-ftp "&gnome-download-ftp;/pyorbit/2.24/pyorbit-&pyorbit-version;.tar.bz2">
|
||||
@ -1191,6 +1198,95 @@ make</userinput></screen>
|
||||
</sect2>
|
||||
<!-- End pyatspi2 -->
|
||||
|
||||
<!-- Begin pyxdg -->
|
||||
<sect2 id="pyxdg" xreflabel="PyXDG-&pyxdg-version;">
|
||||
|
||||
<title>PyXDG-&pyxdg-version;</title>
|
||||
|
||||
<indexterm zone="pyxdg">
|
||||
<primary sortas="a-PyXDG">pyxdg</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect3 role="package">
|
||||
<title>Introduction to PyXDG Module</title>
|
||||
|
||||
<para><application>PyXDG</application> is a <application>Python</application>
|
||||
library to access freedesktop.org standards.</para>
|
||||
|
||||
<bridgehead renderas="sect4">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&pyxdg-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&pyxdg-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &pyxdg-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &pyxdg-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &pyxdg-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &pyxdg-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect4">PyXDG Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect5">Required</bridgehead>
|
||||
<para role="required"><xref linkend="python2"/></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/pyxdg"/></para>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3 role="installation">
|
||||
<title>Installation of PyXDG</title>
|
||||
|
||||
<para>Install <application>pyxdg</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<para>As the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>python setup.py install</userinput></screen>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><command>python setup.py install</command>: This command installs
|
||||
the package. There are other options available, see
|
||||
<command>Python setup.py --help-commands</command> for details.</para>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>BaseDirectory.py, Config.py, Exceptions.py, IconTheme.py, IniFile.py,
|
||||
Locale.py, Menu.py, RecentFile.py</seg>
|
||||
<seg>none</seg>
|
||||
<seg>/usr/lib/python&python2-majorver;/site-packages/xdg</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
<!--End pyxdg -->
|
||||
|
||||
<!--
|
||||
<!\-\- Begin PyORBit \-\->
|
||||
<sect2 id="pyorbit" xreflabel="PyORBit-&pyorbit-version;">
|
||||
|
@ -41,6 +41,15 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>February 19th, 2012</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - add pyxdg-0.19 (a Python module).</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>February 18th, 2012</para>
|
||||
<itemizedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user