source: archive/keybinder3.xml@ 22b8124

elogind
Last change on this file since 22b8124 was 22b8124, checked in by DJ Lucas <dj@…>, 5 years ago

Cleanup branch in prep for merge.

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

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