source: archive/gnome-obsolete/libgnomecups.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.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 libgnomecups-download-http "&gnome-download-http;/libgnomecups/0.2/libgnomecups-&libgnomecups-version;.tar.bz2">
8 <!ENTITY libgnomecups-download-ftp "&gnome-download-ftp;/libgnomecups/0.2/libgnomecups-&libgnomecups-version;.tar.bz2">
9 <!ENTITY libgnomecups-md5sum "dc4920c15c9f886f73ea74fbff0ae48b">
10 <!ENTITY libgnomecups-size "349 KB">
11 <!ENTITY libgnomecups-buildsize "4 MB">
12 <!ENTITY libgnomecups-time "0.1 SBU">
13]>
14
15<sect1 id="libgnomecups" xreflabel="libgnomecups-&libgnomecups-version;">
16 <?dbhtml filename="libgnomecups.html"?>
17
18
19 <title>libgnomecups-&libgnomecups-version;</title>
20
21 <indexterm zone="libgnomecups">
22 <primary sortas="a-Libgnomecups">Libgnomecups</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libgnomecups</title>
27
28 <para>The <application>libgnomecups</application> package contains a
29 library used to wrap the <application>CUPS</application> API in a
30 <application>GLib</application> fashion, so
31 <application>CUPS</application> code can be cleanly
32 integrated with <application>GLib</application> code.</para>
33
34 &lfs65_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&libgnomecups-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&libgnomecups-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &libgnomecups-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &libgnomecups-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &libgnomecups-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &libgnomecups-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">libgnomecups Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para role="required"><xref linkend="cups"/>,
62 <xref linkend="glib2"/>, and
63 <xref linkend="perl-xml-parser"/></para>
64
65 <bridgehead renderas="sect4">Optional</bridgehead>
66 <para role="optional"><xref linkend="intltool"/></para>
67
68 <para condition="html" role="usernotes">User Notes:
69 <ulink url="&blfs-wiki;/libgnomecups"/></para>
70
71 </sect2>
72
73 <sect2 role="installation">
74 <title>Installation of libgnomecups</title>
75
76 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
77 href="../../xincludes/without-gnome.xml"/>
78
79 <para>Install <application>libgnomecups</application> by running the following
80 commands:</para>
81
82<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
83make</userinput></screen>
84
85 <para>This package does not come with a test suite.</para>
86
87 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
88
89<screen role="root"><userinput>make install</userinput></screen>
90
91 </sect2>
92
93 <sect2 role="commands">
94 <title>Command Explanations</title>
95
96 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
97 href="../../xincludes/gnome-prefix.xml"/>
98
99 </sect2>
100
101 <sect2 role="content">
102 <title>Contents</title>
103
104 <segmentedlist>
105 <segtitle>Installed Programs</segtitle>
106 <segtitle>Installed Library</segtitle>
107 <segtitle>Installed Directory</segtitle>
108
109 <seglistitem>
110 <seg>None</seg>
111 <seg>libgnomecups-1.0.{so,a}</seg>
112 <seg><envar>$GNOME_PREFIX</envar>/include/libgnomecups-1/libgnomecups</seg>
113 </seglistitem>
114 </segmentedlist>
115
116 <variablelist>
117 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
118 <?dbfo list-presentation="list"?>
119 <?dbhtml list-presentation="table"?>
120
121 <varlistentry id="libgnomecups-lib">
122 <term><filename class='libraryfile'>libgnomecups-1.0.{so,a}</filename></term>
123 <listitem>
124 <para>libraries are used to wrap the <application>CUPS</application>
125 API in a <application>GLib</application> type interface.</para>
126 <indexterm zone="libgnomecups libgnomecups-lib">
127 <primary sortas="c-libgnomecups">libgnomecups-1.0.{so,a}</primary>
128 </indexterm>
129 </listitem>
130 </varlistentry>
131
132 </variablelist>
133
134 </sect2>
135
136</sect1>
Note: See TracBrowser for help on using the repository browser.