source: gnome/core/libgnomecanvas.xml@ a197d82

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 a197d82 was e9389ff7, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Updated to gnome-keyring-2.30.3.

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

  • Property mode set to 100644
File size: 4.2 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[2e1e1b6]7 <!ENTITY libgnomecanvas-download-http "&gnome-download-http;/libgnomecanvas/&gnome-version;/libgnomecanvas-&libgnomecanvas-version;.tar.bz2">
8 <!ENTITY libgnomecanvas-download-ftp "&gnome-download-ftp;/libgnomecanvas/&gnome-version;/libgnomecanvas-&libgnomecanvas-version;.tar.bz2">
9 <!ENTITY libgnomecanvas-md5sum "362ab7b81024b3c3b4a712e7df01b169">
10 <!ENTITY libgnomecanvas-size "570 KB">
11 <!ENTITY libgnomecanvas-buildsize "16 MB">
12 <!ENTITY libgnomecanvas-time "0.4 SBU">
[fdca4266]13]>
14
[8395a78]15<sect1 id="libgnomecanvas" xreflabel="libgnomecanvas-&libgnomecanvas-version;">
[d7b5973]16 <?dbhtml filename="libgnomecanvas.html"?>
[8395a78]17
[d7b5973]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
[fdca4266]22
[51d7b70]23 <title>libgnomecanvas-&libgnomecanvas-version;</title>
[fdca4266]24
[d7b5973]25 <indexterm zone="libgnomecanvas">
26 <primary sortas="a-Libgnomecanvas">Libgnomecanvas</primary>
27 </indexterm>
[fdca4266]28
[d7b5973]29 <sect2 role="package">
[51d7b70]30 <title>Introduction to libgnomecanvas</title>
[b144eb7]31
[d7b5973]32 <para>The <application>libgnomecanvas</application> package contains
33 the <application>GNOME</application> canvas library.
34 It is an engine for structured graphics and one of the essential
35 <application>GNOME</application> libraries.</para>
[fdca4266]36
[e9389ff7]37 &lfs65_checked;
38
[d7b5973]39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&libgnomecanvas-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&libgnomecanvas-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &libgnomecanvas-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &libgnomecanvas-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &libgnomecanvas-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &libgnomecanvas-time;</para>
58 </listitem>
59 </itemizedlist>
[fdca4266]60
[51d7b70]61 <bridgehead renderas="sect3">libgnomecanvas Dependencies</bridgehead>
[fdca4266]62
[d7b5973]63 <bridgehead renderas="sect4">Required</bridgehead>
[2e1e1b6]64 <para role="required"><xref linkend="gtk2"/>,
65 <xref linkend="intltool"/>, and
[d7b5973]66 <xref linkend="libart_lgpl"/></para>
[29590dda]67
[d7b5973]68 <bridgehead renderas="sect4">Optional</bridgehead>
[2e1e1b6]69 <para role="optional"><xref linkend="gtk-doc"/> and
70 <xref linkend="libglade"/></para>
[fdca4266]71
[0a7c3921]72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/libgnomecanvas"/></para>
74
[d7b5973]75 </sect2>
[fdca4266]76
[d7b5973]77 <sect2 role="installation">
[51d7b70]78 <title>Installation of libgnomecanvas</title>
[fdca4266]79
[e05cd03f]80 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7cdaed0]81 href="../../xincludes/without-gnome.xml"/>
[fdca4266]82
[d7b5973]83 <para>Install <application>libgnomecanvas</application> by running the
84 following commands:</para>
[fdca4266]85
[a6bee1f]86<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
[d7b5973]87make</userinput></screen>
[fdca4266]88
[d7b5973]89 <para>To test the results, issue: <command>make check</command>.</para>
[fdca4266]90
[d7b5973]91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[fdca4266]92
[d7b5973]93<screen role="root"><userinput>make install</userinput></screen>
94
95 </sect2>
96
[551b9389]97 <sect2 role="commands">
98 <title>Command Explanations</title>
[864b24de]99
[e05cd03f]100 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7cdaed0]101 href="../../xincludes/gnome-prefix.xml"/>
[551b9389]102
[e05cd03f]103 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[551b9389]104 href="../../xincludes/gtk-doc-rebuild.xml"/>
105
106 </sect2>
107
[d7b5973]108 <sect2 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
112 <segtitle>Installed Programs</segtitle>
[2e1e1b6]113 <segtitle>Installed Library</segtitle>
[d7b5973]114 <segtitle>Installed Directories</segtitle>
115
116 <seglistitem>
117 <seg>None</seg>
[2e1e1b6]118 <seg>libgnomecanvas-2.{so,a}</seg>
119 <seg><envar>$GNOME_PREFIX</envar>/{include/libgnomecanvas-2.0/libgnomecanvas,
120 share/gtk-doc/html/libgnomecanvas}</seg>
[d7b5973]121 </seglistitem>
122 </segmentedlist>
123
124 </sect2>
[8395a78]125
126</sect1>
Note: See TracBrowser for help on using the repository browser.