mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Added Blueman 1.23 and Notify Python 0.1.1.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10400 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c80db1b339
commit
661879b1f2
@ -477,6 +477,7 @@ $Date$
|
||||
-->
|
||||
|
||||
<!-- Python module versions used in the Python Modules instructions -->
|
||||
<!ENTITY notify-python-version "0.1.1">
|
||||
<!ENTITY pyxml-version "0.8.4">
|
||||
<!ENTITY py2cairo-version "1.10.0">
|
||||
<!ENTITY pygobject2-version "2.28.6">
|
||||
@ -970,6 +971,7 @@ $Date$
|
||||
|
||||
<!-- Chapter 37 -->
|
||||
<!ENTITY balsa-version "2.4.12">
|
||||
<!ENTITY blueman-version "1.23">
|
||||
<!ENTITY gparted-version "0.12.1">
|
||||
<!ENTITY gnash-version "0.8.10">
|
||||
<!ENTITY gimp-version "2.8.0">
|
||||
|
@ -4,6 +4,14 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY notify-python-download-http
|
||||
"http://www.galago-project.org/files/releases/source/notify-python/notify-python-¬ify-python-version;.tar.bz2">
|
||||
<!ENTITY notify-python-download-ftp " ">
|
||||
<!ENTITY notify-python-md5sum "d247cf79b46cef7495deb0a76334f81d">
|
||||
<!ENTITY notify-python-size "212 KB">
|
||||
<!ENTITY notify-python-buildsize "2.3 MB">
|
||||
<!ENTITY notify-python-time "less than 0.1 SBU">
|
||||
|
||||
<!ENTITY pyxml-download-http
|
||||
"&sourceforge-repo;/pyxml/PyXML-&pyxml-version;.tar.gz">
|
||||
<!ENTITY pyxml-download-ftp "&gentoo-ftp-repo;/PyXML-&pyxml-version;.tar.gz">
|
||||
@ -126,6 +134,11 @@
|
||||
</para>
|
||||
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
<xref linkend="notify-python"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<xref linkend="pyxml"/>
|
||||
@ -184,6 +197,121 @@
|
||||
</itemizedlist>
|
||||
</sect2>
|
||||
|
||||
<!-- Begin Notify Python -->
|
||||
<sect2 id="notify-python" xreflabel="Notify Python-¬ify-python-version;">
|
||||
|
||||
<title>Notify Python-¬ify-python-version;</title>
|
||||
|
||||
<indexterm zone="notify-python">
|
||||
<primary sortas="a-notify-python">notify-python</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect3 role="package">
|
||||
<title>Introduction to Notify Python Module</title>
|
||||
|
||||
<para>
|
||||
Notify Python provides <application>Python 2</application>
|
||||
bindings to the <application>libnotify</application>.
|
||||
</para>
|
||||
|
||||
&lfs71_checked;
|
||||
|
||||
<bridgehead renderas="sect4">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Download (HTTP): <ulink url="¬ify-python-download-http;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download (FTP): <ulink url="¬ify-python-download-ftp;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download MD5 sum: ¬ify-python-md5sum;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download size: ¬ify-python-size;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated disk space required: ¬ify-python-buildsize;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated build time: ¬ify-python-time;
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/notify-python-¬ify-python-version;-libnotify-0.7-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect4">Notify Python Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect5">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="libnotify"/> and
|
||||
<xref linkend="pygtk"/> (with <xref linkend="gtk2"/> support).
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
User Notes: <ulink url="&blfs-wiki;/notify-python"/>
|
||||
</para>
|
||||
</sect3>
|
||||
|
||||
<sect3 role="installation">
|
||||
<title>Installation of Notify Python</title>
|
||||
|
||||
<para>
|
||||
Install <application>Notify Python</application> by running the following
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../notify-python-¬ify-python-version;-libnotify-0.7-1.patch &&
|
||||
./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a testsuite.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
</sect3>
|
||||
|
||||
<sect3 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>
|
||||
/usr/lib/python&python2-majorver;/site-packages/gtk-2.0/pynotify
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
</sect3>
|
||||
</sect2>
|
||||
<!-- End Notify Python -->
|
||||
|
||||
<!-- Begin PyXML -->
|
||||
<sect2 id="pyxml" xreflabel="PyXML-&pyxml-version;">
|
||||
|
||||
|
@ -44,6 +44,12 @@
|
||||
<listitem>
|
||||
<para>July 7th, 2012</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[krejzi] - Added Blueman 1.23.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[krejzi] - Added Notify Python 0.1.1, a Python Module.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[krejzi] - Added OBEX Data Server 0.4.6.</para>
|
||||
</listitem>
|
||||
|
253
xsoft/other/blueman.xml
Normal file
253
xsoft/other/blueman.xml
Normal file
@ -0,0 +1,253 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY blueman-download-http "http://download.tuxfamily.org/blueman/blueman-&blueman-version;.tar.gz">
|
||||
<!ENTITY blueman-download-ftp " ">
|
||||
<!ENTITY blueman-md5sum "f0bee59589f4c23e35bf08c2ef8acaef">
|
||||
<!ENTITY blueman-size "1.2 MB">
|
||||
<!ENTITY blueman-buildsize "16 MB">
|
||||
<!ENTITY blueman-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="blueman" xreflabel="Blueman-&blueman-version;">
|
||||
<?dbhtml filename="blueman.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>Blueman-&blueman-version;</title>
|
||||
|
||||
<indexterm zone="blueman">
|
||||
<primary sortas="a-Blueman">Blueman</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to Blueman</title>
|
||||
|
||||
<para>
|
||||
<application>Blueman</application> is full featured GTK+
|
||||
Bluetooth manager.
|
||||
</para>
|
||||
|
||||
&lfs71_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Download (HTTP): <ulink url="&blueman-download-http;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download (FTP): <ulink url="&blueman-download-ftp;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download MD5 sum: &blueman-md5sum;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download size: &blueman-size;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated disk space required: &blueman-buildsize;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated build time: &blueman-time;
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Blueman Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="bluez"/>,
|
||||
<xref linkend="dbus-python"/>,
|
||||
<xref linkend="gtk2"/>,
|
||||
<xref linkend="notify-python"/>,
|
||||
<xref linkend="pygtk"/> (with <xref linkend="gtk2"/> support),
|
||||
<xref linkend="pyrex"/> and
|
||||
<xref linkend="startup-notification"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="polkit"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="nautilus-sendto"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Required (Runtime)</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="obex-data-server"/> and
|
||||
<xref linkend="polkit-gnome"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
User Notes: <ulink url="&blfs-wiki;/blueman"/>
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Blueman</title>
|
||||
|
||||
<para>
|
||||
Install <application>Blueman</application> by running the following
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--libexecdir=/usr/lib/blueman \
|
||||
--disable-static &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a test suite.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>
|
||||
blueman-adapters, blueman-applet, blueman-assistant, blueman-browse,
|
||||
blueman-manager, blueman-sendto and blueman-services
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/lib/blueman,
|
||||
/usr/lib/python&python2-majorver;/site-packages/blueman and
|
||||
/usr/share/blueman
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="blueman-adapters">
|
||||
<term><command>blueman-adapters</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is an utility used to set adapter properties.
|
||||
</para>
|
||||
<indexterm zone="blueman blueman-adapters">
|
||||
<primary sortas="b-blueman-adapters">blueman-adapters</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="blueman-applet">
|
||||
<term><command>blueman-applet</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is a tray applet used to manage bluetooth.
|
||||
</para>
|
||||
<indexterm zone="blueman blueman-applet">
|
||||
<primary sortas="b-blueman-applet">blueman-applet</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="blueman-assistant">
|
||||
<term><command>blueman-assistant</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is an application used for configuring and pairing bluetooth devices.
|
||||
</para>
|
||||
<indexterm zone="blueman blueman-assistant">
|
||||
<primary sortas="b-blueman-assistant">blueman-assistant</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="blueman-browse">
|
||||
<term><command>blueman-browse</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is used to start obex browser for specified device.
|
||||
</para>
|
||||
<indexterm zone="blueman blueman-browse">
|
||||
<primary sortas="b-blueman-browse">blueman-browse</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="blueman-manager">
|
||||
<term><command>blueman-manager</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is the bluetooth device manager.
|
||||
</para>
|
||||
<indexterm zone="blueman blueman-manager">
|
||||
<primary sortas="b-blueman-manager">blueman-manager</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="blueman-sendto">
|
||||
<term><command>blueman-sendto</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is an application used for sending files to bluetooth devices.
|
||||
</para>
|
||||
<indexterm zone="blueman blueman-sendto">
|
||||
<primary sortas="b-blueman-sendto">blueman-sendto</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="blueman-services">
|
||||
<term><command>blueman-services</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is a graphical dialog used for configuring local bluetooth services.
|
||||
</para>
|
||||
<indexterm zone="blueman blueman-services">
|
||||
<primary sortas="b-blueman-services">blueman-services</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -19,6 +19,7 @@ $Date$
|
||||
of the other chapters.</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="balsa.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="blueman.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gimp.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnash.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gparted.xml"/>
|
||||
|
Loading…
Reference in New Issue
Block a user