mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Added new package, pangomm-2.26.0.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8396 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
506495380b
commit
27f7ea30df
@ -498,6 +498,7 @@ $Date$
|
||||
<!ENTITY cairo-version "1.8.10">
|
||||
<!ENTITY cairomm-version "1.6.2">
|
||||
<!ENTITY pango-version "1.26.2">
|
||||
<!ENTITY pangomm-version "2.26.0">
|
||||
<!ENTITY atk-version "1.28.0">
|
||||
<!ENTITY gtk2-version "2.18.7">
|
||||
<!ENTITY gtk2-libdir "2.0/2.10.0">
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>April 8th, 2010</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Added new package, pangomm-2.26.0.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Added new package, cairomm-1.6.2.</para>
|
||||
</listitem>
|
||||
|
@ -30,6 +30,7 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="cairo.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="cairomm.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pango.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pangomm.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="atk.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gtk+2.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="lesstif.xml"/>
|
||||
|
122
x/lib/pangomm.xml
Normal file
122
x/lib/pangomm.xml
Normal file
@ -0,0 +1,122 @@
|
||||
<?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 pangomm-download-http "&gnome-download-http;/pangomm/2.26/pangomm-&pangomm-version;.tar.bz2">
|
||||
<!ENTITY pangomm-download-ftp "&gnome-download-ftp;/pangomm/2.26/pangomm-&pangomm-version;.tar.bz2">
|
||||
<!ENTITY pangomm-md5sum "37f54dc8e6cb73ed923b22f313352156">
|
||||
<!ENTITY pangomm-size "960 KB">
|
||||
<!ENTITY pangomm-buildsize "17 MB">
|
||||
<!ENTITY pangomm-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="pangomm" xreflabel="pangomm-&pangomm-version;">
|
||||
<?dbhtml filename="pangomm.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>pangomm-&pangomm-version;</title>
|
||||
|
||||
<indexterm zone="pangomm">
|
||||
<primary sortas="a-pangomm">pangomm</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to pangomm</title>
|
||||
|
||||
<para>The <application>pangomm</application> package provides a C++
|
||||
interface to <application>Pango</application>.</para>
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&pangomm-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&pangomm-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &pangomm-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &pangomm-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &pangomm-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &pangomm-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">pangomm Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="cairomm"/>,
|
||||
<xref linkend="glibmm"/>, and
|
||||
<xref linkend="pango"/></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/pangomm"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of pangomm</title>
|
||||
|
||||
<para>Install <application>pangomm</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
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="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>libpangomm-1.4.so</seg>
|
||||
<seg>/usr/{include/pangomm-1.4/pangomm/private,lib/pangomm-1.4/include,
|
||||
share/{devhelp/books/pangomm-1.4,doc/pangomm-1.4/{images,
|
||||
reference/html}}}</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="libpangomm-1.4">
|
||||
<term><filename class='libraryfile'>libpangomm-1.4.so</filename></term>
|
||||
<listitem>
|
||||
<para>contains the <application>Pango</application> API classes.</para>
|
||||
<indexterm zone="pangomm libpangomm-1.4">
|
||||
<primary sortas="c-libpangomm-1.4">libpangomm-1.4.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
Loading…
Reference in New Issue
Block a user