mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Add atkmm.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9323 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
ec9b2d78de
commit
4d0a078719
@ -3,13 +3,13 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "08"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "09"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "02"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2012">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "February 8th, &year;">
|
||||
<!ENTITY releasedate "February 9th, &year;">
|
||||
<!-- <!ENTITY releasedate "November &day;st, &year;"> -->
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
@ -592,6 +592,7 @@ $Date$
|
||||
<!ENTITY pango-version "1.29.4">
|
||||
<!ENTITY pangomm-version "2.26.2">
|
||||
<!ENTITY atk-version "2.2.0">
|
||||
<!ENTITY atkmm-version "2.22.6">
|
||||
<!ENTITY gdk-pixbuf-version "2.24.0">
|
||||
<!ENTITY gtk2-version "2.24.8">
|
||||
<!ENTITY gtk2-libdir "2.0/2.10.0">
|
||||
|
@ -41,6 +41,15 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>February 9th, 2012</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - add atkmm-2.22.6 from Wayne.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>February 8th, 2012</para>
|
||||
<itemizedlist>
|
||||
|
138
x/lib/atkmm.xml
Normal file
138
x/lib/atkmm.xml
Normal file
@ -0,0 +1,138 @@
|
||||
<?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 atkmm-download-http "&gnome-download-http;/atkmm/2.22/atkmm-&atkmm-version;.tar.xz">
|
||||
<!ENTITY atkmm-download-ftp "&gnome-download-ftp;/atkmm/2.22/atkmm-&atkmm-version;.tar.xz">
|
||||
<!ENTITY atkmm-md5sum "30f8e34c92b14f17ba3029937b2f218a">
|
||||
<!ENTITY atkmm-size "556 KB">
|
||||
<!ENTITY atkmm-buildsize "14 MB">
|
||||
<!ENTITY atkmm-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="atkmm" xreflabel="atkmm-&atkmm-version;">
|
||||
<?dbhtml filename="atkmm.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>atkmm-&atkmm-version;</title>
|
||||
|
||||
<indexterm zone="atkmm">
|
||||
<primary sortas="a-atkmm">atkmm</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to atkmm</title>
|
||||
|
||||
<para><application>Atkmm</application> is the official C++ interface for the
|
||||
ATK accessibility toolkit library.</para>
|
||||
|
||||
&lfs70_built;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&atkmm-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&atkmm-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &atkmm-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &atkmm-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &atkmm-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &atkmm-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">atkmm Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="glibmm"/> and
|
||||
<xref linkend="atk"/></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/atkmm"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of atkmm</title>
|
||||
|
||||
<para>Install <application>atkmm</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not have a testsuite.</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>
|
||||
|
||||
<para><parameter>--sysconfdir=/etc</parameter>: This parameter does
|
||||
something mandatory for BLFS purposes.</para>
|
||||
|
||||
<para><parameter>--libexecdir=/usr/lib/atkmm</parameter>: This parameter does
|
||||
something mandatory for BLFS purposes.</para>
|
||||
|
||||
<para><parameter>--localstatedir=/var</parameter>: This parameter does
|
||||
something mandatory for BLFS purposes.</para>
|
||||
|
||||
<para><parameter>--mandir=/usr/share/man</parameter>: This parameter does
|
||||
something mandatory for BLFS purposes.</para>
|
||||
|
||||
</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>libatkmm-1.6.so</seg>
|
||||
<seg>/usr/{include/atkmm-1.6/atkmm/private,lib/atkmm-1.6/{include,proc/m4},share/{devhelp/books/atkmm-1.6,doc/atkmm-1.6/reference/html}}</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="libatkmm-1">
|
||||
<term><filename class='libraryfile'>libatkmm-1.6.so</filename></term>
|
||||
<listitem>
|
||||
<para>contains functions that .....</para>
|
||||
<indexterm zone="atkmm libatkmm-1">
|
||||
<primary sortas="c-libatkmm-1">libatkmm-1.6.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -32,6 +32,7 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pango.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pangomm.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="atk.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="atkmm.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdk-pixbuf.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk+2.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk+3.xml"/>
|
||||
|
Loading…
Reference in New Issue
Block a user