source: x/lib/keybinder2.xml@ a5708ba

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 a5708ba was a5708ba, checked in by Pierre Labastie <pieere@…>, 8 years ago

Tag LXDE and cosmetics on firefox

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

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