source: xfce/core/libwnck2.xml@ 17bcb81

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 17bcb81 was 17bcb81, checked in by Andrew Benton <andy@…>, 12 years ago

Xfce-4.10

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

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