source: lxde/desktop/libwnck2.xml@ 02dbb6ae

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 02dbb6ae was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.5 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 libwnck2-download-http
8 "&gnome-download-http;/libwnck/2.30/libwnck-&libwnck2-version;.tar.xz">
9 <!ENTITY libwnck2-download-ftp
10 "&gnome-download-ftp;/libwnck/2.30/libwnck-&libwnck2-version;.tar.xz">
11 <!ENTITY libwnck2-md5sum "3d20f26105a2fd878899d6ecdbe9a082">
12 <!ENTITY libwnck2-size "612 KB">
13 <!ENTITY libwnck2-buildsize "16 MB">
14 <!ENTITY libwnck2-time "0.2 SBU">
15]>
16
17<sect1 id="libwnck2" xreflabel="libwnck-&libwnck2-version;">
18 <?dbhtml filename="libwnck2.html"?>
19
20
21 <title>libwnck-&libwnck2-version;</title>
22
23 <indexterm zone="libwnck2">
24 <primary sortas="a-libwnck-2">libwnck 2</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to libwnck</title>
29
30 <para>
31 The <application>libwnck</application> package contains a Window Navigator
32 Construction Kit.
33 </para>
34
35 &lfs112_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&libwnck2-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&libwnck2-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &libwnck2-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &libwnck2-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &libwnck2-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &libwnck2-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">libwnck Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="gtk2"/>
76 </para>
77
78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
80 <xref linkend="startup-notification"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="gobject-introspection"/> and
86 <xref linkend="gtk-doc"/>
87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/libwnck2"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of libwnck</title>
96
97 <para>
98 Install <application>libwnck</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>./configure --prefix=/usr \
103 --disable-static \
104 --program-suffix=-1 &amp;&amp;
105make GETTEXT_PACKAGE=libwnck-1</userinput></screen>
106
107 <para>
108 This package does not come with a test suite.
109 </para>
110
111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:
113 </para>
114
115<screen role="root"><userinput>make GETTEXT_PACKAGE=libwnck-1 install</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="../../xincludes/static-libraries.xml"/>
124
125 <para>
126 <parameter>--program-suffix=-1</parameter>: This option adds -1 to the
127 end of the names of the installed programs to avoid overwriting the
128 programs installed by <xref linkend="libwnck"/>.
129 </para>
130
131 <para>
132 <parameter>GETTEXT_PACKAGE=libwnck-1</parameter>: This parameter adds -1
133 to the end of the names of the gettext files installed by the package
134 to avoid overwriting the files installed by <xref linkend="libwnck"/>.
135 </para>
136
137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
138 href="../../xincludes/gtk-doc-rebuild.xml"/>
139
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Programs</segtitle>
147 <segtitle>Installed Library</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>
152 wnckprop-1 and wnck-urgency-monitor-1
153 </seg>
154 <seg>
155 libwnck-1.so
156 </seg>
157 <seg>
158 /usr/include/libwnck-1.0 and
159 /usr/share/gtk-doc/html/libwnck-1.0
160 </seg>
161 </seglistitem>
162 </segmentedlist>
163
164 <variablelist>
165 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
166 <?dbfo list-presentation="list"?>
167 <?dbhtml list-presentation="table"?>
168
169 <varlistentry id="wnckprop-1">
170 <term><command>wnckprop-1</command></term>
171 <listitem>
172 <para>
173 Prints, modifies, or interacts with the properties of a
174 screen/workspace/window
175 </para>
176 <indexterm zone="libwnck2 wnckprop-1">
177 <primary sortas="b-wnckprop-1">wnckprop-1</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 <varlistentry id="libwnck-1">
183 <term><filename class="libraryfile">libwnck-1.so</filename></term>
184 <listitem>
185 <para>
186 contains functions for writing pagers and task lists
187 </para>
188 <indexterm zone="libwnck2 libwnck-1">
189 <primary sortas="c-libwnck-1">libwnck-1.so</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 </variablelist>
195
196 </sect2>
197
198</sect1>
Note: See TracBrowser for help on using the repository browser.