Changeset 661879b


Ignore:
Timestamp:
07/07/2012 03:06:24 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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
Children:
b2e0b8a8
Parents:
c80db1b
Message:

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

Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc80db1b r661879b  
    478478
    479479<!-- Python module versions used in the Python Modules instructions -->
     480<!ENTITY notify-python-version        "0.1.1">
    480481<!ENTITY pyxml-version                "0.8.4">
    481482<!ENTITY py2cairo-version             "1.10.0">
     
    971972<!-- Chapter 37 -->
    972973<!ENTITY balsa-version                "2.4.12">
     974<!ENTITY blueman-version              "1.23">
    973975<!ENTITY gparted-version              "0.12.1">
    974976<!ENTITY gnash-version                "0.8.10">
  • general/prog/python-modules.xml

    rc80db1b r661879b  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
     6
     7  <!ENTITY notify-python-download-http
     8  "http://www.galago-project.org/files/releases/source/notify-python/notify-python-&notify-python-version;.tar.bz2">
     9  <!ENTITY notify-python-download-ftp  " ">
     10  <!ENTITY notify-python-md5sum        "d247cf79b46cef7495deb0a76334f81d">
     11  <!ENTITY notify-python-size          "212 KB">
     12  <!ENTITY notify-python-buildsize     "2.3 MB">
     13  <!ENTITY notify-python-time          "less than 0.1 SBU">
    614
    715  <!ENTITY pyxml-download-http
     
    127135
    128136    <itemizedlist spacing="compact">
     137      <listitem>
     138        <para>
     139          <xref linkend="notify-python"/>
     140        </para>
     141      </listitem>
    129142      <listitem>
    130143        <para>
     
    185198  </sect2>
    186199
     200  <!-- Begin Notify Python -->
     201  <sect2 id="notify-python" xreflabel="Notify Python-&notify-python-version;">
     202
     203    <title>Notify Python-&notify-python-version;</title>
     204
     205    <indexterm zone="notify-python">
     206      <primary sortas="a-notify-python">notify-python</primary>
     207    </indexterm>
     208
     209    <sect3 role="package">
     210      <title>Introduction to Notify Python Module</title>
     211
     212      <para>
     213        Notify Python provides <application>Python 2</application>
     214        bindings to the <application>libnotify</application>.
     215      </para>
     216
     217      &lfs71_checked;
     218
     219      <bridgehead renderas="sect4">Package Information</bridgehead>
     220      <itemizedlist spacing="compact">
     221        <listitem>
     222          <para>
     223            Download (HTTP): <ulink url="&notify-python-download-http;"/>
     224          </para>
     225        </listitem>
     226        <listitem>
     227          <para>
     228            Download (FTP): <ulink url="&notify-python-download-ftp;"/>
     229          </para>
     230        </listitem>
     231        <listitem>
     232          <para>
     233            Download MD5 sum: &notify-python-md5sum;
     234          </para>
     235        </listitem>
     236        <listitem>
     237          <para>
     238            Download size: &notify-python-size;
     239          </para>
     240        </listitem>
     241        <listitem>
     242          <para>
     243            Estimated disk space required: &notify-python-buildsize;
     244          </para>
     245        </listitem>
     246        <listitem>
     247          <para>
     248            Estimated build time: &notify-python-time;
     249          </para>
     250        </listitem>
     251      </itemizedlist>
     252
     253    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     254    <itemizedlist spacing="compact">
     255      <listitem>
     256        <para>
     257          Required patch:
     258          <ulink url="&patch-root;/notify-python-&notify-python-version;-libnotify-0.7-1.patch"/>
     259        </para>
     260      </listitem>
     261    </itemizedlist>
     262
     263      <bridgehead renderas="sect4">Notify Python Dependencies</bridgehead>
     264
     265      <bridgehead renderas="sect5">Required</bridgehead>
     266      <para role="required">
     267        <xref linkend="libnotify"/> and
     268        <xref linkend="pygtk"/> (with <xref linkend="gtk2"/> support).
     269      </para>
     270
     271      <para condition="html" role="usernotes">
     272        User Notes: <ulink url="&blfs-wiki;/notify-python"/>
     273      </para>
     274    </sect3>
     275
     276    <sect3 role="installation">
     277      <title>Installation of Notify Python</title>
     278
     279      <para>
     280        Install <application>Notify Python</application> by running the following
     281        commands:
     282      </para>
     283
     284<screen><userinput>patch -Np1 -i ../notify-python-&notify-python-version;-libnotify-0.7-1.patch &amp;&amp;
     285./configure --prefix=/usr &amp;&amp;
     286make</userinput></screen>
     287
     288      <para>
     289        This package does not come with a testsuite.
     290      </para>
     291
     292      <para>
     293        Now, as the <systemitem class="username">root</systemitem> user:
     294      </para>
     295
     296<screen role="root"><userinput>make install</userinput></screen>
     297    </sect3>
     298
     299    <sect3 role="content">
     300      <title>Contents</title>
     301
     302      <segmentedlist>
     303        <segtitle>Installed Directory</segtitle>
     304
     305        <seglistitem>
     306          <seg>
     307            /usr/lib/python&python2-majorver;/site-packages/gtk-2.0/pynotify
     308          </seg>
     309        </seglistitem>
     310      </segmentedlist>
     311    </sect3>
     312  </sect2>
     313  <!-- End Notify Python -->
     314
    187315  <!-- Begin PyXML -->
    188316  <sect2 id="pyxml" xreflabel="PyXML-&pyxml-version;">
  • introduction/welcome/changelog.xml

    rc80db1b r661879b  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[krejzi] - Added Blueman 1.23.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[krejzi] - Added Notify Python 0.1.1, a Python Module.</para>
     52        </listitem>
     53        <listitem>
    4854          <para>[krejzi] - Added OBEX Data Server 0.4.6.</para>
    4955        </listitem>
  • xsoft/other/other.xml

    rc80db1b r661879b  
    2020
    2121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="balsa.xml"/>
     22  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="blueman.xml"/>
    2223  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gimp.xml"/>
    2324  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnash.xml"/>
Note: See TracChangeset for help on using the changeset viewer.