source: archive/notify-python.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was adf6dd9a, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Archive unneeded packages: pkgconfig,

bc, ibus, udev, slib, gamin, and notify-python

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

  • Property mode set to 100644
File size: 4.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %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">
14]>
15
16 <!-- Begin Notify Python -->
17 <sect2 id="notify-python" xreflabel="Notify Python-&notify-python-version;">
18
19 <title>Notify Python-&notify-python-version;</title>
20
21 <indexterm zone="notify-python">
22 <primary sortas="a-notify-python">notify-python</primary>
23 </indexterm>
24
25 <sect3 role="package">
26 <title>Introduction to Notify Python Module</title>
27
28 <para>
29 Notify Python provides <application>Python 2</application>
30 bindings to the <application>libnotify</application>.
31 </para>
32
33 &lfs74_checked;
34
35 <bridgehead renderas="sect4">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&notify-python-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&notify-python-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &notify-python-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &notify-python-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &notify-python-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &notify-python-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
70 <itemizedlist spacing="compact">
71 <listitem>
72 <para>
73 Required patch:
74 <ulink url="&patch-root;/notify-python-&notify-python-version;-libnotify-0.7-1.patch"/>
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect4">Notify Python Dependencies</bridgehead>
80
81 <bridgehead renderas="sect5">Required</bridgehead>
82 <para role="required">
83 <xref linkend="libnotify"/> and
84 <xref linkend="pygtk"/> (with <xref linkend="gtk2"/> support).
85 </para>
86
87 <para condition="html" role="usernotes">
88 User Notes: <ulink url="&blfs-wiki;/notify-python"/>
89 </para>
90 </sect3>
91
92 <sect3 role="installation">
93 <title>Installation of Notify Python</title>
94
95 <para>
96 Install <application>Notify Python</application> by running the following
97 commands:
98 </para>
99
100<screen><userinput>patch -Np1 -i ../notify-python-&notify-python-version;-libnotify-0.7-1.patch &amp;&amp;
101./configure --prefix=/usr &amp;&amp;
102make</userinput></screen>
103
104 <para>
105 This package does not come with a testsuite.
106 </para>
107
108 <para>
109 Now, as the <systemitem class="username">root</systemitem> user:
110 </para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113 </sect3>
114
115 <sect3 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Programs</segtitle>
120 <segtitle>Installed Libraries</segtitle>
121 <segtitle>Installed Directory</segtitle>
122
123 <seglistitem>
124 <seg>
125 None
126 </seg>
127 <seg>
128 None
129 </seg>
130 <seg>
131 /usr/lib/python&python2-majorver;/site-packages/gtk-2.0/pynotify
132 </seg>
133 </seglistitem>
134 </segmentedlist>
135 </sect3>
136 </sect2>
137 <!-- End Notify Python -->
Note: See TracBrowser for help on using the repository browser.