source: xfce/core/libwnck2.xml@ 0b33a30

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 0b33a30 was 0b33a30, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Add a fix to udev-extras keymap Makefile issue exposed by LFS-7.3
LFS-7.3 tags

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