source: archive/amtk.xml@ 3f2db3a6

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.1 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 amtk-download-http "&gnome-download-http;/amtk/&amtk-minor;/amtk-&amtk-version;.tar.xz">
8 <!ENTITY amtk-download-ftp "&gnome-download-ftp;/amtk/&amtk-minor;/amtk-&amtk-version;.tar.xz">
9 <!ENTITY amtk-md5sum "8ea25cde8b7bdbf98d7d6c939dea1724">
10 <!ENTITY amtk-size "376 KB">
11 <!ENTITY amtk-buildsize "8.5 MB">
12 <!ENTITY amtk-time "0.1 SBU">
13
14]>
15
16<sect1 id="amtk" xreflabel="amtk-&amtk-version;">
17 <?dbhtml filename="amtk.html"?>
18
19
20 <title>Amtk-&amtk-version;</title>
21
22 <indexterm zone="amtk">
23 <primary sortas="a-amtk">amtk</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Amtk</title>
28
29 <para>
30 The <application>Amtk</application> package contains a basic GTKUIManager
31 replacement based on GAction.
32 </para>
33
34 &lfs111_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&amtk-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&amtk-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &amtk-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &amtk-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &amtk-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &amtk-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Amtk Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="gtk3"/>
75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="gtk-doc"/> (for documentation) and
80 <xref linkend="valgrind"/>
81 </para>
82
83 <para condition="html" role="usernotes">
84 User Notes: <ulink url="&blfs-wiki;/amtk"/>
85 </para>
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of Amtk</title>
90
91 <para>
92 Install <application>Amtk</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>./configure --prefix=/usr &amp;&amp;
97make</userinput></screen>
98
99 <para>
100 To test the results, issue: <command>make check</command>.
101 </para>
102
103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
114 href="../../xincludes/gtk-doc-rebuild.xml"/>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>
128 None
129 </seg>
130 <seg>
131 libamtk-5.so
132 </seg>
133 <seg>
134 /usr/include/amtk-5 and
135 /usr/share/gtk-doc/html/amtk-5.0
136 </seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="libamtk-5">
146 <term><filename class="libraryfile">libamtk-5.so</filename></term>
147 <listitem>
148 <para>
149 provides a basic GTKUIManager replacement API based on GAction
150 </para>
151 <indexterm zone="amtk libamtk-5">
152 <primary sortas="c-libamtk-5">libamtk-5.so</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156 </variablelist>
157 </sect2>
158
159</sect1>
Note: See TracBrowser for help on using the repository browser.