source: general/genlib/libunique.xml@ 34c5cf6f

10.1 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 34c5cf6f was 34c5cf6f, checked in by Ken Moffat <ken@…>, 3 years ago

libunique: autoreconf requires -i and therefore gtk-doc.

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

  • Property mode set to 100644
File size: 5.2 KB
RevLine 
[92dec5f6]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
[a67f106]7 <!ENTITY libunique-download-http "&gnome-download-http;/libunique/1.1/libunique-&libunique-version;.tar.bz2">
8 <!ENTITY libunique-download-ftp "&gnome-download-ftp;/libunique/1.1/libunique-&libunique-version;.tar.bz2">
9 <!ENTITY libunique-md5sum "7955769ef31f1bc4f83446dbb3625e6d">
10 <!ENTITY libunique-size "328 KB">
11 <!ENTITY libunique-buildsize "7.0 MB">
[4c2be438]12 <!ENTITY libunique-time "0.2 SBU">
[92dec5f6]13]>
14
15<sect1 id="libunique" xreflabel="libunique-&libunique-version;">
16 <?dbhtml filename="libunique.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libunique-&libunique-version;</title>
24
25 <indexterm zone="libunique">
26 <primary sortas="a-libunique">libunique</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libunique</title>
31
[7ded7e3]32 <para>
33 The <application>libunique</application> package contains a
34 library for writing single instance applications.
35 </para>
[92dec5f6]36
[080e2341]37 &lfs10_checked;
[a7b45fd]38
[92dec5f6]39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[7ded7e3]42 <para>
43 Download (HTTP): <ulink url="&libunique-download-http;"/>
44 </para>
[92dec5f6]45 </listitem>
46 <listitem>
[7ded7e3]47 <para>
48 Download (FTP): <ulink url="&libunique-download-ftp;"/>
49 </para>
[92dec5f6]50 </listitem>
51 <listitem>
[7ded7e3]52 <para>
53 Download MD5 sum: &libunique-md5sum;
54 </para>
[92dec5f6]55 </listitem>
56 <listitem>
[7ded7e3]57 <para>
58 Download size: &libunique-size;
59 </para>
[92dec5f6]60 </listitem>
61 <listitem>
[7ded7e3]62 <para>
63 Estimated disk space required: &libunique-buildsize;
64 </para>
[92dec5f6]65 </listitem>
66 <listitem>
[7ded7e3]67 <para>
68 Estimated build time: &libunique-time;
69 </para>
[92dec5f6]70 </listitem>
71 </itemizedlist>
72
[a67f106]73 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
74 <itemizedlist spacing="compact">
75 <listitem>
76 <para>
77 Required patch:
78 <ulink url="&patch-root;/libunique-&libunique-version;-upstream_fixes-1.patch"/>
79 </para>
80 </listitem>
81 </itemizedlist>
82
[92dec5f6]83 <bridgehead renderas="sect3">libunique Dependencies</bridgehead>
84
85 <bridgehead renderas="sect4">Required</bridgehead>
[4c2be438]86 <para role="required">
[34c5cf6f]87 <xref linkend="gtk2"/>, also
88 <xref linkend="gtk-doc"/> (for autoreconf)
[4c2be438]89 </para>
[92dec5f6]90
[214718a]91 <bridgehead renderas="sect4">Optional</bridgehead>
[4c2be438]92 <para role="optional">
[34c5cf6f]93 <xref linkend="gobject-introspection"/> <!--and
94 <xref linkend="gtk-doc"/>-->
[4c2be438]95 </para>
[214718a]96
[92dec5f6]97 <para condition="html" role="usernotes">User Notes:
[7ded7e3]98 <ulink url="&blfs-wiki;/libunique"/>
99 </para>
[92dec5f6]100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of libunique</title>
104
[7ded7e3]105 <para>
106 Install <application>libunique</application> by running the following
107 commands:
108 </para>
[4c2be438]109
[a67f106]110<screen><userinput>patch -Np1 -i ../libunique-&libunique-version;-upstream_fixes-1.patch &amp;&amp;
111autoreconf -fi &amp;&amp;
[685b658c]112
[a67f106]113./configure --prefix=/usr \
114 --disable-dbus \
115 --disable-static &amp;&amp;
[92dec5f6]116make</userinput></screen>
117
[7ded7e3]118 <para>
119 This package does not come with a test suite.
120 </para>
[92dec5f6]121
[7ded7e3]122 <para>
123 Now, as the <systemitem class="username">root</systemitem>
124 user:
125 </para>
[92dec5f6]126
127<screen role="root"><userinput>make install</userinput></screen>
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
[75f50a9]132
[a67f106]133 <para>
[f1d7196]134 <parameter>--disable-dbus</parameter>: This switch disables
[5e11adce]135 <application>D-Bus</application> backend in favor of
[a67f106]136 the GDBus backend.
137 </para>
138
139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
140 href="../../xincludes/static-libraries.xml"/>
141
[e05cd03f]142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7ded7e3]143 href="../../xincludes/gtk-doc-rebuild.xml"/>
[4c2be438]144
[92dec5f6]145 </sect2>
146
147 <sect2 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
[c3c56b2]151 <segtitle>Installed Programs</segtitle>
[92dec5f6]152 <segtitle>Installed Library</segtitle>
153 <segtitle>Installed Directories</segtitle>
154
155 <seglistitem>
[c3c56b2]156 <seg>
157 None
158 </seg>
[4c2be438]159 <seg>
[a67f106]160 libunique-1.0.so
[4c2be438]161 </seg>
162 <seg>
[a67f106]163 /usr/include/unique-1.0 and
164 /usr/share/gtk-doc/html/unique
[4c2be438]165 </seg>
[92dec5f6]166 </seglistitem>
167 </segmentedlist>
168
169 <variablelist>
170 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
171 <?dbfo list-presentation="list"?>
172 <?dbhtml list-presentation="table"?>
173
[a67f106]174 <varlistentry id="libunique-1">
175 <term><filename class="libraryfile">libunique-1.0.so</filename></term>
[92dec5f6]176 <listitem>
[7ded7e3]177 <para>
178 contains the <application>libunique</application> API functions
179 for single instance support.
180 </para>
[a67f106]181 <indexterm zone="libunique libunique-1">
182 <primary sortas="c-libunique-1">libunique-1.0.so</primary>
[92dec5f6]183 </indexterm>
184 </listitem>
185 </varlistentry>
[4c2be438]186
[92dec5f6]187 </variablelist>
[4c2be438]188
[92dec5f6]189 </sect2>
[4c2be438]190
[92dec5f6]191</sect1>
Note: See TracBrowser for help on using the repository browser.