source: x/lib/amtk.xml@ 193af65e

10.0 10.1 11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 193af65e was fe44620f, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Update to amtk-5.1.1
Update to NetworkManager-1.24.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23216 af4574ff-66df-0310-9fd7-8a98e5e911e0

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