source: x/lib/libhandy1.xml@ fe0192e

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

more --buildtype=release addition

  • Property mode set to 100644
File size: 5.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 libhandy1-download-http "&gnome-download-http;/libhandy/1.2/libhandy-&libhandy1-version;.tar.xz">
8 <!ENTITY libhandy1-download-ftp "&gnome-download-ftp;/libhandy/1.2/libhandy-&libhandy1-version;.tar.xz">
9 <!ENTITY libhandy1-md5sum "c039a0cadb4e2fba93b1f805a3a876b8">
10 <!ENTITY libhandy1-size "480 KB">
11 <!ENTITY libhandy1-buildsize "22 MB (with tests)">
12 <!ENTITY libhandy1-time "0.4 SBU (with tests)">
13]>
14
15<sect1 id="libhandy1" xreflabel="libhandy-&libhandy1-version;">
16 <?dbhtml filename="libhandy1.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Libhandy-&libhandy1-version;</title>
23
24 <indexterm zone="libhandy1">
25 <primary sortas="a-libhandy1">libhandy1</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to libhandy</title>
30
31 <para>
32 The <application>libhandy</application> package provides additional
33 GTK UI widgets for use in developing user interfaces.
34 </para>
35
36 &lfs101_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&libhandy1-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&libhandy1-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &libhandy1-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &libhandy1-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &libhandy1-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &libhandy1-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">libhandy Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="gtk3"/>
77 </para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="vala"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="gtk-doc"/> and
87 <ulink url="https://glade.gnome.org/">Glade</ulink>
88 </para>
89
90 <para condition="html" role="usernotes">
91 User Notes: <ulink url="&blfs-wiki;/libhandy1"/>
92 </para>
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of libhandy</title>
97
98 <para>
99 Install <application>libhandy</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>mkdir build &amp;&amp;
104cd build &amp;&amp;
105
106meson --prefix=/usr --buildtype=release .. &amp;&amp;
107ninja</userinput></screen>
108
109 <para>
110 To test the results, issue: <command>ninja test</command>.
111 The tests must be run from a graphical session.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>ninja install</userinput></screen>
119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
124 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
125 href="../../xincludes/meson-buildtype-release.xml"/>
126
127 <para>
128 <option>-Dgtk_doc=true</option>: Use this option if you have
129 <xref linkend="gtk-doc"/> installed and wish to install the documentation.
130 </para>
131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Libraries</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>
144 handy-1-demo
145 </seg>
146 <seg>
147 libhandy-1.so
148 </seg>
149 <seg>
150 /usr/include/libhandy-1
151 </seg>
152 </seglistitem>
153 </segmentedlist>
154
155 <variablelist>
156 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
157 <?dbfo list-presentation="list"?>
158 <?dbhtml list-presentation="table"?>
159
160 <varlistentry id="handy-1-demo">
161 <term><command>handy-1-demo</command></term>
162 <listitem>
163 <para>
164 provides an example of how to use the
165 <application>libhandy</application> library
166 </para>
167 <indexterm zone="libhandy1 handy-1-demo">
168 <primary sortas="b-handy-1-demo">handy-1-demo</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="libhandy-1">
174 <term><filename class="libraryfile">libhandy-1.so</filename></term>
175 <listitem>
176 <para>
177 provides additional GTK widgets for use in creating user interfaces
178 </para>
179 <indexterm zone="libhandy1 libhandy-1">
180 <primary sortas="c-libhandy-1">libhandy-1.so</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184 </variablelist>
185 </sect2>
186
187</sect1>
Note: See TracBrowser for help on using the repository browser.