source: archive/gnome-obsolete/liboobs.xml@ fa91d2e

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fa91d2e was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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