source: x/lib/libhandy1.xml@ f853c30e

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 f853c30e was f853c30e, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to php-7.4.12
Update to Wireshark-3.4.0
Update to libreoffice-7.0.3.1 (including fixes for system ICU)
Update to icewm-1.9.0
Update to libhandy-1.0.1
Update to pipewire-0.3.15
Update to gdm-3.38.2

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

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