source: x/lib/amtk.xml@ 45ab6c7

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 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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