commented out pycairo as it seems it's not needed

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9836 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Andrew Benton 2012-04-02 21:12:27 +00:00
parent 1e62b33822
commit 31b1acd206
4 changed files with 22 additions and 20 deletions

View File

@ -450,7 +450,7 @@ $Date$
<!-- Python module versions used in the Python Modules instructions -->
<!ENTITY pyxml-version "0.8.4">
<!ENTITY pycairo-version "1.8.8">
<!-- <!ENTITY pycairo-version "1.10.0"> -->
<!ENTITY py2cairo-version "1.10.0">
<!ENTITY pygobject2-version "2.28.6">
<!ENTITY pygobject3-version "3.0.3">

View File

@ -12,6 +12,7 @@
<!ENTITY pyxml-buildsize "14.6 MB">
<!ENTITY pyxml-time "less than 0.1 SBU">
<!--
<!ENTITY pycairo-download-http
"http://cairographics.org/releases/pycairo-&pycairo-version;.tar.gz">
<!ENTITY pycairo-download-ftp " ">
@ -19,6 +20,7 @@
<!ENTITY pycairo-size "465 KB">
<!ENTITY pycairo-buildsize "3 MB">
<!ENTITY pycairo-time "0.1 SBU">
-->
<!ENTITY py2cairo-download-http
"http://cairographics.org/releases/py2cairo-&py2cairo-version;.tar.bz2">
@ -126,11 +128,11 @@
<xref linkend="py2cairo"/>
</para>
</listitem>
<listitem>
<!-- <listitem>
<para>
<xref linkend="pycairo"/>
</para>
</listitem>
</listitem> -->
<listitem>
<para>
<xref linkend="pygobject2"/>
@ -401,7 +403,7 @@ cd ..</userinput></screen>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/pycairo"/>
User Notes: <ulink url="&blfs-wiki;/py2cairo"/>
</para>
</sect3>
@ -457,9 +459,9 @@ make</userinput></screen>
</segmentedlist>
</sect3>
</sect2>
<!-- End Py2cairo -->
<!-- Begin Pycairo -->
<!-- Begin Pycairo
<sect2 id="pycairo" xreflabel="Pycairo-&pycairo-version;">
<title>Pycairo-&pycairo-version;</title>
@ -514,7 +516,7 @@ make</userinput></screen>
<bridgehead renderas="sect5">Required</bridgehead>
<para role="required">
<xref linkend="python2"/> and
<xref linkend="python3"/> and
<xref linkend="cairo"/>
</para>
@ -531,7 +533,7 @@ make</userinput></screen>
commands:
</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
<screen><userinput>./configure -&45;prefix=/usr &amp;&amp;
make</userinput></screen>
<para>
@ -556,13 +558,13 @@ make</userinput></screen>
<seg>Pycairo Python library module</seg>
<seg>
/usr/include/pycairo and
/usr/lib/python&python2-majorver;/site-packages/cairo
/usr/lib/python&python3-majorver;/site-packages/cairo
</seg>
</seglistitem>
</segmentedlist>
</sect3>
</sect2>
<!-- End Pycairo -->
End Pycairo -->
<!-- Begin PyGObject2 -->
<sect2 id="pygobject2" xreflabel="PyGObject-&pygobject2-version;">
@ -633,7 +635,7 @@ make</userinput></screen>
<bridgehead renderas="sect5">Required</bridgehead>
<para role="required">
<xref linkend="pycairo"/> and
<xref linkend="py2cairo"/> and
<xref linkend="pkgconfig"/>.
</para>
@ -921,19 +923,19 @@ make</userinput></screen>
<bridgehead renderas="sect5">Required (pangocairo module)</bridgehead>
<para role="required">
<xref linkend="pycairo"/> and
<xref linkend="py2cairo"/> and
<xref linkend="pango"/>
</para>
<bridgehead renderas="sect5">Required (gtk and gtk.unixprint modules)</bridgehead>
<para role="required">
<xref linkend="pycairo"/> and
<xref linkend="py2cairo"/> and
<xref linkend="gtk2"/>.
</para>
<bridgehead renderas="sect5">Required (gtk.libglade module)</bridgehead>
<para role="required">
<xref linkend="pycairo"/> and
<xref linkend="py2cairo"/> and
<xref linkend="libglade"/>.
</para>

View File

@ -67,7 +67,7 @@
<para role="required"><xref linkend="at-spi2-core"/>,
<xref linkend="dbus-python"/>,
<xref linkend="gtk3"/>,
<xref linkend="pycairo"/>.
<!-- <xref linkend="py2cairo"/>, -->
<xref linkend="pygobject3"/>,
<xref linkend="pyxdg"/></para>

View File

@ -22,7 +22,7 @@
<screen><userinput>cat &gt; /etc/profile.d/gnome.sh &lt;&lt; "EOF" &amp;&amp;
<literal>export GNOME_PREFIX=/usr
export GNOME_SYSCONFDIR=&gnome-etc-dir;
export XDG_CONFIG_DIRS=$GNOME_SYSCONFDIR/xdg
export XDG_CONFIG_DIRS=${GNOME_SYSCONFDIR}/xdg
export XDG_DATA_DIRS=/usr/share:/usr/local/share</literal>
EOF
. /etc/profile.d/gnome.sh</userinput></screen>
@ -56,11 +56,11 @@ ln -v -s gnome-&gnome-version;&gnome-minor-version; /opt/gnome</userinput></scre
<para>Add to your system or personal profile:</para>
<screen><literal>export PATH=$PATH:/opt/gnome-&gnome-version;&gnome-minor-version;/bin
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome-&gnome-version;&gnome-minor-version;/lib/pkgconfig
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome-&gnome-version;&gnome-minor-version;/share/pkgconfig
<screen><literal>export PATH=${PATH}:/opt/gnome-&gnome-version;&gnome-minor-version;/bin
export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/opt/gnome-&gnome-version;&gnome-minor-version;/lib/pkgconfig
export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/opt/gnome-&gnome-version;&gnome-minor-version;/share/pkgconfig
export GNOME_LIBCONFIG_PATH=/usr/lib:/opt/gnome-&gnome-version;&gnome-minor-version;/lib
export PYTHONPATH=$PYTHONPATH:/opt/gnome-&gnome-version;&gnome-minor-version;/lib/python&python2-majorver;/site-packages</literal></screen>
export PYTHONPATH=${PYTHONPATH}:/usr/lib/python&python2-majorver;/site-packages:/opt/gnome-&gnome-version;/lib/python&python2-majorver;/site-packages"</literal></screen>
<para>Add to your <filename>/etc/ld.so.conf</filename>:</para>