glfs/x/lib/atkmm.xml
Pierre Labastie e1e58be454 Remove all ftp urls
neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...
2023-10-15 21:43:08 +02:00

149 lines
3.7 KiB
XML

<?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.28/atkmm-&atkmm-version;.tar.xz">
<!ENTITY atkmm-download-ftp " ">
<!ENTITY atkmm-md5sum "bad12606feaaba28c4d31b8857b7099e">
<!ENTITY atkmm-size "676 KB">
<!ENTITY atkmm-buildsize "11 MB">
<!ENTITY atkmm-time "0.2 SBU">
]>
<sect1 id="atkmm" xreflabel="Atkmm-&atkmm-version;">
<?dbhtml filename="atkmm.html"?>
<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>
&lfs120_checked;
<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="at-spi2-core"/> and
<xref linkend="glibmm"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Atkmm</title>
<para>
Install <application>Atkmm</application> by running the following
commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
ninja</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>ninja 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>
libatkmm-1.6.so
</seg>
<seg>
/usr/{include,lib}/atkmm-1.6 and
/usr/share/{devhelp/books/atkmm-1.6,doc/atkmm-&atkmm-version;}
</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 the <application>ATK</application> API classes
</para>
<indexterm zone="atkmm libatkmm-1">
<primary sortas="c-libatkmm-1">libatkmm-1.6.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>