mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Added libunique 1.1.6, renamed libunique 3.0 to libunique3.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11108 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a14e9fce18
commit
a67f106910
@ -250,7 +250,7 @@ export -f as_root</userinput></screen>
|
||||
<!ENTITY libksba-version "1.3.0">
|
||||
<!ENTITY libsigc-version "2.2.11">
|
||||
<!ENTITY libtasn1-version "3.2">
|
||||
<!ENTITY libunique-version "3.0.2">
|
||||
<!ENTITY libunique3-version "3.0.2">
|
||||
<!ENTITY libunistring-version "0.9.3">
|
||||
<!ENTITY libusb-version "1.0.9">
|
||||
<!ENTITY libusb-compat-version "0.1.4">
|
||||
@ -764,6 +764,7 @@ export -f as_root</userinput></screen>
|
||||
<!ENTITY xfce4-terminal-version "0.6.1">
|
||||
<!ENTITY xfburn-version "0.4.3">
|
||||
<!ENTITY ristretto-version "0.6.3">
|
||||
<!ENTITY libunique-version "1.1.6">
|
||||
<!ENTITY xfce4-notifyd-version "0.2.2">
|
||||
|
||||
<!-- Part X -->
|
||||
|
@ -80,7 +80,7 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libksba.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libsigc++.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libtasn1.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libunique.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libunique3.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libunistring.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libusb.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libusb-compat.xml"/>
|
||||
|
@ -4,25 +4,25 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY libunique-download-http "&gnome-download-http;/libunique/3.0/libunique-&libunique-version;.tar.xz">
|
||||
<!ENTITY libunique-download-ftp "&gnome-download-ftp;/libunique/3.0/libunique-&libunique-version;.tar.xz">
|
||||
<!ENTITY libunique-md5sum "a52dfbd0fee80f645b74227ade4f01ee">
|
||||
<!ENTITY libunique-size "288 KB">
|
||||
<!ENTITY libunique-buildsize "5.2 MB">
|
||||
<!ENTITY libunique-time "0.2 SBU">
|
||||
<!ENTITY libunique3-download-http "&gnome-download-http;/libunique/3.0/libunique-&libunique3-version;.tar.xz">
|
||||
<!ENTITY libunique3-download-ftp "&gnome-download-ftp;/libunique/3.0/libunique-&libunique3-version;.tar.xz">
|
||||
<!ENTITY libunique3-md5sum "a52dfbd0fee80f645b74227ade4f01ee">
|
||||
<!ENTITY libunique3-size "288 KB">
|
||||
<!ENTITY libunique3-buildsize "5.2 MB">
|
||||
<!ENTITY libunique3-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="libunique" xreflabel="libunique-&libunique-version;">
|
||||
<?dbhtml filename="libunique.html"?>
|
||||
<sect1 id="libunique3" xreflabel="libunique-&libunique3-version;">
|
||||
<?dbhtml filename="libunique3.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>libunique-&libunique-version;</title>
|
||||
<title>libunique-&libunique3-version;</title>
|
||||
|
||||
<indexterm zone="libunique">
|
||||
<indexterm zone="libunique3">
|
||||
<primary sortas="a-libunique">libunique</primary>
|
||||
</indexterm>
|
||||
|
||||
@ -40,32 +40,32 @@
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Download (HTTP): <ulink url="&libunique-download-http;"/>
|
||||
Download (HTTP): <ulink url="&libunique3-download-http;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download (FTP): <ulink url="&libunique-download-ftp;"/>
|
||||
Download (FTP): <ulink url="&libunique3-download-ftp;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download MD5 sum: &libunique-md5sum;
|
||||
Download MD5 sum: &libunique3-md5sum;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download size: &libunique-size;
|
||||
Download size: &libunique3-size;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated disk space required: &libunique-buildsize;
|
||||
Estimated disk space required: &libunique3-buildsize;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated build time: &libunique-time;
|
||||
Estimated build time: &libunique3-time;
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
@ -88,7 +88,7 @@
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/libunique"/>
|
||||
<ulink url="&blfs-wiki;/libunique3"/>
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
@ -150,15 +150,15 @@ make</userinput></screen>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="libunique-3.0">
|
||||
<term><filename class='libraryfile'>libunique-3.0.so</filename></term>
|
||||
<varlistentry id="libunique-3">
|
||||
<term><filename class="libraryfile">libunique-3.0.so</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
contains the <application>libunique</application> API functions
|
||||
for single instance support.
|
||||
</para>
|
||||
<indexterm zone="libunique libunique-3.0">
|
||||
<primary sortas="c-libunique-3.0">libunique-3.0.so</primary>
|
||||
<indexterm zone="libunique3 libunique-3">
|
||||
<primary sortas="c-libunique-3">libunique-3.0.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
@ -28,6 +28,7 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce4-terminal.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfburn.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ristretto.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libunique.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce4-notifyd.xml"/>
|
||||
|
||||
</chapter>
|
||||
|
189
xfce/apps/libunique.xml
Normal file
189
xfce/apps/libunique.xml
Normal file
@ -0,0 +1,189 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY libunique-download-http "&gnome-download-http;/libunique/1.1/libunique-&libunique-version;.tar.bz2">
|
||||
<!ENTITY libunique-download-ftp "&gnome-download-ftp;/libunique/1.1/libunique-&libunique-version;.tar.bz2">
|
||||
<!ENTITY libunique-md5sum "7955769ef31f1bc4f83446dbb3625e6d">
|
||||
<!ENTITY libunique-size "328 KB">
|
||||
<!ENTITY libunique-buildsize "7.0 MB">
|
||||
<!ENTITY libunique-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="libunique" xreflabel="libunique-&libunique-version;">
|
||||
<?dbhtml filename="libunique.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>libunique-&libunique-version;</title>
|
||||
|
||||
<indexterm zone="libunique">
|
||||
<primary sortas="a-libunique">libunique</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to libunique</title>
|
||||
|
||||
<para>
|
||||
The <application>libunique</application> package contains a
|
||||
library for writing single instance applications.
|
||||
</para>
|
||||
|
||||
&lfs72_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Download (HTTP): <ulink url="&libunique-download-http;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download (FTP): <ulink url="&libunique-download-ftp;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download MD5 sum: &libunique-md5sum;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download size: &libunique-size;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated disk space required: &libunique-buildsize;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated build time: &libunique-time;
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/libunique-&libunique-version;-upstream_fixes-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">libunique Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="gtk2"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/> and
|
||||
<xref linkend="gtk-doc"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/libunique"/>
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of libunique</title>
|
||||
|
||||
<para>
|
||||
Install <application>libunique</application> by running the following
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../libunique-&libunique-version;-upstream_fixes-1.patch &&
|
||||
autoreconf -fi &&
|
||||
./configure --prefix=/usr \
|
||||
--disable-dbus \
|
||||
--disable-static &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a test suite.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem>
|
||||
user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<option>--disable-dbus</option>: This switch disables
|
||||
<application>D-Bus</application> backend in favour of
|
||||
the GDBus backend.
|
||||
</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>
|
||||
None
|
||||
</seg>
|
||||
<seg>
|
||||
libunique-1.0.so
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/include/unique-1.0 and
|
||||
/usr/share/gtk-doc/html/unique
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="libunique-1">
|
||||
<term><filename class="libraryfile">libunique-1.0.so</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
contains the <application>libunique</application> API functions
|
||||
for single instance support.
|
||||
</para>
|
||||
<indexterm zone="libunique libunique-1">
|
||||
<primary sortas="c-libunique-1">libunique-1.0.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -91,8 +91,8 @@
|
||||
<ulink url="&gnome-download-http;/gnome-keyring">GNOME Keyring (2.x)</ulink> or
|
||||
<xref linkend="gcr"/>,
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<ulink url="&gnome-download-http;/libunique">libunique (1.x)</ulink> or
|
||||
<xref linkend="libunique"/> and
|
||||
<xref linkend="libunique"/> or
|
||||
<xref linkend="libunique3"/> and
|
||||
<xref linkend="libzeitgeist"/>
|
||||
</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user