source: xfce/core/libwnck.xml

trunk
Last change on this file was f13e4cae, checked in by Bruce Dubbs <bdubbs@…>, 3 weeks ago

Move libwnck from gnome section to xfce section.

  • Property mode set to 100644
File size: 4.8 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 libwnck-download-http "&gnome-download-http;/libwnck/&gnome-43;/libwnck-&libwnck-version;.tar.xz">
8 <!ENTITY libwnck-download-ftp " ">
9 <!ENTITY libwnck-md5sum "cd21ef743a1e9286554401c5b28d5ec6">
10 <!ENTITY libwnck-size "448 KB">
11 <!ENTITY libwnck-buildsize "13 MB">
12 <!ENTITY libwnck-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libwnck" xreflabel="libwnck-&libwnck-version;">
16 <?dbhtml filename="libwnck.html"?>
17
18
19 <title>libwnck-&libwnck-version;</title>
20
21 <indexterm zone="libwnck">
22 <primary sortas="a-libwnck-3">libwnck 3</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libwnck</title>
27
28 <para>
29 The <application>libwnck</application> package contains the
30 Window Navigator Construction Kit.
31 </para>
32
33 &lfs121_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&libwnck-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&libwnck-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &libwnck-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &libwnck-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &libwnck-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &libwnck-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">libwnck Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="gtk3"/>
74 </para>
75
76 <bridgehead renderas="sect4">Recommended</bridgehead>
77 <para role="recommended">
78 &gobject-introspection; and
79 <xref linkend="startup-notification"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="gtk-doc"/>
85 </para>
86
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of libwnck</title>
91
92 <para>
93 Install <application>libwnck</application> by running the
94 following commands:
95 </para>
96
97<screen><userinput>mkdir build &amp;&amp;
98cd build &amp;&amp;
99
100meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
101ninja</userinput></screen>
102
103 <para>
104 This package does not come with a test suite.
105 </para>
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>ninja install</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
119 href="../../xincludes/meson-buildtype-release.xml"/>
120
121 <para>
122 <option>-Dgtk_doc=true</option>: Use this option
123 to build the API reference manual.
124 </para>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Program</segtitle>
133 <segtitle>Installed Library</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
137 <seg>
138 wnckprop and wnck-urgency-monitor
139 </seg>
140 <seg>
141 libwnck-3.so
142 </seg>
143 <seg>
144 /usr/include/libwnck-3.0 and
145 /usr/share/gtk-doc/html/libwnck-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="wnckprop">
156 <term><command>wnckprop</command></term>
157 <listitem>
158 <para>
159 is used to print or modify the properties of a screen/workspace/window,
160 or to interact with it
161 </para>
162 <indexterm zone="libwnck wnckprop">
163 <primary sortas="b-wnckprop">wnckprop</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 <varlistentry id="libwnck-3">
169 <term><filename class="libraryfile">libwnck-3.so</filename></term>
170 <listitem>
171 <para>
172 contains functions for writing pagers and task lists
173 </para>
174 <indexterm zone="libwnck libwnck-3">
175 <primary sortas="c-libwnck-3">libwnck-3.so</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 </variablelist>
181
182 </sect2>
183
184</sect1>
Note: See TracBrowser for help on using the repository browser.