2020-09-24 03:24:38 +08:00
|
|
|
<?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;
|
|
|
|
|
2022-12-13 10:07:25 +08:00
|
|
|
<!ENTITY libhandy1-download-http "&gnome-download-http;/libhandy/1.8/libhandy-&libhandy1-version;.tar.xz">
|
2023-10-16 03:43:08 +08:00
|
|
|
<!ENTITY libhandy1-download-ftp " ">
|
2023-03-07 02:20:32 +08:00
|
|
|
<!ENTITY libhandy1-md5sum "24c0addde7fac024bcf23cecf6c50c3a">
|
2022-03-23 01:54:19 +08:00
|
|
|
<!ENTITY libhandy1-size "1.7 MB">
|
2023-02-13 07:00:43 +08:00
|
|
|
<!ENTITY libhandy1-buildsize "27 MB (with tests)">
|
|
|
|
<!ENTITY libhandy1-time "0.1 SBU (with tests)">
|
2020-09-24 03:24:38 +08:00
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="libhandy1" xreflabel="libhandy-&libhandy1-version;">
|
|
|
|
<?dbhtml filename="libhandy1.html"?>
|
|
|
|
|
|
|
|
|
2022-03-23 01:54:19 +08:00
|
|
|
<title>libhandy-&libhandy1-version;</title>
|
2020-09-24 03:24:38 +08:00
|
|
|
|
|
|
|
<indexterm zone="libhandy1">
|
|
|
|
<primary sortas="a-libhandy1">libhandy1</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to libhandy</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
The <application>libhandy</application> package provides additional
|
|
|
|
GTK UI widgets for use in developing user interfaces.
|
|
|
|
</para>
|
|
|
|
|
2023-08-21 08:05:59 +08:00
|
|
|
&lfs120_checked;
|
2020-09-24 03:24:38 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&libhandy1-download-http;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="&libhandy1-download-ftp;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download MD5 sum: &libhandy1-md5sum;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download size: &libhandy1-size;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated disk space required: &libhandy1-buildsize;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated build time: &libhandy1-time;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">libhandy Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
|
|
|
<xref linkend="gtk3"/>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
|
|
<para role="recommended">
|
|
|
|
<xref linkend="vala"/>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
|
|
<para role="optional">
|
|
|
|
<xref linkend="gtk-doc"/> and
|
|
|
|
<ulink url="https://glade.gnome.org/">Glade</ulink>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of libhandy</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install <application>libhandy</application> by running the following
|
|
|
|
commands:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<screen><userinput>mkdir build &&
|
|
|
|
cd build &&
|
|
|
|
|
2023-03-14 00:48:55 +08:00
|
|
|
meson setup --prefix=/usr --buildtype=release .. &&
|
2020-09-24 03:24:38 +08:00
|
|
|
ninja</userinput></screen>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
To test the results, issue: <command>ninja test</command>.
|
|
|
|
The tests must be run from a graphical session.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>ninja install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
2021-06-04 20:57:26 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
href="../../xincludes/meson-buildtype-release.xml"/>
|
|
|
|
|
2020-09-24 03:24:38 +08:00
|
|
|
<para>
|
|
|
|
<option>-Dgtk_doc=true</option>: Use this option if you have
|
|
|
|
<xref linkend="gtk-doc"/> installed and wish to install the documentation.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>
|
|
|
|
handy-1-demo
|
|
|
|
</seg>
|
|
|
|
<seg>
|
|
|
|
libhandy-1.so
|
|
|
|
</seg>
|
|
|
|
<seg>
|
|
|
|
/usr/include/libhandy-1
|
|
|
|
</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="handy-1-demo">
|
|
|
|
<term><command>handy-1-demo</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
provides an example of how to use the
|
2021-02-19 23:20:16 +08:00
|
|
|
<application>libhandy</application> library
|
2020-09-24 03:24:38 +08:00
|
|
|
</para>
|
|
|
|
<indexterm zone="libhandy1 handy-1-demo">
|
|
|
|
<primary sortas="b-handy-1-demo">handy-1-demo</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="libhandy-1">
|
|
|
|
<term><filename class="libraryfile">libhandy-1.so</filename></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
provides additional GTK widgets for use in creating user interfaces
|
2020-09-24 03:24:38 +08:00
|
|
|
</para>
|
|
|
|
<indexterm zone="libhandy1 libhandy-1">
|
|
|
|
<primary sortas="c-libhandy-1">libhandy-1.so</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
2021-02-19 23:20:16 +08:00
|
|
|
|
2020-09-24 03:24:38 +08:00
|
|
|
</sect1>
|