source: archive/obsolete/libgnomecups.xml@ 556a307a

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 556a307a was 556a307a, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Move files to archive

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

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