source: x/lib/keybinder3.xml@ 0fb7167

ken/TL2024 trunk
Last change on this file since 0fb7167 was c0bc0a9, checked in by Xi Ruoyao <xry111@…>, 7 weeks ago

Update to glib-2.80.0 and gobject-introspection-1.80.0

Merge gobject-introspection into glib page to better handle a circular
dependency between these two packages.

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 keybinder3-download-http
8 "https://github.com/kupferlauncher/keybinder/releases/download/keybinder-3.0-v&keybinder3-version;/keybinder-3.0-&keybinder3-version;.tar.gz">
9 <!ENTITY keybinder3-download-ftp " ">
10 <!ENTITY keybinder3-md5sum "97260321fda721fce799174ea6ba10cf">
11 <!ENTITY keybinder3-size "370 KB">
12 <!ENTITY keybinder3-buildsize "2.6 MB">
13 <!ENTITY keybinder3-time "less than 0.1 SBU">
14]>
15
16<sect1 id="keybinder3" xreflabel="keybinder-3.0-&keybinder3-version;">
17 <?dbhtml filename="keybinder-3.html" ?>
18
19
20 <title>keybinder-3.0-&keybinder3-version;</title>
21
22 <indexterm zone="keybinder3">
23 <primary sortas="a-keybinder3">keybinder-3.0</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to keybinder-3.0</title>
28
29 <para>
30 The <application>keybinder-3.0</application> package contains a utility
31 library registering global <application>X</application> keyboard
32 shortcuts for <application>GTK+-3</application>.
33 </para>
34
35 &lfs121_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&keybinder3-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&keybinder3-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &keybinder3-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &keybinder3-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &keybinder3-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &keybinder3-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">keybinder-3.0 Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="gtk3"/>
76 </para>
77
78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
80 &gobject-introspection;
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="gtk-doc"/>
86 </para>
87
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of keybinder-3.0</title>
92
93 <para>
94 Install <application>keybinder-3.0</application> by running the
95 following commands:
96 </para>
97
98<screen><userinput>./configure --prefix=/usr &amp;&amp;
99make</userinput></screen>
100
101 <para>
102 This package does not come with a test suite.
103 </para>
104
105 <para>
106 Now, as the <systemitem class="username">root</systemitem> user:
107 </para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110
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 Library</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 None
132 </seg>
133 <seg>
134 libkeybinder-3.0.so
135 </seg>
136 <seg>
137 /usr/include/keybinder-3.0 and
138 /usr/share/gtk-doc/html/keybinder-3.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="keybinder3-lib">
149 <term><filename class="libraryfile">libkeybinder-3.0.so</filename></term>
150 <listitem>
151 <para>
152 is the library that registers global <application>X</application>
153 keyboard shortcuts
154 </para>
155 <indexterm zone="keybinder3 keybinder3-lib">
156 <primary sortas="c-keybinder3">libkeybinder-3.0.so</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 </variablelist>
162
163 </sect2>
164
165</sect1>
Note: See TracBrowser for help on using the repository browser.