source: lxde/desktop/keybinder.xml@ dd9e0c3

systemd-13485
Last change on this file since dd9e0c3 was 19147eb, checked in by Christopher Gregory <cjg@…>, 10 years ago

Added new page keybinder-0.3.0, Updated to lxpanel-0.8.0, Updated to libsoup-2.48.1.

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

  • Property mode set to 100644
File size: 4.8 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 keybinder-download-http "http://gentoo.inode.at/distfiles/keybinder-&keybinder-version;.tar.gz">
8 <!ENTITY keybinder-download-ftp " ">
9 <!ENTITY keybinder-md5sum "2a0aed62ba14d1bf5c79707e20cb4059">
10 <!ENTITY keybinder-size "363 KB">
11 <!ENTITY keybinder-buildsize "2.6 MB">
12 <!ENTITY keybinder-time "less than 0.1 SBU">
13]>
14
15<sect1 id="keybinder" xreflabel="keybinder-&keybinder-version;">
16 <?dbhtml filename="keybinder.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>keybinder-&keybinder-version;</title>
24
25 <indexterm zone="keybinder">
26 <primary sortas="a-keybinder">keybinder</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to keybinder</title>
31
32 <para>
33 The <application>keybinder</application> package is a library for
34 registering global key bindings, for gtk-based applications.
35 </para>
36
37 &lfs76_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&keybinder-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&keybinder-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &keybinder-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &keybinder-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &keybinder-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &keybinder-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">keybinder Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="gtk2"/>
78 </para>
79
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
82 <xref linkend="gobject-introspection"/>
83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
87 <xref linkend="pygtk"/> and
88 <xref linkend="gtk-doc"/>
89 </para>
90
91 <para condition="html" role="usernotes">
92 User Notes: <ulink url="&blfs-wiki;/keybinder"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of keybinder</title>
98
99 <para>
100 Install <application>keybinder</application> by running the following
101 commands:
102 </para>
103
104<screen><userinput>./configure --prefix=/usr \
105 --disable-lua &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 <para>
124 <command>--disable-lua</command>: This allows building
125 to complete as the <package>lua</package> blfs uses
126 is too new.
127 </para>
128 <para>
129 <option>--disable-python</option>: Use this if you
130 do not wish to build the <application>python2</application>
131 bindings.
132 </para>
133 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
134 href="../../xincludes/gtk-doc-rebuild.xml"/>
135
136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Program</segtitle>
143 <segtitle>Installed Libraries</segtitle>
144 <segtitle>Installed Directories</segtitle>
145
146 <seglistitem>
147 <seg>
148 None
149 </seg>
150 <seg>
151 libkeybinder.so
152 </seg>
153 <seg>
154 /usr/lib/python2.7/site-packages/keybinder,
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="keybinder-lib">
166 <term><filename class="libraryfile">libkeybinder.so</filename></term>
167 <listitem>
168 <para>
169 contains the <application>keybinder</application> API functions.
170 </para>
171 <indexterm zone="keybinder keybinder-lib">
172 <primary sortas="c-keybinder">libkeybinder.so</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 </variablelist>
178
179 </sect2>
180
181</sect1>
Note: See TracBrowser for help on using the repository browser.